jdolecek
1edd42a9d2
move getmntopts(3) to libutil, build and install also it's manpage
...
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)
2003-03-22 12:43:57 +00:00
jdolecek
899bce0921
use <> rather than "" for #include mntopts.h
2003-03-22 11:15:45 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
2fb4b1db52
New sentence, new line. By Robert Elz with minimal fixes.
2002-10-01 13:40:23 +00:00
christos
9f9ee29713
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
lukem
7360d7b6ae
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
wiz
80d1ff493a
Sort sections.
2001-11-16 11:21:37 +00:00
wiz
73f545bb5b
Drop arguments of .Os.
2001-06-05 11:22:41 +00:00
aymeric
93564fe83d
Move reference to article on soft-updates from tunefs.8 to mount_ffs.8
...
OK'd by Ignatios.
2001-03-05 23:18:09 +00:00
jdolecek
debb6d80a3
make the code includable into other programs:
...
* make static all symbols which do not need to be exported
* rename main() to mount_FOO()
* new main() now just calls mount_FOO(), main() is only compiled in if
MOUNT_NOMAIN is not defined
* a_gid(), a_uid() and a_mask() were put into ../mount/fattr.[ch], local
versions removed
2000-10-30 20:56:57 +00:00
fvdl
56fb6920d7
Enable -o softdep.
2000-06-15 22:36:46 +00:00
simonb
48a5c3efa9
Don't declare 'extern opt*' getopt variables.
2000-04-14 05:58:01 +00:00
mycroft
f6590b22cd
Clean up SYNOPSIS formatting.
1999-03-07 11:02:05 +00:00
kenh
7171fafd1d
Add support for a new flag: "nodevmtime". This sets the MNT_NODEVMTIME mount
...
flag.
1998-12-01 23:20:43 +00:00
mycroft
0db548a927
const poisoning.
1998-07-26 14:57:56 +00:00
fvdl
e5bc90f40c
Merge with Lite2 + local changes
1998-03-01 02:20:01 +00:00
lukem
0e3b290810
fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
1997-11-24 06:28:50 +00:00
fvdl
7099a04703
.Nm " " -> .Nm mount_ufs, the old name should be specifically mentioned
...
here.
1997-10-15 12:43:19 +00:00
christos
e230a48b57
CFLAGS->CPPFLAGS
1997-10-10 19:47:50 +00:00
lukem
8895fa19a8
apply mods from lite-2 vers. of mount/mount_ufs.c (which this is derived from)
1997-09-16 12:26:29 +00:00
lukem
98986b2e02
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 04:36:07 +00:00
gwr
10e180cc49
Back out the .PATH.c changes. The .depend problem (and others)
...
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
gwr
012e528f2e
Use .PATH.c: ...
1997-05-06 20:44:56 +00:00
tls
aeb2ee9ac9
add support for noatime mount flag
1997-01-30 09:56:10 +00:00
jtc
6397db2ddd
Add const qualifier to mopts table
1996-04-13 01:30:59 +00:00
jtc
b2215e296f
Removed extraneous text; From Mike Long <mike.long@analog.com>
1996-02-05 06:33:47 +00:00
mycroft
dacabc2dd9
MOUNT_UFS -> MOUNT_FFS, and remove bogus comment.
1995-11-11 23:02:28 +00:00
cgd
7fa5edba63
split FFS mount code out of mount(8). the correct way to name fast file
...
systems is now 'ffs', though 'ufs' is tolerated in fstab for backward
compatibility.
1995-07-12 03:46:47 +00:00