| Commit message (Expand) | Author | Age | Files | Lines |
* | Only build and link the pccard module on architectures that support it (and | murray | 2002-03-29 | 1 | -0/+2 |
* | Provide a more specific help line for PLIP installs, reminding the | murray | 2001-12-10 | 1 | -0/+5 |
* | Silence warnings. | murray | 2001-09-22 | 1 | -1/+1 |
* | Rework the RTSOL logic from previous patch (it was wrong) | jkh | 2001-09-15 | 1 | -4/+15 |
* | Allow network device name to be given on the command line in the | murray | 2001-09-05 | 1 | -1/+1 |
* | Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling | jkh | 2001-08-31 | 1 | -1/+1 |
* | PR: 26187 | jkh | 2001-08-31 | 1 | -1/+1 |
* | Fix IP address checking, now we allow addresses like 172.17.0.0/23 as | jesper | 2001-07-12 | 1 | -12/+18 |
* | Mark relevant functions __printflike()/__printf0like() and silence some of | kris | 2001-07-05 | 1 | -1/+1 |
* | Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As the | dd | 2001-07-02 | 1 | -1/+1 |
* | Ack! I finally got annoyed enough to actually kill this. There is no | peter | 2001-03-02 | 1 | -9/+0 |
* | Add better IP, netmask and gateway checks. | eivind | 2000-12-14 | 1 | -14/+92 |
* | Adapt sysinstall to use the new msgNoYes() function which assumes | jkh | 2000-12-14 | 1 | -2/+2 |
* | Wait DAD complete after ifconfig up. | ume | 2000-12-04 | 1 | -1/+7 |
* | Popup IPv6 dialog, again. | ume | 2000-10-21 | 1 | -1/+1 |
* | Correct variable check for VAR_TRY_DHCP. | jkh | 2000-09-15 | 1 | -1/+1 |
* | This allows you to script sysinstall to say "NO" to DHCP and IPv6. | murray | 2000-08-28 | 1 | -2/+4 |
* | Restore the screen after possibly spamming it. | jkh | 2000-07-25 | 1 | -0/+3 |
* | IPv6 support. | ume | 2000-07-14 | 1 | -20/+101 |
* | Fixed minor annoyance with sysinstall being redundant / braindead in | murray | 2000-04-06 | 1 | -1/+3 |
* | Now I remember why I didn't write out the gateway in the DHCP case; | jkh | 2000-02-20 | 1 | -1/+1 |
* | OK, I admit defeat - allow the user to override hostname and gateway | jkh | 2000-01-28 | 1 | -2/+2 |
* | Set pccard_ifconfig in /etc/rc.conf automatically. | hosokawa | 2000-01-14 | 1 | -0/+5 |
* | In retrospect, msgNotify() should leave its contents on the screen | jkh | 1999-12-17 | 1 | -1/+1 |
* | Completely rip-out and redesign sysinstall's refresh model as well | jkh | 1999-12-14 | 1 | -1/+1 |
* | I shouldn't have incremented PART_OFF; it was wrong and broke label | jkh | 1999-12-12 | 1 | -2/+0 |
* | Defensive coding to prevent a potential segfault. | jkh | 1999-11-08 | 1 | -1/+1 |
* | Really fix the auto keyword botch correctly by just letting it | jkh | 1999-10-05 | 1 | -2/+2 |
* | Sigh, too many late nights! | jkh | 1999-09-30 | 1 | -1/+1 |
* | Oh bollocks, I really screwed up the "auto" check here. Time | jkh | 1999-09-27 | 1 | -1/+1 |
* | Deal with new "auto" setting for network_interfaces. | jkh | 1999-09-19 | 1 | -1/+1 |
* | Only do dhclient once; it has its own internal retry which is more than | jkh | 1999-09-06 | 1 | -8/+10 |
* | Oh crud, did I ever screw the pooch! Rather than sync this with -stable, | jkh | 1999-09-02 | 1 | -29/+109 |
* | MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality, | jkh | 1999-09-01 | 1 | -109/+29 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Quiet some overly chatty debug output, do some minor cleanups to | jkh | 1999-08-21 | 1 | -13/+12 |
* | Re-enable play-nice-with-DHCP option now that bpf is the default | jkh | 1999-08-07 | 1 | -3/+1 |
* | Intentionally do the wrong thing in using the initial DHCP values for | jkh | 1999-07-22 | 1 | -1/+3 |
* | Wait for dhclient in a far saner fashion. | jkh | 1999-07-19 | 1 | -4/+9 |
* | cleanup pass over new stuff. | jkh | 1999-07-19 | 1 | -14/+5 |
* | Another batch of fixes for dhcp support in sysinstall, now dragging | jkh | 1999-07-19 | 1 | -63/+79 |
* | Some additional optimizations for using DHCP. | jkh | 1999-07-18 | 1 | -5/+9 |
* | Miscellaneous fixes for dhcp client support. | jkh | 1999-07-18 | 1 | -2/+3 |
* | Re-enable DHCP client support again (but optional and turned off by default | jkh | 1999-07-16 | 1 | -12/+59 |
* | Erm, correct mighty braino in previous "don't annoy me" change. | jkh | 1999-05-07 | 1 | -7/+10 |
* | Commit a more general version of the last patch; don't do any back-filling | jkh | 1999-05-07 | 1 | -18/+21 |
* | Argh, those last two commits snuck in with the other one by mistake. | jkh | 1999-05-06 | 1 | -1/+3 |
* | Fix includes; I had a slightly different Makefile than everyone else | jkh | 1999-05-06 | 1 | -1/+16 |
* | Totally change the way variables are accounted for in sysinstall. | jkh | 1999-02-05 | 1 | -9/+9 |
* | o Break fixups into binary fixups and XFree86 based fixups. | jkh | 1998-11-15 | 1 | -2/+2 |