1. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  2. 1b14cdb modinfo: support relative paths in modules.dep by Lauri Kasanen · 14 years ago
  3. f646400 modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE by Lauri Kasanen · 14 years ago
  4. 1eaf7e7 libbb/copyfd.c: fix the case of copy buffer <= 4kb by Denys Vlasenko · 14 years ago
  5. fd33e17 ash: fix obscure case of replacing + globbing + backslashes by Denys Vlasenko · 14 years ago
  6. b768aeb tar: make typical extraction less memory-hungry by Denys Vlasenko · 14 years ago
  7. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  8. d0a8a0d tar: fix --to-command wrt short writes by Denys Vlasenko · 14 years ago
  9. 894fa0a fix breakage in compressed file detection by Denys Vlasenko · 14 years ago
  10. 63144be universal parser: do not leak parser->data by Denys Vlasenko · 14 years ago
  11. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  12. 918f444 conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsa by Denys Vlasenko · 14 years ago
  13. 8d44449 another fix to gen_build_files / autoconf.h dependency by Denys Vlasenko · 14 years ago
  14. 1d72d43 gen_build_files.sh is an order prerequisite only for autoconf.h by Denys Vlasenko · 14 years ago
  15. e69c5e2 build system: make gen_build_files.sh run before autoconf.h generation by Denys Vlasenko · 14 years ago
  16. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  17. 2b46fd4 tar: optional support for --to-command by Ladislav Michl · 14 years ago
  18. 51fa147 conspy: code shrink by Denys Vlasenko · 14 years ago
  19. eff6d59 ntpd: step correction to variables had wrong sign, fixing by Denys Vlasenko · 14 years ago
  20. a54985b conspy: document attribute byte format by Denys Vlasenko · 14 years ago
  21. a091d45 smemcap: new applet by Denys Vlasenko · 14 years ago
  22. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  23. da75f44 ash: <> redir should not truncate by Andreas Bühmann · 14 years ago
  24. 1b8e2b0 conspy: code shrink ~200 bytes by Pascal Bellard · 14 years ago
  25. 64606c6 typo fix by Denys Vlasenko · 14 years ago
  26. fc6f6e9 rev: new applet by Marek Polacek · 14 years ago
  27. 6d9c88a fix config help text by Denys Vlasenko · 14 years ago
  28. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
  29. 05a550b fix errors in detecting non-modified areas by Denys Vlasenko · 14 years ago
  30. a8b594f conspy: new applet by Pascal Bellard · 14 years ago
  31. d2b738a decompress_unxz: use common string by Denys Vlasenko · 14 years ago
  32. ba73cfd unxz: update from XZ embedded git by Denys Vlasenko · 14 years ago
  33. 91d7ee3 tweak TODO file by Denys Vlasenko · 14 years ago
  34. 4a96617 xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary by Denys Vlasenko · 14 years ago
  35. e15a6c8 added Config.in to .gitignore by Denys Vlasenko · 14 years ago
  36. 134d0eb cosmetics on top of Dan's patches by Denys Vlasenko · 14 years ago
  37. ebeac16 Define GNU-specific link options in one place by Dan Fandrich · 14 years ago
  38. 0635ddd Added code for nonstandard function strsep() by Dan Fandrich · 14 years ago
  39. fdd7b56 A few minor portability improvements by Dan Fandrich · 14 years ago
  40. eb08b6e sed: trivial code shrink -18 bytes by Denys Vlasenko · 14 years ago
  41. 0204652 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
  42. e329089 Revert "sed: trivial code shrink" by Denys Vlasenko · 14 years ago
  43. c2c7aa4 sed: trivial code shrink by Denys Vlasenko · 14 years ago
  44. 8cd9f34 ash: times builtin: use unsigned type; take free-of-charge modulo by Denys Vlasenko · 14 years ago
  45. b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 14 years ago
  46. 7df28bb ash: fix unset in standalone mode by Denys Vlasenko · 14 years ago
  47. 1ed2fb4 ash: cosmetics, no code changes by Denys Vlasenko · 14 years ago
  48. b76f18d Improve unzip's handling of stream ZIP files by Dan Fandrich · 14 years ago
  49. eafc695 Allow CONFIG_VOLUMEID to be turned off by Dan Fandrich · 14 years ago
  50. f934a51 ignore changes to Kbuild files, they are generated by Dan Fandrich · 14 years ago
  51. 8f599f9 mkfs_ext2: improve comments a bit by Denys Vlasenko · 14 years ago
  52. 0f022c0 cpio.tests: mention suid bits too, not only sgid by Denys Vlasenko · 14 years ago
  53. 5070124 mkfs_ext2: reuse string by Bernhard Reutner-Fischer · 14 years ago
  54. cd5aa5c mkfs_ext2: fix handling of -I argument by Bernhard Reutner-Fischer · 14 years ago
  55. 9b814ca mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwd by Denys Vlasenko · 14 years ago
  56. 4ebdae3 date: make %N work without -lrt on glibc by Denys Vlasenko · 14 years ago
  57. 5b1dfe6 tftp: increase initial retry timeout from 50 to 100 ms by Denys Vlasenko · 14 years ago
  58. 3b727cc add a comment about sed and suid bits by Denys Vlasenko · 14 years ago
  59. d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 14 years ago
  60. 0cc2594 networking/Config.src: make tftp/tftpd-related options less confusing. Closes 2017 by Denys Vlasenko · 14 years ago
  61. 2f41e7e fix extra bogus files generation in include/config/* by Denys Vlasenko · 14 years ago
  62. 3324c96 ubiattach,ubidetach: new applets by Baruch Siach · 15 years ago
  63. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
  64. c37fecb file rename: TODO_config_nommu -> TEST_config_nommu by Denys Vlasenko · 15 years ago
  65. 237aece xargs: another code shrink by Denys Vlasenko · 15 years ago
  66. f7e929e xargs: trivial code shrink by Denys Vlasenko · 15 years ago
  67. 1cd769a rfkill: do not enable by default, it requires new-ish Linux headers by Denys Vlasenko · 15 years ago
  68. da3a956 scripts/echo.c: remove bb-ism by Denys Vlasenko · 15 years ago
  69. c28cafb xargs: trivial code shrink by Denys Vlasenko · 15 years ago
  70. 7a4021d xargs: simplify logic by Denys Vlasenko · 15 years ago
  71. aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 15 years ago
  72. 1613de8 xargs: make -s NUM accept practically unlimited range by Denys Vlasenko · 15 years ago
  73. d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 15 years ago
  74. d2d327d stat: make output more similar to GNU stat by Seb · 15 years ago
  75. e2b41cf date: trivial fix - was reading seconds into nanoseconds field! DOH by Denys Vlasenko · 15 years ago
  76. 53e2f38 tftp: make message about 512 byte block less confusing by Denys Vlasenko · 15 years ago
  77. aa30efc check-lxdialog.sh: fix helptext by Bernhard Reutner-Fischer · 15 years ago
  78. ab60cd1 utoa: shrink by Denys Vlasenko · 15 years ago
  79. 7fdf5a8 modinfo: needs modutils.o by Denys Vlasenko · 15 years ago
  80. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  81. b68bba5 date: use the same code for FEATURE_DATE_NANO for glibc and uclibc by Denys Vlasenko · 15 years ago
  82. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  83. 121fb95 typo fix by Denys Vlasenko · 15 years ago
  84. 838e0db small fix in usage text by Denys Vlasenko · 15 years ago
  85. c62f229 dpkg: add support for lzma compression by Pascal Bellard · 15 years ago
  86. b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
  87. e3657dc fuser: code shrink by Maksym Kryzhanovskyy · 15 years ago
  88. c8aae0b fix allnoconfig by Denys Vlasenko · 15 years ago
  89. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  90. 5f33037 pipe_progress: shrink by Denys Vlasenko · 15 years ago
  91. 8aab0c9 loadkmap: remove UNUSED_PARAM from argv by Denys Vlasenko · 15 years ago
  92. 2fd45c2 dumpkmap,loadkmap: abort if there are params on cmdline by Denys Vlasenko · 15 years ago
  93. f2da16f date: make FEATURE_NANO compile on glibc systems by Denys Vlasenko · 15 years ago
  94. d94332f top: code shrink, -26 bytes by Denys Vlasenko · 15 years ago
  95. 87496aa top: code shrink by Maksym Kryzhanovskyy · 15 years ago
  96. f2177ab yes: this applet doesn't have options, don't lie that it does. by Denys Vlasenko · 15 years ago
  97. 161bb8f fix a few goofs uncovered by "make allnoconfig" testing by Denys Vlasenko · 15 years ago
  98. 22bdf90 modinfo: new applet by Pascal Bellard · 15 years ago
  99. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  100. f0f9470 make it possible to keep usage texts in .c files by Denys Vlasenko · 15 years ago