| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID(). | obrien | 2003-06-02 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -18/+8 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -1/+1 |
* | Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions. | wpaul | 2000-12-15 | 1 | -120/+245 |
* | 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 | -6/+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 | -37/+8 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -9/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix stupid error (xse -> xsc). | mdodd | 1999-08-20 | 1 | -2/+2 |
* | Set ifp->if_init to the right function. | mdodd | 1999-08-20 | 1 | -23/+26 |
* | Make these actually compile. I got a little delete happy pruning includes | mdodd | 1999-08-18 | 1 | -3/+5 |
* | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | mdodd | 1999-08-18 | 1 | -105/+4 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -6/+6 |
* | Move a couple of functions to make __inline work. While I'm here, | eivind | 1999-01-12 | 1 | -68/+72 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -3/+1 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+4 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -3/+2 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -5/+5 |
* | 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 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -8/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+2 |
* | 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 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -17/+2 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -28/+1 |
* | Megacommit to straigthen out ETHER_ mess. | phk | 1996-08-06 | 1 | -4/+1 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | bde | 1996-06-18 | 1 | -3/+1 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -10/+12 |
* | The last part of the ether_sprint -> %6D change. | phk | 1996-01-26 | 1 | -6/+6 |
* | 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 | -18/+22 |
* | all: | dg | 1995-12-05 | 1 | -12/+6 |
* | 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 | -3/+2 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | julian | 1995-10-26 | 1 | -1/+32 |
* | Say goodbye to IFF_NOTRAILERS. Support for trailers was officially | wollman | 1995-10-13 | 1 | -2/+2 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -1/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -7/+7 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -4/+9 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-28 | 1 | -1/+3 |