aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/dev_net.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-435/+0
* Small cleanup in dev_net.cToomas Soome2017-05-281-3/+2
* Update the comments concerning net_parse_rootpath to reflect what it is nowBaptiste Daroussin2017-05-271-2/+14
* Partially revert r314948Baptiste Daroussin2017-05-271-21/+2
* Always issue the pxe requestBaptiste Daroussin2017-05-271-1/+1
* Support URI scheme for root-path in netbootingBaptiste Daroussin2017-05-271-10/+52
* Replacing iterating over rootpath by strsep(3).Mariusz Zaborski2017-05-221-8/+6
* loader: network read reworkToomas Soome2017-05-061-4/+26
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-061-8/+4
* loader: verify the value from dhcp.interface-mtu and use snprintf to set mtuToomas Soome2017-03-201-1/+1
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-191-1/+8
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-4/+8
* Stop closing the network device when netbooting for loaders using the commonBaptiste Daroussin2016-10-131-17/+0
* Remove code that crept in r305125 by accidentBaptiste Daroussin2016-09-131-2/+2
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-311-9/+18
* Add tftpfs support for the EFI loaderBaptiste Daroussin2016-08-231-0/+5
* If the dhcp server provided an interface-mtu option, transcribe the valueIan Lepore2016-03-211-0/+6
* Fix build failure introduced by r296182Stanislav Galabov2016-02-291-1/+0
* These changes attempt to put things in order before the introduction of MIPSStanislav Galabov2016-02-291-2/+1
* Refactor net_getparams() to make it easier to get params from sources otherIan Lepore2015-05-181-28/+45
* - Add code allowing a network device to only be open and closed onceMarius Strobl2010-01-091-9/+33
* Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNFMarius Strobl2010-01-091-10/+1
* - Consistently wrap debugging in NETIF_DEBUG. This basically mergesMarius Strobl2009-12-241-6/+22
* Revert r177108 and restore r60506 for sparc64 as long as libstandMarius Strobl2008-09-101-0/+3
* Show info about net devices in loader's 'lsdev' command. While there fix style.Rafal Jaworowski2008-09-031-155/+167
* Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope...Rafal Jaworowski2008-03-121-8/+11
* Change the following environment variables to kernel options:Brian Somers2004-07-081-1/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-081-1/+1
* Override the root server address if an IP address is specified inIan Dowse2003-11-031-7/+9
* Use __FBSDID().David E. O'Brien2003-08-251-3/+5
* Stash various networking paramters in the environment for the kernelJake Burkholder2002-07-311-0/+9
* Give the network device a print method.Benno Rice2000-11-101-1/+9
* Add support to send the string 'PXEClient' as the Vendor classPaul Saab2000-08-111-1/+2
* Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-031-1/+0
* Only probe network settings on the first open of the network device.Doug Rabson2000-05-131-0/+1
* * Fix a stack of warnings.Doug Rabson1999-09-011-10/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-031-4/+21
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...Doug Rabson1998-09-201-2/+1
* Minor tweaks to track a couple of i386 changes and to make it compile.Doug Rabson1998-08-221-6/+2
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+275