aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* For reiserfs, pass mount parameters directly to nmount() insteadCraig Rodrigues2005-12-121-1/+1
* Remove workaround for old GCC bugs.Craig Rodrigues2005-12-031-5/+0
* Simplify parsing of mount options by passingCraig Rodrigues2005-12-031-1/+1
* Remove unsupported "dev" option from comments of mntopts.h.Craig Rodrigues2005-12-021-1/+1
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.Craig Rodrigues2005-11-291-2/+0
* Fixing a regression introduced in rev1.72 by connecting cd9660 to theTai-hwa Liang2005-11-241-1/+1
* Fix prototype.Ruslan Ermilov2005-11-241-1/+4
* Remove UFS-specific parts from mount(8).Craig Rodrigues2005-11-233-136/+1
* Do not pass userquota and groupquota mount options to nmount().Craig Rodrigues2005-11-231-0/+4
* For mounting a UFS filesystem, call nmount() directly, instead of havingCraig Rodrigues2005-11-211-3/+1
* Do not pass noauto to nmount() or external mount program.Craig Rodrigues2005-11-161-1/+10
* In build_iovec(), if passed in len is -1, check to see ifCraig Rodrigues2005-11-141-3/+6
* - Make size parameter to build_iovec() a size_t, not an intCraig Rodrigues2005-11-133-8/+31
* - Minor fixes to raise WARNS level to 6.Craig Rodrigues2005-11-125-52/+223
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.Craig Rodrigues2005-10-071-11/+4
* 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