NetBSD/sys
jonathan d41e338edc * Put in fix to in bytestuffing/RLL code from Stuart Cheshire, that
somehow got lost between NetBSD and Linux.    Output side mbuf-walking
  code now correctly bytestuffs mbuf chains, as well as single mbufs
  and clusters.

* Update radio error-parsing code to Stuart's latest stable code.
  We now parse error messages the older code didn't.

* Note where radio-crash watchdogs should be added (the linux code
  is there, #ifdef'ed out). This still just  doesn't work.
  The radio reset doesn't always work even when slattatch is first started,
  but I have a radio with old firmware, which may be a contributing factor.

* Correct the checks for the tty output queue being overfull;  estimate
  the stuffed pkt size as  (original * 65/64) + STRIP_HDRLEN + 2,
  instead of SLIP's (2*SLMTU).  Re-enable the disabled  check now the
  size estimate isn't excessively large.

* Fix BPF tapping of strip interfaces,  STRIP packets are wrapped
  in a SLIP bpf  header.   This implies no BPF support for arp or atalk,
  even though Linux boxes are sending arp requests and  gratuitous arps.
  There may be no good  fix short  of adding explicit  STRIP encapsulation
  support to bpf/tcpdump.

* Still need a solid walkthrough, and  rewrite to eliminate redundant
  receive-side mbuf copying.
1996-06-26 06:04:20 +00:00
..
adosfs Finish adosfs' support for International FFS (we not only have to use an 1996-05-24 20:16:02 +00:00
arch Rename unused macro ELF_HDR_SIZE -> MIPS_ELF_HDR_SIZE to avoid clash 1996-06-26 04:41:41 +00:00
compat Remove the old (broken) setre[ug]id() emulation. 1996-06-23 11:20:42 +00:00
conf My extent map manager. Sort of like resource maps, but more flexible. 1996-06-23 00:10:08 +00:00
ddb
dev fixes: 1996-06-26 04:08:53 +00:00
isofs/cd9660
kern Regen. 1996-06-23 11:08:01 +00:00
lib Return useful file descriptor when opening a raw device. 1996-06-21 20:51:23 +00:00
miscfs use VATTR_NULL macro. 1996-06-14 09:27:23 +00:00
msdosfs Free allocated space in directory after error 1996-05-25 17:50:41 +00:00
net * Put in fix to in bytestuffing/RLL code from Stuart Cheshire, that 1996-06-26 06:04:20 +00:00
netccitt Mostly minor changes. 1996-05-23 23:35:22 +00:00
netinet fixes/new stuff: 1996-06-26 04:18:44 +00:00
netiso avoid unnecessary checks of m_get/MGET/etc.'s return values. When 1996-06-14 22:21:12 +00:00
netns Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and 1996-05-22 13:54:55 +00:00
nfs Ignore the mountpoint's `v_usecount' in nfs_unmount() if MNT_FORCE is on. 1996-06-24 10:26:40 +00:00
scsi In sddump(), don't check the SDEV_MEDIA_LOADED bit of the device, since 1996-06-04 23:12:14 +00:00
stand
sys Regen. 1996-06-23 11:08:01 +00:00
ufs
vm allow kmem_malloc to return NULL if canwait is set and there's no map space 1996-06-13 16:52:06 +00:00
Makefile