NetBSD/sys
thorpej 4c9de392fd Bring down a fix from the "newlock" branch, slightly modified:
* In pool_prime_page(), assert that the object being placed onto the
  free list meets the alignment constraints (that "ioff" within the
  object is aligned to "align").
* In pool_init(), round up the object size to the alignment value (or
  ALIGN(1), if no special alignment is needed) so that the above invariant
  holds true.
2002-07-30 01:41:00 +00:00
..
adosfs Add local definition of adosfs_vnodeop_p 2002-05-14 00:05:56 +00:00
altq Spell 'should' correctly. 2002-07-18 11:59:06 +00:00
arch Clean up some comments. 2002-07-29 22:00:00 +00:00
coda Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
compat Convert to use p_opptr rather than p_oppid. Part of fix for 2002-07-28 18:42:41 +00:00
conf bump to 1.6E - struct proc size change on LP64 platforms 2002-07-25 21:13:40 +00:00
crypto missing IV handling in CBC mode (does not affect ESP code as we have 2002-05-24 06:28:06 +00:00
ddb provide a db_vprintf() which is exactly what the name suggests 2002-06-05 17:53:52 +00:00
dev Regen. 2002-07-29 20:08:50 +00:00
filecorefs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
fs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
gdbscripts
ipkdb
isofs use CD session offset from the disklabel, if present 2002-05-27 16:44:37 +00:00
kern Bring down a fix from the "newlock" branch, slightly modified: 2002-07-30 01:41:00 +00:00
lib Avoid redundant memory access. 2002-07-10 06:02:09 +00:00
lkm Revert rev. 1.10 of Makefile and fix the problem properly by adding 2002-06-02 23:46:49 +00:00
miscfs we can't use the vnode's v_usecount to track how many times the vnode 2002-07-27 16:43:36 +00:00
msdosfs UBCify a bit in detrunc() that was missed. from PR 17143. 2002-06-05 02:07:48 +00:00
net Make tun interfaces perform auto-creation. This means that if a 2002-07-29 16:53:30 +00:00
netatalk Eliminate commons. 2002-05-12 21:43:23 +00:00
netccitt Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from 2002-07-03 21:39:40 +00:00
netinet be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C 2002-07-29 09:14:36 +00:00
netinet6 correct multicast packet MTU check. sync w/kame 2002-07-25 12:41:51 +00:00
netisdn Uniformly pass a "struct isdn_l3_driver *" through layer 2, so we 2002-05-21 10:31:10 +00:00
netiso fix null pointer deref. from ho@openbsd 2002-07-29 22:54:38 +00:00
netkey correct %d/%u mismatch. sync w/kame 2002-06-27 14:39:45 +00:00
netnatm
netns More commons eliminated. 2002-05-12 20:23:49 +00:00
netsmb SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
nfs Synchronize code and comment again to prevent mbuf leak. Sprinkle some 2002-07-26 01:36:30 +00:00
ntfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
stand
sys Make killproc really public, and while we are there, constify. 2002-07-28 22:18:51 +00:00
ufs Spell '[Rr]ight' correctly. From Jim Bernard. 2002-07-26 14:11:34 +00:00
uvm allocate the bufq after zeroing the swapdev structure, not before. 2002-07-27 14:37:00 +00:00
Makefile