summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdos/mount_msdos.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* no more -x;jmc2016-05-211-2/+2
* Remove the -x flag from mount_msdos and always assume the execute bitnatano2016-05-211-5/+2
* remove unused variableschl2015-11-021-3/+1
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-19/+11
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-3/+5
* remove some unnecessary sys/cdefs.h inclusionsderaadt2012-12-041-2/+1
* Revert previous.krw2012-07-091-5/+1
* Return EROFS when a read-write mount of a read-only sd(4) devicekrw2012-07-081-1/+5
* no reason not to let msdosfs mount async, from Alexander Polakovtedu2011-04-041-1/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* remove some bogus *p, from charles longeautedu2007-03-201-4/+4
* sort options; sync usage;jmc2006-12-151-3/+3
* Nuke GEMDOSFS. Unused part of unused atari port. Simplifieskrw2006-12-151-6/+3
* 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-13/+5
* convert strncat -> strlcatavsm2003-07-021-5/+5
* ansificationderaadt2003-06-111-13/+9
* support for making directories executable if readable.tedu2003-04-181-3/+6
* 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-6/+6
* if mount fails with EINVAL, say "not an MSDOS filesystem"millert1999-04-201-3/+3
* nice error message when mount(2) returns EOPNOTSUPPart1998-12-211-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
* does noone know how to use strncat correctly?deraadt1996-12-161-4/+4
* better error messagesderaadt1996-12-091-4/+22
* Add MOPT_UPDATE to mount options since there is filesystemmillert1996-11-241-3/+4
* update rcsidderaadt1996-06-231-1/+2
* sync to netbsd 960418deraadt1996-04-211-3/+3
* from leo; add -G flag for mounting atari gemdos filesystemsderaadt1996-01-291-3/+6
* from ws@netbsd:deraadt1995-12-141-3/+12
* initial import of NetBSD treederaadt1995-10-181-0/+201