summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_bootparam.c
AgeCommit message (Expand)Author
2006-04-15m_freem takes one arg.christos
2006-04-15s/mfree/m_freem/christos
2006-04-15Don't leak mbufs on error.christos
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle constchristos
2004-05-22Eliminate several uses of `curproc' from the socket-layer code and from NFS.jonathan
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-09-22<sys/conf.h> and <sys/device.h> are not needed herejdolecek
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