1. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  2. 451add4 lineedit: mostly revert recent wrong logic in "ask terminal" code by Denys Vlasenko · 14 years ago
  3. 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
  4. 84b01d5 mkdir: fix -p on FreeBSD by Jeremie Koenig · 15 years ago
  5. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  6. 55241fa lineedit: limit ASK_TERMINAL to the case when we can't find out the width by Denys Vlasenko · 14 years ago
  7. b9e35dc lineedit: cosmetics, no code changes by Denys Vlasenko · 14 years ago
  8. 5d26df6 tweak defconfig by Denys Vlasenko · 14 years ago
  9. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  10. 7e1bb4b libbb: reduce number of *error_msg[_and_die].c files by four by Denys Vlasenko · 14 years ago
  11. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  12. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  13. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  14. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  15. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  16. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  17. 1eaf7e7 libbb/copyfd.c: fix the case of copy buffer <= 4kb by Denys Vlasenko · 14 years ago
  18. d0a8a0d tar: fix --to-command wrt short writes by Denys Vlasenko · 14 years ago
  19. 894fa0a fix breakage in compressed file detection by Denys Vlasenko · 14 years ago
  20. 63144be universal parser: do not leak parser->data by Denys Vlasenko · 14 years ago
  21. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  22. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  23. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  24. 0635ddd Added code for nonstandard function strsep() by Dan Fandrich · 15 years ago
  25. fdd7b56 A few minor portability improvements by Dan Fandrich · 15 years ago
  26. b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 15 years ago
  27. ab60cd1 utoa: shrink by Denys Vlasenko · 15 years ago
  28. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  29. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  30. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  31. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  32. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  33. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  34. 26b6ccf *: simplify checks for gz/bz2/xz magic by Denys Vlasenko · 15 years ago
  35. 11bcf4b lineedit: fix column display for wide and combining chars in TAB completion by Tomas Heinrich · 15 years ago
  36. 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
  37. 9251014 losetup: support /dev/loop10 and higher. closes bug 1627 by Denys Vlasenko · 15 years ago
  38. bbf1aa1 typo fix by Denys Vlasenko · 15 years ago
  39. 1118d9b lineedit: fix insertion deep inside line (*several lines* before end) by Denys Vlasenko · 15 years ago
  40. 9963fe3 lineedit: trivial simplifications. -7 bytes by Denys Vlasenko · 15 years ago
  41. 248c324 lineedit: fix moving backwards across lines with wide chars by Denys Vlasenko · 15 years ago
  42. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  43. 26e2c1d stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing by Denys Vlasenko · 15 years ago
  44. b8909c5 lineedit: partially fix wide and combining chars editing by Tomas Heinrich · 15 years ago
  45. 94043e8 lineedit: change how cmdedit_set_out_char works by Denys Vlasenko · 15 years ago
  46. bfa1b2e randomtest fixes by Denys Vlasenko · 15 years ago
  47. c2345fa add comment about xz format support by Denys Vlasenko · 15 years ago
  48. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
  49. a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 15 years ago
  50. 5f94346 date: support -d @SECONDS_SINCE_1970 by Denys Vlasenko · 15 years ago
  51. 5a7c720 busybox --list option. +140 bytes. Rob wanted it. by Denys Vlasenko · 15 years ago
  52. c175c46 vi: discover window size even on serial consoles. optional by Denys Vlasenko · 15 years ago
  53. 43b094b remove stdio from allnoconfig build by Denys Vlasenko · 15 years ago
  54. 0358daf read_key: fix buffer length calculation by Tomas Heinrich · 15 years ago
  55. b9dd5ab loop: correct minor device number limit by Denys Vlasenko · 15 years ago
  56. 375a8ef mount: add an optional capability to create new /dev/loopN as needed by Lauri Kasanen · 15 years ago
  57. 125d015 Exclude syslog code if FEATURE_SYSLOG is not set by Nguyễn Thái Ngọc Duy · 15 years ago
  58. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
  59. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  60. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  61. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  62. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  63. ccd1efc cosmetic fixes, no code changed by Denys Vlasenko · 15 years ago
  64. 8a659f6 libbb: make index_in_substrings return -1 on ambiguous matches by Denys Vlasenko · 15 years ago
  65. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
  66. 1d448cf provide safe_gethostname() for non-linux systems by Denys Vlasenko · 15 years ago
  67. 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 15 years ago
  68. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
  69. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  70. aa16755 unicode: optional table for better handling of neutral bidi chars by Tomas Heinrich · 15 years ago
  71. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  72. 85dbf19 date,touch: accept Jan 7 00:00:00 2010 format by Alexander Shishkin · 15 years ago
  73. bcda004 libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kb by Denys Vlasenko · 15 years ago
  74. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  75. c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 15 years ago
  76. 98f1dc1 libbb/loop: comment out u32 hack by Denys Vlasenko · 15 years ago
  77. d46c36c libbb/getopt32.c: clear applet_long_options and opt_complementary after use by Denys Vlasenko · 15 years ago
  78. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  79. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  80. 41d8134 libbb/loop.c: move #include to its user, improve comment by Denys Vlasenko · 15 years ago
  81. 8cb4036 libbb/loop.c: use common fix_u32.h trick by Denys Vlasenko · 15 years ago
  82. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  83. 44fbfa7 libbb/loop.c: style and readability fixes, no code changes by Denys Vlasenko · 15 years ago
  84. 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
  85. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
  86. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  87. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  88. fb6e689 libbb/md5.c: remove wrong comment by Denys Vlasenko · 15 years ago
  89. cb7edc2 adduser: copy /etc/skel to mew homes. +100 bytes by Denys Vlasenko · 15 years ago
  90. 0cd445f cosmetic fixes by Denys Vlasenko · 15 years ago
  91. 6aca76d hexdump: fix "hexdump nonexistent_file" handling by Denys Vlasenko · 15 years ago
  92. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  93. 557deb1 libbb: fix bb_ask() to operate on correct fd by Denys Vlasenko · 15 years ago
  94. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  95. c8e18ca remove now-unneeded memset by Denys Vlasenko · 15 years ago
  96. e936c6d make echo -e "foo\nfoo" | passwd USER work by Denys Vlasenko · 15 years ago
  97. 460f827 better wording in Config by Denys Vlasenko · 15 years ago
  98. b1edf20 unicode: exclude FDD0..FDEF range too by Denys Vlasenko · 15 years ago
  99. 40e4e88 exclude more invalid unicode chars by Denys Vlasenko · 15 years ago
  100. 3d5b606 ls: fix handling of broken unicode sequences by Denys Vlasenko · 15 years ago