]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libpthread
Add STANDARDS section.
[FreeBSD/FreeBSD.git] / lib / libpthread /
1998-12-10 John BirrellDon't hide mknod, it doesn't need a wrapper and never...
1998-12-02 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-11-28 Eivind EklundAdd support for pthread_mutexattr_settype(). As a...
1998-11-18 John PolstraThis commit was generated by cvs2svn to compensate...
1998-11-15 John BirrellInterrupt threads waiting in select etc.
1998-11-15 John BirrellClose a window between unlocking a spinlock and changin...
1998-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-11-06 Dmitrij TejblumDon't call pthread_mutex_lock with _SPINLOCK held.
1998-10-09 Dmitrij TejblumFix some bugs in pthread scheduler:
1998-09-30 Dmitrij TejblumDebug when an environment variable set, no when it...
1998-09-30 John BirrellRevise test code for sigwait and add test code for...
1998-09-30 John BirrellCosmetic cleansing. This code requires extra work to...
1998-09-30 John BirrellMove the cleanup code that frees memory allocated for...
1998-09-30 John BirrellUse snprintf instead of sprintf to avoid long source...
1998-09-30 John BirrellImplementation of an additional state called SIGWAIT...
1998-09-30 John BirrellNULL a pointer after it is freed to avoid trying to...
1998-09-30 John Birrell- Fix the debug macros.
1998-09-16 Doug RabsonChange to a code sequence which is more likely to work...
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-12 Dmitrij TejblumIn libc_r, rename vfork syscall to _thread_sys_vfork...
1998-09-09 Mark MurrayThis commit was generated by cvs2svn to compensate...
1998-09-07 Alexander LangerRemoved unused variables.
1998-09-07 Alexander LangerRemoved some variable initializations which were unnece...
1998-09-07 Alexander Langer-Wall clean.
1998-09-07 Alexander LangerImplement pthread read/write locks as defined by Versio...
1998-09-06 John PolstraThis commit was generated by cvs2svn to compensate...
1998-08-31 Wolfram SchneiderSort cross references.
1998-08-26 John BirrellDon't automatically restart syscalls for the signals...
1998-08-26 John BirrellBack out most of the last commit. It created problems...
1998-08-25 John BirrellAdd support for building test programs.
1998-08-25 John BirrellFix for sigwait problem.
1998-08-23 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-08-10 John BirrellAdd extra initialisation code that is required for...
1998-08-03 Bruce EvansChanged prototype in synopsis to match prototype in...
1998-08-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-08-03 Alexander LangerThe pthreads standard has been published. Change:
1998-08-02 Alexander LangerA style fix for my previous commit.
1998-08-02 Alexander LangerFixed a race condition during the first lock/trylock...
1998-07-31 Poul-Henning KampI've put together man pages for the pthread_cleanup...
1998-07-08 Dmitrij TejblumThis commit was generated by cvs2svn to compensate...
1998-06-30 Bruce EvansFixed a printf format error. Didn't fix assumption...
1998-06-25 John BirrellAdd the missing {} that caused the function to return...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-17 John BirrellDon't allow a SIGCHLD to wake up a thread if the proces...
1998-06-17 John BirrellIf a thread is waiting on a child process to complete...
1998-06-14 Peter WemmDon't compile in the use of poll() when building libc_r...
1998-06-14 John BirrellIf a short write, only loop if no error.
1998-06-12 John BirrellAdd poll to the list of hidden syscalls so that it...
1998-06-12 John BirrellUpdate the caller's descriptor masks even if there...
1998-06-11 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-10 John BirrellCheck the access mode in the flags before waiting on...
1998-06-10 John BirrellRemove SA_RESTART from the signal dispatch in user...
1998-06-10 John BirrellWhen doing a F_SETFL, read the flags back so that the...
1998-06-09 John BirrellAdd a commented out CFLAGS entry that can be uncommente...
1998-06-09 John BirrellImplement compile time debug support instead of trackin...
1998-06-09 John BirrellAdd support for compile time debug. This is enabled...
1998-06-09 John BirrellPOSIX says that pthread_exit() is not allowed to be...
1998-06-09 John BirrellAdd compile time thread lock debug support.
1998-06-09 John BirrellDelete the atomic unlock function since it is no longer...
1998-06-09 John BirrellAtomic lock asm code for the alpha version of libc_r.
1998-06-06 John BirrellAdd a warning message for a thread locking against...
1998-06-06 John BirrellSimplify the handling of thread specific data. Only...
1998-06-06 John BirrellRe-design the thread specific key structure.
1998-06-06 John BirrellI got the last commit back to front.
1998-06-05 John BirrellFix the signal behaviour for internal states which...
1998-06-01 John BirrellI shouldn't do things early in the morning.
1998-06-01 John Birrellsend and recv are wrappered in libc, so they shouldn...
1998-05-31 John BirrellRemove some syscalls that should have been renamed...
1998-05-31 John BirrellAdd some missing syscall wrappers.
1998-05-31 John BirrellRemove some stale code.
1998-05-31 John BirrellDon't restart a syscall when a SIGCHLD is received...
1998-05-27 John BirrellMake a copy of the caller's iovec array, mallocing...
1998-05-25 John BirrellWhen doing a blocking write, keep looping until all...
1998-05-21 Brian SomersMFMP: Make ppp multilink capable.
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-05 John BirrellTreat the lock value as volatile.
1998-05-03 James RaynardTypo fixes
1998-05-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 John BirrellCleanup in the child, not the parent.
1998-04-30 John BirrellFix the incremental priority increment.
1998-04-30 John BirrellChange the name of this source file so that libc_r...
1998-04-29 Andreas KlemmThis commit was generated by cvs2svn to compensate...
1998-04-29 John BirrellAdd spinlock.
1998-04-29 John BirrellChange signal model to match POSIX (i.e. one set of...
1998-04-29 John BirrellAtomic lock source.
1998-04-28 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-04-17 John BirrellAllow a thread dump to report the thread's sigmask...
1998-04-17 John BirrellWhen in PS_SIGWAIT state, still call signal handlers...
1998-04-11 John BirrellChange the FILE locking to be by FILE, not by the under...
1998-04-04 John BirrellEnable static initialisation of mutexes and condition...
1998-04-04 John BirrellRename static initializer defines for opaque structures...
1998-04-04 John BirrellMove the magic field initialisation to a place when...
1998-04-03 John BirrellAdd a magic field to the pthread structure to help...
1998-04-03 John BirrellThis function compiles with the standard, so say so.
1998-04-03 John BirrellThis function compiles with the standard, so say so.
1998-03-28 Peter DufaultFinish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
next