| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 2 | -2/+2 |
| * | Universally adopt most conventional spelling of acquire. | Robert Watson | 2007-05-27 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -1/+8 |
| * | The contents pointed by ssi_cables[] is never changed so explicitly | Xin LI | 2006-07-21 | 1 | -1/+1 |
| * | Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname instead | Brooks Davis | 2006-07-15 | 1 | -3/+1 |
| * | add missed calls to bpf_peers_present | Sam Leffler | 2006-06-02 | 1 | -1/+1 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 2 | -39/+39 |
| * | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov | 2005-12-04 | 1 | -58/+60 |
| * | - Don't include opt_global.h, it is always included implicitly. | Gleb Smirnoff | 2005-10-05 | 1 | -1/+3 |
| * | For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a long | Scott Long | 2005-10-04 | 1 | -2/+3 |
| * | Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supports | Scott Long | 2005-10-03 | 2 | -0/+8713 |
| * | Continue to remove drivers that don't compile and haven't compiled in | Warner Losh | 2003-12-07 | 6 | -3829/+0 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -4/+12 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Remove #include <pci.h> - there is no abuse of NPCI here | Peter Wemm | 2002-07-21 | 1 | -1/+0 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 6 | -6/+6 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+2 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Minor tweaks to get these to stop breaking LINT. They still dont work | Peter Wemm | 2001-01-17 | 2 | -0/+10 |
| * | lmc_ifup() was not checking the state of the interface. This would | Archie Cobbs | 2001-01-10 | 1 | -3/+8 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 1 | -17/+16 |
| * | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 1 | -20/+50 |
| * | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 1 | -11/+5 |
| * | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 1 | -3/+6 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 2 | -4/+2 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 2 | -11/+16 |
| * | Devices that are running at splimp MUST use ng_queue_data() | Julian Elischer | 2000-11-21 | 1 | -2/+1 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Adjust to accomodate recent changes to the rcvdata and rcvmsg | Archie Cobbs | 2000-05-01 | 1 | -4/+6 |
| * | Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. | Poul-Henning Kamp | 2000-04-26 | 6 | -569/+601 |
| * | LanMedias driver sources for the LMC1000 and similar cards. | Poul-Henning Kamp | 2000-04-26 | 6 | -0/+3746 |