| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; |  jmc | 1 | -3/+3 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2015-12-08 | spaces to tabs |  tedu | 1 | -2/+2 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -3/+4 |
| 2012-07-09 | Revert previous. |  krw | 1 | -5/+1 |
| 2012-07-08 | Return EROFS when a read-write mount of a read-only sd(4) device |  krw | 1 | -1/+5 |
| 2010-10-14 | looks like i jumped the gun with the duid stuff; back it out |  jmc | 1 | -15/+4 |
| 2010-10-13 | paste in the description of "special"; ok krw |  jmc | 1 | -4/+15 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second |  jaredy | 1 | -3/+3 |
| 2003-08-27 | typos from deraadt@; |  jmc | 1 | -3/+3 |
| 2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. |  tedu | 1 | -4/+5 |
| 2003-07-03 | add documentation from mount(8) that "special" device must correspond |  jmc | 1 | -1/+8 |
| 2003-06-11 | ansification |  deraadt | 1 | -6/+4 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2002-06-26 | Missing .Xr's from Margarida Sequeira <niness@devilness.org>. |  fgsch | 1 | -3/+3 |
| 2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. |  espie | 1 | -5/+5 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -3/+3 |
| 2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; |  mpech | 1 | -2/+3 |
| 2000-10-19 | invoked from mount -t ... |  marc | 1 | -1/+9 |
| 2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help) |  deraadt | 1 | -3/+2 |
| 1999-07-21 | use .Ar on later .It Fl lines |  deraadt | 1 | -2/+2 |
| 1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1 | -2/+2 |
| 1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net |  aaron | 1 | -2/+2 |
| 1998-11-28 | kill redundant .Nm macro arguments; other misc fixes |  aaron | 1 | -4/+4 |
| 1997-08-20 | Print "Filesystem not supported by kernel" not "Operation not supported by |  millert | 1 | -2/+5 |
| 1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" |  kstailey | 1 | -6/+3 |
| 1997-05-30 | No longer enforce read-only mounts. |  downsj | 1 | -10/+2 |
| 1997-04-24 | Enforce read only mounts. No exceptions. |  downsj | 1 | -2/+10 |
| 1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1 | -3/+3 |
| 1996-06-27 | Add mount_ext2fs; stripped down mount_ffs and the man page from FreeBSD. |  downsj | 3 | -0/+222 |