summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ffs/mount_ffs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* 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
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* 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
* 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-021-7/+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
* Add "softdep" option to mount. Update from rw/async to softdepgluk2001-04-041-2/+3
* Support the -f flag in order to mount dirty filesystems. This makes senseniklas2000-06-171-2/+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
* 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-231-1/+2
* sync to netbsd 960418deraadt1996-04-211-3/+3
* complete ufs -> ffs change (From John Kohl; PR #1403)deraadt1995-11-061-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+136