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_nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-22
remove semicolons not needed after } statements. ok deraadt
tedu
1
-2
/
+2
2018-01-05
Remove useless <sys/socketvar.h> includes.
mpi
1
-2
/
+1
2016-05-27
W^X violations are no longer permitted by default. A kernel log message
deraadt
1
-1
/
+2
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-3
/
+4
2014-05-21
Use errc/warnc to simplify code.
guenther
1
-3
/
+2
2012-05-29
Fix tyop in error message; this was copied from/to umount(8)'s umount.c which was just fixed.
jasper
1
-2
/
+2
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-15
/
+1
2009-06-06
mention that the timeout is in milliseconds... because i always forget.
ckuethe
1
-3
/
+3
2009-05-12
don't define _KERNEL. Theres no need and its gross.
thib
1
-3
/
+1
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-02-20
sort the -o options; from Igor Sobrado
jmc
1
-9
/
+9
2006-11-10
enable -g again
grunk
1
-3
/
+1
2006-11-03
storing return value of strtol() in int variable was not safe,
grunk
1
-26
/
+27
2006-07-28
permit synchronous mounts
sturm
1
-1
/
+2
2006-01-03
most modern implementations of nfsd support TCP, not just 4.4BSD;
jmc
1
-10
/
+2
2005-06-29
ignore (but still accept) -D and -L
jaredy
1
-22
/
+16
2005-06-29
sort options
jaredy
1
-19
/
+19
2005-06-23
- cleanup dead flags
jaredy
1
-22
/
+37
2005-04-08
Sync with recent realpath(3) changes: on failure, don't use the second
jaredy
1
-2
/
+2
2005-02-22
- refer to netstat output more precisely
jaredy
1
-21
/
+23
2004-09-15
Restore correct noac option parsing.
miod
1
-2
/
+2
2004-08-20
Unbreak processing of options when given a command line with multiple
otto
1
-76
/
+75
2004-07-16
remove netiso traces, millert deraadt ok
henning
1
-65
/
+3
2004-06-22
Rewrite of getmntopts(), making it more robust and getting rid of
otto
4
-271
/
+107
2004-05-18
Backout changes accidentally committed in prvious commit.
otto
4
-107
/
+270
2004-05-18
Trailers are really wonders of the past. Remove them from man page and
otto
4
-270
/
+107
2003-10-07
add support for modifying attribute cache parameters
henning
2
-4
/
+52
2003-07-29
spaces
deraadt
1
-2
/
+2
2003-07-06
error out on hostspec overflow with a "hostname too long" instead of silently
avsm
1
-2
/
+5
2003-07-03
use realpath() in helpers instead of doing it ourselves every time.
tedu
1
-3
/
+4
2003-06-11
ansification
deraadt
2
-24
/
+13
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
millert
4
-24
/
+8
2003-05-07
typo.
jmc
1
-3
/
+3
2003-04-29
Fix parsing of noac option; noticed and OK by henning@
millert
1
-2
/
+2
2003-04-02
nfs -> NFS
jmc
1
-3
/
+3
2003-02-09
typos;
jmc
1
-3
/
+5
2002-09-14
Document -R default (10000); ok deraadt
pvalchev
1
-1
/
+2
2002-06-26
Missing .Xr's from Margarida Sequeira <niness@devilness.org>.
fgsch
1
-3
/
+3
2002-06-09
rm trailing whitespace
todd
1
-2
/
+2
2002-03-21
o sync usage() to man page
millert
1
-5
/
+5
2002-02-16
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
2
-9
/
+9
2001-12-01
remove unused variables
deraadt
1
-3
/
+2
2001-11-05
kill more registers;
mpech
1
-6
/
+6
2001-10-03
Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it
hin
3
-206
/
+10
2001-07-13
Add noac flag to disable attribute caching
csapuntz
2
-2
/
+15
2001-07-07
major -Wall cleanup, almost complete
deraadt
1
-4
/
+3
2001-07-07
Initialize missing parts of struct nfs_args nfsdefargs
millert
1
-4
/
+10
2001-06-24
Get rid of NQNFS options
csapuntz
2
-49
/
+5
2001-06-08
Fix a typo (perfomance -> performance) and lots of section shuffling;
aaron
1
-2
/
+2
2001-05-11
use strlcpy instead of strncpy+a[len-1]='\0'
mickey
1
-7
/
+4
[next]