..
Makefile.inc
Bye bye CPLUSPLUSLIB hack! It's not needed any more.
1997-05-06 00:49:36 +00:00
pthread_private.h
remove prototype for nanosleep(), it's visible in unistd.h now.
1997-05-12 10:00:46 +00:00
uthread_accept.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_destroy.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_getdetachstate.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_getstackaddr.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_getstacksize.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_init.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_setcreatesuspend_np.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_attr_setcreatesuspend.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_attr_setdetachstate.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_setprio.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_attr_setstackaddr.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_attr_setstacksize.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_autoinit.cc
Added a new module "uthread_autoinit.cc". This is a small C++ module.
1996-02-17 02:19:37 +00:00
uthread_bind.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_clean.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_close.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_cond.c
Set wakeup time in pthread_cond_wait() to `forever' (-1) to prevent
1997-04-11 22:38:22 +00:00
uthread_condattr_destroy.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_condattr_init.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_connect.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_create.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_detach.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_dup2.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_dup.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_equal.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_execve.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_exit.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_fchmod.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_fchown.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_fcntl.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_fd.c
Make error checking less zealous to handle devices like /dev/null
1997-04-01 22:49:58 +00:00
uthread_file.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_flock.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_fork.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_fstat.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_fstatfs.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_fsync.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_getdirentries.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_getpeername.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_getprio.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_getsockname.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_getsockopt.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_info.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_init.c
Fixed overallocation of _thread_fd_table.
1997-05-13 23:54:22 +00:00
uthread_ioctl.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_join.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_kern.c
Fix indentations. Sigh.
1997-04-01 22:51:48 +00:00
uthread_kill.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_listen.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_longjmp.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_mattr_init.c
Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().
1996-11-11 09:09:30 +00:00
uthread_mattr_kind_np.c
Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().
1996-11-11 09:09:30 +00:00
uthread_multi_np.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_mutex.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_mutexattr_destroy.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_nanosleep.c
Bring back nanosleep from the cold.
1997-06-04 13:03:12 +00:00
uthread_once.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_open.c
Use libc makefiles from now on instead of duplicating them in libc_r.
1997-05-03 03:57:21 +00:00
uthread_pipe.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_queue.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_read.c
Add parentheses to make blocking mode work.
1997-04-01 22:44:18 +00:00
uthread_readv.c
Add parentheses to make blocking mode work.
1997-04-01 22:44:18 +00:00
uthread_recvfrom.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_resume_np.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_resume.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_select.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_self.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_sendto.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_seterrno.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_setjmp.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_setprio.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_setsockopt.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_shutdown.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_sig.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_sigaction.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_sigblock.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_sigmask.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_signal.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_sigprocmask.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_sigsetmask.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_sigsuspend.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_sigwait.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_single_np.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_socket.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_socketpair.c
Fix the return value. Oops.
1997-04-01 22:52:43 +00:00
uthread_spec.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_suspend_np.c
Submitted by: John Birrell
1997-02-05 23:26:09 +00:00
uthread_suspend.c
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
1996-08-20 08:22:01 +00:00
uthread_wait4.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00
uthread_write.c
Add parentheses to make blocking mode work.
1997-04-01 22:44:18 +00:00
uthread_writev.c
Add parentheses to make blocking mode work.
1997-04-01 22:44:18 +00:00
uthread_yield.c
Reviewed by: julian
1996-01-22 00:23:58 +00:00