summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Default to WARNS=2.obrien2001-12-041-1/+0
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Constify mdmaybeload(), add a prototype for usage(), and get rid of add2001-06-211-0/+1
| | | | sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)phk2001-03-091-2/+1
| | | | | | | entirely as previously advertised. md(4) adopted all assets of vn(4) some time back and has proper devfs support and cloning abilities to boot.
* Improve cmdline parsing and messages.phk2000-12-311-2/+1
| | | | | Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my mistakes and blunders)
* Preliminary scaffolding for the new integrated vn+md device driver.phk2000-12-281-0/+9
I decided to work on the md(4) driver and integrate the vn(4) functionality into it mainly based on the name being more suitable. Ideally 'vd' as in "virtual disk" would probably be the most logical but our sound-master pointed out that this would cause uncontrollable fits of giggles in the brits. Another complication would the needed changes to the ramdisk boot/root functionality. The vn driver will stay around for some time after I complete this merge for transition reasons, and I'll make it whine to people that they should migrate to the md(4) driver for some time before it dies. The kernel part of the new md(4) driver will be committed after more testing.
OpenPOWER on IntegriCloud