summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of some extraneous devices when probingBill Nottingham2004-02-241-2/+2
* more debugging, just becauseJeremy Katz2004-02-201-0/+1
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-5/+15
* allow changes to dns servers. if it's static, then we should the dns serversJeremy Katz2004-01-031-1/+1
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-28/+35
* merge from taroonJeremy Katz2003-09-201-1/+1
* merge changes from taroon branchJeremy Katz2003-08-201-2/+4
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-2/+2
* merge from taroon branch to headJeremy Katz2003-07-311-0/+4
* if they don't pass a valid ip, unset it (#88714)Jeremy Katz2003-07-281-0/+3
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-9/+22
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-10/+82
* and actually merge the null terminateJeremy Katz2003-07-071-0/+1
* null terminateJeremy Katz2003-07-071-2/+2
* sync with taroonJeremy Katz2003-07-071-0/+1
* merge fix for using the wrong device name from taroon (#98600, #98700)Jeremy Katz2003-07-071-7/+10
* fill in model info of net devices with their descriptionBill Nottingham2003-07-031-3/+12
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-1/+7
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-7/+2
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-59/+15
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-22/+31
* only care about the additional dns servers if we had more to begin withJeremy Katz2003-02-201-4/+6
* handle specifying multiple dns servers either via command line or kickstartJeremy Katz2003-02-171-4/+23
* * don't run pump if loader is in test mode. it's annoyingJeremy Katz2003-02-171-18/+18
* fix for bug #84282Mike Fulbright2003-02-141-0/+4
* fixes for bug #82748 - ks with static networking was fubar if you didnt pull ...Mike Fulbright2003-02-141-2/+25
* add support for the ks=nfs:host/path/ ks=http://host/path/ syntax to resolveJeremy Katz2003-01-231-7/+7
* this could be useful so we don't wait for link forever...Jeremy Katz2003-01-031-0/+1
* before doing a dhcp request, if we see that we don't have link, then weJeremy Katz2003-01-031-4/+24
* minor fixups of some outdated comments. properly pass lang and kbd toJeremy Katz2002-12-061-1/+1
* need to initialize the pointers, otherwise they have random junk in them whic...Jeremy Katz2002-12-041-2/+3
* add some comments, never hurtsMike Fulbright2002-12-041-2/+3
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-7/+55
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-128/+152
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+704