| Commit message (Expand) | Author | Age | Files | Lines |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -26/+11 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -22/+15 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -2/+2 |
* | Fix warning (const lost in assignment), harmless in this case. | peter | 2002-02-28 | 1 | -1/+1 |
* | Fix the le driver - it has been broken for a while and these fixes have | jlemon | 2001-10-19 | 1 | -27/+21 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -4/+1 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 1 | -1/+11 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -48/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some | peter | 2000-01-29 | 1 | -2/+0 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -11/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Make these actually compile. I got a little delete happy pruning includes | mdodd | 1999-08-18 | 1 | -2/+6 |
* | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | mdodd | 1999-08-18 | 1 | -75/+6 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -7/+7 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 1 | -2/+2 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+4 |
* | Removed support for FreeBSD-1.x. | bde | 1998-08-12 | 1 | -6/+1 |
* | Don't pretend to support ix86's with 16-bit ints by using longs | bde | 1998-07-15 | 1 | -3/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | Removed unused #includes. | bde | 1998-03-28 | 1 | -3/+1 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -1/+4 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 1 | -1/+2 |
* | Police 4.4Lite #include style. | bde | 1997-08-25 | 1 | -3/+3 |
* | Get le_intr decl from sys/conf.h | fsmp | 1997-08-21 | 1 | -2/+2 |
* | Forward declaration for the intr routine, avoids compiler warning. | fsmp | 1997-08-21 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -12/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Use the new if_multiaddrs list for multicast addresses rather than the | wollman | 1997-01-13 | 1 | -32/+13 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -27/+1 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | bde | 1996-06-18 | 1 | -2/+1 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -2/+1 |
* | Remove reference to ac_ipaddr, which was being used to | fenner | 1996-03-23 | 1 | -3/+3 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -26/+11 |
* | The last part of the ether_sprint -> %6D change. | phk | 1996-01-26 | 1 | -3/+3 |
* | Remove the "no board found at" message, ia rather similar message with | joerg | 1996-01-25 | 1 | -3/+2 |
* | Completed function declarations and/or added prototypes and/or added | bde | 1995-12-15 | 1 | -1/+2 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -12/+11 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | all: | dg | 1995-12-05 | 1 | -13/+15 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -2/+1 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -5/+3 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | julian | 1995-10-26 | 1 | -2/+25 |