summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Default the location to the compiled for architecture if no -m arg specified.phk2003-05-021-3/+9
* | Add three global variables which contain the location, size and a flagphk2003-05-021-37/+20
* | Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.phk2003-05-021-1/+3
* | 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
* | Remove the well-intentioned, but ill thought out check which prevents usphk2003-05-021-7/+0
* | Update the test-script based on the sunlabel version, but put a for-loopphk2003-05-021-91/+151
* | Considering that I did cast the arguments to (intmax_t) I must havephk2003-05-021-4/+4
* | pc98 has it's own release subdir, so it's safe to remove the stg, ncv, andscottl2003-05-022-0/+6
* | sysctlbyname takes a size_t as its 5th argument, not a pointer.imp2003-05-021-1/+1
* | Fix printf format errors.jake2003-05-021-2/+2
* | New release notes: ata(4) flushing on shutdown, mergemaster(8) -P,bmah2003-05-022-4/+90
* | This commit was generated by cvs2svn to compensate for changes in r114536,des2003-05-0251-77/+106
|\ \
| * | Vendor import of OpenPAM Dianthus.des2003-05-0251-77/+106
* | | s/DIOCGPC98/DIOCSPC98/nyan2003-05-021-2/+2
* | | Add flushing of devices on shutdown.sos2003-05-023-26/+40
* | | Style improvement.phk2003-05-021-4/+3
* | | Use g_wither_geom() and plug memory leaks.phk2003-05-021-4/+4
* | | Plug memory leaks.phk2003-05-021-0/+16
* | | 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
OpenPOWER on IntegriCloud