freebsd with flexible iflib nic queues
Go to file
Garrett Wollman 6f86639187 Add a new, better mechanism for sticking packets onto ifqueues.
The old system had the misfeature that the only policy it could implement
was tail-drop; the new IF_ENQ_DROP macro/function makes it possible
to implement more sophisticated queueing policies on a system-wide
basis.  No code actually uses this yet (although on my machine
I have converted the ethernet and (polled) loopback to use it).
1996-07-22 20:06:01 +00:00
bin add a reference to killall(1) 1996-07-03 22:19:50 +00:00
contrib/tcl General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
eBones Whups! Missed a ${.OBJDIR} here. 1996-07-01 06:34:27 +00:00
etc Move things up a bit to make startup pretty 1996-07-18 19:09:06 +00:00
games Correctly declare main() as `int'. 1996-07-17 20:13:33 +00:00
gnu Check for, and disallow, duplicate tags in the "cvs import" command. 1996-07-20 02:08:56 +00:00
include Fixed new and old standards conformance bugs. The non-POSIX confstr() was 1996-07-17 10:52:38 +00:00
lib Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as 1996-07-21 02:23:13 +00:00
libexec Include <sys/types.h> before including <grp.h> so that this doesn't 1996-07-12 05:55:38 +00:00
lkm Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
release Fix some bogus argument handling - whups! James was right.. 1996-07-22 18:43:21 +00:00
sbin I have added a new option -p to the mount command. This was 1996-07-21 23:34:04 +00:00
secure Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
share Corrected a minor typo and removed a chunk of my "ports" entry 1996-07-22 00:00:36 +00:00
sys Add a new, better mechanism for sticking packets onto ifqueues. 1996-07-22 20:06:01 +00:00
tools Update to use modern make meta-variables. Fix the $Id$ both. 1996-06-30 18:02:58 +00:00
usr.bin Fix botches in the handling of "AM" and "PM": 1996-07-19 00:44:55 +00:00
usr.sbin Fix some bogus argument handling - whups! James was right.. 1996-07-22 18:43:21 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Fix typo in Makefile. 1996-07-21 00:05:31 +00:00