summaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660/mount_cd9660.c
AgeCommit message (Collapse)Author
2003-07-03use realpath() in helpers instead of doing it ourselves every time.Ted Unangst
also fixes pr1662. from otto moerbeek
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert...
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2000-07-31Correct usage stringPaul Janzen
1999-07-01Add support for Joliet extensions. From FreeBSDDavid Leonard
1998-01-30Change error message to be like mount_ffsTobias Weingartner
1997-08-24More err()/warn()/etc. argument fixes.Jason Downs
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported byTodd C. Miller
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>.
1997-04-19force readonly, hehTheo de Raadt
1997-04-19replace -r (disable Rockridge extensions) with -R ..flipk
"-r" for all "mount*" is reserved for read-only flag.
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt