summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add "addspare" functionality.sos2003-05-022-3/+20
* Add ioctl to add a spare disk to a RAID array.sos2003-05-024-33/+90
* Add function to add spare disk to raid.sos2003-05-021-0/+4
* Dont try to call detached interrupt routine.sos2003-05-021-2/+3
* Use an uma-zone for allocation bio requests.phk2003-05-021-13/+10
* Fix build on 4.x.ru2003-05-021-0/+4
* Handle thread canceled case, it is same as signal caused backout,davidxu2003-05-022-2/+2
* rc.sendmail should not have been removed yet.dougb2003-05-021-2/+2
* This file was removed prematurely. It contains functionalitydougb2003-05-021-0/+194
* IPLware support. The `IPLware' program assumes boot menu programkato2003-05-021-0/+4
* Huh? When did the etc bits for amd64 get added?mtm2003-05-023-5/+5
* Use g_slice_spoiled() instead of g_std_spoiled().phk2003-05-021-1/+2
* Use g_slice_spoiled() instead of g_std_spoiled().phk2003-05-021-1/+1
* Use g_slice_spoiled().phk2003-05-021-3/+5
* Create a symbolic link /dev/vga -> /dev/ttyv0.mtm2003-05-021-0/+7
* bufpos is used in size_t contexts, so make it one.obrien2003-05-021-6/+5
* Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.obrien2003-05-021-0/+1
* Use __FBSDID.obrien2003-05-023-10/+7
* Use size_t type vars in sizeof contexts.obrien2003-05-021-3/+3
* Back out all the stuff that didn't belong in the last commit.phk2003-05-028-45/+27
* Make this WARNS=1 as that is all we can do with GCC 3.3 -- too manyobrien2003-05-021-0/+1
* Make count a size_t as that is what is compared against and how it is used.obrien2003-05-021-1/+2
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-029-28/+47
* Use g_slice_spoiled() not g_std_spoiled()phk2003-05-021-1/+1
* Use g_slice_spoiled() rather than g_std_spoiled()phk2003-05-021-2/+2
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-1/+1
* Use a more tailored spoil routine for slices, and take advantage ofphk2003-05-022-15/+20
* * Document the -P optiondougb2003-05-021-1/+17
* [Grrr, editor exited too early]obrien2003-05-020-0/+0
* * Add a -P (Preserve) option, which saves a copy of files that you replace.dougb2003-05-021-20/+50
* The is_name and is_in_name macros are FUBAR'ed.obrien2003-05-021-0/+2
* Style improvement.phk2003-05-021-4/+2
* Use g_wither_geom() for cleanup.phk2003-05-022-6/+4
* Call g_wither_geom(), instead of just setting the flag.phk2003-05-021-3/+13
* Fix typo in last commitjulian2003-05-021-1/+1
* Rework the "withering" mechanism:phk2003-05-022-17/+47
* check_drive: If we find an existing drive which is "up" or "down",grog2003-05-021-2/+4
* Rename g_slice_init() to the more appropriate g_slice_alloc() and givephk2003-05-021-4/+14
* Per previous announcement, remove the old version of the rc system.dougb2003-05-0222-4023/+26
* style improvement.phk2003-05-021-3/+2
* Get rid of trivial function g_destroy_event().phk2003-05-021-10/+3
* Lock the vm_object when updating its shadow list.alc2003-05-021-2/+10
* Add the M_FREELIST flag, which is used to detect whenever asilby2003-05-022-0/+11
* Simplify the removal of a shadow object in vm_object_collapse().alc2003-05-021-3/+3
* White space changes.grog2003-05-021-11/+10
* Unbreak alpha and ia64 builds. The previous change made the inclusionmarcel2003-05-021-1/+6
* - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB weretmm2003-05-023-3/+3
* fmt.c has a comparison between signed and unsigned that is unclear howobrien2003-05-021-0/+1
* remove old and inaccurate XXX comment.julian2003-05-021-1/+0
* Update for version 4.5 import.ru2003-05-022-7/+12
OpenPOWER on IntegriCloud