summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the rx/tx ring initialization to use pointers instead of arrays.phk2005-01-061-45/+34
* Eliminate a bunch of unnecessary prototypes.phk2005-01-061-54/+12
* Move the module related stuff to the bottom of the file. This willphk2005-01-061-30/+30
* /* -> /*- for license, add FreeBSD tagimp2005-01-0631-32/+48
* Make sure to clear any pending interrupts when we stop the interface.phk2005-01-061-0/+1
* Close a theoretical race: By the time the watchdog comes aroundphk2005-01-061-1/+5
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-06262-525/+659
* Remove left over include file from stallion driver.imp2005-01-061-122/+0
* Expand indirect reference to BSD license with the current one.imp2005-01-061-2/+22
* This doesn't seem to have been used since 386BSD daysimp2005-01-061-4/+0
* Bit 0 of td_flags is now used by the priority borrowing flag, so removejhb2005-01-061-1/+0
* Revise the part of vm_pageout_scan() that moves pages from the cachealc2005-01-061-12/+31
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0664-95/+105
* Add dol FreeBSD dol and /*+ize licenseimp2005-01-063-3/+9
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0667-68/+70
* Introduce new startup level SI_SUB_NETGRAPH that is afteremax2005-01-062-1/+2
* Unbreak the tinderbox, make this compile.maxim2005-01-061-1/+1
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.simokawa2005-01-061-1/+2
* Modules on PPC need to be compiled with -mlongcall to get aroundgrehan2005-01-061-0/+4
* Make this compile from the last commitscottl2005-01-061-1/+1
* Return ETIMEDOUT when thread is timeouted since POSIX threaddavidxu2005-01-061-5/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-06774-868/+886
* add copyright notice to something I wrote that didn't have oneimp2005-01-061-1/+1
* Start each of the license/copyright comments with /*-imp2005-01-0624-24/+24
* Start each of the license/copyright comments with /*-imp2005-01-0538-54/+54
* If the NFS/TCP stream is out of sync between the client and server,ps2005-01-051-1/+1
* Start each of the license/copyright comments with /*-imp2005-01-05106-110/+110
* Typo.jhb2005-01-051-1/+1
* Align if else if properlyphk2005-01-051-6/+4
* Style: new-speak functions, remove pointless "return".phk2005-01-051-137/+44
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-057-10/+13
* Start each of the license/copyright comments with /*-imp2005-01-0527-28/+31
* Remove obsolete note about the boot loader not being ready for stable.imp2005-01-051-10/+0
* Start all license statements with /*-imp2005-01-05116-165/+121
* Rework the optimization for spinlocks on UP to be slightly less drastic andjhb2005-01-052-13/+28
* These appear to be unused in our tree, so remove them.imp2005-01-052-111/+0
* Begin all license/copyright comments with /*-imp2005-01-0534-34/+34
* PC98 will never be defined for amd64imp2005-01-051-5/+0
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantkeramida2005-01-051-1/+1
* Add support for Chase/Perle PCI FAST-4 4 port serial cards which appearwilko2005-01-051-0/+36
* Begin all license/copyright comments with /*- or #-imp2005-01-05114-128/+128
* Start all license/copyright notice comments with /*-, per traditionimp2005-01-059-9/+9
* Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.vkashyap2005-01-058-19555/+22218
* Make sis_initl() take a typed argument.phk2005-01-051-24/+15
* Add locked/unlocked variants of sis_init()phk2005-01-051-15/+22
* Make a locked and unlocked variant of sis_start()phk2005-01-051-15/+20
* Don't declare variables "register", the compiler ought to know what to do.phk2005-01-051-6/+6
* Add needed synchronization to the error handling code that was introducedalc2005-01-051-0/+6
* o Use tab instead of spaces for puc(4) line.kuriyama2005-01-054-12/+12
* Fix comment. One of the two "Step 4" shuold be a "step 5"julian2005-01-051-1/+1
OpenPOWER on IntegriCloud