1. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  2. 197a6b3 sleep: make it non-NOFORK. Fixes ^C in standalone shell by Denys Vlasenko · 14 years ago
  3. b156000 tweak udhcpd help text by Denys Vlasenko · 14 years ago
  4. 96f064d shell: remove lash and bbsh by Denys Vlasenko · 14 years ago
  5. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  6. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  7. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  8. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  9. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  10. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  11. 867ffb9 platform.h: regularize endian detection by Denys Vlasenko · 14 years ago
  12. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  13. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  14. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  15. f03fc7d ntpd: mention -N in help text by Denys Vlasenko · 14 years ago
  16. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  17. 0d98b44 udhcpc: add -v to help text by Denys Vlasenko · 14 years ago
  18. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
  19. 7a07b0e dc: make it use long longs for integer ops by Denys Vlasenko · 14 years ago
  20. 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 15 years ago
  21. 51ca776 cttyhack: move build system bits into cttyhack.c, no code changes by Denys Vlasenko · 14 years ago
  22. 771f199 ash: move config stuff into ash.c, no code chages by Denys Vlasenko · 14 years ago
  23. 202a2d1 hush: make set -x support optional by Denys Vlasenko · 14 years ago
  24. 8fa1f5d hush: fix faloout from previous commit by Denys Vlasenko · 14 years ago
  25. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  26. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  27. 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
  28. 922f6f5 chrt: code shrink by Denys Vlasenko · 14 years ago
  29. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  30. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  31. ff37799 conspy: code shrink by Pascal Bellard · 14 years ago
  32. 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
  33. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  34. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  35. 2b46fd4 tar: optional support for --to-command by Ladislav Michl · 14 years ago
  36. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  37. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 15 years ago
  38. 0635ddd Added code for nonstandard function strsep() by Dan Fandrich · 15 years ago
  39. fdd7b56 A few minor portability improvements by Dan Fandrich · 15 years ago
  40. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
  41. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  42. 838e0db small fix in usage text by Denys Vlasenko · 15 years ago
  43. b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
  44. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  45. f2177ab yes: this applet doesn't have options, don't lie that it does. by Denys Vlasenko · 15 years ago
  46. f0f9470 make it possible to keep usage texts in .c files by Denys Vlasenko · 15 years ago
  47. 6c5bf0d make it possible to have include/applets.h-esque entries in .c files by Denys Vlasenko · 15 years ago
  48. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  49. 26b6ccf *: simplify checks for gz/bz2/xz magic by Denys Vlasenko · 15 years ago
  50. 11bcf4b lineedit: fix column display for wide and combining chars in TAB completion by Tomas Heinrich · 15 years ago
  51. 39a04f7 archival/*: shrink by reusing sufficiently similar functions by Denys Vlasenko · 15 years ago
  52. 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
  53. 602ce69 unxz: new applet, complete with xzcat and xz -d aliases by Denys Vlasenko · 15 years ago
  54. e04c867 rename FEATURE_LZMA_ALIAS to just LZMA by Denys Vlasenko · 15 years ago
  55. a358140 trim help text. -29 bytes by Denys Vlasenko · 15 years ago
  56. ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
  57. ad7a5d4 fgconsole: new applet by Grigory Batalov <bga@altlinux.org> by Grigory Batalov · 15 years ago
  58. 9e07219 ps: make "ps -o BAD" emit list of good -o params by Denys Vlasenko · 15 years ago
  59. fef9ee7 fuser: code shrink, fixing default signal, exitcode and PID display by Maksym Kryzhanovskyy · 15 years ago
  60. 40477e2 shell: make it possible to alias one of shells to "bash" by Denys Vlasenko · 15 years ago
  61. ef21555 typo fix by Denys Vlasenko · 15 years ago
  62. 26e2c1d stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing by Denys Vlasenko · 15 years ago
  63. b8909c5 lineedit: partially fix wide and combining chars editing by Tomas Heinrich · 15 years ago
  64. b367bb2 cttyhack: document the need to setsid by Denys Vlasenko · 15 years ago
  65. 65ebbc5 trim help text by Denys Vlasenko · 15 years ago
  66. 6774386 tune2fs: move to e2fsprogs by Denys Vlasenko · 15 years ago
  67. c7efd64 install lspci and lsusb to /usr/bin by Gustavo Zacarias · 15 years ago
  68. 5dfd9c4 rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text by Denys Vlasenko · 15 years ago
  69. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
  70. ff027d6 bootchartd: new applet by Denys Vlasenko · 15 years ago
  71. 43afd75 rfkill: new applet by Souf Oued · 15 years ago
  72. 05273da grep: makw -w support unconditional by Denys Vlasenko · 15 years ago
  73. e6080a4 udhcpc: make help text better by Denys Vlasenko · 15 years ago
  74. 0ecc116 dnsd: enforce alignment on packet buffer by Denys Vlasenko · 15 years ago
  75. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
  76. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  77. 37bc1eb removed extra \n in fdisk help text by Denys Vlasenko · 15 years ago
  78. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  79. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  80. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  81. 8fc9e6a httpd: fix proxy mode bug (annoying but harmless), better help text by Denys Vlasenko · 15 years ago
  82. 8d22ca8 libpwdgrp: comment out more unused functions by Denys Vlasenko · 15 years ago
  83. 5530129 libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS by Denys Vlasenko · 15 years ago
  84. 3d43aed dpkg: support config file overwrite options by Kim B. Heino · 15 years ago
  85. 4816fe9 usage: random tweaks to help texts by Denys Vlasenko · 15 years ago
  86. c8a2ab1 dumpleases: better help text by Denys Vlasenko · 15 years ago
  87. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
  88. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  89. aa16755 unicode: optional table for better handling of neutral bidi chars by Tomas Heinrich · 15 years ago
  90. 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
  91. 30ebd7b brctl: fixing stp parameters incompatibility by Maciek Borzecki · 15 years ago
  92. 87fa216 udhcpc: make it possible to disable vendor id; improve help text by Denys Vlasenko · 15 years ago
  93. de9e772 flock: better help text by Denys Vlasenko · 15 years ago
  94. 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
  95. 892d4b6 flock: new applet by Timo Teras · 15 years ago
  96. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  97. c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 15 years ago
  98. 09b7672 include/fix_u32.h: try harder to not cause redefinition errors by Denys Vlasenko · 15 years ago
  99. 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
  100. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago