aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660/mount_cd9660.c
Commit message (Expand)AuthorAgeFilesLines
* cd9660: Add support for mask,dirmask,uid,gid optionsRicardo Branco2024-01-121-3/+76
* sccs: Manual changesWarner Losh2023-11-271-12/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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
* 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
* Convert mount_cd9660 to use nmount().Craig Rodrigues2005-11-131-46/+53
* 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
* Sync usage() and SYNOPSIS.Ruslan Ermilov2004-11-131-1/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* 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-261-2/+40
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* 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
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+2
* Update userland interface for broken Joilet disks.Boris Popov2001-03-111-1/+5
* Print out the target device when the mount fails.Brian S. Dean2001-01-251-1/+2
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-2/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for Joliet extensions to the iso9660 fs. The related PRDaniel C. Sobral1999-04-181-2/+6
* Userland part of ISO9660 multi-session support. mount_cd9660(8) willJoerg Wunsch1997-04-291-10/+81
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)Peter Wemm1997-03-111-18/+16
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-05-131-4/+11
* Include the special device in the error output so that it makes sense.David Greenman1995-02-151-1/+1
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-011-1/+4
* Automatically load NFS and a bevy of other filesystems.Garrett Wollman1994-09-221-1/+11
* Get rid of the need for the readonly mandatory option - set readonlyDavid Greenman1994-09-071-4/+6
* Don't call getmntopts with a null pointer as an option string; it'llDavid Greenman1994-08-021-3/+2
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+130