aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660
Commit message (Expand)AuthorAgeFilesLines
* Update the manual page to reflect reality. With r138509 and r152355,Jung-uk Kim2013-03-051-3/+3
* GC unused variables. Prefer NULL over 0 for pointers.Jung-uk Kim2013-03-051-3/+3
* Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen2012-01-161-1/+2
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* Fix minor memory leak in a function.Alexander Leidinger2009-11-201-1/+3
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Fixing multi-session disc mount by passing the correct "ssector" optionTai-hwa Liang2005-12-191-1/+1
* It turns out that set_charset() invokes build_iovec() which modifiesTai-hwa Liang2005-11-251-5/+5
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
* Increase WARNS level to 6Craig Rodrigues2005-11-131-1/+1
* Convert mount_cd9660 to use nmount().Craig Rodrigues2005-11-131-46/+53
* - s/cd0c/cd0Marc Fonvieille2005-10-031-2/+2
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporseXin LI2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-011-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-9/+9
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Sync usage() and SYNOPSIS.Ruslan Ermilov2004-11-132-2/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+6
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-4/+4
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-081-4/+1
* Use 'const' in the copyright stamp, this is done in other utilities.Tom Rhodes2003-11-041-1/+2
* Revert the first part of my previous change.Tom Rhodes2003-11-011-4/+6
* The copywrite is not a 'static char', remove the #ifdefs and move the copywri...Tom Rhodes2003-11-011-6/+4
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-263-2/+55
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-9/+9
* This should have been committed too, I have no ideaMaxime Henrion2002-08-031-1/+1
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-12/+1
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
* mdoc(7) police: misc fixes.Ruslan Ermilov2002-03-151-5/+4
* Add information about multi-session CDs from the log message of r1.4.Murray Stokely2002-03-131-0/+9
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Added missing no's to the -o options list.Ruslan Ermilov2001-04-261-6/+7
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
* It is the ``nostrictjoliet'' option equivalent to -b.Ruslan Ermilov2001-03-161-2/+2
* Update userland interface for broken Joilet disks.Boris Popov2001-03-112-2/+12
* Print out the target device when the mount fails.Brian S. Dean2001-01-251-1/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* TypoKris Kennaway1999-11-151-1/+1
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-2/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Fix some bad references.Chris Costello1999-08-161-3/+3
* Add $Id$ to these manpages.Nik Clayton1999-07-121-0/+2
* Add the missing cd9660-specific options to the -o flag. While I'm here,Guy Helmer1999-05-281-1/+16
* Add support for Joliet extensions to the iso9660 fs. The related PRDaniel C. Sobral1999-04-182-2/+8