| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert last change. It doesn't break mount(8) reporting | ru | 2004-11-30 | 1 | -0/+2 |
* | Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). | ru | 2004-11-29 | 3 | -11/+1 |
* | Avoid comparing pointer against a numerical value by adding a * in | delphij | 2004-11-25 | 1 | -1/+1 |
* | Add a convenience function for building nmount iov arrays. | phk | 2004-11-25 | 2 | -0/+25 |
* | Fix bug: don't let "synco" match "sync" | phk | 2004-11-25 | 1 | -4/+2 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -2/+2 |
* | The previous change to mount(8) to report ufs or ufs2 used | bmilekic | 2004-04-26 | 2 | -13/+0 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 8 | -32/+0 |
* | Correct the definition of the multilabel flag: it enables multilabel | rwatson | 2004-03-26 | 1 | -3/+8 |
* | s/considred/considered/ | brueffer | 2004-03-04 | 1 | -1/+1 |
* | Report the difference between ufs and ufs2. | grog | 2004-02-17 | 2 | -3/+16 |
* | Reorder Xrefs in SEE ALSO. | trhodes | 2004-02-10 | 1 | -5/+5 |
* | Update to inform users of acls and multilabel options. Add Xrefs to the | trhodes | 2004-02-10 | 1 | -1/+20 |
* | Correct a typo and unbreak the build. | nectar | 2004-02-03 | 1 | -1/+1 |
* | Made use of MNT_USER flag and inform about user responsible for mount | pjd | 2004-02-02 | 1 | -1/+5 |
* | Style(9) option sorting | guido | 2004-01-29 | 2 | -2/+2 |
* | Fix manpage and usage() to reflect that -a can be used in combination | guido | 2004-01-29 | 2 | -1/+2 |
* | Unbreak -o fstab and -o current in combination with -a | guido | 2004-01-29 | 1 | -0/+2 |