| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing yet another regression introduced in rev1.37 by preserving cs_local | avatar | 2005-12-01 | 1 | -0/+1 |
* | It turns out that set_charset() invokes build_iovec_argf() which modifies | avatar | 2005-11-25 | 1 | -6/+6 |
* | - Adding the missing 'W' option back which was accidentally removed | avatar | 2005-11-23 | 1 | -2/+2 |
* | o Style: restore tab indentation mangled in the previous delta. | maxim | 2005-11-14 | 1 | -5/+5 |
* | Increase WARNS level to 6. | rodrigc | 2005-11-13 | 1 | -1/+1 |
* | Convert mount_msdosfs to use nmount(). | rodrigc | 2005-11-13 | 1 | -98/+76 |
* | Xref msdosfs(5) | joel | 2005-09-14 | 1 | -0/+1 |
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 1 | -1/+1 |
* | Add a handy macro to represent null mount option, MOPT_NULL, and make | delphij | 2005-06-01 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -12/+8 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
* | Correct a style bug: remove a gratuitous space between ( and ". | trhodes | 2004-08-31 | 1 | -1/+1 |
* | Remove support for gemdos, John removed it from the driver awhile ago. | trhodes | 2004-07-08 | 1 | -8/+0 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -14/+19 |
* | Make msdosfs long filenames matching case insensitive again. | fjoe | 2003-12-08 | 1 | -8/+2 |
* | Fix several old bugs which got worse over time: | trhodes | 2003-10-23 | 3 | -9/+10 |
* | Move prototypes into their function. | trhodes | 2003-10-22 | 1 | -3/+1 |
* | Make WARNS=2 build without error. | trhodes | 2003-10-22 | 2 | -2/+2 |
* | Add back the commas ',' in usage to avoid a garbled usage message. | trhodes | 2003-10-22 | 1 | -2/+2 |
* | Describe '-M' in usage(). | fjoe | 2003-10-11 | 1 | -5/+7 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 7 | -366/+141 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 2 | -5/+34 |
* | PR: docs/53688 | bms | 2003-08-09 | 1 | -8/+10 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -21/+21 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 1 | -13/+2 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+1 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -12/+12 |
* | o __P removed | imp | 2002-03-21 | 1 | -6/+6 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+2 |
* | Fix decode table | ache | 2001-11-23 | 1 | -5/+5 |
* | Add Greek conversion table | ache | 2001-11-20 | 2 | -1/+61 |
* | Add KOI8-U tables | ache | 2001-07-28 | 2 | -1/+61 |
* | - VFS_SET(msdos) -> VFS_SET(msdosfs) | ru | 2001-06-01 | 3 | -12/+12 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 1 | -1/+1 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Use ${LIBDATADIR} instead of hardcoding /usr/libdata into the | sheldonh | 2000-08-01 | 1 | -1/+1 |
* | Don't call err with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
* | Adjust paths after repository copy. | bde | 2000-01-14 | 1 | -1/+1 |
* | Add Latin2 conversion table | ache | 2000-01-08 | 2 | -1/+59 |
* | Allow #-comments in conversion table file | ache | 2000-01-08 | 4 | -19/+63 |
* | mount* fixes from Martin Blapp <mb@imp.ch>: | phk | 1999-10-09 | 1 | -13/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | This lets you specify "gemdosfs", "shortnames", "longnames", and | jkh | 1999-06-18 | 2 | -4/+21 |
* | Update to match rev. 1.28 of msdosfs_lookup.c. | dt | 1999-01-11 | 1 | -11/+2 |
* | Split usage string. | charnier | 1998-06-30 | 2 | -8/+14 |