NetBSD/sys
kleink 9c7039688b * Replace a couple of cases of u_char and u_short with uint8_t and uint16_t,
respectively.
* Simplify sockaddr_storage calculations a bit by the fact that, per defintion,
  sizeof (char) == 1.
Fixes PR standards/10791.
2001-05-05 12:47:58 +00:00
..
adosfs in adosfs_read(), only do the UBC thang for "FFS" files (ie. those that 2001-04-12 04:12:04 +00:00
altq Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
arch Fix Makefile to generate dummy pbsdboot/opt_spec_platform.h, which will 2001-05-05 08:26:11 +00:00
coda delint newline in string 2001-04-30 03:30:45 +00:00
compat Use NULL instead of an explicit cast. 2001-05-03 05:30:35 +00:00
conf Software codec for Oki MSM6258 voice synthesizer. 2001-05-02 12:53:31 +00:00
crypto pass key to rijndael logic as binary, not hexadecimal string. 2001-03-02 15:42:39 +00:00
ddb Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
dev Now that we can do it, print "HPT366" or "HPT370" depending on PCI revision. 2001-05-04 18:38:36 +00:00
filecorefs min() -> MIN(), max() -> MAX(). 2001-02-27 04:37:44 +00:00
gdbscripts fix pointer arithmetic 2001-01-11 05:31:02 +00:00
ipkdb
isofs Same change as in the UFS code: unlock vnode before setting v_op 2001-03-23 21:10:48 +00:00
kern Add pool_cache_destruct_object(), used to force destruction of 2001-05-04 19:41:25 +00:00
lib remove some lint 2001-04-30 02:34:58 +00:00
lkm Remove aoutm68k_misc.c from SRCS since it is only needed 2001-04-09 16:03:22 +00:00
miscfs Since union_getpages may be called with PGO_LOCKED, 2001-04-26 05:25:14 +00:00
msdosfs min() -> MIN(), max() -> MAX(). 2001-02-27 04:37:44 +00:00
net Add an in-kernel PPPoE (ppp over ethernet, RFC 2516) implementation, 2001-04-29 09:50:36 +00:00
netatalk Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netccitt remove superfluous ; 2001-05-01 16:39:00 +00:00
netinet Make it possible to override TCP_NDEBUG. The default value of 100 2001-04-29 15:18:01 +00:00
netinet6 do not copy TTL field on ipsec tunnel mode encapsulation. sync with kame 2001-04-15 01:55:49 +00:00
netisdn Demangle an #ifdef mess and make all ioctl routines take an u_long 2001-04-21 07:23:41 +00:00
netiso Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netkey Negative exit code cleanup: Replace exit(-x) with exit(x). 2001-04-06 11:13:45 +00:00
netnatm Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netns Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netsmb Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
nfs Drop vnode lock before removing the sillyrename file, to avoid a 2001-05-03 15:53:04 +00:00
ntfs set debug level via patchable variable, and fix some debug printf warnings 2001-03-29 10:51:16 +00:00
smbfs
stand
sys * Replace a couple of cases of u_char and u_short with uint8_t and uint16_t, 2001-05-05 12:47:58 +00:00
ufs Don't flush possibilly relocated file system block if write is done 2001-04-18 03:48:23 +00:00
uvm Support dynamic sizing of the page color bins. We also support 2001-05-02 01:22:19 +00:00
Makefile Enable the imported ISDN4BSD based ISDN subsystem. 2001-01-05 13:09:15 +00:00