aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This change adds reliability for Ethernet trunks built with ng_one2many:Gleb Smirnoff2005-01-082-0/+37
* In total violation of at least 4 sections in the ACPI spec, some systemsNate Lawson2005-01-081-19/+26
* Break out of loop earlier if it is not timeout.David Xu2005-01-081-1/+1
* Annotate that pfs_exit() always acquires and releases two mutexes forRobert Watson2005-01-081-0/+4
* In acct_process(), do a lockless read of acctvp to see if it's NULLRobert Watson2005-01-081-1/+12
* Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter whereDarren Reed2005-01-081-25/+2
* In kern_wait(), let the compiler copy the rusage structure rather thanRobert Watson2005-01-081-1/+1
* Revert local experiment which leaked into commit.Poul-Henning Kamp2005-01-071-1/+1
* Fix compilation of DEVICE_POLLING code.Poul-Henning Kamp2005-01-072-6/+6
* Comment typo.Giorgos Keramidas2005-01-071-1/+1
* Fix support for machines with default MP Table configurations:John Baldwin2005-01-071-18/+71
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisScott Long2005-01-075-26/+111
* Fix typo from previous commit.Scott Long2005-01-071-0/+1
* Add a default driver to attach to the "hidden" scsi channels of the DellScott Long2005-01-071-0/+62
* Transfer responsibility for freeing the page taken from the cacheAlan Cox2005-01-071-19/+17
* Fix typos from previous commit.Scott Long2005-01-072-0/+2
* Adjust two of my comments to the new world order: Indent protection inColin Percival2005-01-071-2/+2
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesWarner Losh2005-01-0718-24/+202
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-0768-91/+91
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-07426-453/+480
* Add FreeBSD tagWarner Losh2005-01-071-1/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-07519-571/+785
* Return correct value in the lock routine.Peter Grehan2005-01-071-2/+2
* These are no longer relevant. They are scripts for extracting hintsWarner Losh2005-01-074-456/+0
* This is no longer supported, so remove it from the tree.Warner Losh2005-01-071-17/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0733-33/+43
* We no longer recurse the mutex.Poul-Henning Kamp2005-01-071-1/+1
* If we get an interrupt and the interface is down, return before wePoul-Henning Kamp2005-01-072-9/+5
* Don't tweak DSP on the ..16 chips.Poul-Henning Kamp2005-01-061-1/+1
* Fix for an issue with excessive collisions in half duplex mode.Poul-Henning Kamp2005-01-061-0/+8
* Nail the short cable problem the exact way National says it should be.Poul-Henning Kamp2005-01-061-19/+14
* Simplify and fix bugs in rx/tx ring cleanup.Poul-Henning Kamp2005-01-061-24/+21
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0689-93/+97
* Expand COPYRIGHT inline, per Matthew Dillon's earlier approval.Warner Losh2005-01-061-4/+24
* Rewrite the rx/tx ring initialization to use pointers instead of arrays.Poul-Henning Kamp2005-01-061-45/+34
* Eliminate a bunch of unnecessary prototypes.Poul-Henning Kamp2005-01-061-54/+12
* Move the module related stuff to the bottom of the file. This willPoul-Henning Kamp2005-01-061-30/+30
* /* -> /*- for license, add FreeBSD tagWarner Losh2005-01-0631-32/+48
* Make sure to clear any pending interrupts when we stop the interface.Poul-Henning Kamp2005-01-061-0/+1
* Close a theoretical race: By the time the watchdog comes aroundPoul-Henning Kamp2005-01-061-1/+5
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-06262-525/+659
* Remove left over include file from stallion driver.Warner Losh2005-01-061-122/+0
* Expand indirect reference to BSD license with the current one.Warner Losh2005-01-061-2/+22
* This doesn't seem to have been used since 386BSD daysWarner Losh2005-01-061-4/+0
* Bit 0 of td_flags is now used by the priority borrowing flag, so removeJohn Baldwin2005-01-061-1/+0
* Revise the part of vm_pageout_scan() that moves pages from the cacheAlan Cox2005-01-061-12/+31
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0664-95/+105
* Add dol FreeBSD dol and /*+ize licenseWarner Losh2005-01-063-3/+9
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0667-68/+70
* Introduce new startup level SI_SUB_NETGRAPH that is afterMaksim Yevmenkin2005-01-062-1/+2