summaryrefslogtreecommitdiff
path: root/distrib/utils/sysinst/net.c
AgeCommit message (Expand)Author
2003-11-30- Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough)dsl
2003-11-19ping generates output, don't wait for user to acknowledge it.dsl
2003-11-15A few sysinst fixes:sekiya
2003-11-04resolv.conf:perry
2003-11-04rc.conf's "hostname" variable needs to be fully qualified -- changeperry
2003-10-19Checkpoint a load of changes - seems to work ok still.dsl
2003-08-10return type of sizeof() is size_t not long.mrg
2003-08-06use bounded string opitojun
2003-07-27Stop (attempted) coredump when ftp/nfs install attempted.dsl
2003-07-25Sprinkle a load of consts, and change a few variable names.dsl
2003-07-22Specify username+password to ftp even when username is 'ftp'.dsl
2003-07-22Output a messge before the 5 second delay while the network comes up.dsl
2003-07-19Make net_namesvr6 extern again to fix compilation if INET6 is defined.abs
2003-07-18Pull local data here and make it static.dsl
2003-06-16A load of KNF changes, plus a couple of strnxxx => strlxxx my fingers diddsl
2003-06-11rototil of the set selection menudsl
2003-06-03Add NULL to all process_menu() calls - value is passed through to thedsl
2003-02-11After dhcp'ing rerun the interface get routine to pick up any new valuesjmc
2003-02-10fix typo in comment.shin
2003-01-10pass lint[pass1]christos
2002-12-05FILE *log -> FILE *logfp, to avoid warnings about gcc-current'sfvdl
2002-06-19logic mistake in 1.60 -> 1.61; ask media type if needed.itojun
2002-06-06- Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST.lukem
2002-05-24remove obsolete comment. use "!rtsol $int" instead of actual interface name.itojun
2002-02-04allow the user to continue the install, even if sysinst thinks that themrg
2001-06-07wait a couple of seconds for the interface to go live, before calling ping.mrg
2001-05-07use "!rtsol" for IPv6 interface autoconf.itojun
2001-04-29Use the -2 option for the NFS mount. Install kernels might havefvdl
2001-04-15write out IPv6 configuration to /etc/rc.conf and /etc/ifconfig.*itojun
2001-03-06missed a \n after dhclient_flags=\"%s\".dogcow
2001-01-14extend sysinst disk handling, some general clean ups, better /etc supportmrg
2001-01-07Use wrefresh(curscr) instead of clearok().jdc
2000-12-31Be paranoid and do a clearok() before we do a refresh().jdc
2000-12-22de-__P()-ifymrg
2000-12-21Don't output the termcap `cl' sequence.jdc
2000-12-17After confirming the network setup should be saved, make sure dhcp is enabled...jmc
2000-10-11* Change the interface of run_prog: use a flags argument instead offvdl
2000-09-26Don't call test(1) to determine the existence/type of files, that'sfvdl
2000-09-20Remove some stale debug code, OK'd by itojunhubertf
2000-07-24do not skip IPv6 configuration menu on dhcp configuration.itojun
2000-07-24run IPv6 configuration even if we use dhcp. background:itojun
2000-07-02ping ff02::2 instead of ff02::9. ff02::9 indicates RIPng capable interface,itojun
2000-06-18dhclient support addedcyber
2000-01-05fix non-inet6 compilationitojun
2000-01-04enable IPv6 support in sysinst. integration of work by ichiro@ichiro.org.itojun
1999-10-29No longer any point in inserting "lookup files bind"he
1999-09-05Add `gif' and `faith' to the ignored pseudo-devices.mycroft
1999-07-03From Alan Barrett <apb@iafrica.com>, in response to my response to his PR:cgd
1999-06-24replace "/sbin/ping -c 2 %s" with "/sbin/ping -v -c 5 -w 5 -o -n %s".cgd
1999-06-23don't make /etc/hosts's contents a message. there's no point and itcgd