aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Expand)AuthorAgeFilesLines
* Don't return always 0. Return what we get from exec_mountprog orMatteo Riondato2008-08-311-1/+1
* Fix markup.Ruslan Ermilov2008-06-031-4/+6
* Add note about a reason to use mount(8) instead of mount_somefs.Konstantin Belousov2008-06-031-0/+11
* - Update with a better example which shows that options specific to aTom McLaughlin2008-03-121-3/+3
* - Also change the /sbin/mount_unionfs line I managed to miss just twoTom McLaughlin2008-03-101-1/+1
* - unionfs -b option is deprecated in favor of '-o below' as perTom McLaughlin2008-03-101-2/+2
* Correct the description of getmnt_silent: unknown options are silentlyYaroslav Tykhiy2008-02-171-2/+3
* Fix mount -p and mount -u -ocurrent on gjournaled FSMatteo Riondato2008-02-041-1/+0
* Fix printing of unionfs mounts when using the -p optionMatteo Riondato2008-02-031-2/+8
* Properly sort 'sync' in the list of options passed to -o.John Baldwin2007-11-271-4/+4
* Remove stale reference to mount_std.Craig Rodrigues2007-10-191-1/+0
* - Remove UMAP filesystem. It was disconnected from build three years ago,Rong-En Fan2007-06-252-4/+1
* Align -p output in TAB built columns suitable for /etc/fstab.Poul-Henning Kamp2007-04-131-2/+19
* Print warning that "-t msdos" is deprecated and being converted toCraig Rodrigues2007-02-061-1/+4
* Use pidfile(3) API to restart mountd(8) on success mount.Pawel Jakub Dawidek2007-02-022-10/+28
* Pass a char buffer parameter with name "errmsg" to nmount().Craig Rodrigues2006-12-071-1/+4
* Fix debugging output of '-d', to more accurately reflect ifCraig Rodrigues2006-11-141-1/+4
* Teach mount(8) about MNT_GJOURNAL flag.Pawel Jakub Dawidek2006-10-311-0/+2
* Two tiny style fixes.Ruslan Ermilov2006-10-241-3/+3
* Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specifiedRuslan Ermilov2006-10-241-6/+32
* Markup fixes.Ruslan Ermilov2006-09-181-25/+25
* Fix markup snafu.Dag-Erling Smørgrav2006-09-141-1/+2
* Re-word the description of the "async" flag.Daniel Gerzo2006-09-081-3/+6
* Teach mount(8) about a 'late' keyword, which means the file system shouldDag-Erling Smørgrav2006-07-122-7/+38
* Minor style tweaks while nearby. Namely ANSIfy and parens on return values.Juli Mallett2006-06-101-26/+15
* Rather than using specified_ro to parse the options list an extra time, andJuli Mallett2006-06-101-32/+6
* Fix "mount -u -o ro".Craig Rodrigues2006-06-021-1/+24
* Remove reference to mount_procfs(8), add reference to procfs(5).Craig Rodrigues2006-05-191-1/+1
* Remove reference to mount_ext2fs(8), add reference to ext2fs(5).Craig Rodrigues2006-05-171-1/+1
* o Extend rev. 1.75 and restore an ability to specify a non-defaultMaxim Konovalov2006-05-101-0/+9
* When there are no mount options, an implicit "rw" should be printed inGiorgos Keramidas2006-03-031-1/+6
* If we specify: mount -u (update), without specifying anCraig Rodrigues2006-02-251-11/+7
* Update text to reflect that:Craig Rodrigues2006-02-251-9/+31
* s/<space><tab>/<tab>/Pawel Jakub Dawidek2006-01-241-1/+1
* Resolve the mount point's path with realpath(2) before checking if filePawel Jakub Dawidek2006-01-181-1/+8
* - Xref mount_reiserfs(8)Pav Lucistnik2006-01-101-0/+1
* 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