summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
Commit message (Expand)AuthorAgeFilesLines
* - Things are getting complicated.Karsten Hopp2004-09-011-3/+5
* get rid of REMIP, we use GATEWAY everywhere now (I hope). Add PEERID instead,...Karsten Hopp2004-08-261-4/+4
* don't try to look up the hostname if we don't have any dns servers (#129588)Jeremy Katz2004-08-101-0/+5
* try to fix twaugh's segfault (#129058)Jeremy Katz2004-08-031-4/+4
* Remember that it is a wireless interface (bug #128713)twaugh2004-07-291-0/+1
* actually setting the values will help... (#128713)Jeremy Katz2004-07-281-0/+16
* don't disable interfaces in test modeJeremy Katz2004-06-281-1/+2
* allow setting essid and wepkey in kickstart with --essid and --wepkey onJeremy Katz2004-06-181-0/+33
* merge changes from taroon branch:Jeremy Katz2004-06-141-3/+8
* sort net devs (#122782)Jeremy Katz2004-06-111-0/+2
* add a comment, write out essid and wepkeyJeremy Katz2004-05-271-0/+5
* fix dhcp to actually have a device to get a dhcp request forJeremy Katz2004-05-271-4/+7
* - add qeth parameters to loaderData structure.Karsten Hopp2004-05-261-8/+22
* this might get to where I can install over wireless (untested). still needsJeremy Katz2004-05-251-10/+63
* simple screen for getting wireless adapter information, still has to get hookedJeremy Katz2004-05-241-0/+29
* fix tyop (#118049)Jeremy Katz2004-05-061-1/+1
* multiple dns servers via the boot parameter fix from mattdm (#84409)Jeremy Katz2004-04-301-1/+1
* make sure we have a device for when kudzu returns something I don'tJeremy Katz2004-04-291-0/+2
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-2/+2
* 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