summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ffs
AgeCommit message (Expand)AuthorFilesLines
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-4/+4
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2016-10-06fix HISTORY:schwarze1-3/+3
2016-09-10Add a noperm mount flag for FFS to be used for building release setsnatano1-1/+5
2016-05-27W^X violations are no longer permitted by default. A kernel log messagederaadt1-1/+2
2015-12-08spaces to tabstedu1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2010-10-13paste in the description of "special"; ok krwjmc1-4/+15
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-08-11Give a less cryptic error message when trying to mount invalid filepedro1-6/+2
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondjaredy1-3/+3
2003-07-03use realpath() in helpers instead of doing it ourselves every time.tedu1-4/+5
2003-07-03add documentation from mount(8) that "special" device must correspondjmc1-1/+8
2003-06-11ansificationderaadt1-6/+4
2003-06-10o make mount(2) return EROFS, not EPERM if ffs is dirtymillert1-2/+6
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-03-10filesystem -> file system for a little consistencytedu1-2/+2
2002-06-26Missing .Xr's from Margarida Sequeira <niness@devilness.org>.fgsch1-3/+3
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.espie1-5/+5
2002-02-16Part 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.millert1-3/+3
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;aaron1-3/+3
2001-04-04Add "softdep" option to mount. Update from rw/async to softdepgluk1-2/+3
2001-01-10mount_ufs was not needed for a long time..deraadt2-22/+7
2000-10-10mount -t is the preferred way to invokemarc1-1/+17
2000-06-17Support the -f flag in order to mount dirty filesystems. This makes senseniklas1-2/+3
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-3/+3
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)deraadt1-3/+2
1999-07-21use .Ar on later .It Fl linesderaadt1-2/+2
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-6/+5
1997-09-21$OpenBSD$deraadt1-2/+1
1997-08-20Fix pasto.millert1-3/+3
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported bymillert1-2/+5
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey1-6/+3
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-23update rcsidderaadt3-1/+4
1996-04-21sync to netbsd 960418deraadt1-3/+3
1996-02-22From NetBSD:niklas1-2/+1
1995-11-06complete ufs -> ffs change (From John Kohl; PR #1403)deraadt1-3/+3
1995-10-18initial import of NetBSD treederaadt3-0/+241