index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
mount_ffs
/
mount_ffs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
Add a noperm mount flag for FFS to be used for building release sets
natano
2016-09-10
1
-1
/
+5
*
W^X violations are no longer permitted by default. A kernel log message
deraadt
2016-05-27
1
-1
/
+2
*
spaces to tabs
tedu
2015-12-08
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+4
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
Give a less cryptic error message when trying to mount invalid file
pedro
2006-08-11
1
-6
/
+2
*
Sync with recent realpath(3) changes: on failure, don't use the second
jaredy
2005-04-08
1
-3
/
+3
*
use realpath() in helpers instead of doing it ourselves every time.
tedu
2003-07-03
1
-4
/
+5
*
ansification
deraadt
2003-06-11
1
-6
/
+4
*
o make mount(2) return EROFS, not EPERM if ffs is dirty
millert
2003-06-10
1
-2
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
In mount.h, rename field export -> export_info, to avoid collision with C++.
espie
2002-04-23
1
-5
/
+5
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-3
/
+3
*
Add "softdep" option to mount. Update from rw/async to softdep
gluk
2001-04-04
1
-2
/
+3
*
Support the -f flag in order to mount dirty filesystems. This makes sense
niklas
2000-06-17
1
-2
/
+3
*
remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)
deraadt
2000-01-22
1
-3
/
+2
*
Fix pasto.
millert
1997-08-20
1
-3
/
+3
*
Print "Filesystem not supported by kernel" not "Operation not supported by
millert
1997-08-20
1
-2
/
+5
*
Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"
kstailey
1997-06-20
1
-6
/
+3
*
getopt(3) returns -1 when out of args, not EOF, whee!
millert
1997-01-15
1
-3
/
+3
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
sync to netbsd 960418
deraadt
1996-04-21
1
-3
/
+3
*
complete ufs -> ffs change (From John Kohl; PR #1403)
deraadt
1995-11-06
1
-3
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+136