aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_std
Commit message (Expand)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"Sean Chittenden2003-10-221-2/+1
* Take sizeof() the right string for fspath's iovec. The old string was theJohn Baldwin2002-11-051-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-21/+21
* Update manpage to match the code, we don't useMaxime Henrion2002-08-111-5/+0
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-15/+4
* The .Nm utilityPhilippe Charnier2002-07-061-10/+12
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENTMaxime Henrion2002-05-051-2/+23
* Swap the order of mount and nmount calls. We now call nmountMaxime Henrion2002-05-021-14/+14
* Add code to try the nmount(2) syscall when mount(2) failed withMaxime Henrion2002-04-071-1/+22
* o __P removedWarner Losh2002-03-211-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Rename (after a repo-copy) some mount(8) programs:Ruslan Ermilov2001-05-232-10/+12
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Retire kernfs (userland part).Dag-Erling Smørgrav2000-12-282-9/+4
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Mention linprocfs.Dag-Erling Smørgrav2000-03-251-3/+11
* Add mount_linprocfs.Dag-Erling Smørgrav2000-03-251-1/+4
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Correct use of .Nm. Remove unused #includes.Philippe Charnier1998-07-152-8/+6
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-1/+0
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Update to compile under Lite2Peter Wemm1997-03-112-9/+10
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* comma typosWolfram Schneider1996-12-231-6/+6
* Now that all of the "standard" file system mount commandsMike Pritchard1996-12-146-399/+44
* Refer the reader to devfs(5).Mike Pritchard1996-12-141-8/+0
* Refer the reader to fdesc(5) for detailed info on the fdesc filesystem.Mike Pritchard1996-12-141-85/+11
* Remove the descriptions of the files in /kern and referMike Pritchard1996-12-141-40/+8
* Remove the detailed description of the files in /procMike Pritchard1996-12-141-156/+11
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-2/+2
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-233-3/+6
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-232-3/+3
* Accept mount(8)'s calling convention of passing just the filesystem typeGarrett Wollman1996-05-142-9/+23
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-05-137-0/+917