Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: Section cross-references are marked with .Sx. | ru | 2001-08-16 | 1 | -3/+2 |
| | | | | -compat is not a valid keyword. | ||||
* | Implement a better compatibility mode with mount_mfs. It is the | dd | 2001-08-16 | 2 | -6/+120 |
| | | | | | | | | | | | | | | | | | default if the executable is named (called as) "mount_*", or can be enabled with the -C option. This allows users to leave their old fstab entires unchanged (modulo symlink'ing mdmfs to mount(md|mfs)) and have things behave the way they should (by emulating mount_mfs silliness), while still allowing mdmfs to be used as a generic make-an-md-and-mount-it type thing. Right now, the only effects of this option is to set the mount-point mode to 01777 as if "-p 1777" was given, and to complain about getting command-line options that mount_mfs didn't take (e.g., -X, -L, et al). The latter is mostly to try to catch operator errors. Also implement -U, which turns on soft-updates. It's redundant (since softdep is the default), but implement it anyway for compatibility. | ||||
* | style(9) tweak | obrien | 2001-08-14 | 1 | -24/+24 |
| | | | | Approved by: dd | ||||
* | Document -X. | dd | 2001-07-30 | 1 | -0/+3 |
| | | | | Submitted by: kris | ||||
* | Nuke my e-mail address since it seems out of place here. | dd | 2001-07-30 | 2 | -3/+2 |
| | |||||
* | Add __printflike() to those static functions which need it. | kris | 2001-07-01 | 1 | -3/+3 |
| | |||||
* | Use strdup(3) instead of reimplementing it inline. | dd | 2001-06-24 | 1 | -7/+1 |
| | |||||
* | Fix compilation error on alpha. | mjacob | 2001-06-21 | 1 | -1/+1 |
| | |||||
* | Add a missing word. | dd | 2001-06-20 | 1 | -1/+1 |
| | | | | Submitted by: Alexander Leidinger <Alexander@Leidinger.net> | ||||
* | Add a SEE ALSO section. | dd | 2001-06-20 | 1 | -0/+6 |
| | |||||
* | Miscellaneous mdoc(7) fixes; also expand contractions. | dd | 2001-06-20 | 1 | -22/+19 |
| | | | | Submitted by: ru | ||||
* | Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8), | dd | 2001-06-18 | 4 | -0/+930 |
newfs(8), and mount(8) that mimics the command line option set of the deprecated mount_mfs(8). Approved by: jkh, phk, -hackers |