summaryrefslogtreecommitdiffstats
path: root/sbin/mount_std/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Default to WARNS=2.obrien2001-12-041-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Rename (after a repo-copy) some mount(8) programs:ru2001-05-231-2/+2
| | | | | | | | mount_fdesc -> mount_fdescfs mount_null -> mount_nullfs mount_portal -> mount_portalfs mount_umap -> mount_umapfs mount_union -> mount_unionfs
* - 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
|
* Retire kernfs (userland part).des2000-12-281-3/+3
|
* Add mount_linprocfs.des2000-03-251-1/+4
|
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
| | | | the default.
* Update to compile under Lite2peter1997-03-111-0/+1
|
* Now that all of the "standard" file system mount commandsmpp1996-12-141-1/+3
| | | | | | | | | | refer the reader to the detailed information in section 5, remove the mount_* man pages for those file system. mount_std(8) to cover all of the file systems it is currently being used to mount. mount_{devfs, fdesc, kernfs, procfs}.8 are now MLINKS to mount_std.
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-0/+16
mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h.
OpenPOWER on IntegriCloud