summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* o Add missing #include's of sys/proc.h, missed in merge, required torwatson2001-12-311-0/+1
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-2/+4
* Increase the buffer size to hold a bootp/DHCP reply from 256 bytes toambrisko2001-12-301-1/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-259/+212
* KSE Milestone 2julian2001-09-121-49/+49
* Enable use of DHCP extensions.tegge2001-02-021-33/+240
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Reduce kernel stack usage by not having large packets on the stack.tegge2000-10-291-516/+1024
* Eliminate some bitrot (nonexisting member variable names).tegge2000-10-241-5/+5
* Style fixes.tegge2000-10-241-783/+842
* Correctly set the Maximum DHCP Message Size. bootpd now worksps2000-06-131-1/+1
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.phk2000-05-071-5/+17
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+4
* Make bootp error message slightly more verbosedillon1998-12-031-2/+2
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-27/+19
* Fixed printf format errors.bde1998-08-181-3/+3
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Add a BOOTP_WIRED_TO option, for use on machines with multiple networktegge1998-03-141-3/+14
* Update workaround for limitations in the arp code.tegge1998-03-141-4/+4
* Staticize.eivind1998-02-091-9/+10
* Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).tegge1998-01-181-4/+4
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+3
* Removed unused #includes.bde1997-10-281-4/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-23/+13
* Move commonly used code into static functions in order to reduce kernel bloat.tegge1997-06-121-139/+93
* Use same syntax as netboot for root and swap mounts.tegge1997-05-141-163/+155
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-0/+1319
OpenPOWER on IntegriCloud