aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-032-7/+6
* Bump the date for recent commits.Matthew N. Dodd2003-04-071-1/+1
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.Matthew N. Dodd2003-04-071-0/+7
* Implement the '-F' option for mount & umount which allows the user toMatthew N. Dodd2003-04-072-2/+17
* mdoc(7) police: kill unnecessary xref.Ruslan Ermilov2003-02-231-1/+0
* Mention the oddities and requirements for mount operations executed byJoerg Wunsch2003-01-131-0/+4
* Remove the incorrect information about dump(8) and snapshots. All theTom Rhodes2002-12-131-6/+0
* Teach mount(8) about MNT_ACLS for the purposes of mount options andRobert Watson2002-10-142-1/+5
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-213-60/+60
* mdoc(7) police: missing markup bits.Ruslan Ermilov2002-08-131-6/+12
* Update the manpage to match the code. The mount utilitiesMaxime Henrion2002-08-111-24/+2
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-17/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-022-1/+5
* Add a bit of information on FFS snapshots to the mount(8) manual page.Tom Rhodes2002-07-111-0/+67
* The .Nm utilityPhilippe Charnier2002-07-061-3/+2
* more file system > filesystemTom Rhodes2002-05-162-23/+23
* Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,".Maxime Henrion2002-05-111-1/+1
* Unbreak NFS mounts when mount(8) is invoked as : mount path@server.Maxime Henrion2002-04-231-1/+5
* Do our best to determine if the user is attempting an NFS mount whenMaxime Henrion2002-04-221-6/+19
* Add mount_udf and mount_smbfs to crossrefs.David Malone2002-04-211-0/+2
* o __P removedWarner Losh2002-03-214-22/+21
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* <mntopts.h> -> "mntopts.h" in SYNOPSIS.Ruslan Ermilov2001-10-041-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-012-1/+5
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-5/+4
* Rename (after a repo-copy) some mount(8) programs:Ruslan Ermilov2001-05-231-5/+5
* Implement the -r and -w options as `-o ro' and `-o noro', respectively. AtDima Dorfman2001-05-021-2/+2
* mdoc(7) police: fix markup.Ruslan Ermilov2001-04-261-22/+23
* - 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
* Add an xref for mount_ntfs.Nik Clayton2001-02-021-0/+1
* Always print out the target device when the mount fails, not just onBrian S. Dean2001-01-251-4/+1
* Provide a better error message when the /dev entry is non-existant.Brian S. Dean2001-01-251-0/+3
* Retire kernfs (userland part).Dag-Erling Smørgrav2000-12-281-1/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-0/+1
* mdoc(7) police: misc minor fixes.Ruslan Ermilov2000-11-231-44/+57
* o get rid lfs mentionsAlexey Zelkin2000-11-221-3/+3
* We do not support lfs. Remove it from list of remountable fs'es.Alexey Zelkin2000-11-221-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-8/+8
* .Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, andNik Clayton2000-10-291-0/+5
* Explain the notion that additional mount options may be describedSheldon Hearn2000-08-281-6/+11
* Only print information about reads and writes when the -v flag (forSheldon Hearn2000-08-231-6/+8
* optreset is declared in unistd.h now.Warner Losh2000-08-161-1/+0
* Add the snapshot option to mount_ufs.Kirk McKusick2000-07-062-0/+2
* Removed xref to mount_lfs, this died in 2.mumble.Nik Clayton2000-04-301-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-6/+12
* Don't scare the users.Alfred Perlstein2000-02-221-4/+0