aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/dev_net.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r307238:Baptiste Daroussin2016-11-161-17/+0
* MFC: 304677, 304680, 305125, 305770, 305769Baptiste Daroussin2016-10-191-2/+16
* 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