| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | no more -x; |  jmc | 2016-05-21 | 1 | -2/+2 |
* | Remove the -x flag from mount_msdos and always assume the execute bit |  natano | 2016-05-21 | 1 | -5/+2 |
* | remove unused variables |  chl | 2015-11-02 | 1 | -3/+1 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -19/+11 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+4 |
* | Whole bunch of (unsigned char) casts carefully added for ctype calls. |  deraadt | 2013-11-22 | 1 | -3/+5 |
* | remove some unnecessary sys/cdefs.h inclusions |  deraadt | 2012-12-04 | 1 | -2/+1 |
* | Revert previous. |  krw | 2012-07-09 | 1 | -5/+1 |
* | Return EROFS when a read-write mount of a read-only sd(4) device |  krw | 2012-07-08 | 1 | -1/+5 |
* | no reason not to let msdosfs mount async, from Alexander Polakov |  tedu | 2011-04-04 | 1 | -1/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -5/+1 |
* | remove some bogus *p, from charles longeau |  tedu | 2007-03-20 | 1 | -4/+4 |
* | sort options; sync usage; |  jmc | 2006-12-15 | 1 | -3/+3 |
* | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies |  krw | 2006-12-15 | 1 | -6/+3 |
* | Sync with recent realpath(3) changes: on failure, don't use the second |  jaredy | 2005-04-08 | 1 | -3/+3 |
* | use realpath() in helpers instead of doing it ourselves every time. |  tedu | 2003-07-03 | 1 | -13/+5 |
* | convert strncat -> strlcat |  avsm | 2003-07-02 | 1 | -5/+5 |
* | ansification |  deraadt | 2003-06-11 | 1 | -13/+9 |
* | support for making directories executable if readable. |  tedu | 2003-04-18 | 1 | -3/+6 |
* | In mount.h, rename field export -> export_info, to avoid collision with C++. |  espie | 2002-04-23 | 1 | -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. |  millert | 2002-02-16 | 1 | -6/+6 |
* | if mount fails with EINVAL, say "not an MSDOS filesystem" |  millert | 1999-04-20 | 1 | -3/+3 |
* | nice error message when mount(2) returns EOPNOTSUPP |  art | 1998-12-21 | 1 | -2/+5 |
* | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" |  kstailey | 1997-06-20 | 1 | -6/+3 |
* | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1997-01-15 | 1 | -3/+3 |
* | does noone know how to use strncat correctly? |  deraadt | 1996-12-16 | 1 | -4/+4 |
* | better error messages |  deraadt | 1996-12-09 | 1 | -4/+22 |
* | Add MOPT_UPDATE to mount options since there is filesystem |  millert | 1996-11-24 | 1 | -3/+4 |
* | update rcsid |  deraadt | 1996-06-23 | 1 | -1/+2 |
* | sync to netbsd 960418 |  deraadt | 1996-04-21 | 1 | -3/+3 |
* | from leo; add -G flag for mounting atari gemdos filesystems |  deraadt | 1996-01-29 | 1 | -3/+6 |
* | from ws@netbsd: |  deraadt | 1995-12-14 | 1 | -3/+12 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+201 |