Go to file
manu 0d78304995 Improved support for polling semaphores: when a polling semaphore is unblocked,
poll will return true until the semaphore is blocked again, but before the
semaphore is blocked, poll returns false.

We do this by maintaining another queue of "released" processes in
struct irix_usema_rec. Unblocking causes the waiting process record to be
moved to the released queue, and poll check for the process in this released
queue.
2002-05-30 05:16:10 +00:00
bin Since we have rlim_t, use it. 2002-05-28 22:12:25 +00:00
crypto check sshd uid/chroot dir on UsePrivilegeSeparation mode, and die if they 2002-05-29 23:54:29 +00:00
dist Comment out token after #endif. 2002-05-16 19:53:37 +00:00
distrib Rip out the "special_kernel_list" code, as we now have differently named 2002-05-29 20:36:40 +00:00
etc Fix cosmetic issue in check_ids() when printing out multiple missings IDs. 2002-05-26 04:38:13 +00:00
games __STDC__ is always defined on NetBSD. 2002-05-26 00:12:11 +00:00
gnu Add native toolchain bits for "armeb" (big-endian ARM). 2002-05-20 15:05:07 +00:00
include * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. 2002-05-24 22:17:20 +00:00
lib Make this work with an ISO C preprocessor. 2002-05-30 05:08:51 +00:00
libexec Add optional mmap(2)/write(2) support for binary file transfer. 2002-05-30 00:24:47 +00:00
regress Correct the types of float_rounding_mode and float_exception_flags. 2002-05-22 00:01:35 +00:00
sbin document vfs.nfs.iothreads 2002-05-29 23:30:50 +00:00
share remove comment about route(8), which does not really fit here. 2002-05-29 23:40:25 +00:00
sys Improved support for polling semaphores: when a polling semaphore is unblocked, 2002-05-30 05:16:10 +00:00
tools Add fgen as a host tool, used for sys/arch/sparc/bootblk. 2002-05-28 21:56:05 +00:00
usr.bin Use openpty() to deal with the new pty naming scheme. 2002-05-30 03:22:58 +00:00
usr.sbin strlcpy. rtm_seq is an int. use pidfile(3). sync w/kame via openbsd 2002-05-29 23:11:13 +00:00
build.sh add armeb as valid MACHINE_ARCH 2002-05-24 14:43:31 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Change -s srcdir and -d destdir so that they don't contain the "/etc" portion. 2002-05-07 02:11:07 +00:00
Makefile.inc
UPDATING Sync the sshd entry with etc/master.passwd. 2002-05-19 00:54:35 +00:00