Go to file
nathanw 6722952b21 In sa_yield(), sleep on a p->p_sa->sa_idle instead of just p, to avoid
being woken up by the the reaper when a child process is cleaned up
(SIGCHLD will still cause this to run, and threads actually waiting
for the child will still see the wakeup, of course).

Should fix various spurious wakeups that manifest as assertion
failures in pthread__idle().
2003-02-03 23:31:42 +00:00
bin Parse end of line comments correctly 2003-02-02 21:10:45 +00:00
crypto allocate, not alocate. Noted by mjl, not mjll. 2003-01-28 22:26:33 +00:00
dist unknown, not unkown. Noted by mjl. 2003-01-28 22:19:22 +00:00
distrib Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea). 2003-02-03 17:09:53 +00:00
doc Various update of Version, Current Vers and Archive Site. From Kimio Ishii. 2003-02-03 05:32:09 +00:00
etc WS keyboard device. 2003-02-02 18:05:08 +00:00
games The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
gnu Don't try to look back in the instruction stream beyound it's start 2003-02-02 01:15:42 +00:00
include unknown, not unkown. Noted by mjl. 2003-01-28 22:19:22 +00:00
lib When looking up gids with hesiod, use the gid map and fall back to the 2003-02-03 04:22:20 +00:00
libexec undo mallocvar.h change! 2003-02-02 02:31:14 +00:00
regress Minimal change to get it warning-free on LP64 archs. 2003-02-03 16:27:32 +00:00
rescue Enable MIPS now that crunchgen works again for this arch. 2003-01-29 11:32:45 +00:00
sbin Merge "struct cheader" and "struct cdesc" into an union. 2003-02-03 23:08:37 +00:00
share Remove references to the pccons(4) manpage (which does not exist), using 2003-02-02 22:53:57 +00:00
sys In sa_yield(), sleep on a p->p_sa->sa_idle instead of just p, to avoid 2003-02-03 23:31:42 +00:00
tools Avoid cgetcap &co prototypes conflicting with those provided by the host. 2003-01-31 20:50:29 +00:00
usr.bin Open the file with O_NOFOLLOW, and only use if it still has one link (from 2003-02-03 17:45:20 +00:00
usr.sbin Add a check for the length of the login name given by the user. 2003-02-03 12:20:46 +00:00
build.sh another DESTDIR clarification 2003-01-31 01:38:35 +00:00
BUILDING attempt to further improve and clarify the examples... 2003-02-02 12:37:41 +00:00
Makefile - Add "sets" top-level Makefile target and build.sh operation. 2003-01-26 06:19:12 +00:00
Makefile.inc
UPDATING fix typo. USETOOLS, not USE_TOOLS. 2003-01-29 09:17:08 +00:00