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