]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libthr
Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports the
[FreeBSD/FreeBSD.git] / lib / libthr /
2004-04-27 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2004-04-24 Mike MakonnenUnconditionaly initialize any spin lock passed to pthre...
2004-04-20 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-04-17 Tim J. RobbinsThis commit was generated by cvs2svn to compensate...
2004-04-15 Peter WemmThis commit was generated by cvs2svn to compensate...
2004-04-14 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2004-04-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-04-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-03 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-03 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-03-31 Bruce M SimpsonThis commit was generated by cvs2svn to compensate...
2004-03-31 Bruce M SimpsonThis commit was generated by cvs2svn to compensate...
2004-03-29 Mike Makonneno Also check that the mutex type is not less than the...
2004-03-29 Mike MakonnenMake the minimum implementation of pthread_kill conform...
2004-03-29 Mike Makonneno Don't explicitly check the thread for NULL. That...
2004-03-29 Mike Makonneno If a thread is marked as detached AND on the dead...
2004-03-29 Mike MakonnenIf a condition variable is statically initialized don...
2004-03-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-29 Mike MakonnenThe thread suspend function now returns ETIMEDOUT,...
2004-03-29 Mike Makonneno Remove more references to SIGTHR
2004-03-28 Mike MakonnenRemove the garbage collector thread. All resources...
2004-03-27 Mike Makonneno Since we're not using signals for thread synchronizat...
2004-03-27 Mike MakonnenStop using signals for synchronizing threads. The perfo...
2004-03-26 Mike Makonneno The mutex locking functions aren't normally cancellat...
2004-03-26 Mike Makonneno Initialize a local variable before referencing it...
2004-03-25 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-19 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-18 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-03-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-03-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-03-11 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-05 Mark MurrayMake NULL a (void*)0 whereever possible, and fix the...
2004-03-02 Peter Grehanlibthr powerpc support.
2004-03-01 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-28 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-02-28 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-02-28 Max LaierThis commit was generated by cvs2svn to compensate...
2004-02-28 Max LaierThis commit was generated by cvs2svn to compensate...
2004-02-26 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-02-26 Max LaierThis commit was generated by cvs2svn to compensate...
2004-02-25 Bruce M SimpsonSync HEAD sources to vendor branch import of routed...
2004-02-25 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-19 Mike MakonnenImplement PThreads barriers and barrier attributes.
2004-02-19 Mike MakonnenDon't wake up the thread after the signal handler
2004-02-18 Mike MakonnenRemove thr_getschedparam.c since it's contents have...
2004-02-18 Mike MakonnenThere are consumers of rwlocks, inluding our own libc...
2004-02-18 Mike Makonneno Catch up with the mutex priority protocol fixes.
2004-02-18 Mike Makonneno Style
2004-02-18 Mike Makonneno Refactor and, among other things, get rid of insane...
2004-02-18 Mike MakonnenMove the initialization of thread priority to a common...
2004-02-18 Mike MakonnenMove the weak references to the top of the file to...
2004-02-14 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2004-02-13 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-10 Colin Percivalstyle cleanup: Remove duplicate $FreeBSD$ tags.
2004-02-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-02-08 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2004-02-05 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2004-02-03 Daniel EischenRemove the band-aid (#include <time.h>).
2004-02-03 Daniel EischenAdd <time.h> -- bandaid to unbreak world in <semaphore.h>.
2004-02-01 Mike MakonnenBump up the maximum number concurrent threads on x86.
2004-01-29 Mike MakonnenI update the rwlock code in libthr to be more standards...
2004-01-29 Mike MakonnenWhen suspending a thread if the timeout was very short or
2004-01-23 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2004-01-22 Mike Makonneno Implement the pthread_spin_* functions in libthr.
2004-01-21 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-01-19 Mike MakonnenRefactor _pthread_mutex_init
2004-01-19 Mike MakonnenImplement reference counting of read-write locks. This...
2004-01-19 David SchultzThis commit was generated by cvs2svn to compensate...
2004-01-16 Mike MakonnenAdd an implementation of pthread_rwlock_timed{rd,wr...
2004-01-16 Mike Makonneno We are not required to initialize an invalid rwlock...
2004-01-15 Ruslan ErmilovReturn ENOTSUP instead of -1.
2004-01-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-01-13 Bill FennerThis commit was generated by cvs2svn to compensate...
2004-01-13 Bill FennerThis commit was generated by cvs2svn to compensate...
2004-01-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2004-01-09 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-01-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2004-01-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-01-04 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-30 Mike Makonneno Implement pthread_mutex_timedlock(), which does not...
2003-12-30 Mike MakonnenMake it possible for the library to specify a timeout...
2003-12-26 Doug RabsonDon't block SIGTRAP - it makes it hard to debug program...
2003-12-26 Mike MakonnenPreparations to make libthr work in multi-threaded...
2003-12-15 Mike MakonnenRemove _giant_mutex and its associated macros.
2003-12-15 Mike MakonnenComment out most of pthread_setschedparam. Pthread...
2003-12-15 Mike MakonnenWhen creating a pthread in the suspended state their...
2003-12-12 Mike MakonnenDoh! Lock the thread passed in by the caller, not the...
2003-12-11 Mike MakonnenRemove uses of GIANT_LOCK and replace with appropriate...
2003-12-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2003-12-09 Mike MakonnenTake a stab at fixing some of the macro-nightmare.
2003-12-09 Mike MakonnenFix the wrapper function around signals so that a signa...
2003-12-09 Mike MakonnenUgghh, cvs add the functions necessary to lock the...
2003-12-09 Mike Makonneno Add a wrapper around sigaction(2), so we can insert...
2003-12-09 Mike MakonnenEnable cancellation points around some syscalls.
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-07 Sam LefflerThis commit was generated by cvs2svn to compensate...
2003-12-02 Brooks DavisThis commit was generated by cvs2svn to compensate...
next