aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_std/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Disconnect kernfs from the build and remove all references to it from theDag-Erling Smørgrav2003-02-101-2/+0
| | | | | | | documentation. Notes: svn path=/stable/4/; revision=110641
* Reduce diff to -current.David E. O'Brien2001-08-011-1/+2
| | | | Notes: svn path=/stable/4/; revision=80871
* Removing old, broken DEVFS from -stable phase one: remove supportDima Dorfman2001-07-241-3/+2
| | | | | | | | | | | | code, everything under #ifdef DEVFS (and thus opt_devfs.h), and most references to the DEVFS routines. Code that really couldn't be reached was left alone. Removal of the actual DEVFS implementation will come later. Approved by: -stable Notes: svn path=/stable/4/; revision=80267
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75953
* MFC: mount_linprocfs.Dag-Erling Smørgrav2000-03-251-1/+4
| | | | Notes: svn path=/stable/4/; revision=58560
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-1/+0
| | | | | | | the default. Notes: svn path=/head/; revision=32645
* Update to compile under Lite2Peter Wemm1997-03-111-0/+1
| | | | Notes: svn path=/head/; revision=23679
* Now that all of the "standard" file system mount commandsMike Pritchard1996-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. Notes: svn path=/head/; revision=20483
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-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. Notes: svn path=/head/; revision=15770