1. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  2. c386aa5 Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
  3. 55a046b netstat: fix -r display in usage text by Bob Dunlop · 14 years ago
  4. 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
  5. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  6. 58647e8 Remove check for supported libc. by Denys Vlasenko · 14 years ago
  7. 1c26e05 remove unused SC_x (serial port names) defines by Denys Vlasenko · 14 years ago
  8. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  9. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  10. 0818735 patch: implement -E option by Lukas Huba · 14 years ago
  11. e7599d1 revert last change (wrong author) by Denys Vlasenko · 14 years ago
  12. f0c7e0c patch: implement -E option by Gilles Espinasse · 14 years ago
  13. 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
  14. 9e244c7 udhcpc: move usage text to .c file. no code changes by Denys Vlasenko · 14 years ago
  15. 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
  16. c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
  17. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  18. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  19. 122a4b3 touch: update help text by Pascal Bellard · 14 years ago
  20. f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
  21. a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
  22. bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
  23. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  24. 1a5e11c modutils/*: move help bits into corresponding .c files by Denys Vlasenko · 14 years ago
  25. 7018671 libbb/md5: code shrink by Denys Vlasenko · 14 years ago
  26. c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago
  27. f2710d0 date: move applet and usage bits to date.c by Denys Vlasenko · 14 years ago
  28. b1db09b init/*: move applet/kbuild/config/help bits into applet source files by Denys Vlasenko · 14 years ago
  29. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  30. 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
  31. c1e3027 fix help text punctuation by Denys Vlasenko · 14 years ago
  32. 6b0ac84 tweak usage texts by Denys Vlasenko · 14 years ago
  33. 5aa4d53 tune2fs: implement -c and -i options by Richard Braun · 14 years ago
  34. afc7b4c wc: add support for -m by Denys Vlasenko · 14 years ago
  35. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
  36. 5657d37 free: document newly added options by Denys Vlasenko · 14 years ago
  37. ee5ab8f halt/poweroff/reboot: unify help text by Denys Vlasenko · 14 years ago
  38. ccb7a43 acpid: add config file and map file by Souf Oued · 14 years ago
  39. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  40. 197a6b3 sleep: make it non-NOFORK. Fixes ^C in standalone shell by Denys Vlasenko · 14 years ago
  41. b156000 tweak udhcpd help text by Denys Vlasenko · 14 years ago
  42. 96f064d shell: remove lash and bbsh by Denys Vlasenko · 14 years ago
  43. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  44. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  45. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  46. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  47. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  48. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  49. 867ffb9 platform.h: regularize endian detection by Denys Vlasenko · 14 years ago
  50. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  51. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  52. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  53. f03fc7d ntpd: mention -N in help text by Denys Vlasenko · 14 years ago
  54. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  55. 0d98b44 udhcpc: add -v to help text by Denys Vlasenko · 14 years ago
  56. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
  57. 7a07b0e dc: make it use long longs for integer ops by Denys Vlasenko · 14 years ago
  58. 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 15 years ago
  59. 51ca776 cttyhack: move build system bits into cttyhack.c, no code changes by Denys Vlasenko · 14 years ago
  60. 771f199 ash: move config stuff into ash.c, no code chages by Denys Vlasenko · 14 years ago
  61. 202a2d1 hush: make set -x support optional by Denys Vlasenko · 14 years ago
  62. 8fa1f5d hush: fix faloout from previous commit by Denys Vlasenko · 14 years ago
  63. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  64. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  65. 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
  66. 922f6f5 chrt: code shrink by Denys Vlasenko · 14 years ago
  67. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  68. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  69. ff37799 conspy: code shrink by Pascal Bellard · 14 years ago
  70. 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
  71. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  72. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  73. 2b46fd4 tar: optional support for --to-command by Ladislav Michl · 14 years ago
  74. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  75. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
  76. 0635ddd Added code for nonstandard function strsep() by Dan Fandrich · 14 years ago
  77. fdd7b56 A few minor portability improvements by Dan Fandrich · 14 years ago
  78. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
  79. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  80. 838e0db small fix in usage text by Denys Vlasenko · 15 years ago
  81. b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
  82. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  83. f2177ab yes: this applet doesn't have options, don't lie that it does. by Denys Vlasenko · 15 years ago
  84. f0f9470 make it possible to keep usage texts in .c files by Denys Vlasenko · 15 years ago
  85. 6c5bf0d make it possible to have include/applets.h-esque entries in .c files by Denys Vlasenko · 15 years ago
  86. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  87. 26b6ccf *: simplify checks for gz/bz2/xz magic by Denys Vlasenko · 15 years ago
  88. 11bcf4b lineedit: fix column display for wide and combining chars in TAB completion by Tomas Heinrich · 15 years ago
  89. 39a04f7 archival/*: shrink by reusing sufficiently similar functions by Denys Vlasenko · 15 years ago
  90. 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
  91. 602ce69 unxz: new applet, complete with xzcat and xz -d aliases by Denys Vlasenko · 15 years ago
  92. e04c867 rename FEATURE_LZMA_ALIAS to just LZMA by Denys Vlasenko · 15 years ago
  93. a358140 trim help text. -29 bytes by Denys Vlasenko · 15 years ago
  94. ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
  95. ad7a5d4 fgconsole: new applet by Grigory Batalov <bga@altlinux.org> by Grigory Batalov · 15 years ago
  96. 9e07219 ps: make "ps -o BAD" emit list of good -o params by Denys Vlasenko · 15 years ago
  97. fef9ee7 fuser: code shrink, fixing default signal, exitcode and PID display by Maksym Kryzhanovskyy · 15 years ago
  98. 40477e2 shell: make it possible to alias one of shells to "bash" by Denys Vlasenko · 15 years ago
  99. ef21555 typo fix by Denys Vlasenko · 15 years ago
  100. 26e2c1d stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing by Denys Vlasenko · 15 years ago