aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Force PnP devices to set SMIT mode.Yoshihiro Takahashi2003-05-031-0/+9
* Fix off-by-one bug.Yoshihiro Takahashi2003-05-031-3/+3
* Repocopy *.s to *.SPeter Wemm2003-05-0310-1621/+3
* Fix three problems in large (>2TB) device handling:Kenneth D. Merry2003-05-031-2/+2
* Rename amd64/*.s to amd64/*.SPeter Wemm2003-05-031-5/+5
* Make bsd_disklabel_le_enc calculate the checksum and fill it in.Poul-Henning Kamp2003-05-023-269/+150
* - Bus DMA'fy the driverPrafulla Deuskar2003-05-022-237/+459
* Option KADB does not exist. It came from alpha, where it still exists.Marcel Moolenaar2003-05-021-3/+0
* Pull in bcopy() prototype from <string.h> when compiled in userland.Poul-Henning Kamp2003-05-021-0/+2
* Add untested support for the Broadcom 5704.Paul Saab2003-05-024-0/+17
* Lock access to the vm_object's flags in vop_stdcreatevobject().Alan Cox2003-05-021-1/+4
* Considering that I did cast the arguments to (intmax_t) I must havePoul-Henning Kamp2003-05-021-4/+4
* Fix printf format errors.Jake Burkholder2003-05-021-2/+2
* Add flushing of devices on shutdown.Søren Schmidt2003-05-023-26/+40
* Style improvement.Poul-Henning Kamp2003-05-021-4/+3
* Use g_wither_geom() and plug memory leaks.Poul-Henning Kamp2003-05-021-4/+4
* Plug memory leaks.Poul-Henning Kamp2003-05-021-0/+16
* Add ioctl to add a spare disk to a RAID array.Søren Schmidt2003-05-024-33/+90
* Add function to add spare disk to raid.Søren Schmidt2003-05-021-0/+4
* Dont try to call detached interrupt routine.Søren Schmidt2003-05-021-2/+3
* Use an uma-zone for allocation bio requests.Poul-Henning Kamp2003-05-021-13/+10
* IPLware support. The `IPLware' program assumes boot menu programKATO Takenori2003-05-021-0/+4
* Use g_slice_spoiled() instead of g_std_spoiled().Poul-Henning Kamp2003-05-021-1/+2
* Use g_slice_spoiled() instead of g_std_spoiled().Poul-Henning Kamp2003-05-021-1/+1
* Use g_slice_spoiled().Poul-Henning Kamp2003-05-021-3/+5
* Back out all the stuff that didn't belong in the last commit.Poul-Henning Kamp2003-05-028-45/+27
* Use g_slice_spoiled() rather than g_std_spoiled().Poul-Henning Kamp2003-05-029-28/+47
* Use g_slice_spoiled() not g_std_spoiled()Poul-Henning Kamp2003-05-021-1/+1
* Use g_slice_spoiled() rather than g_std_spoiled()Poul-Henning Kamp2003-05-021-2/+2
* Use g_slice_spoiled() rather than g_std_spoiled().Poul-Henning Kamp2003-05-021-1/+1
* Use a more tailored spoil routine for slices, and take advantage ofPoul-Henning Kamp2003-05-022-15/+20
* Style improvement.Poul-Henning Kamp2003-05-021-4/+2
* Use g_wither_geom() for cleanup.Poul-Henning Kamp2003-05-022-6/+4
* Call g_wither_geom(), instead of just setting the flag.Poul-Henning Kamp2003-05-021-3/+13
* Fix typo in last commitJulian Elischer2003-05-021-1/+1
* Rework the "withering" mechanism:Poul-Henning Kamp2003-05-022-17/+47
* check_drive: If we find an existing drive which is "up" or "down",Greg Lehey2003-05-021-2/+4
* Rename g_slice_init() to the more appropriate g_slice_alloc() and givePoul-Henning Kamp2003-05-021-4/+14
* Per previous announcement, remove the old version of the rc system.Doug Barton2003-05-021-1/+1
* style improvement.Poul-Henning Kamp2003-05-021-3/+2
* Get rid of trivial function g_destroy_event().Poul-Henning Kamp2003-05-021-10/+3
* Lock the vm_object when updating its shadow list.Alan Cox2003-05-021-2/+10
* Add the M_FREELIST flag, which is used to detect whenever aMike Silbersack2003-05-022-0/+11
* Simplify the removal of a shadow object in vm_object_collapse().Alan Cox2003-05-021-3/+3
* White space changes.Greg Lehey2003-05-021-11/+10
* Unbreak alpha and ia64 builds. The previous change made the inclusionMarcel Moolenaar2003-05-021-1/+6
* - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB wereThomas Moestl2003-05-023-3/+3
* remove old and inaccurate XXX comment.Julian Elischer2003-05-021-1/+0
* Move the flag that indicates an idle thread from the KSE to the thread.Julian Elischer2003-05-025-5/+5
* Remove Giant from the setuid(), seteuid(), setgid(), setegid(),John Baldwin2003-05-011-30/+0