summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
Commit message (Expand)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-031-775/+0
* Use the RFC2606 domain example.com in examples.brucec2010-10-131-2/+2
* Make sysinstall WARNS=2 clean.randi2010-06-111-1/+0
* Fix uninitialized variables that cause a crash when the network israndi2010-06-101-0/+3
* Fix bug introduced in r198317: Don't leak a file descriptor after scanning fo...randi2010-04-211-0/+2
* Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which res...rink2009-10-211-10/+73
* Allow a comma-separated list of network interfaces to be specified via thecperciva2009-05-151-9/+16
* Remove vestiges of OLDCARD PC Card support. We haven't needed/usedimp2009-02-151-9/+0
* Tighten IP address check, prevent '..' from being passeddelphij2007-05-171-5/+8
* Fix numerous warnings. Aside from menu items in system.c and menu.cjhb2006-02-281-4/+5
* s/lp/plip/ for PLIP interfaces.ceri2006-02-131-1/+1
* Attempt to fix DHCP address acquisition which was broken by rev. 1.133.delphij2006-02-061-3/+6
* Preserve any additional arguments to ifconfig that were specified in theceri2006-01-151-1/+1
* Adapt sysinstall to the new dhclient. This includes explicitely tellingscottl2005-07-111-3/+9
* Unremoved a used variable in the PCCARD_ARCH case.bde2004-03-121-0/+3
* Remove unused variables.jhb2004-03-111-1/+0
* Fixed assorted misuses of NULL in integer context.bde2004-03-111-1/+1
* Make a message less scary (based on user feedback)eivind2004-01-261-1/+1
* Add a new variable `noInet6', which if set disables IPv6 configurationsobomax2003-02-271-2/+3
* Explicitly release a existing lease before we start dhclient (again).mbr2003-02-091-0/+1
* debugMsg() should end with "\n".kuriyama2002-11-011-1/+1
* 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
OpenPOWER on IntegriCloud