freebsd-dev/lib/libc_r/uthread
Archie Cobbs e46cac58cd When about to do an execve(), don't reset the O_NONBLOCK flag on any file
descriptors that have the close-on-exec flag set, as that will have no
effect anyway and might screw something else up if the file descriptor
happens to be shared with another process.

PR:		standards/43335
MFC after:	1 week
2002-11-15 00:34:28 +00:00
..
Makefile.inc Hook uthread_attr_get_np.c to build 2002-10-26 13:55:35 +00:00
pthread_private.h At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +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_get_np.c Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads 2002-10-26 13:53:22 +00:00
uthread_attr_getdetachstate.c
uthread_attr_getguardsize.c
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 At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_attr_setcreatesuspend_np.c
uthread_attr_setdetachstate.c
uthread_attr_setguardsize.c
uthread_attr_setinheritsched.c
uthread_attr_setschedparam.c
uthread_attr_setschedpolicy.c
uthread_attr_setscope.c
uthread_attr_setstackaddr.c
uthread_attr_setstacksize.c
uthread_autoinit.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_bind.c
uthread_cancel.c
uthread_clean.c
uthread_close.c
uthread_cond.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_condattr_destroy.c
uthread_condattr_init.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_connect.c
uthread_creat.c
uthread_create.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_detach.c
uthread_dup2.c
uthread_dup.c
uthread_equal.c
uthread_execve.c When about to do an execve(), don't reset the O_NONBLOCK flag on any file 2002-11-15 00:34:28 +00:00
uthread_exit.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_fchflags.c
uthread_fchmod.c
uthread_fchown.c
uthread_fcntl.c
uthread_fd.c
uthread_file.c
uthread_find_thread.c
uthread_flock.c
uthread_fork.c
uthread_fpathconf.c
uthread_fstat.c
uthread_fstatfs.c
uthread_fsync.c
uthread_gc.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_getdirentries.c
uthread_getpeername.c
uthread_getprio.c
uthread_getschedparam.c
uthread_getsockname.c
uthread_getsockopt.c
uthread_info.c When dumping thread info, only include the filename and line if we actually 2002-10-20 22:49:06 +00:00
uthread_init.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_ioctl.c
uthread_jmp.c
uthread_join.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_kern.c
uthread_kevent.c
uthread_kill.c
uthread_listen.c
uthread_main_np.c
uthread_mattr_init.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_mattr_kind_np.c
uthread_msync.c
uthread_multi_np.c
uthread_mutex_prioceiling.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_mutex_protocol.c
uthread_mutex.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_mutexattr_destroy.c
uthread_nanosleep.c
uthread_once.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_open.c
uthread_pause.c
uthread_pipe.c
uthread_poll.c
uthread_priority_queue.c
uthread_pselect.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_read.c
uthread_readv.c
uthread_recvfrom.c
uthread_recvmsg.c
uthread_resume_np.c
uthread_rwlock.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_rwlockattr.c
uthread_select.c
uthread_self.c
uthread_sem.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +00:00
uthread_sendfile.c
uthread_sendmsg.c
uthread_sendto.c
uthread_seterrno.c
uthread_setprio.c
uthread_setschedparam.c
uthread_setsockopt.c
uthread_shutdown.c
uthread_sig.c At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +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 At initialization, override the pthread stub routines in libc 2002-11-13 18:13:26 +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 Fix bogus return values from libc_r's write() routine in situations where 2002-11-05 00:59:18 +00:00
uthread_writev.c Fix bogus return values from libc_r's writev() routine in situations where 2002-11-12 19:01:49 +00:00
uthread_yield.c