summaryrefslogtreecommitdiff
path: root/sbin/mount_msdos
AgeCommit message (Collapse)Author
2009-08-09document fat permissions a little better, based on some notes from martynasJason McIntyre
feedback/ok sobrado martynas
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
ok deraadt millert
2006-12-15sort options; sync usage;Jason McIntyre
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
argument "resolved", since it is undefined. ok and help millert, otto
2005-02-28Document some limitations of the MS-DOS filesystem.Tom Cosgrove
Input from yaredy@, krw@, miod@, jmc@, deraadt@. ok for earlier versions todd@, jmc@ ok final version deraadt@
2005-02-28correct mistake in license clause numbering;Jason McIntyre
same correction applied to netbsd -r1.15; ok millert@ deraadt@
2003-07-03use realpath() in helpers instead of doing it ourselves every time.Ted Unangst
also fixes pr1662. from otto moerbeek
2003-07-03add documentation from mount(8) that "special" device must correspondJason McIntyre
to a partition in the disklabel. suggested by Phil Pennock. ok krw@ millert@
2003-07-02convert strncat -> strlcatAnil Madhavapeddy
millert@ ok
2003-06-11ansificationTheo de Raadt
2003-04-18support for making directories executable if readable.Ted Unangst
to use this, you want to run mount_msdos with -m 0644 -x or so. ok millert@
2003-02-09typos;Jason McIntyre
2002-06-26Missing .Xr's from Margarida Sequeira <niness@devilness.org>.Federico G. Schwindt
Remove unmount(2) per millert suggestion; millert@ ok.
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert...
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;Aaron Campbell
mpech@prosoft.org.lv
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
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
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
we can use NLS for the text, not a hardcode English message.
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-12-09better error messagesTheo de Raadt
1996-11-24Add MOPT_UPDATE to mount options since there is filesystemTodd C. Miller
support for it. From NetBSD (cgd).
1996-10-08Attempt at cleanup.michaels
1996-06-23update rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-01-29from leo; add -G flag for mounting atari gemdos filesystemsTheo de Raadt
1995-12-14from ws@netbsd:Theo de Raadt
- Add support for Win'95 separate creation/modification/access timestamps - Re-introduce lowercase filenames for non-Win'95-filesystems
1995-10-18initial import of NetBSD treeTheo de Raadt