| Commit message (Expand) | Author | Age | Files | Lines |
* | shell/ash: comment out kill.c for now as ash needs it | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+2 |
* | Config.in: remove menus that apparently will not work on Windows (except mayb... | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+1 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 9 | -9/+9 |
* | kill: improve comment | vda | 2007-05-06 | 1 | -1/+2 |
* | kill: fix recent breakage of vda, also make code smaller by 21 bytes. | vda | 2007-05-06 | 1 | -5/+12 |
* | test: code size saving, no logic changes | vda | 2007-05-01 | 2 | -7/+12 |
* | ash,kill: use common code for kill applet/builtin | vda | 2007-04-29 | 2 | -38/+58 |
* | procps: remove all global variables | vda | 2007-04-19 | 2 | -41/+72 |
* | ps: add -o tty and -o rss support | vda | 2007-04-19 | 1 | -34/+45 |
* | style fixes, no code changes | vda | 2007-04-16 | 1 | -1/+2 |
* | style fixes. No code changes | vda | 2007-04-12 | 2 | -4/+6 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 2 | -100/+120 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | vda | 2007-04-08 | 1 | -1/+0 |
* | ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) | vda | 2007-03-28 | 1 | -1/+3 |
* | random style fixes (extra spaces deleted) | vda | 2007-03-24 | 1 | -4/+3 |
* | - change option -c to -Z to match newer upstream SElinux conventions | aldot | 2007-03-14 | 1 | -2/+2 |
* | sort: fix multiple -k (was ignoring all except last) | vda | 2007-02-17 | 1 | -1/+1 |
* | make sure ps/top output what they claim: vsz, not rss ... down the line we sh... | vapier | 2007-02-08 | 2 | -29/+29 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 9 | -0/+10 |
* | fix warning from needlessly-global functions | vda | 2007-01-22 | 1 | -7/+7 |
* | whitespace fixes (leading spaces to tab) | vda | 2007-01-13 | 1 | -1/+1 |
* | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 2 | -2/+2 |
* | done a dozen of randconfig test. guess what? ALL failed... | vda | 2006-12-30 | 1 | -1/+4 |
* | style fixes | vda | 2006-12-26 | 1 | -2/+2 |
* | fix recognitions of -SIGname signals | vda | 2006-12-23 | 1 | -1/+2 |
* | ps: fix buglet, add microoptimization | vda | 2006-12-18 | 1 | -6/+4 |
* | safe_strtoXX interface proved to be a bit unconvenient. | vda | 2006-11-27 | 1 | -1/+2 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -15/+11 |
* | ps: add documentation on POSIX ps | vda | 2006-11-05 | 2 | -1/+176 |
* | ps: implement POSIX-like options, most notably -o | vda | 2006-11-05 | 1 | -0/+275 |
* | replace /proc scanning code by more versatile one. | vda | 2006-11-05 | 3 | -63/+115 |
* | top: improve CPU% calculation | vda | 2006-11-05 | 3 | -50/+54 |
* | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 2006-11-01 | 2 | -5/+6 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -2/+1 |
* | pidof: reduce #ifdef forest | vda | 2006-11-01 | 1 | -39/+19 |
* | PID should be stored in pid_t, not int or long. | vda | 2006-11-01 | 4 | -39/+44 |
* | ps: reduce #ifdef forest | vda | 2006-11-01 | 1 | -25/+13 |
* | top: batch mode should output all processes | vda | 2006-10-27 | 1 | -8/+4 |
* | get_terminal_width_height: do not pass insanely large values | vda | 2006-10-27 | 1 | -7/+7 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 1 | -1/+1 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 2 | -3/+3 |
* | start_stop_daemon: add -N <nice> compat | vda | 2006-10-08 | 1 | -31/+24 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 4 | -21/+19 |
* | dnsd fix; option_mask32 added. dnsd needs more love. | vda | 2006-10-06 | 1 | -6/+5 |
* | build system overhaul | vda | 2006-10-05 | 4 | -81/+37 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 1 | -4/+4 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 3 | -8/+8 |
* | top: add support for -b, -n <iterations> | vda | 2006-09-29 | 2 | -21/+30 |
* | kill: implement killall5. OpenWRT folks will be happy. | vda | 2006-09-27 | 2 | -28/+53 |