NetBSD/sys
thorpej da5ef20b1a Byte-swapping optimizations, enabled if compiling with GCC:
* Byte-swap 16-bit and 32-bit constants at compile-time.
* Inline 16-bit and 32-bit variable byte-swaps.  These take 3 and 4
  insns, respectively, and inlining saves the minimum 6 cycle penalty
  to call/return from the byte swap function.
2002-08-13 22:41:36 +00:00
..
adosfs _PC_MAX_CANON and _PC_MAX_INPUT aren't really filesystem-specific in NetBSD. 2002-08-04 05:42:43 +00:00
altq Spell 'should' correctly. 2002-07-18 11:59:06 +00:00
arch Byte-swapping optimizations, enabled if compiling with GCC: 2002-08-13 22:41:36 +00:00
coda Die, qaddr_t, die! - mnt_data in struct mount is already effectively 2002-07-30 07:40:07 +00:00
compat Added a sleep on the parent so that the parent cannot die while the child 2002-08-12 20:11:38 +00:00
conf While the "wi" is a wlan device, it does not currently use any code 2002-08-11 17:00:04 +00:00
crypto
ddb
dev Add Palm m515. From FreeBSD. 2002-08-13 11:38:15 +00:00
filecorefs Die, qaddr_t, die! - mnt_data in struct mount is already effectively 2002-07-30 07:40:07 +00:00
fs Die, qaddr_t, die! - mnt_data in struct mount is already effectively 2002-07-30 07:40:07 +00:00
gdbscripts
ipkdb
isofs Die, qaddr_t, die! - mnt_data in struct mount is already effectively 2002-07-30 07:40:07 +00:00
kern In exit1(), moved the call to the emulation exit hook to a place where it is 2002-08-13 05:42:27 +00:00
lib cpu_info is not in spr0, but spr_g_0. 2002-07-30 06:10:46 +00:00
lkm
miscfs Just use the "time" variable in the *_getattr functions instead of a call 2002-08-03 04:52:44 +00:00
msdosfs Die, qaddr_t, die! - mnt_data in struct mount is already effectively 2002-07-30 07:40:07 +00:00
net to be consistent with other sources, use "struct ip *ip", not inp. 2002-08-12 05:22:57 +00:00
netatalk
netccitt
netinet inject GRE packet to raw ip socket input, to support userland GRE decapsulator. 2002-08-10 05:40:54 +00:00
netinet6 avoid hardcoded "16" for max AH sum size. use AH_MAXSUMSIZE. 2002-08-09 07:01:21 +00:00
netisdn
netiso fix null pointer deref. from ho@openbsd 2002-07-29 22:54:38 +00:00
netkey
netnatm
netns audit bitmask test mistake (s/&&/&/). from openbsd 2002-08-08 15:08:55 +00:00
netsmb
nfs Initialize recm to NULL inside the loop, so that a record length of 2002-08-02 00:09:33 +00:00
ntfs Die, qaddr_t, die! - mnt_data in struct mount is already effectively 2002-07-30 07:40:07 +00:00
stand
sys Expose <machine/pmc.h> to userland. 2002-08-08 16:23:19 +00:00
ufs correct range check, have overflow check, fix type mismatches, 2002-08-03 00:12:48 +00:00
uvm allocate the bufq after zeroing the swapdev structure, not before. 2002-07-27 14:37:00 +00:00
Makefile