| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow trailing slashes for MNT_UPDATE case (mount -u), too. | anholt | 2004-01-07 | 1 | -1/+1 |
* | Style change | trhodes | 2003-12-07 | 2 | -2/+2 |
* | Print out the file system access statistics using uintmax_t types | iedowse | 2003-12-07 | 1 | -4/+7 |
* | Don't include the file system ID in the output of `mount -v' if it | iedowse | 2003-12-05 | 1 | -10/+12 |
* | style.Makefile: Add a '?' before '=' in WARNS. | trhodes | 2003-10-26 | 1 | -1/+1 |
* | Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro" | seanc | 2003-10-22 | 1 | -2/+2 |
* | Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL. | imp | 2003-08-07 | 1 | -1/+1 |
* | When mount(8) is invoked with the `-v' flag, display the filesystem | iedowse | 2003-07-18 | 1 | -1/+4 |
* | Convert fsck and mount to using execvP to find fsck_foo and mount_foo. | gordon | 2003-06-29 | 2 | -26/+6 |
* | Fixed the markup in the recently added ENVIRONMENT section. | ru | 2003-05-17 | 1 | -6/+6 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 2 | -7/+6 |
* | Bump the date for recent commits. | mdodd | 2003-04-07 | 1 | -1/+1 |
* | Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution. | mdodd | 2003-04-07 | 1 | -0/+7 |
* | Implement the '-F' option for mount & umount which allows the user to | mdodd | 2003-04-07 | 2 | -2/+17 |
* | mdoc(7) police: kill unnecessary xref. | ru | 2003-02-23 | 1 | -1/+0 |
* | Mention the oddities and requirements for mount operations executed by | joerg | 2003-01-13 | 1 | -0/+4 |
* | Remove the incorrect information about dump(8) and snapshots. All the | trhodes | 2002-12-13 | 1 | -6/+0 |
* | Teach mount(8) about MNT_ACLS for the purposes of mount options and | rwatson | 2002-10-14 | 2 | -1/+5 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 3 | -60/+60 |
* | mdoc(7) police: missing markup bits. | ru | 2002-08-13 | 1 | -6/+12 |