aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* Bump WARNS up to 3.Craig Rodrigues2005-10-071-1/+1
* In prmount(), use an unsigned int variable to eliminateCraig Rodrigues2005-10-071-1/+2
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.Craig Rodrigues2005-10-073-25/+11
* Remove Xref to mount_hpfs(8), it's not hooked up to the build.Christian Brueffer2005-06-161-1/+0
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporseXin LI2005-06-102-3/+3
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-012-1/+4
* When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo".Colin Percival2005-03-261-2/+4
* Add verbiage to the description of the noexec mount option clarifyingColin Percival2005-03-231-0/+5
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-12/+12
* Fix typo.Josef El-Rayes2004-12-261-1/+1
* Revert last change. It doesn't break mount(8) reportingRuslan Ermilov2004-11-301-0/+2
* Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).Ruslan Ermilov2004-11-293-11/+1
* Avoid comparing pointer against a numerical value by adding a * inXin LI2004-11-251-1/+1
* Add a convenience function for building nmount iov arrays.Poul-Henning Kamp2004-11-252-0/+25
* Fix bug: don't let "synco" match "sync"Poul-Henning Kamp2004-11-251-4/+2
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-2/+2
* The previous change to mount(8) to report ufs or ufs2 usedBosko Milekic2004-04-262-13/+0
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-098-32/+0
* Correct the definition of the multilabel flag: it enables multilabelRobert Watson2004-03-261-3/+8
* s/considred/considered/Christian Brueffer2004-03-041-1/+1
* Report the difference between ufs and ufs2.Greg Lehey2004-02-172-3/+16
* Reorder Xrefs in SEE ALSO.Tom Rhodes2004-02-101-5/+5
* Update to inform users of acls and multilabel options. Add Xrefs to theTom Rhodes2004-02-101-1/+20
* Correct a typo and unbreak the build.Jacques Vidrine2004-02-031-1/+1
* Made use of MNT_USER flag and inform about user responsible for mountPawel Jakub Dawidek2004-02-021-1/+5
* Style(9) option sortingGuido van Rooij2004-01-292-2/+2
* Fix manpage and usage() to reflect that -a can be used in combinationGuido van Rooij2004-01-292-1/+2
* Unbreak -o fstab and -o current in combination with -aGuido van Rooij2004-01-291-0/+2
* Allow trailing slashes for MNT_UPDATE case (mount -u), too.Eric Anholt2004-01-071-1/+1
* Style changeTom Rhodes2003-12-072-2/+2
* Print out the file system access statistics using uintmax_t typesIan Dowse2003-12-071-4/+7
* Don't include the file system ID in the output of `mount -v' if itIan Dowse2003-12-051-10/+12
* style.Makefile: Add a '?' before '=' in WARNS.Tom Rhodes2003-10-261-1/+1
* Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"Sean Chittenden2003-10-221-2/+2
* Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.Warner Losh2003-08-071-1/+1
* When mount(8) is invoked with the `-v' flag, display the filesystemIan Dowse2003-07-181-1/+4
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.Gordon Tetlow2003-06-292-26/+6
* Fixed the markup in the recently added ENVIRONMENT section.Ruslan Ermilov2003-05-171-6/+6
* 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