NetBSD/sys
dsl cfb2dd92f0 Fix (and simplify) interaction between check_pty() and pty_maxptys().
Lock setting/clearing of tp->t_oproc to guarantee concurrent opens can't
both suceed and that code in tty.c can't get a NULL t_oproc if the value
is re-read after being checked.
There are still MP issues with pt_flags, pt_send and pt_unctl.
Maybe problems that require TTY_LOCK() to be taken before calling std tty
functions.
2003-07-23 13:10:28 +00:00
..
altq Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
arch $Id$ -> $NetBSD$ 2003-07-23 09:26:15 +00:00
coda Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
compat fix unused variable warning 2003-07-11 18:55:14 +00:00
conf add hmac-sha2 support. various cleanups (like avoid hardcoding '16'). 2003-07-22 03:24:23 +00:00
crypto add hmac-sha2 support. various cleanups (like avoid hardcoding '16'). 2003-07-22 03:24:23 +00:00
ddb Allow the dmesg command to show the last N bytes of the kernel message 2003-07-02 07:05:29 +00:00
dev Regen from 1.554. 2003-07-23 10:18:06 +00:00
fs Fix a build failure when NFSSERVER. Unconditionally define 2003-07-06 17:52:08 +00:00
gdbscripts Clean up the output a little and print the lwp pointer. 2003-04-28 01:43:48 +00:00
ipkdb
kern Fix (and simplify) interaction between check_pty() and pty_maxptys(). 2003-07-23 13:10:28 +00:00
lib In lookup(), don't free "dir" on exit if we found a matching entry. 2003-07-15 13:27:07 +00:00
lkm add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
miscfs Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
net add hmac-sha2 support. various cleanups (like avoid hardcoding '16'). 2003-07-22 03:24:23 +00:00
netatalk Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netccitt Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netinet avoid code dup when check broadcast addr in bind(2) 2003-07-22 02:09:30 +00:00
netinet6 comment typo, from markus@openbsd 2003-07-23 00:27:25 +00:00
netisdn use strlcpy 2003-05-16 05:12:32 +00:00
netiso add missing __RCSID() 2003-07-14 15:40:37 +00:00
netkey fix comments, style 2003-07-22 11:12:15 +00:00
netnatm Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netns Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netsmb "(u_short > 0xffff)" is never true, as gcc3 found out 2003-07-03 10:59:12 +00:00
nfs nfsrv_commit(): return success and don't do anything for requests which starts 2003-07-09 21:16:12 +00:00
stand
sys Temporarily introduce CALLOUT_INVOKING, callout_invoking() and callout_ack() 2003-07-20 16:25:57 +00:00
ufs more MP locks. 2003-07-12 16:19:00 +00:00
uvm de-__P()ify. 2003-07-21 00:54:43 +00:00
Makefile Do not try to build LKMs on evbppc, because we cannot predetermine 2003-03-15 22:32:07 +00:00