NetBSD/sys
kleink 9d85c4a5f8 Add ETIME, per POSIX-2001. 2003-05-27 22:37:33 +00:00
..
altq fix typo, from David Laight. 2003-01-06 15:20:24 +00:00
arch Another pair of locks to pacify UVM (XXX -- not needed). 2003-05-27 20:05:35 +00:00
coda PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
compat + In ioframebuffer driver: 2003-05-22 22:07:36 +00:00
conf Add KGDB_DEVPORT, for machines where KGDB_DEVADDR describes (for example) 2003-05-26 21:11:04 +00:00
crypto sprinkle some #ifdef __LINT__ until C9X named union member 2003-02-09 16:25:27 +00:00
ddb Somehow overlooked in earlier commits: prototype db_kgdb_cmd(). 2003-05-22 20:17:11 +00:00
dev Add an option to control whether the GT's internal PCI Arbiter should 2003-05-27 11:39:50 +00:00
fs use strlcpy. check size if we are to use namei buffer. 2003-05-16 05:09:11 +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 tyop in a comment. 2003-05-27 09:03:46 +00:00
lib latest copyright notice (more loose). noted by wiz 2003-05-15 15:02:52 +00:00
lkm use "rm -f $@ ; ln -s ... $@" instead of "ln -sf ... $@" 2003-05-04 06:36:37 +00:00
miscfs Add breaks which were forgotten in rev. 1.2 change. 2003-05-08 13:46:50 +00:00
net Make sure splx() is called for all bridge_ioctl() error cases. 2003-05-24 14:22:14 +00:00
netatalk - don't use M_WAIT within splnet. 2003-05-27 22:27:21 +00:00
netccitt "Utilize" has exactly the same meaning as "use," but it is more 2003-02-05 00:02:24 +00:00
netinet can't use M_WAIT here, i believe. 2003-05-27 22:36:38 +00:00
netinet6 can't use M_WAIT here, i believe. 2003-05-27 22:36:38 +00:00
netisdn use strlcpy 2003-05-16 05:12:32 +00:00
netiso Keep pkthdr when prepending new mbuf in front of a given chain. 2003-05-25 08:47:54 +00:00
netkey Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
netnatm
netns Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
netsmb need dstlen to make it safe 2003-05-16 05:14:40 +00:00
nfs fix a memory leak bug that i introduced in rev.1.167. 2003-05-27 14:41:06 +00:00
stand
sys Add ETIME, per POSIX-2001. 2003-05-27 22:37:33 +00:00
ufs free the ext2fs dinode struct in ext2fs_reclaim. From Ted Unangst. 2003-05-26 21:22:19 +00:00
uvm Consistancy nit- use parentheses around return argument. 2003-05-25 13:00:40 +00:00
Makefile Do not try to build LKMs on evbppc, because we cannot predetermine 2003-03-15 22:32:07 +00:00