aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the tinderbox, make this compile.Maxim Konovalov2005-01-061-1/+1
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.Hidetoshi Shimokawa2005-01-061-1/+2
* Modules on PPC need to be compiled with -mlongcall to get aroundPeter Grehan2005-01-061-0/+4
* Make this compile from the last commitScott Long2005-01-061-1/+1
* Return ETIMEDOUT when thread is timeouted since POSIX threadDavid Xu2005-01-061-5/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-06774-868/+886
* add copyright notice to something I wrote that didn't have oneWarner Losh2005-01-061-1/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-0624-24/+24
* Start each of the license/copyright comments with /*-Warner Losh2005-01-0538-54/+54
* If the NFS/TCP stream is out of sync between the client and server,Paul Saab2005-01-051-1/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-05106-110/+110
* Typo.John Baldwin2005-01-051-1/+1
* Align if else if properlyPoul-Henning Kamp2005-01-051-6/+4
* Style: new-speak functions, remove pointless "return".Poul-Henning Kamp2005-01-051-137/+44
* - Move the function prototypes for kern_setrlimit() and kern_wait() toJohn Baldwin2005-01-057-10/+13
* Start each of the license/copyright comments with /*-Warner Losh2005-01-0527-28/+31
* Remove obsolete note about the boot loader not being ready for stable.Warner Losh2005-01-051-10/+0
* Start all license statements with /*-Warner Losh2005-01-05116-165/+121
* Rework the optimization for spinlocks on UP to be slightly less drastic andJohn Baldwin2005-01-052-13/+28
* These appear to be unused in our tree, so remove them.Warner Losh2005-01-052-111/+0
* Begin all license/copyright comments with /*-Warner Losh2005-01-0534-34/+34
* PC98 will never be defined for amd64Warner Losh2005-01-051-5/+0
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantGiorgos Keramidas2005-01-051-1/+1
* Add support for Chase/Perle PCI FAST-4 4 port serial cards which appearWilko Bulte2005-01-051-0/+36
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-05114-128/+128
* Start all license/copyright notice comments with /*-, per traditionWarner Losh2005-01-059-9/+9
* Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.Vinod Kashyap2005-01-058-19447/+22110
* Make sis_initl() take a typed argument.Poul-Henning Kamp2005-01-051-24/+15
* Add locked/unlocked variants of sis_init()Poul-Henning Kamp2005-01-051-15/+22
* Make a locked and unlocked variant of sis_start()Poul-Henning Kamp2005-01-051-15/+20
* Don't declare variables "register", the compiler ought to know what to do.Poul-Henning Kamp2005-01-051-6/+6
* Add needed synchronization to the error handling code that was introducedAlan Cox2005-01-051-0/+6
* o Use tab instead of spaces for puc(4) line.Jun Kuriyama2005-01-054-12/+12
* Fix comment. One of the two "Step 4" shuold be a "step 5"Julian Elischer2005-01-051-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetsOlivier Houchard2005-01-051-2/+2
* Instead of keeping track of the index into the receive ring use the alreadyPoul-Henning Kamp2005-01-042-8/+6
* Forget about the sis_list_data and sis_ring_data structures and embeddPoul-Henning Kamp2005-01-042-132/+109
* Prototype busdma callback using the typedef.Poul-Henning Kamp2005-01-041-1/+1
* Kill a half dead comment. It's first half was killed in rev 1.12.Roman Kurakin2005-01-041-1/+0
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.Maksim Yevmenkin2005-01-041-1/+1
* Allow fxp(4) cards with a revision id of 0 to use the 82503 serialMaxime Henrion2005-01-041-1/+1
* Regenerate.John Baldwin2005-01-044-13/+15
* Partial sync up to the master syscalls.master file:John Baldwin2005-01-041-8/+9
* return after freeing data element, instead of falling through, and usingJohn-Mark Gurney2005-01-041-0/+1
* - Fix 'rebuild' command - it can no longer relay on retaste eventPawel Jakub Dawidek2005-01-043-50/+34
* Spoiling is now not possible, because we keep consumers open for writingPawel Jakub Dawidek2005-01-043-38/+13
* Remove old wdc driver completely.Yoshihiro Takahashi2005-01-041-8/+0
* Minor nits in formatting continued linesWarner Losh2005-01-041-2/+2
* cnw as a pccard device was commented out, so uncomment it so LINT will build.Warner Losh2005-01-041-1/+1
* Since we do not support forceful unmount of DEVFS we can do away withPoul-Henning Kamp2005-01-041-45/+3