index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
nfs
/
nfs_boot.c
Age
Commit message (
Expand
)
Author
2018-07-30
Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode
Martin Pieuchot
2017-11-14
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
Theo Buehler
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-07-19
If second xdr_string_encode() fails in bp_getfile() m_freem() m since
Claudio Jeker
2016-12-19
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
Martin Pieuchot
2016-11-22
Enforce that ifioctl() is called at IPL_SOFTNET.
Martin Pieuchot
2015-09-01
Replace sockaddr casts with the proper satosin(), ... calls.
Alexander Bluhm
2015-08-14
Replace sockaddr casts with the proper satosin() or satosin6() calls.
Alexander Bluhm
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-14
bzero -> memset
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-08
remove uneeded route.h includes
Jonathan Gray
2014-05-07
Remove the last hacks concerning the global list of IPv4 addresses in the
Martin Pieuchot
2014-03-20
Kill NFS_BOOT_GATEWAY, ok deraadt@
Martin Pieuchot
2013-11-11
Replace most of our formating functions to convert IPv4/6 addresses from
Martin Pieuchot
2013-09-20
Add support for root on nfs using v3. Code adapted from NetBSD.
Federico G. Schwindt
2013-09-12
typo; Eivind Evensen
Theo de Raadt
2013-05-22
Use SIOCAIFADDR rather than SIOCSIFADDR to set the address.
Martin Pieuchot
2010-04-03
Don't return 0 if error is set to EBADRPC. Found by jsg@ and clang.
Kenneth R Westerback
2009-10-19
antsy
Jonathan Gray
2008-06-11
Canonical for() -> queue.h FOREACH macro conversions.
Bret Lambert
2008-05-27
be much more clear about revarp failures; ok miod
Theo de Raadt
2008-05-20
Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seems
Claudio Jeker
2008-05-09
Another rtrequest() rtrequest1() replacement.
Claudio Jeker
2008-03-31
Refine "netboot" interface group semantics to indicate the interface we
Theo de Raadt
2008-03-19
label all interfaces we netboot from in group "netboot", in a MI fashion
Theo de Raadt
2006-06-17
adopt to extended rtrequest / rtalloc1 api
Henning Brauer
2006-05-26
prettier printing
Theo de Raadt
2004-11-04
implememtation -> implementation
Pedro Martelletto
2002-06-02
correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-16
use queue.h macro's
Eric Jackson
2001-11-14
allow swaples diskless configs; deradt@ ok
Michael Shalayeff
1999-01-03
print addresses using inet_ntoa ( )
Theo de Raadt
1997-01-22
get the ethernet/fddi issue half right. This needs to be fixed better
Theo de Raadt
1997-01-20
better use (NETHER == 0) instead of NETHER == 0
Thomas Graichen
1997-01-20
replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0
Thomas Graichen
1996-10-20
Fix panic message if NFSCLIENT is not defined.
briggs
1996-10-20
Make support for booting over NFS dependent on NFSCLIENT instead of NETHER.
briggs
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-03-31
From NetBSD: NFSv3 import (tomorrow's Net's kernel)
Michael Shalayeff
1996-02-29
From NetBSD: merge with 960217 (still NFSv2)
Niklas Hallqvist
1995-12-21
from cgd; handle 64-bit pointers and longs
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt