OpenBSD CVS

src/lib/libc_r/uthread/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libc_r / uthread

Current tag: OPENBSD_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc (in the Attic) [Hide]  1.10   24 years  d   LIBC_RSRCDIR
[TXT] pthread_private.h (in the Attic) [Hide]  1.20   23 years  d   switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixe...
[TXT] uthread_accept.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_attr_destroy.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_getdetachstate.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_getinheritsched.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_getschedparam.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_getschedpolicy.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_getscope.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_getstackaddr.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_getstacksize.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_init.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setcreatesuspend_np.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setdetachstate.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setinheritsched.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setprio.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setschedparam.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setschedpolicy.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setscope.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setstackaddr.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_attr_setstacksize.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_autoinit.c (in the Attic) [Hide]  1.8   24 years  d   /* in comment
[TXT] uthread_bind.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_cancel.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_clean.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_close.c (in the Attic) [Hide]  1.8   23 years  d   if fstat fails fails, as it will on some sockets, close anyway.
[TXT] uthread_cond.c (in the Attic) [Hide]  1.9   24 years  d   _SPINLOCK_INIT, unused vars
[TXT] uthread_condattr_destroy.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_condattr_init.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_connect.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_create.c (in the Attic) [Hide]  1.14   23 years  d   switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixe...
[TXT] uthread_detach.c (in the Attic) [Hide]  1.6   24 years  d   unused vars
[TXT] uthread_dup.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_dup2.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_equal.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_execve.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_exit.c (in the Attic) [Hide]  1.12   24 years  d   put proc pid in fatal error string; don't call abort() - instead deliver SIGABRT...
[TXT] uthread_fchflags.c (in the Attic) [Hide]  1.1   25 years  d   add fchflags and fpathconf as well.
[TXT] uthread_fchmod.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_fchown.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_fcntl.c (in the Attic) [Hide]  1.6   24 years  d   sync with FreeBSD
[TXT] uthread_fd.c (in the Attic) [Hide]  1.6   24 years  d   sync with FreeBSD
[TXT] uthread_file.c (in the Attic) [Hide]  1.5   24 years  d   volatile, unused vars
[TXT] uthread_find_thread.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_flock.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_fork.c (in the Attic) [Hide]  1.9   24 years  d   include stdlib.h
[TXT] uthread_fpathconf.c (in the Attic) [Hide]  1.1   25 years  d   add fchflags and fpathconf as well.
[TXT] uthread_fstat.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_fstatfs.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_fsync.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_gc.c (in the Attic) [Hide]  1.9   24 years  d   include stdlib.h, unused vars
[TXT] uthread_getdirentries.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_getpeername.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_getprio.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_getschedparam.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_getsockname.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_getsockopt.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_info.c (in the Attic) [Hide]  1.9   24 years  d   keep freebsd's thread info distcint from mine
[TXT] uthread_info_openbsd.c (in the Attic) [Hide]  1.3   24 years  d   better column titles. show prioq and scheduler timing information
[TXT] uthread_init.c (in the Attic) [Hide]  1.12   24 years  d   uninitialised fields
[TXT] uthread_ioctl.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_join.c (in the Attic) [Hide]  1.6   24 years  d   sync with FreeBSD
[TXT] uthread_kern.c (in the Attic) [Hide]  1.10   23 years  d   branches: 1.10.2; switch to _machdep_switch() instead of setjmp/longjmp. For so...
[TXT] uthread_kill.c (in the Attic) [Hide]  1.7   24 years  d   sync with FreeBSD
[TXT] uthread_listen.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_mattr_init.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_mattr_kind_np.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_msync.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_multi_np.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_mutex.c (in the Attic) [Hide]  1.11   24 years  d   oops
[TXT] uthread_mutex_prioceiling.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_mutex_protocol.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_mutexattr_destroy.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_nanosleep.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_once.c (in the Attic) [Hide]  1.4   24 years  d   unused var, test lock return
[TXT] uthread_open.c (in the Attic) [Hide]  1.6   24 years  d   unused var
[TXT] uthread_pipe.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_poll.c (in the Attic) [Hide]  1.4   24 years  d   unused vars
[TXT] uthread_priority_queue.c (in the Attic) [Hide]  1.3   24 years  d   unused var
[TXT] uthread_read.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_readv.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_recvfrom.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_recvmsg.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_resume_np.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_rwlock.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_rwlockattr.c (in the Attic) [Hide]  1.4   24 years  alex   Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared. rse@eng...
[TXT] uthread_select.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_self.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_sendmsg.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_sendto.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_seterrno.c (in the Attic) [Hide]  1.4   24 years  d   do it the single-processor way
[TXT] uthread_setprio.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_setschedparam.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_setsockopt.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_shutdown.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_sig.c (in the Attic) [Hide]  1.7   24 years  d   fill out cases with new thread states
[TXT] uthread_sigaction.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_sigaltstack.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_sigblock.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_sigmask.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_signal.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_sigpending.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_sigprocmask.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_sigsetmask.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_sigsuspend.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_sigwait.c (in the Attic) [Hide]  1.8   24 years  d   quieten gcc with extra parens
[TXT] uthread_single_np.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_socket.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_socketpair.c (in the Attic) [Hide]  1.4   24 years  d   include unistd.h
[TXT] uthread_spec.c (in the Attic) [Hide]  1.6   24 years  d   sync with FreeBSD
[TXT] uthread_spinlock.c (in the Attic) [Hide]  1.7   24 years  d   kill silly casts to (long)
[TXT] uthread_stack.c (in the Attic) [Hide]  1.7   24 years  d   MACHINE_STACK_GROWS_UP
[TXT] uthread_suspend_np.c (in the Attic) [Hide]  1.4   24 years  d   sync with FreeBSD
[TXT] uthread_switch_np.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_vfork.c (in the Attic) [Hide]  1.2   24 years  d   sync with FreeBSD
[TXT] uthread_wait4.c (in the Attic) [Hide]  1.5   24 years  d   sync with FreeBSD
[TXT] uthread_write.c (in the Attic) [Hide]  1.6   24 years  d   quieten gcc
[TXT] uthread_writev.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD
[TXT] uthread_yield.c (in the Attic) [Hide]  1.3   24 years  d   sync with FreeBSD