summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement dump function for ATA RAID's. Minor fixes by me...sos2003-05-041-0/+128
* Grap the ATA lock on all channels before suspend, this makes certainsos2003-05-043-0/+15
* Fix a bunch of typos and grammatical errors.murray2003-05-041-42/+43
* Eliminate the separate malloc type for the sparing table.scottl2003-05-041-3/+2
* Add a missing __inline. Strange that gcc never complained about it.scottl2003-05-041-3/+3
* Correctly calculate the size of the extent that should be read inscottl2003-05-041-3/+3
* Forgot to update string and signal tables when some of the trap typesjake2003-05-041-4/+4
* Avoid a lock-order reversal and implement vm_object lockingalc2003-05-041-8/+8
* Grab some of the latest TI cardbus bridge IDs. Inspired by a similarimp2003-05-041-0/+10
* My previous commit broke builds for restricted namespaces. Addmbr2003-05-041-1/+1
* Update declaration of vinum_scandisk (only one parameter).grog2003-05-041-1/+1
* Rewrite of startup code:grog2003-05-041-0/+18
* Rewrite of startup code:grog2003-05-041-2/+3
* Rewrite of startup code:grog2003-05-042-24/+83
* Rewrite of startup code:grog2003-05-041-49/+8
* Implement the node cache as a hash table.scottl2003-05-043-6/+26
* Something I missed in my tree.ps2003-05-041-2/+18
* Correct spelling errors.gibbs2003-05-047-283/+499
* Implement the write twice to send producer index workaround forps2003-05-041-0/+11
* aic7xxx.c:gibbs2003-05-037-476/+614
* hc_eisa.c:gibbs2003-05-033-6/+6
* Fix c99 victim: the accepted character '0 most now be types as '0'.marcel2003-05-032-6/+6
* - Change the short hand representation of the various ASIC revisionsps2003-05-032-11/+47
* Lock the vm_object on entry to vm_object_vndeallocate().alc2003-05-032-1/+9
* - Move bge_phy_hack into the phy code and implement the various DSPps2003-05-032-70/+198
* Fix locking on reinit.sos2003-05-031-4/+16
* Add the pdc20268r as candidate for the TX test.sos2003-05-031-1/+1
* Use C99 for the kernel.obrien2003-05-031-1/+1
* This commit was generated by cvs2svn to compensate for changes in r114584,imp2003-05-031-1/+1
|\
| * Fix halt -p. I've done this with an import because kochi-san reportsimp2003-05-031-1/+1
* | Regen.akiyama2003-05-032-2/+25
* | Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-0310-0/+2082
* | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn'talc2003-05-032-5/+7
* | Add a OAM interface for changing the label and writing the boot code.phk2003-05-031-26/+126
* | - Fix breakage on PAE enabled kernelpdeuskar2003-05-032-8/+10
* | remove unused variables.phk2003-05-031-2/+0
* | Move a declaration to its proper place.alc2003-05-032-1/+1
* | Spell cpu_switch correctly.peter2003-05-031-1/+1
* | Force PnP devices to set SMIT mode.nyan2003-05-031-0/+9
* | Fix off-by-one bug.nyan2003-05-031-3/+3
* | Repocopy *.s to *.Speter2003-05-0310-1621/+3
* | Fix three problems in large (>2TB) device handling:ken2003-05-031-2/+2
* | Rename amd64/*.s to amd64/*.Speter2003-05-031-5/+5
* | Make bsd_disklabel_le_enc calculate the checksum and fill it in.phk2003-05-023-269/+150
* | - Bus DMA'fy the driverpdeuskar2003-05-022-237/+459
* | Option KADB does not exist. It came from alpha, where it still exists.marcel2003-05-021-3/+0
* | Pull in bcopy() prototype from <string.h> when compiled in userland.phk2003-05-021-0/+2
* | Add untested support for the Broadcom 5704.ps2003-05-024-0/+17
* | Lock access to the vm_object's flags in vop_stdcreatevobject().alc2003-05-021-1/+4
* | Considering that I did cast the arguments to (intmax_t) I must havephk2003-05-021-4/+4
OpenPOWER on IntegriCloud