summaryrefslogtreecommitdiff
path: root/sbin/mount_msdos
AgeCommit message (Expand)Author
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-08-20Align description of -g and -u with mount_tmpfs.8Theo Buehler
2021-11-13Use long filenames by default on FAT filesystemsKlemens Nanni
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-10-08add missing AUTHORS; OK sobrado@, also checked by Sevan JaniyanIngo Schwarze
2016-05-21no more -x;Jason McIntyre
2016-05-21Remove the -x flag from mount_msdos and always assume the execute bitMartin Natano
2015-11-02remove unused variablesCharles Longeau
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
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
2011-04-04no reason not to let msdosfs mount async, from Alexander PolakovTed Unangst
2010-10-14looks like i jumped the gun with the duid stuff; back it outJason McIntyre
2010-10-13paste in the description of "special"; ok krwJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-09document fat permissions a little better, based on some notes from martynasJason McIntyre
2009-08-07sets modes for dirs; too. ok sobrado@ & jmc@.Martynas Venckus
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20remove some bogus *p, from charles longeauTed Unangst
2006-12-15sort options; sync usage;Jason McIntyre
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2005-02-28Document some limitations of the MS-DOS filesystem.Tom Cosgrove
2005-02-28correct mistake in license clause numbering;Jason McIntyre
2003-07-03use realpath() in helpers instead of doing it ourselves every time.Ted Unangst
2003-07-03add documentation from mount(8) that "special" device must correspondJason McIntyre
2003-07-02convert strncat -> strlcatAnil Madhavapeddy
2003-06-11ansificationTheo de Raadt
2003-04-18support for making directories executable if readable.Ted Unangst
2003-02-09typos;Jason McIntyre
2002-06-26Missing .Xr's from Margarida Sequeira <niness@devilness.org>.Federico G. Schwindt
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
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;Aaron Campbell
2000-10-19invoked from mount -t ...Marco S Hyman
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-04-20if mount fails with EINVAL, say "not an MSDOS filesystem"Todd C. Miller
1998-12-21nice error message when mount(2) returns EOPNOTSUPPArtur Grabowski
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-21msdosfs does FAT32David Leonard
1998-09-17sbin/ man page fixesAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey