Go to file
pk 69487f1532 * Fix a train-load of bugs, mostly present in one of these categories:
- "out of resource" errors cause receive buffer chain corruption
	- resets can confuse the interrupt handler
	- multi-cast setup causes receive buffer chain corruption
	- shared memory setup incomplete

* Enhance effiency by avoiding unnecessary shared memory access,
  improved handling of receive frame & buffer descriptors, and
  introducing an `asynchronous' option when issuing 82586 commands.

* Exclusively use offsets relative to the bus handle representing the shared
  memory area to formulate accesses to the chip's data-structures.  The
  front-ends provide glue functions that cater to the chip's endian-
  sensitivity, to perform the actual device access (note: single-byte
  accesses are done here using `bus_space_{read,write}_1()').
  This concludes the transformation into a bus-independent driver module.
1998-01-10 02:35:31 +00:00
bin use IP_PORTRANGE_LOW sockopt rather than home-grown code 1998-01-10 00:27:34 +00:00
distrib get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:06:23 +00:00
etc fix root .cshrc so that it ends prompts with a '#' when invoked by root 1998-01-10 00:51:56 +00:00
games RCS Id Police. 1998-01-09 08:03:16 +00:00
gnu note that /var/tmp isn't the default for TMPDIR 1998-01-09 06:02:38 +00:00
include RCS Id Police. 1998-01-09 08:03:16 +00:00
lib RCS Id Police. 1998-01-09 04:11:49 +00:00
libexec get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:37:34 +00:00
regress add unfdpass 1998-01-09 13:39:57 +00:00
sbin RCS Id Police. 1998-01-09 08:03:16 +00:00
share add pool.9 1998-01-10 01:05:17 +00:00
sys * Fix a train-load of bugs, mostly present in one of these categories: 1998-01-10 02:35:31 +00:00
usr.bin RCS Id Police. 1998-01-09 08:03:16 +00:00
usr.sbin RCS Id Police. 1998-01-09 08:03:16 +00:00
Makefile Make the "build" target depend on "beforeinstall", ensuring that all 1997-10-27 18:06:39 +00:00