Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-20 | Print "Filesystem not supported by kernel" not "Operation not supported by | Todd C. Miller | |
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>. | |||
1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" | kstailey | |
we can use NLS for the text, not a hardcode English message. | |||
1997-05-30 | No longer enforce read-only mounts. | Jason Downs | |
1997-04-24 | Enforce read only mounts. No exceptions. | Jason Downs | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-06-27 | Add mount_ext2fs; stripped down mount_ffs and the man page from FreeBSD. | Jason Downs | |