summaryrefslogtreecommitdiffstats
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* Fix debugging output of '-d', to more accurately reflect ifrodrigc2006-11-141-1/+4
* Teach mount(8) about MNT_GJOURNAL flag.pjd2006-10-311-0/+2
* Two tiny style fixes.ru2006-10-241-3/+3
* Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specifiedru2006-10-241-6/+32
* Markup fixes.ru2006-09-181-25/+25
* Fix markup snafu.des2006-09-141-1/+2
* Re-word the description of the "async" flag.danger2006-09-081-3/+6
* Teach mount(8) about a 'late' keyword, which means the file system shoulddes2006-07-122-7/+38
* Minor style tweaks while nearby. Namely ANSIfy and parens on return values.jmallett2006-06-101-26/+15
* Rather than using specified_ro to parse the options list an extra time, andjmallett2006-06-101-32/+6
* Fix "mount -u -o ro".rodrigc2006-06-021-1/+24
* Remove reference to mount_procfs(8), add reference to procfs(5).rodrigc2006-05-191-1/+1
* Remove reference to mount_ext2fs(8), add reference to ext2fs(5).rodrigc2006-05-171-1/+1
* o Extend rev. 1.75 and restore an ability to specify a non-defaultmaxim2006-05-101-0/+9
* When there are no mount options, an implicit "rw" should be printed inkeramida2006-03-031-1/+6
* If we specify: mount -u (update), without specifying anrodrigc2006-02-251-11/+7
* Update text to reflect that:rodrigc2006-02-251-9/+31
* s/<space><tab>/<tab>/pjd2006-01-241-1/+1
* Resolve the mount point's path with realpath(2) before checking if filepjd2006-01-181-1/+8
* - Xref mount_reiserfs(8)pav2006-01-101-0/+1
* For reiserfs, pass mount parameters directly to nmount() insteadrodrigc2005-12-121-1/+1
* Remove workaround for old GCC bugs.rodrigc2005-12-031-5/+0
* Simplify parsing of mount options by passingrodrigc2005-12-031-1/+1
* Remove unsupported "dev" option from comments of mntopts.h.rodrigc2005-12-021-1/+1
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-291-2/+0
* Fixing a regression introduced in rev1.72 by connecting cd9660 to theavatar2005-11-241-1/+1
* Fix prototype.ru2005-11-241-1/+4
* 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
OpenPOWER on IntegriCloud