summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/uvm/uvm_stat.c')
0 files changed, 0 insertions, 0 deletions
f='/netbsd/commit/distrib/utils/sysinst/run.c?id=109baa1a3455a884c4adbbd482f04288c9b78e6d'>Make the DEBUG version build again.martin 2006-04-24It's "its."snj 2006-02-25Use a menu for 'install from floppy' questions.dsl 2006-01-12Rework the installation loop so that it is possible to change the sourcedsl 2005-02-26Put 'Delete ?' (not "yes or no") in box when we ask whether the userdsl 2004-10-16Remove used variabledsl 2004-06-05A load of usability fixes mainly to network installs.dsl 2004-05-15Don't leak an fd if malloc() fails in collect()dsl 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