summaryrefslogtreecommitdiffstats
path: root/sbin/mount_udf/mount_udf.c
Commit message (Collapse)AuthorAgeFilesLines
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
|
* Don't depend on namespace pollution in sys/mount.h andmux2002-08-131-0/+1
| | | | include sys/uio.h.
* Now that the kernel is able to load modules itself,mux2002-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.
* Convert UDF to nmount.mux2002-06-151-12/+15
| | | | Reviewed by: scottl
* Sync with UDF p4 tree: Properly initialize part of the mntopts.asmodai2002-04-151-1/+1
| | | | Move to WARNS=1.
* Actually add the UDF files!scottl2002-04-141-0/+142
OpenPOWER on IntegriCloud