| Commit message (Expand) | Author | Age | Files | Lines |
* | Align -p output in TAB built columns suitable for /etc/fstab. | phk | 2007-04-13 | 1 | -2/+19 |
* | Print warning that "-t msdos" is deprecated and being converted to | rodrigc | 2007-02-06 | 1 | -1/+4 |
* | Use pidfile(3) API to restart mountd(8) on success mount. | pjd | 2007-02-02 | 2 | -10/+28 |
* | Pass a char buffer parameter with name "errmsg" to nmount(). | rodrigc | 2006-12-07 | 1 | -1/+4 |
* | Fix debugging output of '-d', to more accurately reflect if | rodrigc | 2006-11-14 | 1 | -1/+4 |
* | Teach mount(8) about MNT_GJOURNAL flag. | pjd | 2006-10-31 | 1 | -0/+2 |
* | Two tiny style fixes. | ru | 2006-10-24 | 1 | -3/+3 |
* | Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specified | ru | 2006-10-24 | 1 | -6/+32 |
* | Markup fixes. | ru | 2006-09-18 | 1 | -25/+25 |
* | Fix markup snafu. | des | 2006-09-14 | 1 | -1/+2 |
* | Re-word the description of the "async" flag. | danger | 2006-09-08 | 1 | -3/+6 |
* | Teach mount(8) about a 'late' keyword, which means the file system should | des | 2006-07-12 | 2 | -7/+38 |
* | Minor style tweaks while nearby. Namely ANSIfy and parens on return values. | jmallett | 2006-06-10 | 1 | -26/+15 |
* | Rather than using specified_ro to parse the options list an extra time, and | jmallett | 2006-06-10 | 1 | -32/+6 |
* | Fix "mount -u -o ro". | rodrigc | 2006-06-02 | 1 | -1/+24 |
* | Remove reference to mount_procfs(8), add reference to procfs(5). | rodrigc | 2006-05-19 | 1 | -1/+1 |
* | Remove reference to mount_ext2fs(8), add reference to ext2fs(5). | rodrigc | 2006-05-17 | 1 | -1/+1 |
* | o Extend rev. 1.75 and restore an ability to specify a non-default | maxim | 2006-05-10 | 1 | -0/+9 |
* | When there are no mount options, an implicit "rw" should be printed in | keramida | 2006-03-03 | 1 | -1/+6 |
* | If we specify: mount -u (update), without specifying an | rodrigc | 2006-02-25 | 1 | -11/+7 |
* | Update text to reflect that: | rodrigc | 2006-02-25 | 1 | -9/+31 |
* | s/<space><tab>/<tab>/ | pjd | 2006-01-24 | 1 | -1/+1 |
* | Resolve the mount point's path with realpath(2) before checking if file | pjd | 2006-01-18 | 1 | -1/+8 |
* | - Xref mount_reiserfs(8) | pav | 2006-01-10 | 1 | -0/+1 |
* | For reiserfs, pass mount parameters directly to nmount() instead | rodrigc | 2005-12-12 | 1 | -1/+1 |
* | Remove workaround for old GCC bugs. | rodrigc | 2005-12-03 | 1 | -5/+0 |
* | Simplify parsing of mount options by passing | rodrigc | 2005-12-03 | 1 | -1/+1 |
* | Remove unsupported "dev" option from comments of mntopts.h. | rodrigc | 2005-12-02 | 1 | -1/+1 |
* | Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op. | rodrigc | 2005-11-29 | 1 | -2/+0 |
* | Fixing a regression introduced in rev1.72 by connecting cd9660 to the | avatar | 2005-11-24 | 1 | -1/+1 |
* | Fix prototype. | ru | 2005-11-24 | 1 | -1/+4 |
* | Remove UFS-specific parts from mount(8). | rodrigc | 2005-11-23 | 3 | -136/+1 |
* | Do not pass userquota and groupquota mount options to nmount(). | rodrigc | 2005-11-23 | 1 | -0/+4 |
* | For mounting a UFS filesystem, call nmount() directly, instead of having | rodrigc | 2005-11-21 | 1 | -3/+1 |
* | Do not pass noauto to nmount() or external mount program. | rodrigc | 2005-11-16 | 1 | -1/+10 |
* | In build_iovec(), if passed in len is -1, check to see if | rodrigc | 2005-11-14 | 1 | -3/+6 |
* | - Make size parameter to build_iovec() a size_t, not an int | rodrigc | 2005-11-13 | 3 | -8/+31 |
* | - Minor fixes to raise WARNS level to 6. | rodrigc | 2005-11-12 | 5 | -52/+223 |
* | Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. | rodrigc | 2005-10-07 | 1 | -11/+4 |
* | Bump WARNS up to 3. | rodrigc | 2005-10-07 | 1 | -1/+1 |
* | In prmount(), use an unsigned int variable to eliminate | rodrigc | 2005-10-07 | 1 | -1/+2 |
* | Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. | rodrigc | 2005-10-07 | 3 | -25/+11 |
* | Remove Xref to mount_hpfs(8), it's not hooked up to the build. | brueffer | 2005-06-16 | 1 | -1/+0 |
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 2 | -3/+3 |
* | Add a handy macro to represent null mount option, MOPT_NULL, and make | delphij | 2005-06-01 | 2 | -1/+4 |
* | When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo". | cperciva | 2005-03-26 | 1 | -2/+4 |
* | Add verbiage to the description of the noexec mount option clarifying | cperciva | 2005-03-23 | 1 | -0/+5 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -3/+3 |
* | Sort sections. | ru | 2005-01-18 | 1 | -12/+12 |
* | Fix typo. | josef | 2004-12-26 | 1 | -1/+1 |