NetBSD/sys
jonathan f36cdf86c7 Fix ifdef botch in previous revision:
The `Static' forward declaration of ukbd_rawrepeat was inside #ifdef
UKBD_REPEAT but not #ifdef DISPLAY_COMPAT_RAWCKBD. The definition and
all other references are inside both #ifdefs.  The `static' function
declaration with no definition failed GCC warnings.

Pass GCC warnings by wrapping  the declaration with a check that both
CPP tokens are defined.
2005-05-03 18:37:46 +00:00
..
altq nuke trailing whitespace 2005-02-26 22:58:54 +00:00
arch First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
coda nuke trailing whitespace 2005-02-26 22:58:54 +00:00
compat First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
conf Rototill of the verified exec functionality. 2005-04-20 13:44:45 +00:00
crypto Make resultant hash length a symbolic define so other code can reuse the 2005-04-19 14:05:53 +00:00
ddb move decl of db_machine_command_table from db_interface.h to db_command.c 2005-04-29 10:40:16 +00:00
dev Fix ifdef botch in previous revision: 2005-05-03 18:37:46 +00:00
dist Upgraded IPFilter to 4.1.8 2005-04-03 15:05:30 +00:00
fs - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
gdbscripts nuke trailing whitespace 2005-02-26 22:58:54 +00:00
ipkdb nuke trailing whitespace 2005-02-26 22:58:54 +00:00
kern First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
lib Use ${TOOL_M4} instead of "m4". (I only tested this fix 2005-04-22 00:22:55 +00:00
lkm add missing prototype for when CODA_COMPAT_5 is #define'd 2005-03-28 06:59:13 +00:00
miscfs PR/29782: Martin Husemann: procfs can not unmount when some process has its 2005-04-02 06:15:09 +00:00
net rate limit the printfs for oversized ethernet packets. 2005-05-02 21:20:27 +00:00
net80211 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netatalk nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netccitt nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netinet Install netinet/ipl.h (bin/30095) 2005-05-01 14:57:27 +00:00
netinet6 move decl of inetsw to its own header to avoid array of incomplete type. 2005-04-29 10:39:09 +00:00
netipsec Repair references to nonexistent structs in sys/netipsec/key.c after 2005-02-28 17:47:50 +00:00
netisdn nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netiso nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netkey After more testing, it turns out that we don't really need to check the 2005-04-25 08:39:28 +00:00
netnatm nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netns nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netsmb nuke trailing whitespace 2005-02-26 22:31:44 +00:00
nfs nfsrv_rcv: don't do so_receive from socket upcall context. 2005-03-29 09:22:35 +00:00
opencrypto nuke trailing whitespace 2005-02-26 22:31:44 +00:00
stand
sys Enhance IPSEC_NAT_T so that it can work with multiple machines behind the 2005-04-23 14:05:28 +00:00
ufs Fix last commit. The last block of the file system may have changed 2005-05-03 09:43:23 +00:00
uvm uvm_map_enter: don't bother to defer amap allocation if there's a mergable 2005-04-29 09:05:21 +00:00
Makefile Redo net.inet.* sysctl subtree for fast-ipsec from scratch. 2004-05-07 00:55:14 +00:00