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