aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-117/+0
* Include files thr_condattr_pshared.c and thr_mattr_pshare.c.David Xu2005-10-241-0/+2
* Add a wrapper for execve(). The exec'd process must be started withDaniel Eischen2004-09-261-0/+1
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+1
* Implement sigaltstack() as per-threaded. Current only scope process threadDavid Xu2003-12-291-0/+1
* Add cancellation points for accept() and connect().Daniel Eischen2003-12-091-0/+2
* Add an implementation for pthread_atfork().Daniel Eischen2003-11-041-1/+2
* Add code to support pthread spin lock.David Xu2003-09-091-0/+1
* Add code to support barrier synchronous object and implementDavid Xu2003-09-041-0/+2
* Override libc function raise(), in threading mode, raise() willDavid Xu2003-07-191-0/+1
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-301-0/+1
* Add a working pthread_[gs]etconcurrency. Initial null implementationDaniel Eischen2003-04-221-0/+1
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-2/+3
* MFlibc_r: add and document pthread_attr_get_np() function.Alexey Zelkin2003-03-031-0/+1
* Add signal logic to the build.Jonathan Mini2003-02-231-0/+2
* Actually link in the attr_{set,get}stack.Alfred Perlstein2003-02-111-0/+2
* Use KSE to schedule threads.Jonathan Mini2002-10-301-0/+1
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-133/+92
* Add a wrapper for pselect() in order to make it a cancellation point.Daniel Eischen2002-06-281-0/+1
* Missed in earlier commit -- I did cvs commit src/lib/libc. Oops.Robert Watson2002-06-141-2/+0
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadAlfred Perlstein2002-05-111-1/+1
* Removed:Ruslan Ermilov2001-10-261-2/+0
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-201-0/+3
* Activate build of posix1e extensions in libc and libc_r that have beenThomas Moestl2001-04-041-0/+6
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+1
* Add thread-safe wrapper for fpathconf(2) syscall.Maxim Sobolev2000-09-191-0/+1
* Add wrapper for kevent() syscallJonathan Lemon2000-08-071-0/+1
* Add a wrapper for the sendfile() system call.Jason Evans2000-04-271-0/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-0/+8
* Add sem_*() functions. Named semaphores and process-shared semaphoresJason Evans2000-01-201-0/+1
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-0/+1
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* In the words of the author:John Birrell1999-06-201-2/+2
* [ The author's description... ]John Birrell1999-03-231-1/+16
* Move the cleanup code that frees memory allocated for a dead thread fromJohn Birrell1998-09-301-1/+2
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-121-1/+2
* Implement pthread read/write locks as defined by Version 2 of the SingleAlexander Langer1998-09-071-1/+3
* I shouldn't do things early in the morning.John Birrell1998-06-011-3/+1
* Add some missing syscall wrappers.John Birrell1998-05-311-1/+5
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-5/+4
* Added missing source file uthread_sigwait.c.Alexander Langer1997-11-241-1/+2
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.John Polstra1997-05-061-3/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Submitted by: John BirrellJulian Elischer1997-02-051-0/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Added uthread_attr_destroy.c to SRCS.Alexander Langer1996-12-291-1/+2
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,Jeffrey Hsu1996-11-111-1/+7
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-4/+4
* Added a new module "uthread_autoinit.cc". This is a small C++ module.John Polstra1996-02-171-1/+4