summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable checksum offloading by default. It seems to produce corrupted packetscognet2005-01-051-2/+2
* Instead of keeping track of the index into the receive ring use the alreadyphk2005-01-042-8/+6
* Forget about the sis_list_data and sis_ring_data structures and embeddphk2005-01-042-132/+109
* Prototype busdma callback using the typedef.phk2005-01-041-1/+1
* Kill a half dead comment. It's first half was killed in rev 1.12.rik2005-01-041-1/+0
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.emax2005-01-041-1/+1
* Allow fxp(4) cards with a revision id of 0 to use the 82503 serialmux2005-01-041-1/+1
* Regenerate.jhb2005-01-044-13/+15
* Partial sync up to the master syscalls.master file:jhb2005-01-041-8/+9
* return after freeing data element, instead of falling through, and usingjmg2005-01-041-0/+1
* - Fix 'rebuild' command - it can no longer relay on retaste eventpjd2005-01-043-50/+34
* Spoiling is now not possible, because we keep consumers open for writingpjd2005-01-043-38/+13
* Remove old wdc driver completely.nyan2005-01-041-8/+0
* Minor nits in formatting continued linesimp2005-01-041-2/+2
* cnw as a pccard device was commented out, so uncomment it so LINT will build.imp2005-01-041-1/+1
* Since we do not support forceful unmount of DEVFS we can do away withphk2005-01-041-45/+3
* Unsupport forceful unmounts of DEVFS.phk2005-01-041-1/+1
* Catchup to wd removalimp2005-01-041-12/+0
* Remove last vestiges of old wd driver. ata works well on pc98 andimp2005-01-048-5551/+0
* move all the card entries to files.pc98imp2005-01-043-1734/+1732
* First step in removing OLDCARD from FreeBSD 6.0:imp2005-01-042-6/+6
* Fix 'rebuild' command (we ignore retaste event now, so don't relay on it).pjd2005-01-033-11/+23
* Add PCI and device ID's to if_xl to support:rwatson2005-01-032-1/+6
* Use byteorder(9) functions to implement the [g,s]et[d,w][b,l]e macros somarius2005-01-031-36/+14
* When allocating bio's in the swap_pager use M_WAITOK since thephk2005-01-031-6/+7
* Reduce diffs to work in progress before checking in serious changes.philip2005-01-032-38/+40
* Garbage collect unused ipx_abort().rwatson2005-01-032-13/+2
* Remove unused #include.pjd2005-01-031-1/+0
* Exempt the superuser from mac_seeotheruids checks.rwatson2005-01-031-0/+3
* Remove comment that doesn't seem to be true and add comments describingjulian2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2julian2005-01-031-3/+2
* Back out previous commits. Installing new share/mk fixes this.njl2005-01-031-1/+0
* Add a sysctl (net.inet.tcp.insecure_rst) which allows one to specifysilby2005-01-032-2/+14
OpenPOWER on IntegriCloud