summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Sweep man pages replacing ad -> ada.pluknet2013-10-011-5/+5
* GC unused variables. Prefer NULL over 0 for pointers.jkim2013-03-051-4/+3
* Change checkpath() to not exit on error. This is a prerequisite forjh2012-01-161-1/+2
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-6/+6
* Remove reference to the bug in FreeBSD 2.0.kib2010-01-021-8/+0
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-7/+4
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
* Add missing qualifier which was missed in the previous commit.trhodes2009-01-051-1/+1
* Document the "-o large" option.trhodes2008-12-231-1/+6
* Noticed the following error message:imp2008-11-291-2/+6
* Pass "errmsg" to nmount(), so that if nmount() fails, we can getrodrigc2007-01-291-1/+3
* mount_msdosfs.c:rodrigc2006-06-011-10/+0
* Fixing yet another regression introduced in rev1.37 by preserving cs_localavatar2005-12-011-0/+1
* It turns out that set_charset() invokes build_iovec_argf() which modifiesavatar2005-11-251-6/+6
* - Adding the missing 'W' option back which was accidentally removedavatar2005-11-231-2/+2
* o Style: restore tab indentation mangled in the previous delta.maxim2005-11-141-5/+5
* Increase WARNS level to 6.rodrigc2005-11-131-1/+1
* Convert mount_msdosfs to use nmount().rodrigc2005-11-131-98/+76
* Xref msdosfs(5)joel2005-09-141-0/+1
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-011-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-12/+8
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
* Correct a style bug: remove a gratuitous space between ( and ".trhodes2004-08-311-1/+1
* Remove support for gemdos, John removed it from the driver awhile ago.trhodes2004-07-081-8/+0
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-14/+19
* Make msdosfs long filenames matching case insensitive again.fjoe2003-12-081-8/+2
* Fix several old bugs which got worse over time:trhodes2003-10-233-9/+10
* Move prototypes into their function.trhodes2003-10-221-3/+1
* Make WARNS=2 build without error.trhodes2003-10-222-2/+2
* Add back the commas ',' in usage to avoid a garbled usage message.trhodes2003-10-221-2/+2
* Describe '-M' in usage().fjoe2003-10-111-5/+7
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-267-366/+141
* Add a '-M mask' option so that users can have differenttrhodes2003-08-122-5/+34
* PR: docs/53688bms2003-08-091-8/+10
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-21/+21
* Now that the kernel is able to load modules itself,mux2002-08-031-13/+2
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
* The .Nm utilitycharnier2002-07-061-1/+1
* more file system > filesystemtrhodes2002-05-161-12/+12
* o __P removedimp2002-03-211-6/+6
* Default to WARNS=2.obrien2001-12-041-0/+2
* Fix decode tableache2001-11-231-5/+5
* Add Greek conversion tableache2001-11-202-1/+61
* Add KOI8-U tablesache2001-07-282-1/+61
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-013-12/+12
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
OpenPOWER on IntegriCloud