NetBSD/sys
itojun 5eaf3c3113 do not use m_pulldown() to parse intermediate extension headers (like routing).
we don't want to drop packets due to extension header parsing.  KAME rev 1.59.
(performance may suck, but it is slowpath anyways)
2003-05-14 14:34:14 +00:00
..
altq fix typo, from David Laight. 2003-01-06 15:20:24 +00:00
arch Spell everything with an r. 2003-05-14 12:45:46 +00:00
coda PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
compat Fix a bug in io_registry_entry_get_property: one of the field in the 2003-05-13 20:48:16 +00:00
conf Add support for the user-generated command interface and event logging 2003-05-13 15:42:33 +00:00
crypto sprinkle some #ifdef __LINT__ until C9X named union member 2003-02-09 16:25:27 +00:00
ddb make couple ksym functions' arguments const 2003-05-11 08:23:22 +00:00
dev coaless -> coalesce. 2003-05-14 13:03:36 +00:00
fs fix a few missing malloc attach/detach. Now this works. 2003-04-24 07:50:19 +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 nits to compile when DEBUG_KGDB is defined 2003-05-13 02:13:14 +00:00
lib Allow the default location of "machine/loadfile_machdep.h" to be 2003-04-29 13:03:55 +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 always use PULLDOWN_TEST codepath. 2003-05-14 06:47:33 +00:00
netatalk Update for MBUFTRACE. 2003-02-26 07:53:04 +00:00
netccitt "Utilize" has exactly the same meaning as "use," but it is more 2003-02-05 00:02:24 +00:00
netinet always use PULLDOWN_TEST codepath. 2003-05-14 06:47:33 +00:00
netinet6 do not use m_pulldown() to parse intermediate extension headers (like routing). 2003-05-14 14:34:14 +00:00
netisdn Change a integer value that is passed via a void* in an ioctl() like 2003-05-08 21:15:13 +00:00
netiso if 0 out some redundant asserts. 2003-04-17 12:52:21 +00:00
netkey Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
netnatm Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
netns Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
netsmb add a comment on SMB packet PID purpose to smb_rq_new() 2003-04-08 21:10:33 +00:00
nfs simple lock for nfs iod. 2003-05-07 16:18:53 +00:00
stand
sys always use PULLDOWN_TEST codepath. 2003-05-14 06:47:33 +00:00
ufs Add a missing ifdef DDB. 2003-05-07 18:49:29 +00:00
uvm Back out the following chagne: 2003-05-10 21:10:23 +00:00
Makefile Do not try to build LKMs on evbppc, because we cannot predetermine 2003-03-15 22:32:07 +00:00