Age | Commit message (Expand) | Author |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-08-20 | Align description of -g and -u with mount_tmpfs.8 | Theo Buehler |
2021-11-13 | Use long filenames by default on FAT filesystems | Klemens Nanni |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-10-08 | add missing AUTHORS; OK sobrado@, also checked by Sevan Janiyan | Ingo Schwarze |
2016-05-21 | no more -x; | Jason McIntyre |
2016-05-21 | Remove the -x flag from mount_msdos and always assume the execute bit | Martin Natano |
2015-11-02 | remove unused variables | Charles Longeau |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2012-07-09 | Revert previous. | Kenneth R Westerback |
2012-07-08 | Return EROFS when a read-write mount of a read-only sd(4) device | Kenneth R Westerback |
2011-04-04 | no reason not to let msdosfs mount async, from Alexander Polakov | Ted Unangst |
2010-10-14 | looks like i jumped the gun with the duid stuff; back it out | Jason McIntyre |
2010-10-13 | paste in the description of "special"; ok krw | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-09 | document fat permissions a little better, based on some notes from martynas | Jason McIntyre |
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 |
2006-12-15 | sort options; sync usage; | Jason McIntyre |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich |
2005-02-28 | Document some limitations of the MS-DOS filesystem. | Tom Cosgrove |
2005-02-28 | correct mistake in license clause numbering; | Jason McIntyre |
2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. | Ted Unangst |
2003-07-03 | add documentation from mount(8) that "special" device must correspond | Jason McIntyre |
2003-07-02 | convert strncat -> strlcat | Anil Madhavapeddy |
2003-06-11 | ansification | Theo de Raadt |
2003-04-18 | support for making directories executable if readable. | Ted Unangst |
2003-02-09 | typos; | Jason McIntyre |
2002-06-26 | Missing .Xr's from Margarida Sequeira <niness@devilness.org>. | Federico G. Schwindt |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-06-08 | Fix a typo (perfomance -> performance) and lots of section shuffling; | Aaron Campbell |
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 |
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 |