summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ext2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* spaces to tabstedu2015-12-081-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Revert previous.krw2012-07-091-5/+1
* Return EROFS when a read-write mount of a read-only sd(4) devicekrw2012-07-081-1/+5
* looks like i jumped the gun with the duid stuff; back it outjmc2010-10-141-15/+4
* paste in the description of "special"; ok krwjmc2010-10-131-4/+15
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-3/+3
* typos from deraadt@;jmc2003-08-271-3/+3
* use realpath() in helpers instead of doing it ourselves every time.tedu2003-07-031-4/+5
* add documentation from mount(8) that "special" device must correspondjmc2003-07-031-1/+8
* ansificationderaadt2003-06-111-6/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* Missing .Xr's from Margarida Sequeira <niness@devilness.org>.fgsch2002-06-261-3/+3
* In mount.h, rename field export -> export_info, to avoid collision with C++.espie2002-04-231-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.millert2002-02-161-3/+3
* o) {Open,Net,Free}BSD -> .{O,N,F}x;mpech2001-08-171-2/+3
* invoked from mount -t ...marc2000-10-191-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)deraadt2000-01-221-3/+2
* use .Ar on later .It Fl linesderaadt1999-07-211-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-4/+4
* Print "Filesystem not supported by kernel" not "Operation not supported bymillert1997-08-201-2/+5
* Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey1997-06-201-6/+3
* No longer enforce read-only mounts.downsj1997-05-301-10/+2
* Enforce read only mounts. No exceptions.downsj1997-04-241-2/+10
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Add mount_ext2fs; stripped down mount_ffs and the man page from FreeBSD.downsj1996-06-273-0/+222