summaryrefslogtreecommitdiff
path: root/sbin/mount_ext2fs/mount_ext2fs.c
AgeCommit message (Expand)Author
2012-07-09Revert previous.Kenneth R Westerback
2012-07-08Return EROFS when a read-write mount of a read-only sd(4) deviceKenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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-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
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
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-05-30No longer enforce read-only mounts.Jason Downs
1997-04-24Enforce read only mounts. No exceptions.Jason Downs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-27Add mount_ext2fs; stripped down mount_ffs and the man page from FreeBSD.Jason Downs