summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid double-free panic.phk2003-05-051-1/+0
* Clean up proc locking in procfs: make sure the proc lock is held beforerwatson2003-05-053-5/+12
* Write to RESET_START register if TARGET_RESET ORB doesn't work for timeout.simokawa2003-05-051-52/+138
* Don't panic for FWXF_START state in fw_xfer_unload().simokawa2003-05-051-2/+7
* Add a missing ~ when clearing flags in close.sos2003-05-051-1/+1
* Things run thru the C preprocessor must use C-style comments.obrien2003-05-052-22/+22
* Change the semantics of sysv shm emulation to take a additionalmbr2003-05-053-108/+179
* Back out rev 1.146 -- it broke the LINT build.obrien2003-05-051-1/+1
* Revert rev 1.396 -- it broke the Alpha kernel build.obrien2003-05-051-1/+1
* Re-order the the initialization slightly to improve structure.phk2003-05-051-22/+22
* Add sector size member to subdisk, plex and volume objects.grog2003-05-051-0/+3
* Remove an accidental #include.grog2003-05-051-8/+30
* Implement DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls. It appears thatgrog2003-05-051-0/+24
* Use a dedicated malloc(9) bucket for sector storage.phk2003-05-051-7/+9
* Add two KASSERTS which trigger if free(9) would drag the "memuse" statisticphk2003-05-051-0/+6
* Don't warn if the rawoffset is zero, that is actually the best value itphk2003-05-051-1/+1
* regen.murray2003-05-052-2/+39
* Add KEYSPAN USA19QW, JRC PHONE, SANDISK SDDR75.murray2003-05-051-0/+7
* Correct failed checkin. Only one of the hunks in the last checkingrog2003-05-051-1/+1
* Since we insist on loading the POS ACPI by default, give the poor userobrien2003-05-051-0/+5
* Use le32dec() instead of le32toh() because we are not guaranteed to havephk2003-05-051-1/+1
* Turn the check that rawoffset == mbroffset into a warning instead.phk2003-05-051-3/+5
* Clarify comments.grog2003-05-051-2/+2
* Add "preferred" keyword.grog2003-05-052-0/+7
* White space fixes.grog2003-05-051-3/+4
* Remove DIOCGDINFO ioctl. This almost makes newfs work again withoutgrog2003-05-051-14/+41
* vinum_scandisk: Make sure the config is locked before we mess aroundgrog2003-05-051-15/+22
* Finally implement read policies. The previous "implementation" didn'tgrog2003-05-051-22/+52
* free_vinum: Rearrange sequence of actions to avoid potential racegrog2003-05-051-8/+7
* Back out accidentally committed debuggingimp2003-05-041-8/+0
* Style fixes.kan2003-05-048-83/+86
* Only accept a rawoffset if it is identical to the mbroffset.phk2003-05-041-0/+4
* Add a way to read the current mbroffset from a BSD label class.phk2003-05-041-1/+7
* Add gctl_set_param() function.phk2003-05-042-0/+26
* Extend the scope of the vm_object lock in vm_object_terminate().alc2003-05-041-4/+4
* Remove debugging printfs which should not have been committed.phk2003-05-042-7/+0
* Change the way loadbalancing works on RAID1's.sos2003-05-042-6/+28
* fix typo in TI1515 ID.imp2003-05-042-1/+9
* 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
OpenPOWER on IntegriCloud