- be C99 friendly. Anonymous unions are a GNU extension. This change is
[oweals/busybox.git] / libbb / procps.c
2008-01-05 Denis Vlasenkops: add conditional support for -o [e]time
2007-09-29 Denis Vlasenkotrivial typo fix
2007-09-29 Denis Vlasenkopgrep,pkill: new applets by Loic Grenie <loic.grenie...
2007-09-29 Denis Vlasenkoremove if() which is always true
2007-09-28 Denis Vlasenkomore "if (p) free(p)" fixes; fix a typo in comment
2007-09-08 Denis Vlasenkotop: TOPMEM feature - 's(how sizes)' command. +2.5k...
2007-08-26 Denis Vlasenkops: fix RSS parsing (rss field in /proc/PID/stat is...
2007-07-27 Denis Vlasenkobb_getpwuid, bb_getgrgid: change order of arguments...
2007-07-19 Denis Vlasenkostray trailing tabs removed
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
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-30 Denis Vlasenkoprocps: shrink /proc scanning code a bit
2007-06-21 Denis Vlasenkoremove extra ')'
2007-06-19 Denis Vlasenkotop,ps: 'stringify' tty only when needed. -60 bytes.
2007-06-19 Denis Vlasenkotop: speedup if tty info is not requested
2007-06-19 Denis Vlasenkotop,ps: reduce CPU usage in decimal conversion (optional)
2007-06-10 Denis Vlasenkotop: add config option and code for global CPU % display
2007-06-06 Denis Vlasenkops: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft...
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
2007-02-08 Mike Frysingermake sure ps/top output what they claim: vsz, not rss...
2007-01-19 Denis Vlasenkols: use get_cached_username/groupname
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-24 Denis Vlasenkotar: sanitize option handling
2006-11-24 Denis Vlasenkotar: small fixes:
2006-11-24 Denis Vlasenkotar: cache [ug]id->username/groupname mappings. Cuts...
2006-11-05 Denis Vlasenkoreplace /proc scanning code by more versatile one.
2006-11-05 Denis Vlasenkotop: improve CPU% calculation
2006-11-01 Denis VlasenkoUnneeded code removed, usused field "unsigned pscpu...
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkosmall style fixes
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 Mike Frysingerdecuddle () from for/if/while
2006-06-27 Rob LandleyFix bugs.busybox.net/view.php?id=906 which could cause...
2006-06-07 Mike Frysingercomment all fields
2006-06-07 Mike Frysingeradd reference to proc(5)
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-25 Rob LandleyPortability tweak from Shaun Jackman, don't include...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-14 "Vladimir N. Oleynik"cleanups after changes by Denis Vlasenko. Size optimization
2006-02-13 Rob LandleyCleanups from Denis Vlasenko.
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
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-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-08-26 Eric AndersenTito writes:
2004-01-27 Eric AndersenTeach busybox ps to get the correct uid when displaying...
2004-01-21 Glenn L McGrathPatch from Atsushi Nemoto, recent MIPS kernel headers
2003-12-20 Eric Andersenbother. It seems I can't read.
2003-12-20 Eric Andersendoh!
2003-12-20 Eric AndersenTry to accomodate systems that do not define PAGE_SHIFT
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-05-26 Eric AndersenSkip printing "/proc/%d/cmdline" stuff when it is not...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-12-02 Glenn L McGrathlast_patch_69, 8 bit clean and other fixes from Vladimi...
2002-11-25 Glenn L McGrathHandle name entries that have a \0 in them, last_patch_...
2002-11-24 Glenn L McGrathinclude libbb after stdlib.h as it breaks dmalloc
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...