| Commit message (Expand) | Author | Age | Files | Lines |
* | Sweep man pages replacing ad -> ada. | pluknet | 2013-10-01 | 1 | -5/+5 |
* | GC unused variables. Prefer NULL over 0 for pointers. | jkim | 2013-03-05 | 1 | -4/+3 |
* | Change checkpath() to not exit on error. This is a prerequisite for | jh | 2012-01-16 | 1 | -1/+2 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -6/+6 |
* | Remove reference to the bug in FreeBSD 2.0. | kib | 2010-01-02 | 1 | -8/+0 |
* | ANSIfy almost all applications that use WARNS=6. | ed | 2009-12-29 | 1 | -7/+4 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -1/+0 |
* | Add missing qualifier which was missed in the previous commit. | trhodes | 2009-01-05 | 1 | -1/+1 |
* | Document the "-o large" option. | trhodes | 2008-12-23 | 1 | -1/+6 |
* | Noticed the following error message: | imp | 2008-11-29 | 1 | -2/+6 |
* | Pass "errmsg" to nmount(), so that if nmount() fails, we can get | rodrigc | 2007-01-29 | 1 | -1/+3 |
* | mount_msdosfs.c: | rodrigc | 2006-06-01 | 1 | -10/+0 |
* | 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 |