summaryrefslogtreecommitdiffstats
path: root/sys/nfs/bootp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Do not try to install a default route for each interface found, becauseian2016-03-271-17/+42
* Stop setting the default route to the IP of the interface itself when theian2016-03-271-5/+1
* Switch bootpc_adjust_interface() from returning int to void. Its one callerian2016-03-271-6/+4
* Set ifctx->gotrootpath=1 only when the root path came from the dhcp/bootpian2016-03-271-1/+2
* If the dhcp server provides an interface-mtu option, parse the value andian2016-03-211-1/+21
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-3/+6
* Remove the old NFS client and server from head,rmacklem2014-12-231-3/+0
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-2/+2
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystemian2013-07-311-19/+54
* - Typo fixgonzo2012-08-161-3/+6
* Merge somewhat modified r230399 from projects/armv6:gonzo2012-08-161-0/+16
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-4/+3
* Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()glebius2011-12-131-236/+177
* Set proper root device name when legacy NFS client is compiled into kernel.gber2011-06-291-0/+4
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-0/+1867
* Cleanup and split of nfs client and server code.peter2001-09-181-2042/+0
* 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