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
/
nfs_bootparam.c
Age
Commit message (
Expand
)
Author
2001-11-10
add RCSIDs
lukem
2001-10-13
Remove so variables that are only ever set and never referenced.
simonb
2000-10-03
include opt_inet.h, needed by previous check-in.
chs
2000-10-02
perform reverse ARP only if INET is compiled into the kernel
itojun
1999-07-26
Don't use the result of inet_ntoa after calling the another inet_ntoa,
enami
1999-05-07
-print diskless boot related IP addresses in dot notation
drochner
1999-04-12
libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup...
ross
1999-04-11
Enable the code that gets our gateway+netmask from the
gwr
1999-02-21
restructure the diskless NFS boot code to keep track of the used
drochner
1998-09-13
Fix copyright spacing.
christos
1998-08-09
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-06-13
Fix boogered gcc warning workaround the right way.
tv
1998-03-01
Add two includes for the 'struct nfs_args' so it compiles again.
veego
1998-01-12
Consolidate NFS_BOOT_* options into opt_nfs_boot.h
scottr
1998-01-09
Conditionalize call to RARP, check interface type.
drochner
1997-12-12
Temporarily disable the bootparam "gateway" support.
gwr
1997-12-10
Change the format of the bootparam "gateway" parameter string to
gwr
1997-09-09
Circumvent the lack of a reliable gateway/netmask value in the
gwr
1997-08-29
Support for RARP,RPC/bootparam moved from nfs_boot.c to here.
gwr