summaryrefslogtreecommitdiffstats
path: root/sbin/mount_std
Commit message (Collapse)AuthorAgeFilesLines
* Correct use of .Nm. Remove unused #includes.charnier1998-07-152-8/+6
|
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
| | | | the default.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Update to compile under Lite2peter1997-03-112-9/+10
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* comma typoswosch1996-12-231-6/+6
|
* Now that all of the "standard" file system mount commandsmpp1996-12-146-399/+44
| | | | | | | | | | 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.
* Refer the reader to devfs(5).mpp1996-12-141-8/+0
|
* Refer the reader to fdesc(5) for detailed info on the fdesc filesystem.mpp1996-12-141-85/+11
|
* Remove the descriptions of the files in /kern and refermpp1996-12-141-40/+8
| | | | | the reader to kernfs(5) so that the information only has to be maintained in one place.
* Remove the detailed description of the files in /procmpp1996-12-141-156/+11
| | | | | | and instead refer the reader to procfs(5) so that the information does not need to be maintained in two places.
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Use the .Bx macro where appropriate.mpp1996-08-233-3/+6
|
* Use the .Fx macro where appropriate.mpp1996-08-232-3/+3
|
* Accept mount(8)'s calling convention of passing just the filesystem typewollman1996-05-142-9/+23
| | | | as argv[0].
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-137-0/+917
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