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
/
sys
/
nfs
/
krpc_subr.c
Age
Commit message (
Expand
)
Author
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2015-05-21
change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf *
rtr
2015-05-09
when calling nfs_boot_sendrecv pass NULL for pointers instead of 0
rtr
2015-03-27
m_pullup() is called in rcvproc callback functions,
hikaru
2015-03-06
Fix uninitialized variable.
maxv
2009-03-15
ansify function definitions
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-04-24
Merge the socket locking patch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-04-15
Coverity CID 2445: Only set from_p if we succeed so that we free it on error.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2004-05-22
Eliminate several uses of `curproc' from the socket-layer code and from NFS.
jonathan
2003-02-26
Add MBUFTRACE kernel option.
matt
2002-09-22
don't seem to need <sys/conf.h> or <net/if.h> here
jdolecek
2001-11-10
add RCSIDs
lukem
2001-06-12
receive, not recieve
wiz
1998-08-09
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-03-01
Merge with Lite2 + local changes
fvdl
1997-09-30
Use functions (shared with DHCP boot) in nfs_boot.c.
drochner
1997-08-29
Supporting changes for the new BOOTP support in nfs_mountroot.
gwr
1996-10-20
Enhancements from Matthias Drochner:
fvdl
1996-10-13
revert kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-08-14
Another %lx -> %x for ntohl()
thorpej
1996-07-10
print result of ntohl/htonl as a long.
cgd
1996-06-14
avoid unnecessary checks of m_get/MGET/etc.'s return values. When
cgd
1996-06-07
fix two bugs (the latter potentially fatal) in xdr_string_encode():
cgd
1996-02-18
Bring in a merge of Rick Macklem's NFSv3 code from Lite2
fvdl
1995-12-19
changes to make this work on systems where pointers & longs are 64 bits.
cgd
1995-08-08
Use RPCAUTH_UNIX in requests to please picky NFS servers.
gwr
1995-05-20
Use fxdr_*() and txdr_*() macros to do byte order conversions.
mycroft
1995-04-24
Fixed RPC code to deal with RPC messages larger than one mbuf.
gwr
1994-09-26
Do the first BOOTPARAM RPC call to the broadcast address instead of
gwr
1994-08-12
fix typo
cgd
1994-08-11
Diskless boot will now bind the local socket to a reserved port to
gwr
1994-06-30
error codes are in network order too.
pk
1994-06-29
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
cgd
1994-06-13
New diskless boot code (uses RARP, bootparamd).
gwr
1994-04-18
revised nfs diskless support. uses bootp+rpc to gather parameters
glass