| Age | Commit message (Expand) | Author |
| 2020-02-12 | Fix a thinko | leot |
| 2016-10-11 | Whilst mount_pcfs originated as a patch in 386BSD, NetBSD 0.8 actually was th... | sevan |
| 2016-09-12 | - mount_pcfs appeared in 386BSD | sevan |
| 2016-08-21 | report also gmtoff in the output of mount options | jdolecek |
| 2016-02-06 | fix usage message | mlelstv |
| 2016-01-30 | New sentence, new line. Bump date. | wiz |
| 2016-01-30 | Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory | mlelstv |
| 2012-11-16 | Note mount_msdos -G option also allows mounting X680x0's Human68k floppies. | tsutsui |
| 2012-09-27 | Remove the bit about empty DOS file systems assumed to have short names | riz |
| 2011-09-15 | Consistently spell MS-DOS with a hyphen. From Snader_LB. | wiz |
| 2009-12-22 | Don't -I from $S/sys. | pooka |
| 2009-10-07 | Mount from canon_dev instead of dev. | pooka |
| 2009-01-24 | New sentence, new line. | wiz |
| 2009-01-23 | Note that empty filesystems are now treated as if they support long | jmcneill |
| 2008-08-05 | Refactor mount utilities to provide a mount_fs_parseargs() routine. | pooka |
| 2008-07-29 | Split option parsing into its own routine so that it can be used | pooka |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-07-16 | Make all mount(2) return value error checks against -1. Some file | pooka |
| 2007-07-14 | Add additional 'sizeof args' parameter to mount(2). | dsl |
| 2007-03-10 | - removes unused ctype.h header | hubertf |
| 2007-01-17 | Remove more duplicate #includes, | hubertf |
| 2006-10-16 | use MOPT_NULL | christos |
| 2006-03-21 | Always check the results of getmntopts() and free them. | christos |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-02-05 | Kill __P(), use ANSI function declarations; WARNS=3. | xtraeme |
| 2005-01-31 | Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to | erh |
| 2004-01-05 | Remove extra newline from usage message. | jmmv |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-09-08 | Sync usage with man page. | wiz |
| 2003-09-08 | Sort options. | wiz |
| 2003-09-08 | Bump date for previous. | wiz |
| 2003-09-07 | add -t option for gmt time offset (normally MS-DOS filesystem has timestamp | itojun |
| 2003-08-02 | bump date for last | jdolecek |
| 2003-08-02 | actually enable MNT_GETARGS support | jdolecek |
| 2003-08-02 | Allow separate masks for files and directories. Useful e.g. to turn | jdolecek |
| 2003-05-03 | print masks and modes in octal. | christos |
| 2003-03-22 | move getmntopts(3) to libutil, build and install also it's manpage | jdolecek |
| 2003-03-22 | use <> rather than "" for #include mntopts.h | jdolecek |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-14 | 'NetBSD.org' and some mdoc fixes. | grant |
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2001-11-16 | Sort sections, use standard section headers. | wiz |
| 2001-11-16 | Whitespace nits | wiz |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2000-11-07 | fix up various .Nm abuses: | lukem |
| 2000-10-30 | make the code includable into other programs: | jdolecek |
| 2000-08-28 | Document the FAT types we support, and add a bugs section (suggested | hubertf |