summaryrefslogtreecommitdiffstats
path: root/sbin/mount_hpfs
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect HPFS bits which are now already completely disconnectedattilio2013-03-023-358/+0
| | | | | | | | from the tree since few months (please note that the userland bits were already disconnected since a long time, thus there is no need to update the OLD* entries). This is not targeted for MFC.
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-191-1/+1
| | | | Reviewed by: ru
* mount_hpfs(8): make WARNS=6 cleanuqs2010-02-272-15/+7
| | | | | PR: bin/139995 Approved by: ed (co-mentor)
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-101-1/+1
| | | | of the macro.
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-011-1/+1
| | | | | | | | | | | | | | | | | | | use of the macro in sbin/mount*'s, by replacing: mopts[] = { MOPT_STDOPTS, { NULL } } With: mopts[] = { MOPT_STDOPTS, MOPT_NULL } This change will help to reduce the situation that we don't explicitly initialize "struct mntopt"'s. It should not contribute to any functional/logical changes as far as I can tell.
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* MAXPATHLEN includes the trailing NUL, so no need to add 1 here.imp2003-08-071-1/+1
|
* english(4) police.schweikh2002-12-271-2/+2
|
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-10/+10
|
* Now that the kernel is able to load modules itself,mux2002-08-031-35/+2
| | | | | | | | | | 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.
* The .Nm utilitycharnier2002-07-061-2/+2
|
* more file system > filesystemtrhodes2002-05-161-8/+8
|
* o __P removedimp2002-03-211-5/+5
| | | | o main prototype removed
* Default to WARNS=2.obrien2001-12-041-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* First version of HPFS stuff.semenu1999-12-093-0/+396
OpenPOWER on IntegriCloud