| Commit message (Expand) | Author | Age | Files | Lines |
* | Garbage collect unbuildable and unusable non-MPSAFE network device | rwatson | 2009-04-16 | 1 | -2936/+0 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+2 |
* | Don't call bus_deactivate_resource() explicitly before calling | nyan | 2007-03-21 | 1 | -8/+0 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | jhb | 2006-02-22 | 1 | -3/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -11/+11 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -24/+29 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Initialize Netgraph type at a correct time, before device probing. | ru | 2005-02-15 | 1 | -1/+1 |
* | Install netgraph type at an appropriate time. | ru | 2005-02-13 | 1 | -1/+1 |
* | Two problems here: | ru | 2005-02-12 | 1 | -21/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Since if_sr doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Convert Netgraph to use mbuf tags to pass its meta information around. | julian | 2004-06-25 | 1 | -6/+5 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+9 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Get rid of the last two uses of NG_NODELEN + 1 in the base system by | harti | 2004-01-26 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Use bus_space*() instead of in*() and out*(). | jhay | 2003-04-23 | 1 | -201/+168 |
* | 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 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -4/+2 |
* | Fix lots of places that assume sizeof(int) == sizeof(void *). Most of | jhb | 2002-11-07 | 1 | -18/+18 |
* | Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -4/+4 |
* | Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove | imp | 2002-07-21 | 1 | -2/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+3 |
* | Fix clock selection for X.21 interfaces. | jhay | 2001-02-26 | 1 | -13/+5 |
* | Newbusify the sr device and move it to its new location. | jhay | 2001-01-30 | 1 | -602/+244 |
* | Stop counting sppp interfaces, we were just testing its presence to give | peter | 2001-01-29 | 1 | -7/+0 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -15/+15 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -23/+36 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -33/+30 |
* | Another mismatch found by Gcc: | julian | 2000-12-12 | 1 | -1/+0 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -2/+6 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -9/+6 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -3/+8 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 1 | -1/+12 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -3/+4 |
* | Make the N2 isa cards probe again. Remove the unused frame relay hooks. | jhay | 2000-04-08 | 1 | -215/+8 |
* | Remove definition of the unimplemented "control" hook. | archie | 2000-01-21 | 1 | -2/+1 |
* | Fix an #ifdef that should have been and #ifndef. | archie | 2000-01-20 | 1 | -1/+1 |
* | Add explicit null entries for new entrypoints. | julian | 1999-12-01 | 1 | -1/+2 |
* | fix braino.. line misplaced. | julian | 1999-11-19 | 1 | -1/+1 |
* | protect some more operations with splimp() under Netgraph. | julian | 1999-11-19 | 1 | -3/+3 |
* | Fix typo in previous commit. | archie | 1999-11-02 | 1 | -1/+1 |
* | User netgraph typedefs for methods | julian | 1999-11-01 | 1 | -9/+9 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -37/+662 |