1. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  2. 7df69b8 usage: fix few help texts, fix breakage: '\<tab>' by Denis Vlasenko · 18 years ago
  3. 1fffe38 fix udhcpc help message, take steps to make usage.h less messy by Denis Vlasenko · 18 years ago
  4. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  5. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  6. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  7. e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
  8. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  9. 43bddf3 small improvements in str -> num convertors by Denis Vlasenko · 18 years ago
  10. ed836cd regularize str -> num convertors by Denis Vlasenko · 18 years ago
  11. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  12. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  13. 0b35470 glibc makedev() is a large inline. Save 700+ bytes by wrapping it by Denis Vlasenko · 18 years ago
  14. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  15. 376ce1e tar: by Denis Vlasenko · 18 years ago
  16. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  17. 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
  18. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  19. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  20. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  21. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  22. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  23. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  24. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  25. f7eaccd nc: fix --help text by Denis Vlasenko · 18 years ago
  26. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  27. 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
  28. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  29. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  30. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  31. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  32. 77a1a53 usage.h: stop using ancient USAGE_xxx (we have USE_xx now) by Denis Vlasenko · 18 years ago
  33. 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
  34. aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
  35. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  36. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  37. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  38. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  39. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  40. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  41. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  42. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  43. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  44. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  45. 1de0830 Fix minor breakage in previous commit by Denis Vlasenko · 18 years ago
  46. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  47. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  48. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  49. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  50. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  51. 9b44db5 cp: update help text by Denis Vlasenko · 18 years ago
  52. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  53. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  54. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  55. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  56. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  57. 9fa9950 build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) by Denis Vlasenko · 18 years ago
  58. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  59. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  60. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  61. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  62. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  63. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  64. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  65. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  66. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  67. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  68. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  69. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  70. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  71. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  72. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  73. 1868409 fixing build system overhaul fallout... by Denis Vlasenko · 18 years ago
  74. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  75. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  76. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  77. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  78. cf94446 random style fixes by Denis Vlasenko · 18 years ago
  79. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  80. 2e864cd eject: -T (implements single button open/close) by Denis Vlasenko · 18 years ago
  81. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  82. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  83. 1decd0e syslogd: add option to suppress logging of messages lower than level N (-n N) by Denis Vlasenko · 18 years ago
  84. 0b193a7 losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y by Denis Vlasenko · 18 years ago
  85. 6c30db8 grep: add help text; fix style by Denis Vlasenko · 18 years ago
  86. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  87. de9ec92 usage.h: fix compile-time bugs exposed by previous change by Denis Vlasenko · 18 years ago
  88. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  89. 956a569 losetup: with no arguments lists all /dev/loopN. Corrected help text. by Denis Vlasenko · 18 years ago
  90. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  91. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  92. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  93. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  94. 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
  95. ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
  96. eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
  97. d1f939e - fix documentation for the command-line options of ipcs. Closes #1036 by Bernhard Reutner-Fischer · 18 years ago
  98. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  99. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  100. 4d0f54a - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. by Bernhard Reutner-Fischer · 18 years ago