- 9b4c072 ps: fix yet another buglet from recent ulltoa conversion :( by Denis Vlasenko · 17 years ago
- 766f659 ps: fix COMMAND column adjustment by Denis Vlasenko · 17 years ago
- 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
- 56ea65c ps: fix overflow in USER and VSZ columns by Denis Vlasenko · 17 years ago
- 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
- fcfb5c0 defconfig: update by Denis Vlasenko · 17 years ago
- 64309f8 sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>) by Denis Vlasenko · 17 years ago
- 6446c2d which: fix testsuite failure by Denis Vlasenko · 17 years ago
- 1fe4e9e cosmetic change in message text by Denis Vlasenko · 17 years ago
- ae6bf96 bad syntax error should go to stderr by Paul Fox · 17 years ago
- 5a28a25 syscall: code shrink by Denis Vlasenko · 17 years ago
- 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 5fb0965 fixlet to pgrep/pkill by Denis Vlasenko · 17 years ago
- a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
- 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
- 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
- 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
- e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
- ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
- 0524180 top: another readability fix by Denis Vlasenko · 17 years ago
- fc1e995 vsz and rss are unsigned longs (ulong ~= width of void* => by Denis Vlasenko · 17 years ago
- 8bdba4d top: don't wait before final bailout (try top -b -n1). by Denis Vlasenko · 17 years ago
- b308d81 top: use poll instead of select for waiting on one descriptor by Denis Vlasenko · 17 years ago
- 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
- 7ce7594 ps: fix non-desktop ps -ww -- thanks rockeychu by Denis Vlasenko · 17 years ago
- 110967a top: nested function allows us to reuse some code by Denis Vlasenko · 17 years ago
- 24c5fba top: make "100%" case less ugly, and shrink code while at it by Denis Vlasenko · 17 years ago
- c1166c3 top: simpler loadavg processing by Denis Vlasenko · 17 years ago
- 9109fbe top: truncate usernames to 8 chars by Denis Vlasenko · 17 years ago
- aba7f49 ps: revert wrong "optimization": (i & 1) -> i by Denis Vlasenko · 17 years ago
- dc7a5ea ps: fix "unused variable" warning; fix integer variable declared as char. 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
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- 198bada pidof: size optimizations (-50 bytes) by Denis Vlasenko · 17 years ago
- 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
- a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 17 years ago
- cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago
- 7451196 top: on user suggestion make percentile calculations configurable. -56 bytes when off. +600 bytes when on by Denis Vlasenko · 17 years ago
- b1e5add top: improve global CPU percentage (smaller & faster code) 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 · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
- 0cacc80 kill: improve comment by Denis Vlasenko · 18 years ago
- 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 18 years ago
- dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
- f20de5b ash,kill: use common code for kill applet/builtin 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
- ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
- 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
- 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 18 years ago
- 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
- 26a8016 - change option -c to -Z to match newer upstream SElinux conventions by Bernhard Reutner-Fischer · 18 years ago
- 54cf511 sort: fix multiple -k (was ignoring all except last) 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
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
- 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
- f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
- 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 2a813e2 fix recognitions of -SIGname signals by Denis Vlasenko · 18 years ago
- 6dca70a ps: fix buglet, add microoptimization by Denis Vlasenko · 18 years ago
- d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
- 4021516 ps: add documentation on POSIX ps by Denis Vlasenko · 18 years ago
- 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) 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
- 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
- 048c93c pidof: reduce #ifdef forest by Denis Vlasenko · 18 years ago
- 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
- d3ada32 ps: reduce #ifdef forest by Denis Vlasenko · 18 years ago
- 25d8062 top: batch mode should output all processes by Denis Vlasenko · 18 years ago
- 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
- c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
- 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
- a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
- be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
- e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago