assorted fixes for breakage found by randomconfig
[platform/upstream/busybox.git] / procps / top.c
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-07-15 Denis Vlasenkotop: nested function allows us to reuse some code
2007-07-15 Denis Vlasenkotop: make "100%" case less ugly, and shrink code while...
2007-07-15 Denis Vlasenkotop: simpler loadavg processing
2007-07-15 Denis Vlasenkotop: truncate usernames to 8 chars
2007-06-30 Denis Vlasenkotop,ps: improve /proc/PID/cmdinfo reading code
2007-06-30 Denis Vlasenkokillall, pidof: use argv0 for process matching too
2007-06-11 Denis Vlasenkotop: on user suggestion make percentile calculations...
2007-06-10 Denis Vlasenkotop: improve global CPU percentage (smaller & faster...
2007-06-10 Denis Vlasenkotop: add config option and code for global CPU % display
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-02-08 Mike Frysingermake sure ps/top output what they claim: vsz, not rss...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-11-05 Denis Vlasenkoreplace /proc scanning code by more versatile one.
2006-11-05 Denis Vlasenkotop: improve CPU% calculation
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-10-27 Denis Vlasenkotop: batch mode should output all processes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis Vlasenkotop: add support for -b, -n <iterations>
2006-09-09 Denis Vlasenkotop: fixed wrong comment, made error message more clear
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-30 Rob LandleyMake another warning go away.
2006-06-28 Rob LandleyTop was catching sigterm (and fumbling sigint) so it...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - make it C89 compatible; Declarations in the middle...
2006-05-04 Rob LandleyFix allbareconfig.
2006-04-24 Rob LandleyFrom Denis Vlasenko:
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-02-15 "Vladimir N. Oleynik"add last terminal line
2006-02-14 "Vladimir N. Oleynik"restore change by Denis Vlasenko: file_to_buf must...
2006-02-13 Rob LandleyCleanups from Denis Vlasenko.
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-25 Tim Rikerjust whitespace
2005-11-29 "Vladimir N. Oleynik"getopt -> getopt_ulflags. noticed by Rob Sullivan
2005-09-16 "Vladimir N. Oleynik"ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE...
2005-09-14 "Vladimir N. Oleynik"FEATURE->ENABLE_FEATURE loses one for 'top' applet
2005-08-27 Mike Frysingersome portability fixes by rmh in Bug 395
2005-07-30 Mike Frysingertouchup syntax
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-09-14 Glenn L McGrathremove a cut/paste mistake, i better get some sleep.
2004-09-14 Glenn L McGrathApply patch from Felipe Kellermann to simlify logic...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-08 Glenn L McGrathSplitting statements with #define's can cause trouble...
2003-10-11 Eric AndersenPaul Mundt (lethal) writes:
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-09-30 Eric Andersenlast_patch58 from vodz:
2002-09-20 Eric Andersendon't leak FILEs
2002-09-18 Manuel Novoa III Commit vodz's patch, plus a tweak to change TracePid... 0_60_4
2002-09-17 Eric AndersenAdd a new top applet