NetBSD/sys
thorpej b99cf790df - Initialize ifp->if_baudrate to a sensible value when the interface is
attached.
- Add ether_crc32_be() and ether_crc_le(), common functions for computing
  the Ethernet CRC on arbitrary length buffers.  Nothing uses them yet,
  and these should be double-checked and probably re-implemented as
  table-driven functions.
2000-03-06 20:54:41 +00:00
..
adosfs
arch beautify APM_DISABLE_INTERRUPTS line (s/options\t/options \t/) 2000-03-06 18:45:42 +00:00
coda
compat expunge vm_offset_t/vm_size_t 2000-03-04 07:28:44 +00:00
conf increase kernel version to 1.4U (5 more to 1.4Z!) 2000-03-01 12:52:11 +00:00
ddb On MP, print cpu number prior to prompt 2000-02-21 05:48:56 +00:00
dev Add support for the AMD 756 DMA/UDMA IDE controller, provided in 2000-03-06 18:02:26 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Allow my disk to actually spin down using `-o async' again. 2000-03-03 05:21:03 +00:00
lib make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. 2000-03-02 07:41:49 +00:00
lkm
miscfs Fix pasto: some lines of the procfs hash code were copied from the 2000-02-25 22:33:43 +00:00
msdosfs unix2dostime(), dos2unixtime(): use value of rtc_offset to shift the time value 2000-02-28 10:43:08 +00:00
net - Initialize ifp->if_baudrate to a sensible value when the interface is 2000-03-06 20:54:41 +00:00
netatalk
netccitt don't touch non-AF_CCITT addrs on ctlinput. ctlinput routines can be 2000-02-26 16:03:23 +00:00
netinet allow SIOCDIFADDR with AF_UNSPEC address by default, until we fix ifconfig(8). 2000-03-06 19:33:13 +00:00
netinet6 Quiet a noisy diagnostic. 2000-03-04 02:39:58 +00:00
netiso introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
netkey correct IPsec SA lookup, so that we can always get/use 2000-03-05 05:42:33 +00:00
netnatm
netns introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
nfs
ntfs one more - Windows 2000 NTFS support 2000-02-19 14:42:21 +00:00
stand
sys Also use __HAVE_DEVICE_REGISTER for the device_register() prototype, rather 2000-03-06 02:48:51 +00:00
ufs Fix a bug introduced in Lite2 with block allocation and full disk 2000-02-25 19:58:25 +00:00
uvm
vm Allow PAGE_SIZE et al to be defined as constants instead of variables. 2000-03-04 08:41:59 +00:00
Makefile