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