NetBSD/sys
simonb 223e50d28e Add a slightly modified dev/ic/com.c that supports the Alchemy
Semiconductor Au1x00 series on-chip UARTs.  Will be merged with
the original com.c driver once a few issues are tidied up.  Main
differences from a standard 16550 UART are:
 - separate rxdata and txdata registers
 - single 16-bit register for the clock divisor
 - "enable uart" register
2002-07-29 15:42:41 +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 Add a slightly modified dev/ic/com.c that supports the Alchemy 2002-07-29 15:42:41 +00:00
coda
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 Don't name parameters in a function declaration. 2002-07-29 05:57:16 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs use CD session offset from the disklabel, if present 2002-05-27 16:44:37 +00:00
kern Make killproc really public, and while we are there, constify. 2002-07-28 22:18:51 +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 Patches from Frank Kardel: 2002-07-28 22:16:47 +00:00
netatalk
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 Comment out token after #endif. 2002-05-16 19:30:41 +00:00
netkey correct %d/%u mismatch. sync w/kame 2002-06-27 14:39:45 +00:00
netnatm
netns
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
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