freebsd-dev/lib/libkse/thread
Julian Elischer f5295b34ac Fixes from Jeremy Allison and Terry Lambert for pthreads:
specifically:
uthread_accept.c: Fix for inherited socket not getting correct entry in
                  pthread flags.
uthread_create.c: Fix to allow pthread_t pointer return to be null if
                  caller doesn't care about return.
uthread_fd.c: Fix for return codes to be placed into correct errno.
uthread_init.c: Changes to make gcc-2.8 thread aware for exception stack
                frames (WARNING: This is #ifdef'ed out by default and is
		different from the Cygnus egcs fix).
uthread_ioctl.c: Fix for blocking/non-blocking ioctl.
uthread_kern.c: Signal handling fixes (only one case left to fix,
                that of an externally sent SIGSEGV and friends -
		a fairly unusual case).
uthread_write.c: Fix for lock of fd - ask for write lock, not read/write.
uthread_writev.c: Fix for lock of fd - ask for write lock, not read/write.

Pthreads now works well enough to run the LDAP and ACAPD(with the gcc 2.8 fix)
sample implementations.
1998-02-13 01:27:34 +00:00
..
Makefile.inc Added missing source file uthread_sigwait.c. 1997-11-24 23:04:29 +00:00
thr_attr_destroy.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_getdetachstate.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_getstackaddr.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_getstacksize.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_init.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_setcreatesuspend_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
thr_attr_setdetachstate.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_setstackaddr.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_setstacksize.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_clean.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_close.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
thr_cond.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_condattr_destroy.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_condattr_init.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_create.c Fixes from Jeremy Allison and Terry Lambert for pthreads: 1998-02-13 01:27:34 +00:00
thr_detach.c Changed pthread_detach to conform to POSIX, i.e. the single argument 1997-12-25 05:07:20 +00:00
thr_equal.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
thr_exit.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_fcntl.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
thr_fork.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
thr_fsync.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
thr_getprio.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_info.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_init.c Fixes from Jeremy Allison and Terry Lambert for pthreads: 1998-02-13 01:27:34 +00:00
thr_join.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_kern.c Fixes from Jeremy Allison and Terry Lambert for pthreads: 1998-02-13 01:27:34 +00:00
thr_kill.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_mattr_init.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_mattr_kind_np.c Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np(). 1996-11-11 09:09:30 +00:00
thr_multi_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
thr_mutex.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_mutexattr_destroy.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_nanosleep.c Bring back nanosleep from the cold. 1997-06-04 13:03:12 +00:00
thr_once.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
thr_open.c Use libc makefiles from now on instead of duplicating them in libc_r. 1997-05-03 03:57:21 +00:00
thr_private.h remove prototype for nanosleep(), it's visible in unistd.h now. 1997-05-12 10:00:46 +00:00
thr_read.c Add parentheses to make blocking mode work. 1997-04-01 22:44:18 +00:00
thr_readv.c Add parentheses to make blocking mode work. 1997-04-01 22:44:18 +00:00
thr_resume_np.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_select.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
thr_self.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
thr_seterrno.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
thr_setprio.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sig.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigaction.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigmask.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigprocmask.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigsuspend.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigwait.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_single_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
thr_spec.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_suspend_np.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_wait4.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
thr_write.c Fixes from Jeremy Allison and Terry Lambert for pthreads: 1998-02-13 01:27:34 +00:00
thr_writev.c Fixes from Jeremy Allison and Terry Lambert for pthreads: 1998-02-13 01:27:34 +00:00
thr_yield.c Reviewed by: julian 1996-01-22 00:23:58 +00:00