summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdos
AgeCommit message (Expand)AuthorFilesLines
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2016-10-08add missing AUTHORS; OK sobrado@, also checked by Sevan Janiyanschwarze1-2/+12
2016-05-21no more -x;jmc2-4/+4
2016-05-21Remove the -x flag from mount_msdos and always assume the execute bitnatano2-18/+5
2015-11-02remove unused variableschl1-3/+1
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-19/+11
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt1-3/+5
2012-12-04remove some unnecessary sys/cdefs.h inclusionsderaadt1-2/+1
2012-07-09Revert previous.krw1-5/+1
2012-07-08Return EROFS when a read-write mount of a read-only sd(4) devicekrw1-1/+5
2011-04-04no reason not to let msdosfs mount async, from Alexander Polakovtedu1-1/+2
2010-10-14looks like i jumped the gun with the duid stuff; back it outjmc1-15/+4
2010-10-13paste in the description of "special"; ok krwjmc1-4/+15
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-5/+1
2009-08-09document fat permissions a little better, based on some notes from martynasjmc1-22/+45
2009-08-07sets modes for dirs; too. ok sobrado@ & jmc@.martynas1-4/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-20remove some bogus *p, from charles longeautedu1-4/+4
2006-12-15sort options; sync usage;jmc2-29/+41
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. Simplifieskrw2-15/+4
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondjaredy1-3/+3
2005-02-28Document some limitations of the MS-DOS filesystem.tom1-2/+13
2005-02-28correct mistake in license clause numbering;jmc1-2/+2
2003-07-03use realpath() in helpers instead of doing it ourselves every time.tedu1-13/+5
2003-07-03add documentation from mount(8) that "special" device must correspondjmc1-1/+8
2003-07-02convert strncat -> strlcatavsm1-5/+5
2003-06-11ansificationderaadt1-13/+9
2003-04-18support for making directories executable if readable.tedu2-4/+10
2003-02-09typos;jmc1-2/+2
2002-06-26Missing .Xr's from Margarida Sequeira <niness@devilness.org>.fgsch1-3/+3
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.espie1-5/+5
2002-02-16Part 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.millert1-6/+6
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;mpech1-3/+6
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;aaron1-10/+10
2000-10-19invoked from mount -t ...marc1-1/+10
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-7/+11
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theaaron1-2/+2
1999-04-20if mount fails with EINVAL, say "not an MSDOS filesystem"millert1-3/+3
1998-12-21nice error message when mount(2) returns EOPNOTSUPPart1-2/+5
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-5/+5
1998-11-21msdosfs does FAT32d1-6/+1
1998-09-17sbin/ man page fixesaaron1-12/+17
1997-09-21$OpenBSD$deraadt1-2/+1
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey1-6/+3
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-12-16does noone know how to use strncat correctly?deraadt1-4/+4
1996-12-09better error messagesderaadt1-4/+22