| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 3 | -4/+8 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -1/+1 |
| * | Use bus_space*() instead of in*() and out*(). | John Hay | 2003-04-23 | 4 | -316/+279 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 2 | -2/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -4/+2 |
| * | Fix the rest of the 64-bit warnings for the sr(4) driver. | John Baldwin | 2002-11-07 | 1 | -4/+4 |
| * | Fix lots of places that assume sizeof(int) == sizeof(void *). Most of | John Baldwin | 2002-11-07 | 1 | -18/+18 |
| * | Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -4/+4 |
| * | Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove | Warner Losh | 2002-07-21 | 1 | -2/+0 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+3 |
| * | Fix clock selection for X.21 interfaces. | John Hay | 2001-02-26 | 1 | -13/+5 |
| * | Newbusify the sr device and move it to its new location. | John Hay | 2001-01-30 | 4 | -3795/+698 |
| * | Stop counting sppp interfaces, we were just testing its presence to give | Peter Wemm | 2001-01-29 | 2 | -14/+0 |
| * | Special case for compiling LINT - just give a warning and continue on. | Peter Wemm | 2001-01-17 | 1 | -0/+5 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 2 | -30/+30 |
| * | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 2 | -46/+72 |
| * | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 2 | -66/+60 |
| * | Another mismatch found by Gcc: | Julian Elischer | 2000-12-12 | 2 | -2/+0 |
| * | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 2 | -4/+12 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 2 | -18/+12 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 2 | -6/+16 |
| * | Duh. These have been sitting in my tree since I committed this stuff. | Julian Elischer | 2000-11-20 | 1 | -0/+29 |
| * | Mass update of isa drivers using compatability shims to use | Peter Wemm | 2000-05-28 | 2 | -2/+24 |
| * | Two simple changes to the kernel internal API for netgraph modules, | Julian Elischer | 2000-04-28 | 2 | -6/+8 |
| * | Make the N2 isa cards probe again. Remove the unused frame relay hooks. | John Hay | 2000-04-08 | 2 | -430/+16 |
| * | Ahhrggg. Put the test for the compat shims AFTER the file that includes | Warner Losh | 2000-03-27 | 1 | -4/+4 |
| * | Per conversations in -current, add #error to these drivers when you don't | Warner Losh | 2000-03-27 | 1 | -0/+4 |
| * | Remove definition of the unimplemented "control" hook. | Archie Cobbs | 2000-01-21 | 3 | -5/+2 |
| * | Fix an #ifdef that should have been and #ifndef. | Archie Cobbs | 2000-01-20 | 2 | -2/+2 |
| * | Add explicit null entries for new entrypoints. | Julian Elischer | 1999-12-01 | 2 | -2/+4 |
| * | fix braino.. line misplaced. | Julian Elischer | 1999-11-19 | 2 | -2/+2 |
| * | protect some more operations with splimp() under Netgraph. | Julian Elischer | 1999-11-19 | 2 | -6/+6 |
| * | Fix typo in previous commit. | Archie Cobbs | 1999-11-02 | 2 | -2/+2 |
| * | User netgraph typedefs for methods | Julian Elischer | 1999-11-01 | 2 | -18/+18 |
| * | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer | 1999-10-21 | 3 | -74/+1347 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 2 | -18/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -4/+4 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 2 | -12/+12 |
| * | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -6/+1 |
| * | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -6/+3 |
| * | GC unused variable | Peter Wemm | 1999-05-06 | 2 | -4/+2 |
| * | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | Peter Wemm | 1999-04-24 | 1 | -1/+5 |
| * | Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better, | Poul-Henning Kamp | 1999-03-30 | 2 | -16/+2 |
| * | Fix typo. Unit is spelled with a 'u'. 'init' just types too easily. | Julian Elischer | 1999-01-18 | 2 | -4/+4 |
| * | Fix screwed up previous commit. | Julian Elischer | 1999-01-18 | 2 | -8/+18 |
| * | From inspection, ISA interrupts were completely broken.. | Julian Elischer | 1999-01-18 | 2 | -2/+40 |
| * | Remove/comment out unused functions. | Eivind Eklund | 1999-01-12 | 2 | -42/+2 |