aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_udf
Commit message (Collapse)AuthorAgeFilesLines
* mount_udf(8) is currently not in 4.X, so obviously it did not first appearTom Rhodes2002-12-121-1/+1
| | | | | | | | | | | in 4.6 PR: 46117 Submitted by: Ryuichiro Imura <imura@ryu16.org> Approved by: re (bmah) Notes: svn path=/head/; revision=107768
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-5/+5
| | | | Notes: svn path=/head/; revision=102231
* Don't depend on namespace pollution in sys/mount.h andMaxime Henrion2002-08-131-0/+1
| | | | | | | include sys/uio.h. Notes: svn path=/head/; revision=101829
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-13/+3
| | | | | | | | | | | | | remove all the code which was trying to do so. This code was nasty in several ways, it was hiding the kernel bug where the kernel was unable to properly load a module, and it was quitting if it wasn't able to load the module. The consequence is that an ABI breakage of the vfsconf API would have broken *every* mount utility. Notes: svn path=/head/; revision=101270
* Convert UDF to nmount.Maxime Henrion2002-06-151-12/+15
| | | | | | | Reviewed by: scottl Notes: svn path=/head/; revision=98265
* mdoc(7) police: nits.Ruslan Ermilov2002-05-301-4/+4
| | | | Notes: svn path=/head/; revision=97587
* Sync with UDF p4 tree: Properly initialize part of the mntopts.Jeroen Ruigrok van der Werven2002-04-152-2/+2
| | | | | | | Move to WARNS=1. Notes: svn path=/head/; revision=94796
* Actually add the UDF files!Scott Long2002-04-143-0/+225
Notes: svn path=/head/; revision=94663