| Commit message (Expand) | Author | Age | Files | Lines |
* | Catchup to filters by piso. | imp | 2007-02-23 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -3/+4 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | Fix "struct ifnet" leaks when attach() fails in the middle. | ru | 2005-09-16 | 1 | -0/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -8/+26 |
* | Mark if_cnw as IFF_NEEDSGIANT, because it does. | rwatson | 2005-07-18 | 1 | -1/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -12/+18 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -4/+3 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -2/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+2 |
* | The ether_ifdetach() function requires only one argument now. | nyan | 2003-02-23 | 1 | -1/+1 |
* | 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 | -13/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+8 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -31/+31 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -6/+4 |
* | Use enumeration types for CARD_SET_RES_FLAGS. | dmlb | 2001-05-08 | 1 | -1/+2 |
* | Now that I have a pair of CreditCard Netwave Adapter, tweak the eject | imp | 2001-03-23 | 1 | -2/+0 |
* | Commit port of cnw driver from Hiroyuki Aizu-san. This driver | imp | 2001-03-16 | 3 | -0/+2006 |