aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/bootp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).Andrey V. Elsukov2018-06-161-0/+1
* UDP: further performance improvements on txMatt Macy2018-05-231-5/+5
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+2
* Remove support for FDDI networks.Brooks Davis2018-04-111-2/+0
* Remove infrastructure for token-ring networks.Brooks Davis2018-03-281-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Do not try to install a default route for each interface found, becauseIan Lepore2016-03-271-17/+42
* Stop setting the default route to the IP of the interface itself when theIan Lepore2016-03-271-5/+1
* Switch bootpc_adjust_interface() from returning int to void. Its one callerIan Lepore2016-03-271-6/+4
* Set ifctx->gotrootpath=1 only when the root path came from the dhcp/bootpIan Lepore2016-03-271-1/+2
* If the dhcp server provides an interface-mtu option, parse the value andIan Lepore2016-03-211-1/+21
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-3/+6
* Remove the old NFS client and server from head,Rick Macklem2014-12-231-3/+0
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-2/+2
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystemIan Lepore2013-07-311-19/+54
* - Typo fixOleksandr Tymoshenko2012-08-161-3/+6
* Merge somewhat modified r230399 from projects/armv6:Oleksandr Tymoshenko2012-08-161-0/+16
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-4/+3
* Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()Gleb Smirnoff2011-12-131-236/+177
* Set proper root device name when legacy NFS client is compiled into kernel.Grzegorz Bernacki2011-06-291-0/+4
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-251-0/+1867
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-2042/+0
* KSE Milestone 2Julian Elischer2001-09-121-49/+49
* Enable use of DHCP extensions.Tor Egge2001-02-021-33/+240
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Reduce kernel stack usage by not having large packets on the stack.Tor Egge2000-10-291-516/+1024
* Eliminate some bitrot (nonexisting member variable names).Tor Egge2000-10-241-5/+5
* Style fixes.Tor Egge2000-10-241-783/+842
* Correctly set the Maximum DHCP Message Size. bootpd now worksPaul Saab2000-06-131-1/+1
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.Poul-Henning Kamp2000-05-071-5/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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