| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a declaration to its proper place. | alc | 2003-05-03 | 2 | -1/+1 |
* | Spell cpu_switch correctly. | peter | 2003-05-03 | 1 | -1/+1 |
* | Force PnP devices to set SMIT mode. | nyan | 2003-05-03 | 1 | -0/+9 |
* | Fix off-by-one bug. | nyan | 2003-05-03 | 1 | -3/+3 |
* | Repocopy *.s to *.S | peter | 2003-05-03 | 10 | -1621/+3 |
* | Fix three problems in large (>2TB) device handling: | ken | 2003-05-03 | 1 | -2/+2 |
* | Rename amd64/*.s to amd64/*.S | peter | 2003-05-03 | 1 | -5/+5 |
* | bsd_disklabel_le_dec() takes an extra argument now. | phk | 2003-05-02 | 1 | -1/+2 |
* | Make bsd_disklabel_le_enc calculate the checksum and fill it in. | phk | 2003-05-02 | 3 | -269/+150 |
* | Hook rc.sendmail back up, it was removed prematurely | dougb | 2003-05-02 | 1 | -1/+1 |
* | - Bus DMA'fy the driver | pdeuskar | 2003-05-02 | 2 | -237/+459 |
* | Option KADB does not exist. It came from alpha, where it still exists. | marcel | 2003-05-02 | 1 | -3/+0 |
* | Vastly simplify architecture handling: Use properties of label as | phk | 2003-05-02 | 1 | -124/+19 |
* | Default the location to the compiled for architecture if no -m arg specified. | phk | 2003-05-02 | 1 | -3/+9 |
* | Add three global variables which contain the location, size and a flag | phk | 2003-05-02 | 1 | -37/+20 |
* | Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels. | phk | 2003-05-02 | 1 | -1/+3 |
* | Pull in bcopy() prototype from <string.h> when compiled in userland. | phk | 2003-05-02 | 1 | -0/+2 |
* | Add untested support for the Broadcom 5704. | ps | 2003-05-02 | 4 | -0/+17 |
* | Lock access to the vm_object's flags in vop_stdcreatevobject(). | alc | 2003-05-02 | 1 | -1/+4 |
* | Remove the well-intentioned, but ill thought out check which prevents us | phk | 2003-05-02 | 1 | -7/+0 |
* | Update the test-script based on the sunlabel version, but put a for-loop | phk | 2003-05-02 | 1 | -91/+151 |
* | Considering that I did cast the arguments to (intmax_t) I must have | phk | 2003-05-02 | 1 | -4/+4 |
* | pc98 has it's own release subdir, so it's safe to remove the stg, ncv, and | scottl | 2003-05-02 | 2 | -0/+6 |
* | sysctlbyname takes a size_t as its 5th argument, not a pointer. | imp | 2003-05-02 | 1 | -1/+1 |
* | Fix printf format errors. | jake | 2003-05-02 | 1 | -2/+2 |
* | New release notes: ata(4) flushing on shutdown, mergemaster(8) -P, | bmah | 2003-05-02 | 2 | -4/+90 |
* | This commit was generated by cvs2svn to compensate for changes in r114536, | des | 2003-05-02 | 51 | -77/+106 |
|\ |
|
| * | Vendor import of OpenPAM Dianthus. | des | 2003-05-02 | 51 | -77/+106 |
* | | s/DIOCGPC98/DIOCSPC98/ | nyan | 2003-05-02 | 1 | -2/+2 |
* | | Add flushing of devices on shutdown. | sos | 2003-05-02 | 3 | -26/+40 |
* | | Style improvement. | phk | 2003-05-02 | 1 | -4/+3 |
* | | Use g_wither_geom() and plug memory leaks. | phk | 2003-05-02 | 1 | -4/+4 |
* | | Plug memory leaks. | phk | 2003-05-02 | 1 | -0/+16 |
* | | 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 |