summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
Commit message (Expand)AuthorAgeFilesLines
* If 'netInteractive' is set to true in an installation script, thenjhb2002-05-311-0/+18
* Only build and link the pccard module on architectures that support it (andmurray2002-03-291-0/+2
* Provide a more specific help line for PLIP installs, reminding themurray2001-12-101-0/+5
* Silence warnings.murray2001-09-221-1/+1
* Rework the RTSOL logic from previous patch (it was wrong)jkh2001-09-151-4/+15
* Allow network device name to be given on the command line in themurray2001-09-051-1/+1
* Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handlingjkh2001-08-311-1/+1
* PR: 26187jkh2001-08-311-1/+1
* Fix IP address checking, now we allow addresses like 172.17.0.0/23 asjesper2001-07-121-12/+18
* Mark relevant functions __printflike()/__printf0like() and silence some ofkris2001-07-051-1/+1
* Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As thedd2001-07-021-1/+1
* Ack! I finally got annoyed enough to actually kill this. There is nopeter2001-03-021-9/+0
* Add better IP, netmask and gateway checks.eivind2000-12-141-14/+92
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-12-141-2/+2
* Wait DAD complete after ifconfig up.ume2000-12-041-1/+7
* Popup IPv6 dialog, again.ume2000-10-211-1/+1
* Correct variable check for VAR_TRY_DHCP.jkh2000-09-151-1/+1
* This allows you to script sysinstall to say "NO" to DHCP and IPv6.murray2000-08-281-2/+4
* Restore the screen after possibly spamming it.jkh2000-07-251-0/+3
* IPv6 support.ume2000-07-141-20/+101
* Fixed minor annoyance with sysinstall being redundant / braindead inmurray2000-04-061-1/+3
* Now I remember why I didn't write out the gateway in the DHCP case;jkh2000-02-201-1/+1
* OK, I admit defeat - allow the user to override hostname and gatewayjkh2000-01-281-2/+2
* Set pccard_ifconfig in /etc/rc.conf automatically.hosokawa2000-01-141-0/+5
* In retrospect, msgNotify() should leave its contents on the screenjkh1999-12-171-1/+1
* Completely rip-out and redesign sysinstall's refresh model as welljkh1999-12-141-1/+1
* I shouldn't have incremented PART_OFF; it was wrong and broke labeljkh1999-12-121-2/+0
* Defensive coding to prevent a potential segfault.jkh1999-11-081-1/+1
* Really fix the auto keyword botch correctly by just letting itjkh1999-10-051-2/+2
* Sigh, too many late nights!jkh1999-09-301-1/+1
* Oh bollocks, I really screwed up the "auto" check here. Timejkh1999-09-271-1/+1
* Deal with new "auto" setting for network_interfaces.jkh1999-09-191-1/+1
* Only do dhclient once; it has its own internal retry which is more thanjkh1999-09-061-8/+10
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-021-29/+109
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-011-109/+29
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Quiet some overly chatty debug output, do some minor cleanups tojkh1999-08-211-13/+12
* Re-enable play-nice-with-DHCP option now that bpf is the defaultjkh1999-08-071-3/+1
* Intentionally do the wrong thing in using the initial DHCP values forjkh1999-07-221-1/+3
* Wait for dhclient in a far saner fashion.jkh1999-07-191-4/+9
* cleanup pass over new stuff.jkh1999-07-191-14/+5
* Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-191-63/+79
* Some additional optimizations for using DHCP.jkh1999-07-181-5/+9
* Miscellaneous fixes for dhcp client support.jkh1999-07-181-2/+3
* Re-enable DHCP client support again (but optional and turned off by defaultjkh1999-07-161-12/+59
* Erm, correct mighty braino in previous "don't annoy me" change.jkh1999-05-071-7/+10
* Commit a more general version of the last patch; don't do any back-fillingjkh1999-05-071-18/+21
* Argh, those last two commits snuck in with the other one by mistake.jkh1999-05-061-1/+3
* Fix includes; I had a slightly different Makefile than everyone elsejkh1999-05-061-1/+16
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-051-9/+9
OpenPOWER on IntegriCloud