- ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
- d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- 32711c4 top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor" by Denys Vlasenko · 12 years ago
- 50157f3 top: fix "last CPU" parsing by Denys Vlasenko · 12 years ago
- 62c006d libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
- 0b170e6 libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
- 9ec3cd4 tweak comment, no code changes by Denys Vlasenko · 13 years ago
- 2390109 top: fix CPU% for thread display. Closes 4081 by Denys Vlasenko · 13 years ago
- 5331e38 libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. by Denys Vlasenko · 13 years ago
- 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
- 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
- f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 14 years ago
- 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
- 63adf83 fix build failure for pmap by Dan Fandrich · 14 years ago
- 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- ed4ff0e pidof/killall: fix bug 625 (kernel threads get stale "binary name") by Denys Vlasenko · 15 years ago
- b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
- 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
- ae357bd top, ps: do not output trailing spaces by Denys Vlasenko · 15 years ago
- e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
- fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
- 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
- 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 16afa38 libbb: fix wrong sscanf count check (affects pidof etc) by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
- 304a97a trivial typo fix by Denis Vlasenko · 17 years ago
- 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
- 1ebd0a6 remove if() which is always true by Denis Vlasenko · 17 years ago
- ab8c937 more "if (p) free(p)" fixes; fix a typo in comment by Denis Vlasenko · 17 years ago
- ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
- 512499c ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) by Denis Vlasenko · 17 years ago
- 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
- 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
- 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
- 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
- f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
- 42ee26d procps: shrink /proc scanning code a bit by Denis Vlasenko · 17 years ago
- 88976d0 remove extra ')' by Denis Vlasenko · 17 years ago
- 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
- 362c6ec top: speedup if tty info is not requested by Denis Vlasenko · 17 years ago
- 3afac4c top,ps: reduce CPU usage in decimal conversion (optional) by Denis Vlasenko · 17 years ago
- 5a65447 top: add config option and code for global CPU % display by Denis Vlasenko · 17 years ago
- 0696b8a ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 18 years ago
- 8581863 procps: remove all global variables by Denis Vlasenko · 18 years ago
- 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 18 years ago
- 0aa6ba5 make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful by Mike Frysinger · 18 years ago
- 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
- f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
- d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
- d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
- b8a8e60 tar: small fixes: * size-optimize mapping code * kill double close by Denis Vlasenko · 18 years ago
- c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
- 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
- fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
- dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
- 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 58dda84 decuddle () from for/if/while by Mike Frysinger · 18 years ago
- 22f383e Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. by Rob Landley · 18 years ago
- 373af43 comment all fields by Mike Frysinger · 19 years ago
- 301ad67 add reference to proc(5) by Mike Frysinger · 19 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- 7818a42 Portability tweak from Shaun Jackman, don't include asm/page.h directly. by Rob Landley · 19 years ago
- cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 19 years ago
- b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
- d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
- f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
- 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
- 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
- 52499cb Tito writes: by Eric Andersen · 20 years ago
- 242ab83 Teach busybox ps to get the correct uid when displaying stuff by Eric Andersen · 21 years ago
- a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
- 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
- f295b5a doh! by Eric Andersen · 21 years ago
- a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
- 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
- fab3e12 Skip printing "/proc/%d/cmdline" stuff when it is not relevant by Eric Andersen · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
- 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
- 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago