1. 5568b72 - a few minor tweaks by Bernhard Reutner-Fischer · 18 years ago
  2. fa85b86 add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net> by Denis Vlasenko · 18 years ago
  3. cd42cb8 do not expose internal state of [g]zip unpacker. by Denis Vlasenko · 18 years ago
  4. 89d49a4 - remove duplicate includes by Bernhard Reutner-Fischer · 18 years ago
  5. a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 18 years ago
  6. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  7. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  8. bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 18 years ago
  9. 24cfe8f introduce small[u]int fsck_minix: use it for flag variables. 140 bytes saved by Denis Vlasenko · 18 years ago
  10. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  11. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  12. cb04ff5 fixdep.c: avoit doing memcmp in most cases by Denis Vlasenko · 18 years ago
  13. b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 18 years ago
  14. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  15. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  16. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  17. 270c17c properly export externs thru *.h files by Denis Vlasenko · 18 years ago
  18. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  19. 5dd7ef0 chattr: bugfixes and size reduction by Denis Vlasenko · 18 years ago
  20. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  21. d63c3a0 Fix irregular capitalization in usage texts by Denis Vlasenko · 18 years ago
  22. b6488c1 trim help texts a bit more by Denis Vlasenko · 18 years ago
  23. 7a50a64 more usage message cleanups by Denis Vlasenko · 18 years ago
  24. 765996a Cleanup usage messages (-200 bytes). by Denis Vlasenko · 18 years ago
  25. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  26. a5b3e76 missing piece of prev commit: ndelay_off by Denis Vlasenko · 18 years ago
  27. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  28. e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
  29. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  30. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
  31. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  32. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  33. 7cdc54f fix/shorten some usage strings by Denis Vlasenko · 18 years ago
  34. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  35. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
  36. 5fa7148 build system: add "release" target find: support -size N (needed for above) by Denis Vlasenko · 18 years ago
  37. 95da177 - s/:\t\t/\t/ for two helptexts. by Bernhard Reutner-Fischer · 18 years ago
  38. becd8c5 passwd: made smaller by ~130 bytes. size can go negative by Denis Vlasenko · 18 years ago
  39. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  40. 7df69b8 usage: fix few help texts, fix breakage: '\<tab>' by Denis Vlasenko · 18 years ago
  41. 1fffe38 fix udhcpc help message, take steps to make usage.h less messy by Denis Vlasenko · 18 years ago
  42. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  43. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  44. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  45. e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
  46. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  47. 43bddf3 small improvements in str -> num convertors by Denis Vlasenko · 18 years ago
  48. ed836cd regularize str -> num convertors by Denis Vlasenko · 18 years ago
  49. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  50. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  51. 0b35470 glibc makedev() is a large inline. Save 700+ bytes by wrapping it by Denis Vlasenko · 18 years ago
  52. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  53. 376ce1e tar: by Denis Vlasenko · 18 years ago
  54. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  55. 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
  56. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  57. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  58. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  59. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  60. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  61. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  62. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  63. f7eaccd nc: fix --help text by Denis Vlasenko · 18 years ago
  64. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  65. 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
  66. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  67. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  68. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  69. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  70. 77a1a53 usage.h: stop using ancient USAGE_xxx (we have USE_xx now) by Denis Vlasenko · 18 years ago
  71. 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
  72. aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
  73. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  74. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  75. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  76. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  77. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  78. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  79. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  80. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  81. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  82. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  83. 1de0830 Fix minor breakage in previous commit by Denis Vlasenko · 18 years ago
  84. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  85. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  86. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  87. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  88. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  89. 9b44db5 cp: update help text by Denis Vlasenko · 18 years ago
  90. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  91. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  92. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  93. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  94. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  95. 9fa9950 build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) by Denis Vlasenko · 18 years ago
  96. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  97. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  98. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  99. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  100. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago