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_ext2fs
/
mount_ext2fs.c
Age
Commit message (
Expand
)
Author
2016-02-21
Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems.
christos
2011-08-29
Use __dead
joerg
2008-08-05
Refactor mount utilities to provide a mount_fs_parseargs() routine.
pooka
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-10-16
c99 initializer
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-02-05
Kill __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
use <> rather than "" for #include mntopts.h
jdolecek
2002-09-21
MNT_GETARGS support
christos
2000-10-30
make the code includable into other programs:
jdolecek
2000-04-14
Don't declare 'extern opt*' getopt variables.
simonb
1998-12-02
Do this for ext2fs as well, because Manuel said so.
kenh
1998-07-26
const poisoning.
mycroft
1998-03-01
Merge with Lite2 + local changes
fvdl
1997-09-16
apply mods from lite-2 vers. of mount/mount_ufs.c (which this is derived from)
lukem
1997-09-15
* cleanup WARNS=1
lukem
1997-06-11
Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.
bouyer