1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1996-01-22 00:23:58 +00:00
|
|
|
|
|
|
|
# uthread sources
|
|
|
|
.PATH: ${.CURDIR}/uthread
|
|
|
|
|
|
|
|
SRCS+= \
|
|
|
|
uthread_accept.c \
|
2001-04-04 18:17:28 +00:00
|
|
|
uthread_acl_delete_fd.c \
|
|
|
|
uthread_acl_get_fd.c \
|
|
|
|
uthread_acl_set_fd.c \
|
|
|
|
uthread_acl_aclcheck_fd.c \
|
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
2000-01-27 23:07:25 +00:00
|
|
|
uthread_aio_suspend.c \
|
1996-12-29 02:51:55 +00:00
|
|
|
uthread_attr_destroy.c \
|
1996-11-11 09:08:11 +00:00
|
|
|
uthread_attr_init.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_attr_getdetachstate.c \
|
2001-07-20 04:23:11 +00:00
|
|
|
uthread_attr_getguardsize.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_attr_getinheritsched.c \
|
|
|
|
uthread_attr_getschedparam.c \
|
|
|
|
uthread_attr_getschedpolicy.c \
|
|
|
|
uthread_attr_getscope.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_attr_getstackaddr.c \
|
|
|
|
uthread_attr_getstacksize.c \
|
1996-08-20 08:22:01 +00:00
|
|
|
uthread_attr_setcreatesuspend_np.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_attr_setdetachstate.c \
|
2001-07-20 04:23:11 +00:00
|
|
|
uthread_attr_setguardsize.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_attr_setinheritsched.c \
|
|
|
|
uthread_attr_setschedparam.c \
|
|
|
|
uthread_attr_setschedpolicy.c \
|
|
|
|
uthread_attr_setscope.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_attr_setstackaddr.c \
|
1996-11-11 09:08:11 +00:00
|
|
|
uthread_attr_setstacksize.c \
|
1996-02-17 02:19:37 +00:00
|
|
|
uthread_autoinit.cc \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_bind.c \
|
1999-11-28 05:38:13 +00:00
|
|
|
uthread_cancel.c \
|
2001-04-04 18:17:28 +00:00
|
|
|
uthread_cap_get_fd.c \
|
|
|
|
uthread_cap_set_fd.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_clean.c \
|
|
|
|
uthread_close.c \
|
|
|
|
uthread_cond.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_condattr_destroy.c \
|
|
|
|
uthread_condattr_init.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_connect.c \
|
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
2000-01-27 23:07:25 +00:00
|
|
|
uthread_creat.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_create.c \
|
|
|
|
uthread_detach.c \
|
|
|
|
uthread_dup.c \
|
|
|
|
uthread_dup2.c \
|
|
|
|
uthread_equal.c \
|
|
|
|
uthread_execve.c \
|
|
|
|
uthread_exit.c \
|
1999-11-28 05:38:13 +00:00
|
|
|
uthread_fchflags.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_fchmod.c \
|
|
|
|
uthread_fchown.c \
|
|
|
|
uthread_fcntl.c \
|
|
|
|
uthread_fd.c \
|
|
|
|
uthread_file.c \
|
1998-04-29 09:59:34 +00:00
|
|
|
uthread_find_thread.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_flock.c \
|
|
|
|
uthread_fork.c \
|
2000-09-19 18:01:03 +00:00
|
|
|
uthread_fpathconf.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_fstat.c \
|
|
|
|
uthread_fstatfs.c \
|
|
|
|
uthread_fsync.c \
|
1998-09-30 06:36:56 +00:00
|
|
|
uthread_gc.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_getdirentries.c \
|
|
|
|
uthread_getpeername.c \
|
|
|
|
uthread_getprio.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_getschedparam.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_getsockname.c \
|
|
|
|
uthread_getsockopt.c \
|
|
|
|
uthread_info.c \
|
|
|
|
uthread_init.c \
|
|
|
|
uthread_ioctl.c \
|
2000-01-19 07:04:50 +00:00
|
|
|
uthread_jmp.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_join.c \
|
|
|
|
uthread_kern.c \
|
2000-08-07 16:51:56 +00:00
|
|
|
uthread_kevent.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_kill.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_listen.c \
|
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
associated changes that had to happen to make this possible as well as
bugs fixed along the way.
Bring in required TLI library routines to support this.
Since we don't support TLI we've essentially copied what NetBSD
has done, adding a thin layer to emulate direct the TLI calls
into BSD socket calls.
This is mostly from Sun's tirpc release that was made in 1994,
however some fixes were backported from the 1999 release (supposedly
only made available after this porting effort was underway).
The submitter has agreed to continue on and bring us up to the
1999 release.
Several key features are introduced with this update:
Client calls are thread safe. (1999 code has server side thread
safe)
Updated, a more modern interface.
Many userland updates were done to bring the code up to par with
the recent RPC API.
There is an update to the pthreads library, a function
pthread_main_np() was added to emulate a function of Sun's threads
library.
While we're at it, bring in NetBSD's lockd, it's been far too
long of a wait.
New rpcbind(8) replaces portmap(8) (supporting communication over
an authenticated Unix-domain socket, and by default only allowing
set and unset requests over that channel). It's much more secure
than the old portmapper.
Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded
to support TI-RPC and to support IPV6.
Umount(8) is also fixed to unmount pathnames longer than 80 chars,
which are currently truncated by the Kernel statfs structure.
Submitted by: Martin Blapp <mb@imp.ch>
Manpage review: ru
Secure RPC implemented by: wpaul
2001-03-19 12:50:13 +00:00
|
|
|
uthread_main_np.c \
|
1996-11-11 09:08:11 +00:00
|
|
|
uthread_mattr_init.c \
|
|
|
|
uthread_mattr_kind_np.c \
|
1999-11-28 05:38:13 +00:00
|
|
|
uthread_msync.c \
|
1996-11-11 09:08:11 +00:00
|
|
|
uthread_multi_np.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_mutex.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_mutex_prioceiling.c \
|
|
|
|
uthread_mutex_protocol.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_mutexattr_destroy.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_nanosleep.c \
|
|
|
|
uthread_once.c \
|
|
|
|
uthread_open.c \
|
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
2000-01-27 23:07:25 +00:00
|
|
|
uthread_pause.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_pipe.c \
|
In the words of the author:
o The polling mechanism for I/O readiness was changed from
select() to poll(). In additon, a wrapped version of poll()
is now provided.
o The wrapped select routine now converts each fd_set to a
poll array so that the thread scheduler doesn't have to
perform a bitwise search for selected fds each time file
descriptors are polled for I/O readiness.
o The thread scheduler was modified to use a new queue (_workq)
for threads that need work. Threads waiting for I/O readiness
and spinblocks are added to the work queue in addition to the
waiting queue. This reduces the time spent forming/searching
the array of file descriptors being polled.
o The waiting queue (_waitingq) is now maintained in order of
thread wakeup time. This allows the thread scheduler to
find the nearest wakeup time by looking at the first thread
in the queue instead of searching the entire queue.
o Removed file descriptor locking for select/poll routines. An
application should not rely on the threads library for providing
this locking; if necessary, the application should use mutexes
to protect selecting/polling of file descriptors.
o Retrieve and use the kernel clock rate/resolution at startup
instead of hardcoding the clock resolution to 10 msec (tested
with kernel running at 1000 HZ).
o All queues have been changed to use queue.h macros. These
include the queues of all threads, dead threads, and threads
waiting for file descriptor locks.
o Added reinitialization of the GC mutex and condition variable
after a fork. Also prevented reallocation of the ready queue
after a fork.
o Prevented the wrapped close routine from closing the thread
kernel pipes.
o Initialized file descriptor table for stdio entries at thread
init.
o Provided additional flags to indicate to what queues threads
belong.
o Moved TAILQ initialization for statically allocated mutex and
condition variables to after the spinlock.
o Added dispatching of signals to pthread_kill. Removing the
dispatching of signals from thread activation broke sigsuspend
when pthread_kill was used to send a signal to a thread.
o Temporarily set the state of a thread to PS_SUSPENDED when it
is first created and placed in the list of threads so that it
will not be accidentally scheduled before becoming a member
of one of the scheduling queues.
o Change the signal handler to queue signals to the thread kernel
pipe if the scheduling queues are protected. When scheduling
queues are unprotected, signals are then dequeued and handled.
o Ensured that all installed signal handlers block the scheduling
signal and that the scheduling signal handler blocks all
other signals. This ensures that the signal handler is only
interruptible for and by non-scheduling signals. An atomic
lock is used to decide which instance of the signal handler
will handle pending signals.
o Removed _lock_thread_list and _unlock_thread_list as they are
no longer used to protect the thread list.
o Added missing RCS IDs to modified files.
o Added checks for appropriate queue membership and activity when
adding, removing, and searching the scheduling queues. These
checks add very little overhead and are enabled when compiled
with _PTHREADS_INVARIANTS defined. Suggested and implemented
by Tor Egge with some modification by me.
o Close a race condition in uthread_close. (Tor Egge)
o Protect the scheduling queues while modifying them in
pthread_cond_signal and _thread_fd_unlock. (Tor Egge)
o Ensure that when a thread gets a mutex, the mutex is on that
threads list of owned mutexes. (Tor Egge)
o Set the kernel-in-scheduler flag in _thread_kern_sched_state
and _thread_kern_sched_state_unlock to prevent a scheduling
signal from calling the scheduler again. (Tor Egge)
o Don't use TAILQ_FOREACH macro while searching the waiting
queue for threads in a sigwait state, because a change of
state destroys the TAILQ link. It is actually safe to do
so, though, because once a sigwaiting thread is found, the
loop ends and the function returns. (Tor Egge)
o When dispatching signals to threads, make the thread inherit
the signal deferral flag of the currently running thread.
(Tor Egge)
Submitted by: Daniel Eischen <eischen@vigrid.com> and
Tor Egge <Tor.Egge@fast.no>
1999-06-20 08:28:48 +00:00
|
|
|
uthread_poll.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_priority_queue.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_read.c \
|
|
|
|
uthread_readv.c \
|
|
|
|
uthread_recvfrom.c \
|
1998-05-31 23:48:30 +00:00
|
|
|
uthread_recvmsg.c \
|
1996-08-20 08:22:01 +00:00
|
|
|
uthread_resume_np.c \
|
1998-09-07 19:01:43 +00:00
|
|
|
uthread_rwlock.c \
|
|
|
|
uthread_rwlockattr.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_select.c \
|
|
|
|
uthread_self.c \
|
2000-01-20 07:54:49 +00:00
|
|
|
uthread_sem.c \
|
2000-04-27 00:59:44 +00:00
|
|
|
uthread_sendfile.c \
|
1998-05-31 23:48:30 +00:00
|
|
|
uthread_sendmsg.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_sendto.c \
|
|
|
|
uthread_seterrno.c \
|
|
|
|
uthread_setprio.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_setschedparam.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_setsockopt.c \
|
|
|
|
uthread_shutdown.c \
|
|
|
|
uthread_sig.c \
|
|
|
|
uthread_sigaction.c \
|
1997-02-05 23:26:09 +00:00
|
|
|
uthread_sigmask.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_sigpending.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_sigprocmask.c \
|
|
|
|
uthread_sigsuspend.c \
|
1997-11-24 23:04:29 +00:00
|
|
|
uthread_sigwait.c \
|
1998-04-29 09:59:34 +00:00
|
|
|
uthread_single_np.c \
|
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
2000-01-27 23:07:25 +00:00
|
|
|
uthread_sleep.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_socket.c \
|
|
|
|
uthread_socketpair.c \
|
|
|
|
uthread_spec.c \
|
1998-04-29 09:59:34 +00:00
|
|
|
uthread_spinlock.c \
|
2001-07-20 04:23:11 +00:00
|
|
|
uthread_stack.c \
|
1996-08-20 08:22:01 +00:00
|
|
|
uthread_suspend_np.c \
|
1999-03-23 05:07:56 +00:00
|
|
|
uthread_switch_np.c \
|
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
2000-01-27 23:07:25 +00:00
|
|
|
uthread_system.c \
|
|
|
|
uthread_tcdrain.c \
|
1998-09-12 22:03:20 +00:00
|
|
|
uthread_vfork.c \
|
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
2000-01-27 23:07:25 +00:00
|
|
|
uthread_wait.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_wait4.c \
|
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
2000-01-27 23:07:25 +00:00
|
|
|
uthread_waitpid.c \
|
1996-01-22 00:23:58 +00:00
|
|
|
uthread_write.c \
|
|
|
|
uthread_writev.c \
|
|
|
|
uthread_yield.c
|