| 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-11 | Line up 'Command' and 'Status' strings, | dsl |
| 2003-10-19 | Checkpoint a load of changes - seems to work ok still. | dsl |
| 2003-09-27 | Just convert \r\n to \n\r when relaying program output. | dsl |
| 2003-08-09 | Don't delete \r that aren't followed by '\n' when relaying program output. | dsl |
| 2003-08-06 | use bounded string op | itojun |
| 2003-08-05 | When writing /etc/fstab: | dsl |
| 2003-07-28 | Remove extra process and pipe that relayed data from the master pty | 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-18 | Remove some fixed length strings. | dsl |
| 2003-07-17 | Remove the endwin() and refresh() pair which caused the screen to flash | dsl |
| 2003-07-10 | Ensure correct curses tty settings are restored after a program runs. | dsl |
| 2003-07-07 | Another pass of the rototiller. Mainly: | dsl |
| 2003-06-16 | A load of KNF changes, plus a couple of strnxxx => strlxxx my fingers did | 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-02-09 | Avoid a spurious warning (with random errno) if read(2) returns 0 | martin |
| 2003-01-10 | pass lint[pass1] | christos |
| 2002-12-05 | FILE *log -> FILE *logfp, to avoid warnings about gcc-current's | fvdl |
| 2001-09-13 | change launch_subwin() to pass failure reason back to caller, add check | jdolecek |
| 2001-01-14 | extend sysinst disk handling, some general clean ups, better /etc support | mrg |
| 2000-12-22 | de-__P()-ify | mrg |
| 2000-10-11 | * Change the interface of run_prog: use a flags argument instead of | fvdl |
| 2000-08-15 | * Add timezone-setting menu to sysinst, offering all timezones from | hubertf |
| 2000-04-14 | Don't access curses internals, use getmaxy() instead. | thorpej |
| 2000-01-24 | Remove local declaration of errno, rely on <errno.h> instead. | he |
| 2000-01-19 | Fix display problems: | mycroft |
| 2000-01-19 | Fix display glitch when suspending and resuming. | mycroft |
| 2000-01-13 | In command execution displays, only draw a single line between the status | mycroft |
| 2000-01-07 | Added error checking to log and script file creation functions. | jeremy |
| 1999-07-14 | If the first wait4() in launch_subwin() caught the child exiting, the loop | abs |
| 1999-07-04 | convert run_prog's error message from being a "const char *" to a msg. | cgd |
| 1999-07-04 | message const poisoning, and conversion from integers to an opaque | cgd |
| 1999-06-22 | provide a way to ignore tty-generated signals (INTR and QUIT) and/or | cgd |
| 1999-06-21 | actually use all of the action window for command output | cgd |
| 1999-06-21 | simplify the code to display cmd output in subwindows slightly. while | cgd |
| 1999-06-21 | handle CRs properly when running cmds w/output to subwin | cgd |
| 1999-06-20 | nuke extra spaces around logging menu title, allow the menu to be | cgd |
| 1999-06-20 | copyright notice typo fixups, as noticed in PR#7248. This software | cgd |
| 1999-06-20 | Check the return code of subwin and newwin for NULL. | garbled |
| 1999-04-13 | - Add a message explaining the user how to specify units for inputs | bouyer |
| 1999-04-11 | - Add 2 functions in label.c, getpartoff()/getpartsize() used to let the user | bouyer |
| 1999-04-09 | Some fixes for the do_install() function: | bouyer |
| 1999-03-22 | Bug fix: deal with race-like (select(2) vs wait4(2)) error flow bogon. | ross |
| 1999-03-11 | if exec fails, perror() and _exit(). exit() is no good, because if | marc |
| 1999-03-09 | If TIOCGWINSIZE returns 0 x 0, default to 80 x 24 instead of crashing. | he |
| 1999-02-01 | Move extern declaration of do_system() from run.c to defs.h, used by i386/md.c | he |
| 1999-01-21 | This change includes the following: | garbled |
| 1998-08-10 | bzero->memset | perry |