summaryrefslogtreecommitdiff
path: root/sbin/mount_ffs/mount_ffs.c
AgeCommit message (Expand)Author
2016-09-10Add a noperm mount flag for FFS to be used for building release setsMartin Natano
2016-05-27W^X violations are no longer permitted by default. A kernel log messageTheo de Raadt
2015-12-08spaces to tabsTed Unangst
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2006-08-11Give a less cryptic error message when trying to mount invalid filePedro Martelletto
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2003-07-03use realpath() in helpers instead of doing it ourselves every time.Ted Unangst
2003-06-11ansificationTheo de Raadt
2003-06-10o make mount(2) return EROFS, not EPERM if ffs is dirtyTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-04-04Add "softdep" option to mount. Update from rw/async to softdepGrigoriy Orlov
2000-06-17Support the -f flag in order to mount dirty filesystems. This makes senseNiklas Hallqvist
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1997-08-20Fix pasto.Todd C. Miller
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported byTodd C. Miller
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-11-06complete ufs -> ffs change (From John Kohl; PR #1403)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt