freebsd-dev/lib/libc_r/uthread
David E. O'Brien cad1dd7bb4 Force strong references to several pthread_* functions which are weakly
referenced to by libgcc.a.

This is needed when linking statically as SVR4 (ie, ELF) behavior is to only
link in a module if it satisfies an undefined strong reference from somewhere.
(this surprises a lot of people) Things are different when using shared libs,
the entire library and its modules and their symbols are available at run-time
(when the weak reference is seen to still be unsatisfied and is satisfied on
the spot), this is not the case with static libs.

Thus one can have a static binary with unresolved week references, and at
run-time dereference a NULL pointer.

Submitted by:	eischen
2001-01-06 06:07:52 +00:00
..
Makefile.inc Add thread-safe wrapper for fpathconf(2) syscall. 2000-09-19 18:01:03 +00:00
pthread_private.h Fix MD macros to work for alpha. Without this fix, threads under alpha 2000-11-20 01:57:19 +00:00
uthread_accept.c
uthread_aio_suspend.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_attr_destroy.c
uthread_attr_getdetachstate.c Fixed missing consts for function parameters, so that the code matches 2000-05-11 15:57:17 +00:00
uthread_attr_getinheritsched.c
uthread_attr_getschedparam.c
uthread_attr_getschedpolicy.c
uthread_attr_getscope.c
uthread_attr_getstackaddr.c Fixed missing consts for function parameters, so that the code matches 2000-05-11 15:57:17 +00:00
uthread_attr_getstacksize.c Fixed missing consts for function parameters, so that the code matches 2000-05-11 15:57:17 +00:00
uthread_attr_init.c
uthread_attr_setcreatesuspend_np.c
uthread_attr_setdetachstate.c
uthread_attr_setinheritsched.c
uthread_attr_setprio.c
uthread_attr_setschedparam.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_attr_setschedpolicy.c
uthread_attr_setscope.c
uthread_attr_setstackaddr.c
uthread_attr_setstacksize.c
uthread_autoinit.cc
uthread_bind.c
uthread_cancel.c pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are 2000-06-14 17:17:41 +00:00
uthread_clean.c
uthread_close.c
uthread_cond.c Fix a bug where a statically initialized condition variable 2000-11-16 22:50:33 +00:00
uthread_condattr_destroy.c
uthread_condattr_init.c
uthread_connect.c
uthread_creat.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_create.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_detach.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_dup2.c
uthread_dup.c
uthread_equal.c
uthread_execve.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_exit.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_fchflags.c
uthread_fchmod.c
uthread_fchown.c
uthread_fcntl.c
uthread_fd.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_file.c Use macro API to <sys/queue.h> 2000-12-31 10:28:01 +00:00
uthread_find_thread.c
uthread_flock.c
uthread_fork.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_fpathconf.c Add thread-safe wrapper for fpathconf(2) syscall. 2000-09-19 18:01:03 +00:00
uthread_fstat.c
uthread_fstatfs.c
uthread_fsync.c
uthread_gc.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_getdirentries.c
uthread_getpeername.c
uthread_getprio.c
uthread_getschedparam.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_getsockname.c
uthread_getsockopt.c
uthread_info.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_init.c Force strong references to several pthread_* functions which are weakly 2001-01-06 06:07:52 +00:00
uthread_ioctl.c
uthread_jmp.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_join.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_kern.c Enable check for pending signals after calling a signal handler. 2000-12-20 16:55:57 +00:00
uthread_kevent.c Prevent the thread-safe version of kevent from getting 2000-11-09 05:00:06 +00:00
uthread_kill.c
uthread_listen.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 Change a "while {}" loop to a "do {} while" to allow it to be 2000-11-20 13:12:44 +00:00
uthread_mutexattr_destroy.c
uthread_nanosleep.c When retrieving the time of day in nanosleep(), store it in the 2000-12-20 17:04:12 +00:00
uthread_once.c Call _thread_init() from pthread_once() if it has not already been called. 2000-07-21 09:31:13 +00:00
uthread_open.c
uthread_pause.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_pipe.c
uthread_poll.c
uthread_priority_queue.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_read.c
uthread_readv.c
uthread_recvfrom.c
uthread_recvmsg.c
uthread_resume_np.c pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are 2000-06-14 17:17:41 +00:00
uthread_rwlock.c
uthread_rwlockattr.c
uthread_select.c
uthread_self.c
uthread_sem.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_sendfile.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_sendmsg.c
uthread_sendto.c
uthread_seterrno.c
uthread_setprio.c
uthread_setschedparam.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_setsockopt.c
uthread_shutdown.c
uthread_sig.c Change a "while {}" loop to a "do {} while" to allow it to be 2000-11-20 13:12:44 +00:00
uthread_sigaction.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_sigblock.c
uthread_sigmask.c Don't needlessly poll file descriptors when there are no 2000-11-09 05:08:26 +00:00
uthread_signal.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_sigpending.c
uthread_sigprocmask.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_sigsetmask.c
uthread_sigsuspend.c
uthread_sigwait.c Make pthread_kill() know about temporary signal handlers installed 2000-10-25 11:46:07 +00:00
uthread_single_np.c
uthread_sleep.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_socket.c
uthread_socketpair.c
uthread_spec.c
uthread_spinlock.c
uthread_suspend_np.c pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are 2000-06-14 17:17:41 +00:00
uthread_switch_np.c
uthread_system.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_tcdrain.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_vfork.c
uthread_wait4.c #include <sys/types.h> 2000-10-15 20:04:09 +00:00
uthread_wait.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_waitpid.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
uthread_write.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00
uthread_writev.c
uthread_yield.c Implement zero system call thread switching. Performance of 2000-10-13 22:12:32 +00:00