aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* Remove UFS-specific parts from mount(8).Craig Rodrigues2005-11-231-2/+0
| | | | | | | | For mounting UFS, all mount options are passed directly to nmount(), without any UFS-specific logic. Notes: svn path=/head/; revision=152738
* - Minor fixes to raise WARNS level to 6.Craig Rodrigues2005-11-121-1/+2
| | | | | | | | | | | | | | | | | - Teach the mount program to call the nmount() syscall directly - Preserve existing method of calling mount() for UFS, until we clean things up. - Preserve existing method of forking and calling external mount programs for mfs, msdosfs, nfs, nfs4, ntfs, nwfs, nullfs, portalfs, reiserfs, smbfs, udf, umapfs, unionfs - devfs, linprocfs, procfs, ext2fs call nmount() syscall directly, since that is all those external mount programs were doing Reviewed by: phk Discussed on: arch Notes: svn path=/head/; revision=152344
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.Craig Rodrigues2005-10-071-1/+1
| | | | | | | Make prototype in extern.h match prototype in mount_ufs.c Notes: svn path=/head/; revision=151042
* o __P removedWarner Losh2002-03-211-3/+3
| | | | | | | o main prototype removed Notes: svn path=/head/; revision=92882
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Moved getmntops() stuff back to mntopt.h so that it is visible in otherBruce Evans1997-08-251-7/+1
| | | | | | | mount utilities. Notes: svn path=/head/; revision=28735
* Forgot to cvs add this new file.Steve Price1997-08-241-0/+40
Notes: svn path=/head/; revision=28672