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