Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-09 | document fat permissions a little better, based on some notes from martynas | Jason McIntyre | |
feedback/ok sobrado martynas | |||
2009-08-07 | sets modes for dirs; too. ok sobrado@ & jmc@. | Martynas Venckus | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-20 | remove some bogus *p, from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich | |
argument "resolved", since it is undefined. ok and help millert, otto | |||
2005-02-28 | Document 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-28 | correct mistake in license clause numbering; | Jason McIntyre | |
same correction applied to netbsd -r1.15; ok millert@ deraadt@ | |||
2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. | Ted Unangst | |
also fixes pr1662. from otto moerbeek | |||
2003-07-03 | add documentation from mount(8) that "special" device must correspond | Jason McIntyre | |
to a partition in the disklabel. suggested by Phil Pennock. ok krw@ millert@ | |||
2003-07-02 | convert strncat -> strlcat | Anil Madhavapeddy | |
millert@ ok | |||
2003-06-11 | ansification | Theo de Raadt | |
2003-04-18 | support 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-09 | typos; | Jason McIntyre | |
2002-06-26 | Missing .Xr's from Margarida Sequeira <niness@devilness.org>. | Federico G. Schwindt | |
Remove unmount(2) per millert suggestion; millert@ ok. | |||
2002-04-23 | In 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-16 | Part 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-17 | o) {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-08 | Fix a typo (perfomance -> performance) and lots of section shuffling; | Aaron Campbell | |
mpech@prosoft.org.lv | |||
2000-10-19 | invoked from mount -t ... | Marco S Hyman | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-04-20 | if mount fails with EINVAL, say "not an MSDOS filesystem" | Todd C. Miller | |
1998-12-21 | nice error message when mount(2) returns EOPNOTSUPP | Artur Grabowski | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-21 | msdosfs does FAT32 | David Leonard | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-20 | Now 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-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-16 | does noone know how to use strncat correctly? | Theo de Raadt | |
1996-12-09 | better error messages | Theo de Raadt | |
1996-11-24 | Add MOPT_UPDATE to mount options since there is filesystem | Todd C. Miller | |
support for it. From NetBSD (cgd). | |||
1996-10-08 | Attempt at cleanup. | michaels | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-01-29 | from leo; add -G flag for mounting atari gemdos filesystems | Theo de Raadt | |
1995-12-14 | from 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-18 | initial import of NetBSD tree | Theo de Raadt | |