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
/
sys
/
nfs
/
nfs_boot.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs/nfs_boot.c: convert ifunit() to if_unit(9)
mvs
2021-01-19
1
-2
/
+3
*
According the code `nfsbootdevname' is always set to network device name
mvs
2020-08-24
1
-11
/
+3
*
Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode
mpi
2018-07-30
1
-2
/
+2
*
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
tb
2017-11-14
1
-7
/
+1
*
Remove NET_LOCK()'s argument.
mpi
2017-08-11
1
-8
/
+8
*
If second xdr_string_encode() fails in bp_getfile() m_freem() m since
claudio
2017-07-19
1
-2
/
+4
*
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
mpi
2016-12-19
1
-7
/
+7
*
Enforce that ifioctl() is called at IPL_SOFTNET.
mpi
2016-11-22
1
-2
/
+8
*
Replace sockaddr casts with the proper satosin(), ... calls.
bluhm
2015-09-01
1
-2
/
+2
*
Replace sockaddr casts with the proper satosin() or satosin6() calls.
bluhm
2015-08-14
1
-2
/
+2
*
m_freem() can handle NULL, do not check for this condition beforehands.
deraadt
2015-07-15
1
-5
/
+3
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+2
*
bzero -> memset
tedu
2014-11-14
1
-5
/
+5
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
remove uneeded route.h includes
jsg
2014-09-08
1
-2
/
+1
*
Remove the last hacks concerning the global list of IPv4 addresses in the
mpi
2014-05-07
1
-4
/
+10
*
Kill NFS_BOOT_GATEWAY, ok deraadt@
mpi
2014-03-20
1
-45
/
+1
*
Replace most of our formating functions to convert IPv4/6 addresses from
mpi
2013-11-11
1
-5
/
+8
*
Add support for root on nfs using v3. Code adapted from NetBSD.
fgsch
2013-09-20
1
-22
/
+80
*
typo; Eivind Evensen
deraadt
2013-09-12
1
-2
/
+2
*
Use SIOCAIFADDR rather than SIOCSIFADDR to set the address.
mpi
2013-05-22
1
-4
/
+8
*
Don't return 0 if error is set to EBADRPC. Found by jsg@ and clang.
krw
2010-04-03
1
-2
/
+2
*
antsy
jsg
2009-10-19
1
-32
/
+18
*
Canonical for() -> queue.h FOREACH macro conversions.
blambert
2008-06-11
1
-3
/
+3
*
be much more clear about revarp failures; ok miod
deraadt
2008-05-27
1
-2
/
+2
*
Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seems
claudio
2008-05-20
1
-2
/
+2
*
Another rtrequest() rtrequest1() replacement.
claudio
2008-05-09
1
-3
/
+8
*
Refine "netboot" interface group semantics to indicate the interface we
deraadt
2008-03-31
1
-2
/
+1
*
label all interfaces we netboot from in group "netboot", in a MI fashion
deraadt
2008-03-19
1
-1
/
+2
*
adopt to extended rtrequest / rtalloc1 api
henning
2006-06-17
1
-2
/
+2
*
prettier printing
deraadt
2006-05-26
1
-2
/
+3
*
implememtation -> implementation
pedro
2004-11-04
1
-2
/
+2
*
correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net
deraadt
2002-06-02
1
-2
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-7
/
+7
*
use queue.h macro's
ericj
2002-01-16
1
-5
/
+7
*
allow swaples diskless configs; deradt@ ok
mickey
2001-11-14
1
-16
/
+27
*
print addresses using inet_ntoa ( )
deraadt
1999-01-03
1
-6
/
+5
*
get the ethernet/fddi issue half right. This needs to be fixed better
deraadt
1997-01-22
1
-4
/
+7
*
better use (NETHER == 0) instead of NETHER == 0
graichen
1997-01-20
1
-3
/
+3
*
replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0
graichen
1997-01-20
1
-3
/
+3
*
Fix panic message if NFSCLIENT is not defined.
briggs
1996-10-20
1
-2
/
+2
*
Make support for booting over NFS dependent on NFSCLIENT instead of NETHER.
briggs
1996-10-20
1
-5
/
+4
*
if_name/if_unit -> if_xname/if_softc
deraadt
1996-05-10
1
-3
/
+3
*
From NetBSD: NFSv3 import (tomorrow's Net's kernel)
mickey
1996-03-31
1
-15
/
+19
*
From NetBSD: merge with 960217 (still NFSv2)
niklas
1996-02-29
1
-15
/
+34
*
from cgd; handle 64-bit pointers and longs
deraadt
1995-12-21
1
-3
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+536