| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of kvtop(). | jhay | 2003-04-23 | 4 | -79/+75 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 2 | -2/+4 |
* | Move ar_devclass definition to if_ar.c. | nyan | 2003-02-23 | 2 | -2/+2 |
* | 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 driver changes: | sam | 2002-11-14 | 1 | -4/+2 |
* | Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -4/+4 |
* | Directives may not be used inside a macro argument, so don't. | obrien | 2002-05-09 | 1 | -3/+3 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+3 |
* | Move the isa parts to a separate file. | jhay | 2001-04-16 | 2 | -2443/+2 |
* | Update include files to reflect the new location of the ar device. | jhay | 2001-01-30 | 2 | -5/+5 |
* | Stop counting sppp interfaces, we were just testing its presence to give | peter | 2001-01-29 | 2 | -14/+0 |
* | Newbusify ar(4). | jhay | 2001-01-24 | 4 | -408/+725 |
* | Special case for compiling LINT - just give a warning and continue on. | peter | 2001-01-17 | 1 | -0/+5 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 2 | -30/+30 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 2 | -48/+76 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 2 | -66/+62 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 2 | -6/+14 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 2 | -14/+8 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 2 | -6/+16 |
* | Duh. These have been sitting in my tree since I committed this stuff. | julian | 2000-11-20 | 1 | -0/+29 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 2 | -2/+0 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 2 | -4/+26 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 2 | -6/+8 |
* | Ahhrggg. Put the test for the compat shims AFTER the file that includes | imp | 2000-03-27 | 1 | -4/+4 |
* | Per conversations in -current, add #error to these drivers when you don't | imp | 2000-03-27 | 1 | -0/+4 |
* | Remove definition of the unimplemented "control" hook. | archie | 2000-01-21 | 3 | -5/+2 |
* | Add explicit null entries for new entrypoints. | julian | 1999-12-01 | 2 | -2/+4 |
* | protect some more operations with splimp() under Netgraph. | julian | 1999-11-19 | 2 | -6/+6 |
* | Fix some warnings. | peter | 1999-11-18 | 2 | -4/+4 |
* | User netgraph typedefs for methods | julian | 1999-11-01 | 2 | -18/+18 |
* | Make it compile inthe NETGRAPH case. | julian | 1999-10-25 | 2 | -2/+2 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 3 | -18/+1081 |
* | Add support for the PCI version of the Digi SYNC/570i cards. | jhay | 1999-10-17 | 4 | -342/+1069 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 2 | -18/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 2 | -12/+12 |
* | Fix 'signed char as array index' warnings and an unused variable. | peter | 1999-05-06 | 2 | -8/+6 |
* | Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better, | phk | 1999-03-30 | 2 | -16/+2 |
* | Straigthen out the use of the tls and tlf callbacks. | phk | 1998-12-16 | 2 | -16/+2 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 2 | -4/+8 |
* | Fixed printf format errors. Only one left in LINT on i386's. | bde | 1998-08-24 | 2 | -10/+10 |
* | Removed unused includes. | bde | 1998-06-21 | 2 | -6/+2 |
* | Added used include of <i386/isa/isa_device.h> - don't depend on | bde | 1998-06-17 | 2 | -2/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 2 | -6/+6 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 2 | -4/+4 |
* | Make INET a proper option. | eivind | 1998-01-08 | 2 | -2/+14 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 2 | -2/+4 |
* | Major overhaul of the SyncPPP layer. Basically, this comprises now a | joerg | 1997-05-19 | 2 | -2/+16 |