| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbreak build. | attilio | 2009-05-30 | 2 | -2/+3 |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -1/+2 |
* | The module name convention is foo, not if_foo. | imp | 2009-05-15 | 1 | -5/+5 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 2 | -2/+3 |
* | shutdown returns an int | imp | 2009-02-05 | 2 | -2/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Make lmc(4) compile without INET6 defined[1]. While here make it | bz | 2008-08-24 | 1 | -0/+6 |
* | Rename several functions in if_lmc with potential name collisions with | rwatson | 2008-07-05 | 2 | -33/+35 |
* | Universally adopt most conventional spelling of acquire. | rwatson | 2007-05-27 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -1/+8 |
* | The contents pointed by ssi_cables[] is never changed so explicitly | delphij | 2006-07-21 | 1 | -1/+1 |
* | Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname instead | brooks | 2006-07-15 | 1 | -3/+1 |
* | add missed calls to bpf_peers_present | sam | 2006-06-02 | 1 | -1/+1 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 2 | -39/+39 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -58/+60 |
* | - Don't include opt_global.h, it is always included implicitly. | glebius | 2005-10-05 | 1 | -1/+3 |
* | For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a long | scottl | 2005-10-04 | 1 | -2/+3 |
* | Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supports | scottl | 2005-10-03 | 2 | -0/+8713 |
* | Continue to remove drivers that don't compile and haven't compiled in | imp | 2003-12-07 | 6 | -3829/+0 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 4 | -4/+12 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Remove #include <pci.h> - there is no abuse of NPCI here | peter | 2002-07-21 | 1 | -1/+0 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 6 | -6/+6 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Minor tweaks to get these to stop breaking LINT. They still dont work | peter | 2001-01-17 | 2 | -0/+10 |
* | lmc_ifup() was not checking the state of the interface. This would | archie | 2001-01-10 | 1 | -3/+8 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -17/+16 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -20/+50 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -11/+5 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -3/+6 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 2 | -4/+2 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 2 | -11/+16 |
* | Devices that are running at splimp MUST use ng_queue_data() | julian | 2000-11-21 | 1 | -2/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Adjust to accomodate recent changes to the rcvdata and rcvmsg | archie | 2000-05-01 | 1 | -4/+6 |
* | Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. | phk | 2000-04-26 | 6 | -569/+601 |
* | LanMedias driver sources for the LMC1000 and similar cards. | phk | 2000-04-26 | 6 | -0/+3746 |