index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
mount_ffs
Age
Commit message (
Expand
)
Author
2008-08-05
Refactor mount utilities to provide a mount_fs_parseargs() routine.
pooka
2008-07-31
Merge the simonb-wapbl branch. From the original branch commit:
simonb
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2007-07-16
Make all mount(2) return value error checks against -1. Some file
pooka
2007-07-14
Add additional 'sizeof args' parameter to mount(2).
dsl
2006-10-16
use MOPT_NULL
christos
2006-03-21
Always check the results of getmntopts() and free them.
christos
2005-09-23
Apply the NFS exports list rototill patch:
jmmv
2005-06-27
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
christos
2005-02-05
ll __P(), use ANSI function declarations; WARNS=3.
xtraeme
2005-01-31
Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to
erh
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-03-22
move getmntopts(3) to libutil, build and install also it's manpage
jdolecek
2003-03-22
use <> rather than "" for #include mntopts.h
jdolecek
2003-02-25
.Nm does not need a dummy argument ("") before punctuation or
wiz
2002-10-01
New sentence, new line. By Robert Elz with minimal fixes.
wiz
2002-09-21
MNT_GETARGS support
christos
2002-08-19
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
lukem
2001-11-16
Sort sections.
wiz
2001-06-05
Drop arguments of .Os.
wiz
2001-03-05
Move reference to article on soft-updates from tunefs.8 to mount_ffs.8
aymeric
2000-10-30
make the code includable into other programs:
jdolecek
2000-06-15
Enable -o softdep.
fvdl
2000-04-14
Don't declare 'extern opt*' getopt variables.
simonb
1999-03-07
Clean up SYNOPSIS formatting.
mycroft
1998-12-01
Add support for a new flag: "nodevmtime". This sets the MNT_NODEVMTIME mount
kenh
1998-07-26
const poisoning.
mycroft
1998-03-01
Merge with Lite2 + local changes
fvdl
1997-11-24
fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
lukem
1997-10-15
.Nm " " -> .Nm mount_ufs, the old name should be specifically mentioned
fvdl
1997-10-10
CFLAGS->CPPFLAGS
christos
1997-09-16
apply mods from lite-2 vers. of mount/mount_ufs.c (which this is derived from)
lukem
1997-09-15
* update for WARNS=1
lukem
1997-05-08
Back out the .PATH.c changes. The .depend problem (and others)
gwr
1997-05-06
Use .PATH.c: ...
gwr
1997-01-30
add support for noatime mount flag
tls
1996-04-13
Add const qualifier to mopts table
jtc
1996-02-05
Removed extraneous text; From Mike Long <mike.long@analog.com>
jtc
1995-11-11
MOUNT_UFS -> MOUNT_FFS, and remove bogus comment.
mycroft
1995-07-12
split FFS mount code out of mount(8). the correct way to name fast file
cgd