aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_udf
Commit message (Expand)AuthorAgeFilesLines
* Use build_iovec() to make it less cryptic. This also fixes warnings.Jung-uk Kim2013-03-062-32/+13
* 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
* style.Makefile(5): Remove -Wall from CFLAGS.Stefan Farfeleder2006-07-171-1/+1
* 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 program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-081-6/+1
* Correct iov_len values passed to nmount(2) syscall. More accurateAlexander Kabaev2003-11-241-2/+2
* Add support for multibyte character conversions.Scott Long2003-11-053-18/+86
* mount_udf(8) is currently not in 4.X, so obviously it did not first appearTom Rhodes2002-12-121-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-5/+5
* Don't depend on namespace pollution in sys/mount.h andMaxime Henrion2002-08-131-0/+1
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-13/+3
* Convert UDF to nmount.Maxime Henrion2002-06-151-12/+15
* mdoc(7) police: nits.Ruslan Ermilov2002-05-301-4/+4
* Sync with UDF p4 tree: Properly initialize part of the mntopts.Jeroen Ruigrok van der Werven2002-04-152-2/+2
* Actually add the UDF files!Scott Long2002-04-143-0/+225