summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ffs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* fix HISTORY:schwarze2016-10-061-3/+3
* Add a noperm mount flag for FFS to be used for building release setsnatano2016-09-101-1/+5
* W^X violations are no longer permitted by default. A kernel log messagederaadt2016-05-271-1/+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
* 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
* Give a less cryptic error message when trying to mount invalid filepedro2006-08-111-6/+2
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-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
* o make mount(2) return EROFS, not EPERM if ffs is dirtymillert2003-06-101-2/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* filesystem -> file system for a little consistencytedu2003-03-101-2/+2
* 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
* Fix a typo (perfomance -> performance) and lots of section shuffling;aaron2001-06-081-3/+3
* Add "softdep" option to mount. Update from rw/async to softdepgluk2001-04-041-2/+3
* mount_ufs was not needed for a long time..deraadt2001-01-102-22/+7
* mount -t is the preferred way to invokemarc2000-10-101-1/+17
* Support the -f flag in order to mount dirty filesystems. This makes senseniklas2000-06-171-2/+3
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-181-3/+3
* 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-6/+5
* $OpenBSD$deraadt1997-09-211-2/+1
* Fix pasto.millert1997-08-201-3/+3
* 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
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* update rcsidderaadt1996-06-233-1/+4
* sync to netbsd 960418deraadt1996-04-211-3/+3
* From NetBSD:niklas1996-02-221-2/+1
* complete ufs -> ffs change (From John Kohl; PR #1403)deraadt1995-11-061-3/+3
* initial import of NetBSD treederaadt1995-10-183-0/+241