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