| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved libgeom.so dependencies to where they belong. | ru | 2003-05-17 | 3 | -6/+6 |
* | Add information about setting sysctl variables via loader(8) and | brueffer | 2003-05-17 | 1 | -1/+9 |
* | Allow zero or more actions in an action list, rather than requiring | imp | 2003-05-15 | 1 | -0/+3 |
* | mdoc(7) police: fix more breakages from rev. 1.69. | ru | 2003-05-14 | 1 | -6/+6 |
* | Add pc98 archtecture entry. | phk | 2003-05-13 | 1 | -0/+4 |
* | Fix broken comment line introduced in rev 1.69. | sheldonh | 2003-05-13 | 1 | -1/+1 |
* | Remove -p from getopt args. | trhodes | 2003-05-12 | 1 | -1/+1 |
* | Understand GEOM. This makes growfs work again, but it really needs rewriting. | grog | 2003-05-12 | 1 | -28/+57 |
* | Remove remnants of the -p option. While I'm here, remove wording about | trhodes | 2003-05-11 | 1 | -6/+0 |
* | Put back the error checking in wtfs() that was lost when newfs was | iedowse | 2003-05-10 | 1 | -1/+2 |
* | Before reading an ascii label, initialize with defaults so that | phk | 2003-05-09 | 1 | -0/+1 |
* | Sigh, this shows just how much one can be conditioned my the environment: | phk | 2003-05-09 | 1 | -9/+7 |
* | Describe the pattern filenames must be in before they are added to the hints | trhodes | 2003-05-08 | 1 | -0/+3 |
* | vinum_read: Don't lock configuration from userland. If vinum(8) | grog | 2003-05-08 | 1 | -7/+1 |
* | Bring the dumpon(8) man page closer to reality: | hmp | 2003-05-07 | 1 | -11/+15 |
* | Dump is hard-wired to believe that it can read disks on | mckusick | 2003-05-07 | 2 | -4/+48 |
* | Add an example of how to create an fstab entry. | dougb | 2003-05-05 | 1 | -0/+4 |
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 4 | -46/+4 |
* | Compile bsdlabel on all platforms. | phk | 2003-05-05 | 2 | -6/+11 |
* | Typo in last commit. | phk | 2003-05-05 | 1 | -1/+1 |
* | Add a BUGS section which explains that & why vinum volumes can not be | phk | 2003-05-05 | 1 | -0/+6 |
* | DOnt allow getting caps from other than master and slave device :) | sos | 2003-05-05 | 1 | -0/+3 |
* | vinum_start: Call vinum_read with correct number of parameters. | grog | 2003-05-05 | 1 | -1/+1 |
* | vinum_readpol: Get this right. | grog | 2003-05-05 | 1 | -19/+20 |
* | Finally implement read policies. The previous "implementation" didn't | grog | 2003-05-05 | 1 | -3/+7 |
* | Add transparent handling of mbroffset for backwards compatibility. | phk | 2003-05-04 | 1 | -1/+25 |
* | Added more descriptive error outputs. | sos | 2003-05-04 | 1 | -13/+39 |
* | On getting status print the stripesize on RAID0's. | sos | 2003-05-04 | 1 | -2/+4 |
* | Note that gated is a commercial routing product now, and remove | murray | 2003-05-04 | 1 | -11/+12 |
* | Rewrite of startup code: | grog | 2003-05-04 | 1 | -56/+13 |
* | Fix the misspelling of DPADD, then fix "make checkdpadd". | ru | 2003-05-03 | 1 | -1/+1 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 42 | -160/+130 |
* | More axe-work: | phk | 2003-05-03 | 2 | -683/+192 |
* | Some minor remodelling with a large axe. | phk | 2003-05-03 | 1 | -279/+171 |
* | Use new geom.ctl based OAM instead of ioctls. | phk | 2003-05-03 | 2 | -95/+100 |
* | bsd_disklabel_le_dec() takes an extra argument now. | phk | 2003-05-02 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | sysctlbyname takes a size_t as its 5th argument, not a pointer. | imp | 2003-05-02 | 1 | -1/+1 |
* | Add "addspare" functionality. | sos | 2003-05-02 | 2 | -3/+20 |
* | 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 |
* | Removed all vestiges of KerberosIV. | ru | 2003-05-01 | 6 | -21/+15 |
* | Style. | ru | 2003-05-01 | 1 | -2/+3 |