aboutsummaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
AgeCommit message (Expand)Author
2007-05-12 PR libgcj/29324David Daney
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-09-14 * posix-threads.cc: Include "posix.h".Andreas Schwab
2006-09-14 * posix.cc (_Jv_platform_nanotime): Return nanoseconds, notGeoffrey Keating
2006-07-21 * boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration,Keith Seitz
2006-06-26 * include/posix-threads.h: Fix coding style aberrations fromKeith Seitz
2006-06-19 * include/posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz
2006-01-042006-01-04 Krister Walfridsson <cato@df.lth.se>Krister Walfridsson
2005-11-252005-11-25 Andrew Haley <aph@redhat.com>Andrew Haley
2005-11-17 Implement -Xss.Bryce McKinlay
2005-07-082005-07-08 Andrew Haley <aph@redhat.com>Andrew Haley
2005-02-162005-02-15 David Daney <ddaney@avtrex.com>David Daney
2004-08-122004-08-12 David Daney <ddaney@avtrex.com>David Daney
2003-10-212003-10-21 Jerry Quinn <jlquinn@optonline.net>Jerry Quinn
2003-03-02* posix-threads.cc: Include <unistd.h> if HAVE_UNISTD_H is defined.Jason Thorpe
2002-03-21 * posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier,Bryce McKinlay
2002-03-10libjava:Bryce McKinlay
2001-10-31 * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,Joseph Myers
2001-10-24 * configure.in (case $THREADS): Add *-*-freebsd* configuration.Loren J. Rittle
2001-09-21 * posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt ofBryce McKinlay
2001-05-242001-05-23 Tom Tromey <tromey@redhat.com>Tom Tromey
2001-05-22Implement invocation interface; don't create new thread for main.Per Bothner
2001-05-21 * configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay
2001-04-28 * prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg
2001-03-26 * exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2000-12-30For boehm-gc:Bryce McKinlay
2000-09-302000-09-30 Tom Tromey <tromey@cygnus.com>Tom Tromey
2000-09-072000-09-07 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
2000-04-092000-04-08 Anthony Green <green@cygnus.com>Anthony Green
2000-03-28 * Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay
2000-03-07 * All files: Updated copyright information.Tom Tromey
2000-01-19 * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-12-241999-12-22 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
1999-11-30 * posix-threads.cc (_Jv_MutexInit): Use _Jv_PthreadGetMutex to getTom Tromey
1999-11-04 * include/quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey
1999-11-031999-11-02 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
1999-11-031999-11-02 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
1999-09-10 * configure: Rebuilt.Tom Tromey
1999-09-08 * posix-threads.cc (_Jv_CondWait): pthread_ calls return errorTom Tromey
1999-09-081999-09-07 Tom Tromey <tromey@cygnus.com>Tom Tromey
1999-09-01 * posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.Tom Tromey
1999-09-01 * posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey
1999-08-25 * posix-threads.cc: Include <errno.h>.Bryce McKinlay
1999-08-24 * boehm.cc: Undefine TRUE and FALSE.Tom Tromey
1999-08-22 * posix-threads.cc (_Jv_CondWait): Treat a timeout as a normalTom Tromey
1999-06-14 * posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.Bryce McKinlay
1999-04-07Initial revisionTom Tromey