NetBSD/sys
bouyer 85393c3223 Redo previous in a better way:
allocate a static buffer, which is added at the end of short packets
to pad the buffer to ETHER_MIN_LEN - ETHER_CRC_LEN.
While I'm there fix 2 bugs:
in qeinit(), unload the right dmamap if bus_dmamap_load fails
in qestart, don't dmamap_load the mbuf if its len is 0.
Tested on simh-vax.
2003-01-17 15:45:59 +00:00
..
altq fix typo, from David Laight. 2003-01-06 15:20:24 +00:00
arch cpu_switch: 2003-01-17 14:49:45 +00:00
coda writable, not writeable. 2003-01-06 20:30:28 +00:00
compat add support for SNDCTL_DSP_SETDUPLEX ioctl to ossaudio emulation code 2003-01-12 08:20:05 +00:00
conf
crypto
ddb
dev Redo previous in a better way: 2003-01-17 15:45:59 +00:00
fs Don't scale file block numbers. Fixes mmap() and UBCified read() problems. 2003-01-09 18:34:41 +00:00
gdbscripts
ipkdb
kern switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag 2003-01-17 08:11:49 +00:00
lib PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a 2003-01-12 18:59:15 +00:00
lkm
miscfs Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
net switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag 2003-01-17 08:11:49 +00:00
netatalk
netccitt synchronous, not syncronous. 2003-01-06 13:10:25 +00:00
netinet switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag 2003-01-17 08:11:49 +00:00
netinet6 switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag 2003-01-17 08:11:49 +00:00
netisdn
netiso
netkey allocate route_in6 in struct secashead, to avoid mistakenly overrun 2003-01-08 05:46:49 +00:00
netnatm
netns
netsmb writable, not writeable. 2003-01-06 20:30:28 +00:00
nfs
stand
sys pull queue.h in to make userland compilation happy 2003-01-17 10:07:23 +00:00
ufs - zerofill struct lfs when allocating it. 2003-01-12 13:04:52 +00:00
uvm
Makefile