| 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-15 | A few sysinst fixes: | sekiya |
| 2003-10-19 | Change RC_CONFIGURED from NO to YES (not YES to NO). | dsl |
| 2003-10-19 | Checkpoint a load of changes - seems to work ok still. | dsl |
| 2003-08-06 | use bounded string op | itojun |
| 2003-07-29 | Fix display of localtime on timezone update screen. | dsl |
| 2003-07-27 | Force localfs_dir to be an absolute path - fixes PR install/14130. | dsl |
| 2003-07-27 | Remove 'menu_ent' parameter from action routines. | dsl |
| 2003-07-25 | Sprinkle a load of consts, and change a few variable names. | dsl |
| 2003-07-22 | Output a messge before the 5 second delay while the network comes up. | dsl |
| 2003-07-18 | Tested version of code to get local directory (I'd got waylaid by etc.old) | dsl |
| 2003-07-18 | Remember which sets we sucessfully installed (so we know when to | dsl |
| 2003-07-10 | Ensure correct curses tty settings are restored after a program runs. | dsl |
| 2003-07-08 | Stop timezone submenu exploding (strcmp of MSG_xxxx). | dsl |
| 2003-07-07 | Another pass of the rototiller. Mainly: | dsl |
| 2003-06-27 | Pull texts from MI menus into language dependant text files. | dsl |
| 2003-06-16 | A load of KNF changes, plus a couple of strnxxx => strlxxx my fingers did | dsl |
| 2003-06-11 | make rammb sum correct for memory sizes between 2GB and 4GB. | dsl |
| 2003-06-11 | rototil of the set selection menu | dsl |
| 2003-06-11 | KNF | dsl |
| 2003-06-04 | Add extra parameter (exit text) to new_menu() calls | dsl |
| 2003-06-03 | Add NULL to all process_menu() calls - value is passed through to the | dsl |
| 2003-05-30 | Make all architectures (except amiga and mac68k) use the MI make_bsd_partitions. | dsl |
| 2003-05-16 | Use sizeof() to be absolutely certain there are no buffer overruns. | dsl |
| 2003-05-09 | Allow for menu 'opt_name' being const char *. | dsl |
| 2003-05-09 | #if 0 out cleanup_dist() (the obsolete file handling function) | lukem |
| 2003-04-06 | When installing from floppy disks, let the user say which is the last one | jmmv |
| 2003-02-22 | all: | lukem |
| 2003-02-20 | fix previous; target_prefix() returns const char *, not char *. | lukem |
| 2003-02-20 | cleanup_dist(): | lukem |
| 2003-02-20 | remove -O arg in pax->tar change. | grant |
| 2003-02-20 | add missing '-' (stdin) to progress/tar command line. | grant |
| 2003-02-14 | use pas-as-tar to extract sets rather than pax-as-pax, and pass | grant |
| 2003-02-11 | Put a retry loop around the cd mount to try and handle slow cd spinup's that | jmc |
| 2003-01-22 | Allow the user to select a progress bar for file extraction, rather | jhawk |
| 2003-01-11 | check for strdup returning null | christos |
| 2003-01-11 | Make everything compile again. All platforms compile on i386 now. | christos |
| 2003-01-10 | pass lint[pass1] | christos |
| 2002-12-22 | Add '-O' to pax command line, so that various error conditions don't try | lukem |
| 2002-12-05 | FILE *log -> FILE *logfp, to avoid warnings about gcc-current's | fvdl |
| 2002-10-19 | use readlink with bufsize - 1; approved thorpej. | provos |
| 2002-10-05 | during timezone selection, only update the clock once per minute. once | grant |
| 2002-07-29 | add setting of root's shell, from Julio Merino in install/17676 with | grant |
| 2002-06-29 | A malloc() return value wasn't checked properly in cleanup_dist() while | scottr |
| 2002-06-06 | - Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST. | lukem |
| 2002-06-05 | ``des'' isn't a valid parameter as cipher name. Use ``old'' instead as per | enami |
| 2002-06-02 | have an option to leave passwd.conf unchanged, particularly for upgrading. | itojun |
| 2002-05-24 | let users choose blowfish password option. | itojun |
| 2002-04-05 | Remember to free strdup()'ed string. | ad |
| 2002-04-04 | Allow the password cipher to be chosen at install time. XXX Not tested for | ad |