aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/bootp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-5/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+4
* Make bootp error message slightly more verboseMatthew Dillon1998-12-031-2/+2
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-27/+19
* Fixed printf format errors.Bruce Evans1998-08-181-3/+3
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-3/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Add a BOOTP_WIRED_TO option, for use on machines with multiple networkTor Egge1998-03-141-3/+14
* Update workaround for limitations in the arp code.Tor Egge1998-03-141-4/+4
* Staticize.Eivind Eklund1998-02-091-9/+10
* Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).Tor Egge1998-01-181-4/+4
* Make the BOOTP family new-style options (in opt_bootp.h)Eivind Eklund1998-01-091-1/+3
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-23/+13
* Move commonly used code into static functions in order to reduce kernel bloat.Tor Egge1997-06-121-139/+93
* Use same syntax as netboot for root and swap mounts.Tor Egge1997-05-141-163/+155
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-111-0/+1319