1. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  2. 71d7313 platform.h: support for build under Android by Dan Fandrich · 14 years ago
  3. e6df7e2 libbb.h: small reordering by Denys Vlasenko · 14 years ago
  4. 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
  5. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
  6. 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 14 years ago
  7. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
  8. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  9. 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 14 years ago
  10. 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 14 years ago
  11. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  12. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  13. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  14. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  15. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
  16. 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
  17. 6ec1510 applet_tables: do not include libbb.h, that header ir for target builds by Denys Vlasenko · 14 years ago
  18. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  19. 19311bf mount: add --rbind option support by Roman Borisov · 14 years ago
  20. 20704f0 ash,hush: recheck LANG before every line input by Denys Vlasenko · 14 years ago
  21. e2e55b0 wget: move help text to .c file by Denys Vlasenko · 14 years ago
  22. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  23. 115c35d ftpd: better usage text by Denys Vlasenko · 14 years ago
  24. 102b8bd .gitignore: add missing ignores by Bjørn Forsman · 14 years ago
  25. 293a8f2 nameif: add matching by phy_address=NUM; extend help text by Phil Sutter · 14 years ago
  26. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  27. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago
  28. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
  29. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  30. 4ed3c52 mktemp: make it more compatible with GNU coreutils 8.4 by Denys Vlasenko · 14 years ago
  31. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 14 years ago
  32. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  33. 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 14 years ago
  34. 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 14 years ago
  35. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
  36. dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 14 years ago
  37. aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 14 years ago
  38. 046341e ash: optional support for $TMOUT variable by Denys Vlasenko · 14 years ago
  39. 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 14 years ago
  40. b72baeb hush: use FEATURE_SH_NOFORK to enable NOFORK trick by Denys Vlasenko · 14 years ago
  41. c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 14 years ago
  42. ea023ea disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents by Denys Vlasenko · 14 years ago
  43. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  44. 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 14 years ago
  45. 975c714 nicer looking ifdef in libbb/makedev.c by Denys Vlasenko · 14 years ago
  46. 330718e FreeBSD compat by Chris Rees · 14 years ago
  47. e3c127d FreeBSD compat by Chris Rees · 14 years ago
  48. e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 14 years ago
  49. 658a437 hwclock: implement --systz by Davide Cavalca · 14 years ago
  50. 1f4a987 pltaform.h: move include of stdint.h before uint16_t is used by Denys Vlasenko · 14 years ago
  51. 3a0f690 svlogd: extend usage text. +70 bytes by Denys Vlasenko · 14 years ago
  52. b40da22 fix compile error on non-x86 architectures by Denys Vlasenko · 14 years ago
  53. 9ad97d5 sighandler_t definition for BSD by Chris Rees · 14 years ago
  54. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  55. 3b5acaa disable automatic selection of FEATURE_SUID; improve its help text by Denys Vlasenko · 14 years ago
  56. 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
  57. ad3d72f move passwd, shadow, group and gshadow path definitions to libbb.h by Tito Ragusa · 14 years ago
  58. 0684446 top: add keyboard commands to --help by Denys Vlasenko · 14 years ago
  59. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  60. 7b30564 stop giving root rights to dnsd, ipcrm, ipcs by Denys Vlasenko · 14 years ago
  61. bcdb9b8 getty: fix -i (was ignored) by Denys Vlasenko · 14 years ago
  62. 6100b51 explain every non-SUID_DROP applet. No code changes by Denys Vlasenko · 14 years ago
  63. a9e25ff su: document -l in --help text. Closes bug 2761 by Denys Vlasenko · 14 years ago
  64. 90615a0 blkid: optional support for TYPE="fstype" by Denys Vlasenko · 14 years ago
  65. 1f937d6 cpio: allow cpio -i to take params - names of files to extract by Denys Vlasenko · 14 years ago
  66. 5707b52 mailutils/*: add verbose option to sendmail; remove -m and -j from makemime by Denys Vlasenko · 14 years ago
  67. 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
  68. a604186 nmeter: deprecate %NNNd specified, use -d MSEC instead by Denys Vlasenko · 14 years ago
  69. dc16003 build system: fix "make install" to skip /usr when configured so by Joachim Nilsson · 14 years ago
  70. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
  71. 3f2477e touch: fix help text to not show options disabled in .config by Denys Vlasenko · 14 years ago
  72. 714e2b7 ping: add -t TTL option by Joachim Nilsson · 14 years ago
  73. 7c6ed78 patch: remove out-of-file build machinery by Denys Vlasenko · 14 years ago
  74. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  75. 5e99340 *: move lzo compressor code to archival/libunarchive/. No code changes by Denys Vlasenko · 14 years ago
  76. db5fe62 init: if PID!=1, show clearer error message. move usage text closer to main() by Denys Vlasenko · 14 years ago
  77. 1014a9a decompress_bunzip2: relieve register pressure in hot function read_bunzip by Denys Vlasenko · 14 years ago
  78. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  79. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  80. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  81. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  82. c386aa5 Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
  83. 55a046b netstat: fix -r display in usage text by Bob Dunlop · 14 years ago
  84. 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
  85. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  86. 58647e8 Remove check for supported libc. by Denys Vlasenko · 14 years ago
  87. 1c26e05 remove unused SC_x (serial port names) defines by Denys Vlasenko · 14 years ago
  88. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  89. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  90. 0818735 patch: implement -E option by Lukas Huba · 14 years ago
  91. e7599d1 revert last change (wrong author) by Denys Vlasenko · 14 years ago
  92. f0c7e0c patch: implement -E option by Gilles Espinasse · 14 years ago
  93. 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
  94. 9e244c7 udhcpc: move usage text to .c file. no code changes by Denys Vlasenko · 14 years ago
  95. 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
  96. c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
  97. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  98. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  99. 122a4b3 touch: update help text by Pascal Bellard · 14 years ago
  100. f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago