aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/network.c
Commit message (Expand)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-149/+0
* FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringRebecca Cran2010-07-161-223/+1
* Flush all routes before adding the default route in order to allowRandi Harper2010-05-221-2/+12
* Actually fix the DHCP handling, by using more robust detection of DHCPXin LI2006-02-091-2/+8
* Remove attempts to use mknod.Ceri Davies2006-02-071-1/+1
* debugMsg() should end with "\n".Jun Kuriyama2002-11-011-4/+4
* Mark relevant functions __printflike()/__printf0like() and silence some ofKris Kennaway2001-07-051-1/+1
* Explicitly add a default route in ppp's install profileBrian Somers2001-06-211-0/+1
* IPv6 support.Hajimu UMEMOTO2000-07-141-20/+21
* Specify a trigger address of 0.0.0.0 here so that we can sucessfullyBrian Somers2000-06-051-1/+1
* In retrospect, msgNotify() should leave its contents on the screenJordan K. Hubbard1999-12-171-8/+9
* Completely rip-out and redesign sysinstall's refresh model as wellJordan K. Hubbard1999-12-141-2/+11
* o Catch up with pnp changes - kget no longer saves pnp data.Jordan K. Hubbard1999-09-041-0/+1
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,Jordan K. Hubbard1999-09-021-4/+7
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,Jordan K. Hubbard1999-09-011-6/+3
* Ppp is started on vty2, not vty3Brian Somers1999-09-011-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a typo.Jordan K. Hubbard1999-08-271-4/+4
* Add a default ppp.conf (mode 600).Brian Somers1999-07-261-5/+9
* Some additional optimizations for using DHCP.Jordan K. Hubbard1999-07-181-1/+4
* Add CHAP/PAP question to the ppp setup dialog, simplifying things considerablyJordan K. Hubbard1999-05-191-10/+34
* Change permissions on /etc/ppp/ppp.conf to 0640.Brian Somers1999-03-111-1/+3
* Totally change the way variables are accounted for in sysinstall.Jordan K. Hubbard1999-02-051-3/+3
* o Break fixups into binary fixups and XFree86 based fixups.Jordan K. Hubbard1998-11-151-4/+10
* Pass the '-n' flag to route(8) when setting up/tearing down the defaultMike Smith1998-10-011-3/+3
* Show on-screen ``phase'' logging and try to negotiateBrian Somers1998-07-121-1/+3
* Make a /var/run directory before starting ppp so that it doesn'tJordan K. Hubbard1998-03-091-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Now that I know which parts of the installation really need it (sinceJordan K. Hubbard1997-01-171-4/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a few strategic screen clears in network setup.Jordan K. Hubbard1997-01-041-1/+3
* 1. Correct bogon in cdromInit when running multi-user which took cdrom offlineJordan K. Hubbard1997-01-011-2/+6
* Fix some bogons in my close() handling.Jordan K. Hubbard1996-12-121-2/+2
* Do a few things I've been threatening to do for a long time:Jordan K. Hubbard1996-12-111-2/+2
* Set timeout interval to 0 in ppp so connections don't hang up whileJordan K. Hubbard1996-12-091-1/+2
* As Paul has just pointed out, much of my strncpy() usage was eitherJordan K. Hubbard1996-12-091-6/+8
* Whups, missed two strcpy()s.Jordan K. Hubbard1996-12-091-3/+3
* Eliminate great evil in the networking code. That's all I'm gonna say.Jordan K. Hubbard1996-12-091-16/+18
* Add Joerg's user management screen for David Nugent's pw(8) program, somethingJordan K. Hubbard1996-12-091-1/+7
* Several areas of improvement:Jordan K. Hubbard1996-12-081-8/+9
* Try to make screen update more efficient (less flickering) by moreJordan K. Hubbard1996-08-031-3/+3
* Fix even more lurking bogons - why do I never find these until the lastJordan K. Hubbard1996-07-081-8/+20
* Whoops! Now that I'm decompressing docs into /tmp, it's important toJordan K. Hubbard1996-07-081-4/+4
* Dispense with the special case handling of cuaa* devices by synthesizingJordan K. Hubbard1996-06-121-43/+37
* Add a new -fake argument to make sysinstall not actually change things whileJordan K. Hubbard1996-04-281-3/+4
* Bring this into sync.Jordan K. Hubbard1996-04-231-13/+2
* 1. Update all the copyrights to delete useless clauses 3 and 4.Jordan K. Hubbard1996-04-131-8/+1
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-50/+122
* This mega-commit brings in Jordan's latest sysinstall version..Peter Wemm1995-09-181-19/+15
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-57/+68