summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move a declaration to its proper place.alc2003-05-032-1/+1
* Spell cpu_switch correctly.peter2003-05-031-1/+1
* Force PnP devices to set SMIT mode.nyan2003-05-031-0/+9
* Fix off-by-one bug.nyan2003-05-031-3/+3
* Repocopy *.s to *.Speter2003-05-0310-1621/+3
* Fix three problems in large (>2TB) device handling:ken2003-05-031-2/+2
* Rename amd64/*.s to amd64/*.Speter2003-05-031-5/+5
* bsd_disklabel_le_dec() takes an extra argument now.phk2003-05-021-1/+2
* Make bsd_disklabel_le_enc calculate the checksum and fill it in.phk2003-05-023-269/+150
* Hook rc.sendmail back up, it was removed prematurelydougb2003-05-021-1/+1
* - Bus DMA'fy the driverpdeuskar2003-05-022-237/+459
* Option KADB does not exist. It came from alpha, where it still exists.marcel2003-05-021-3/+0
* Vastly simplify architecture handling: Use properties of label asphk2003-05-021-124/+19
* 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
OpenPOWER on IntegriCloud