]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libpthread
Add the missing rerelease target back.
[FreeBSD/FreeBSD.git] / lib / libpthread /
1998-09-07 alexRemoved unused variables.
1998-09-07 alexRemoved some variable initializations which were unnece...
1998-09-07 alex-Wall clean.
1998-09-07 alexImplement pthread read/write locks as defined by Versio...
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-08-31 woschSort cross references.
1998-08-29 rvbThis commit was generated by cvs2svn to compensate...
1998-08-27 abialThis commit was generated by cvs2svn to compensate...
1998-08-26 jbDon't automatically restart syscalls for the signals...
1998-08-26 jbBack out most of the last commit. It created problems...
1998-08-25 jbAdd support for building test programs.
1998-08-25 jbFix for sigwait problem.
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-10 jbAdd extra initialisation code that is required for...
1998-08-03 bdeChanged prototype in synopsis to match prototype in...
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-08-03 alexThe pthreads standard has been published. Change:
1998-08-02 alexA style fix for my previous commit.
1998-08-02 alexFixed a race condition during the first lock/trylock...
1998-07-31 phkI've put together man pages for the pthread_cleanup...
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-06-30 bdeFixed a printf format error. Didn't fix assumption...
1998-06-25 jbAdd the missing {} that caused the function to return...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-17 jbDon't allow a SIGCHLD to wake up a thread if the proces...
1998-06-17 jbIf a thread is waiting on a child process to complete...
1998-06-14 peterDon't compile in the use of poll() when building libc_r...
1998-06-14 jbIf a short write, only loop if no error.
1998-06-12 jbAdd poll to the list of hidden syscalls so that it...
1998-06-12 jbUpdate the caller's descriptor masks even if there...
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-10 jbCheck the access mode in the flags before waiting on...
1998-06-10 jbRemove SA_RESTART from the signal dispatch in user...
1998-06-10 jbWhen doing a F_SETFL, read the flags back so that the...
1998-06-09 jbAdd a commented out CFLAGS entry that can be uncommente...
1998-06-09 jbImplement compile time debug support instead of trackin...
1998-06-09 jbAdd support for compile time debug. This is enabled...
1998-06-09 jbPOSIX says that pthread_exit() is not allowed to be...
1998-06-09 jbAdd compile time thread lock debug support.
1998-06-09 jbDelete the atomic unlock function since it is no longer...
1998-06-09 jbAtomic lock asm code for the alpha version of libc_r.
1998-06-06 jbAdd a warning message for a thread locking against...
1998-06-06 jbSimplify the handling of thread specific data. Only...
1998-06-06 jbRe-design the thread specific key structure.
1998-06-06 jbI got the last commit back to front.
1998-06-05 jbFix the signal behaviour for internal states which...
1998-06-01 jbI shouldn't do things early in the morning.
1998-06-01 jbsend and recv are wrappered in libc, so they shouldn...
1998-05-31 jbRemove some syscalls that should have been renamed...
1998-05-31 jbAdd some missing syscall wrappers.
1998-05-31 jbRemove some stale code.
1998-05-31 jbDon't restart a syscall when a SIGCHLD is received...
1998-05-27 jbMake a copy of the caller's iovec array, mallocing...
1998-05-25 jbWhen doing a blocking write, keep looping until all...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-05 jbTreat the lock value as volatile.
1998-05-03 jraynardTypo fixes
1998-05-03 peterThis commit was generated by cvs2svn to compensate...
1998-05-02 peterThis commit was generated by cvs2svn to compensate...
1998-05-02 jbCleanup in the child, not the parent.
1998-04-30 jbFix the incremental priority increment.
1998-04-30 jbChange the name of this source file so that libc_r...
1998-04-29 andreasThis commit was generated by cvs2svn to compensate...
1998-04-29 jbAdd spinlock.
1998-04-29 jbChange signal model to match POSIX (i.e. one set of...
1998-04-29 jbAtomic lock source.
1998-04-28 acheThis commit was generated by cvs2svn to compensate...
1998-04-17 jbAllow a thread dump to report the thread's sigmask...
1998-04-17 jbWhen in PS_SIGWAIT state, still call signal handlers...
1998-04-11 jbChange the FILE locking to be by FILE, not by the under...
1998-04-04 jbEnable static initialisation of mutexes and condition...
1998-04-04 jbRename static initializer defines for opaque structures...
1998-04-04 jbMove the magic field initialisation to a place when...
1998-04-03 jbAdd a magic field to the pthread structure to help...
1998-04-03 jbThis function compiles with the standard, so say so.
1998-04-03 jbThis function compiles with the standard, so say so.
1998-03-28 dufaultFinish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
1998-03-23 bdeFixed a function arg type in the synopsis.
1998-03-22 jbFix a problem of indirection unblocking signals that...
1998-03-21 peterThis commit was generated by cvs2svn to compensate...
1998-03-21 peterThis commit was generated by cvs2svn to compensate...
1998-03-11 jbThis commit was generated by cvs2svn to compensate...
1998-03-10 peterThis commit was generated by cvs2svn to compensate...
1998-03-10 jbThis commit was generated by cvs2svn to compensate...
1998-03-10 peterThis commit was generated by cvs2svn to compensate...
1998-03-09 jbWhen forking a process, only the running thread gets...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
1998-03-09 jbAdd lib/libc/include as an directory to search for...
1998-03-09 jbAdd FreeBSD/Alpha code to initialise a jmpbuf for a...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
next