summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper for pselect() in order to make it a cancellation point.deischen2002-06-281-0/+1
* Missed in earlier commit -- I did cvs commit src/lib/libc. Oops.rwatson2002-06-141-2/+0
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadalfred2002-05-111-1/+1
* Removed:ru2001-10-261-2/+0
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-201-0/+3
* Activate build of posix1e extensions in libc and libc_r that have beentmm2001-04-041-0/+6
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+1
* Add thread-safe wrapper for fpathconf(2) syscall.sobomax2000-09-191-0/+1
* Add wrapper for kevent() syscalljlemon2000-08-071-0/+1
* Add a wrapper for the sendfile() system call.jasone2000-04-271-0/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-0/+8
* Add sem_*() functions. Named semaphores and process-shared semaphoresjasone2000-01-201-0/+1
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-191-0/+1
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* In the words of the author:jb1999-06-201-2/+2
* [ The author's description... ]jb1999-03-231-1/+16
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-301-1/+2
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-121-1/+2
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-071-1/+3
* I shouldn't do things early in the morning.jb1998-06-011-3/+1
* Add some missing syscall wrappers.jb1998-05-311-1/+5
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-5/+4
* Added missing source file uthread_sigwait.c.alex1997-11-241-1/+2
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.jdp1997-05-061-3/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Submitted by: John Birrelljulian1997-02-051-0/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added uthread_attr_destroy.c to SRCS.alex1996-12-291-1/+2
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,hsu1996-11-111-1/+7
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-4/+4
* Added a new module "uthread_autoinit.cc". This is a small C++ module.jdp1996-02-171-1/+4
* Reviewed by: julianjulian1996-01-221-0/+75
OpenPOWER on IntegriCloud