summaryrefslogtreecommitdiffstats
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
...
* Remove UFS-specific parts from mount(8).rodrigc2005-11-233-136/+1
* Do not pass userquota and groupquota mount options to nmount().rodrigc2005-11-231-0/+4
* For mounting a UFS filesystem, call nmount() directly, instead of havingrodrigc2005-11-211-3/+1
* Do not pass noauto to nmount() or external mount program.rodrigc2005-11-161-1/+10
* In build_iovec(), if passed in len is -1, check to see ifrodrigc2005-11-141-3/+6
* - Make size parameter to build_iovec() a size_t, not an introdrigc2005-11-133-8/+31
* - Minor fixes to raise WARNS level to 6.rodrigc2005-11-125-52/+223
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.rodrigc2005-10-071-11/+4
* Bump WARNS up to 3.rodrigc2005-10-071-1/+1
* In prmount(), use an unsigned int variable to eliminaterodrigc2005-10-071-1/+2
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.rodrigc2005-10-073-25/+11
* Remove Xref to mount_hpfs(8), it's not hooked up to the build.brueffer2005-06-161-1/+0
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-102-3/+3
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-012-1/+4
* When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo".cperciva2005-03-261-2/+4
* Add verbiage to the description of the noexec mount option clarifyingcperciva2005-03-231-0/+5
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-3/+3
* Sort sections.ru2005-01-181-12/+12
* Fix typo.josef2004-12-261-1/+1
* Revert last change. It doesn't break mount(8) reportingru2004-11-301-0/+2
* Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).ru2004-11-293-11/+1
* Avoid comparing pointer against a numerical value by adding a * indelphij2004-11-251-1/+1
* Add a convenience function for building nmount iov arrays.phk2004-11-252-0/+25
* Fix bug: don't let "synco" match "sync"phk2004-11-251-4/+2
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-2/+2
* The previous change to mount(8) to report ufs or ufs2 usedbmilekic2004-04-262-13/+0
* Remove advertising clause from University of California Regent's license,markm2004-04-098-32/+0
* Correct the definition of the multilabel flag: it enables multilabelrwatson2004-03-261-3/+8
* s/considred/considered/brueffer2004-03-041-1/+1
* Report the difference between ufs and ufs2.grog2004-02-172-3/+16
* Reorder Xrefs in SEE ALSO.trhodes2004-02-101-5/+5
* Update to inform users of acls and multilabel options. Add Xrefs to thetrhodes2004-02-101-1/+20
* Correct a typo and unbreak the build.nectar2004-02-031-1/+1
* Made use of MNT_USER flag and inform about user responsible for mountpjd2004-02-021-1/+5
* Style(9) option sortingguido2004-01-292-2/+2
* Fix manpage and usage() to reflect that -a can be used in combinationguido2004-01-292-1/+2
* Unbreak -o fstab and -o current in combination with -aguido2004-01-291-0/+2
* Allow trailing slashes for MNT_UPDATE case (mount -u), too.anholt2004-01-071-1/+1
* Style changetrhodes2003-12-072-2/+2
* Print out the file system access statistics using uintmax_t typesiedowse2003-12-071-4/+7
* Don't include the file system ID in the output of `mount -v' if itiedowse2003-12-051-10/+12
* style.Makefile: Add a '?' before '=' in WARNS.trhodes2003-10-261-1/+1
* Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"seanc2003-10-221-2/+2
* Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.imp2003-08-071-1/+1
* When mount(8) is invoked with the `-v' flag, display the filesystemiedowse2003-07-181-1/+4
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.gordon2003-06-292-26/+6
* Fixed the markup in the recently added ENVIRONMENT section.ru2003-05-171-6/+6
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-032-7/+6
* Bump the date for recent commits.mdodd2003-04-071-1/+1
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.mdodd2003-04-071-0/+7
OpenPOWER on IntegriCloud