freebsd-nq/lib/libc_r/uthread
John Birrell 9db56888ee Fix a bug where a short write to a non-blocking socket would
leave the descriptor locked, causing other threads to hang
if they happened to access the socket.

MFC after:	5 days
2002-02-22 04:26:54 +00:00
..
Makefile.inc Removed: 2001-10-26 17:46:36 +00:00
pthread_private.h Don't rely on <sys/signal.h> to include <sys/ucontext.h> 2002-02-17 17:21:27 +00:00
uthread_accept.c
uthread_acl_aclcheck_fd.c
uthread_acl_delete_fd.c
uthread_acl_get_fd.c
uthread_acl_set_fd.c
uthread_aio_suspend.c
uthread_attr_destroy.c
uthread_attr_getdetachstate.c
uthread_attr_getguardsize.c Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to 2001-07-20 04:23:11 +00:00
uthread_attr_getinheritsched.c
uthread_attr_getschedparam.c
uthread_attr_getschedpolicy.c
uthread_attr_getscope.c
uthread_attr_getstackaddr.c
uthread_attr_getstacksize.c
uthread_attr_init.c
uthread_attr_setcreatesuspend_np.c
uthread_attr_setdetachstate.c
uthread_attr_setguardsize.c Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to 2001-07-20 04:23:11 +00:00
uthread_attr_setinheritsched.c
uthread_attr_setschedparam.c
uthread_attr_setschedpolicy.c
uthread_attr_setscope.c Correct a typo pthread_attr_setscope() function fails unconditionally 2002-02-14 15:20:36 +00:00
uthread_attr_setstackaddr.c
uthread_attr_setstacksize.c
uthread_autoinit.cc
uthread_bind.c
uthread_cancel.c When cancelling a thread while in a join operation, do not detach 2001-12-16 13:26:44 +00:00
uthread_cap_get_fd.c
uthread_cap_set_fd.c
uthread_clean.c
uthread_close.c
uthread_cond.c Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait() that 2001-08-19 20:05:42 +00:00
uthread_condattr_destroy.c
uthread_condattr_init.c
uthread_connect.c
uthread_creat.c
uthread_create.c This has been sitting in my local tree long enough. Remove the use 2002-02-09 19:58:41 +00:00
uthread_detach.c
uthread_dup2.c Prevent dup2(2) from closing internal libc_r pipe descriptors. 2002-02-14 15:26:59 +00:00
uthread_dup.c
uthread_equal.c
uthread_execve.c
uthread_exit.c Fix pthread_join so that it works if the target thread exits while 2001-11-17 14:28:39 +00:00
uthread_fchflags.c
uthread_fchmod.c
uthread_fchown.c
uthread_fcntl.c
uthread_fd.c In the words of the submitter: 2001-10-21 18:23:50 +00:00
uthread_file.c
uthread_find_thread.c
uthread_flock.c
uthread_fork.c Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to 2001-07-20 04:23:11 +00:00
uthread_fpathconf.c
uthread_fstat.c Compensate for "Compensate for header dethreading" by backing it out. 2001-10-10 17:48:44 +00:00
uthread_fstatfs.c Compensate for "Compensate for header dethreading" by backing it out. 2001-10-10 17:48:44 +00:00
uthread_fsync.c
uthread_gc.c Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to 2001-07-20 04:23:11 +00:00
uthread_getdirentries.c
uthread_getpeername.c
uthread_getprio.c
uthread_getschedparam.c
uthread_getsockname.c
uthread_getsockopt.c
uthread_info.c Make the name parameter const char *. 2001-08-11 05:16:00 +00:00
uthread_init.c This has been sitting in my local tree long enough. Remove the use 2002-02-09 19:58:41 +00:00
uthread_ioctl.c
uthread_jmp.c Compensate for "Compensate for header dethreading" by backing it out. 2001-10-10 17:48:44 +00:00
uthread_join.c Fix pthread_join so that it works if the target thread exits while 2001-11-17 14:28:39 +00:00
uthread_kern.c This has been sitting in my local tree long enough. Remove the use 2002-02-09 19:58:41 +00:00
uthread_kevent.c Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e. 2001-12-08 00:53:37 +00:00
uthread_kill.c
uthread_listen.c
uthread_main_np.c
uthread_mattr_init.c
uthread_mattr_kind_np.c
uthread_msync.c
uthread_multi_np.c
uthread_mutex_prioceiling.c
uthread_mutex_protocol.c
uthread_mutex.c
uthread_mutexattr_destroy.c
uthread_nanosleep.c
uthread_once.c
uthread_open.c
uthread_pause.c
uthread_pipe.c
uthread_poll.c
uthread_priority_queue.c
uthread_read.c
uthread_readv.c
uthread_recvfrom.c
uthread_recvmsg.c
uthread_resume_np.c
uthread_rwlock.c
uthread_rwlockattr.c
uthread_select.c
uthread_self.c
uthread_sem.c
uthread_sendfile.c Fix a bug where a short write to a non-blocking socket would 2002-02-22 04:26:54 +00:00
uthread_sendmsg.c
uthread_sendto.c
uthread_seterrno.c
uthread_setprio.c
uthread_setschedparam.c
uthread_setsockopt.c
uthread_shutdown.c
uthread_sig.c This has been sitting in my local tree long enough. Remove the use 2002-02-09 19:58:41 +00:00
uthread_sigaction.c
uthread_sigmask.c
uthread_sigpending.c
uthread_sigprocmask.c
uthread_sigsuspend.c
uthread_sigwait.c
uthread_single_np.c
uthread_sleep.c
uthread_socket.c
uthread_socketpair.c
uthread_spec.c
uthread_spinlock.c
uthread_stack.c Make libc_r check the kern.usrstack sysctl instead of using internal 2001-10-26 21:19:22 +00:00
uthread_suspend_np.c
uthread_switch_np.c
uthread_system.c
uthread_tcdrain.c
uthread_vfork.c
uthread_wait4.c
uthread_wait.c
uthread_waitpid.c
uthread_write.c
uthread_writev.c
uthread_yield.c