1. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
  2. 1d448cf provide safe_gethostname() for non-linux systems by Denys Vlasenko · 15 years ago
  3. 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 15 years ago
  4. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
  5. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  6. aa16755 unicode: optional table for better handling of neutral bidi chars by Tomas Heinrich · 15 years ago
  7. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  8. 85dbf19 date,touch: accept Jan 7 00:00:00 2010 format by Alexander Shishkin · 15 years ago
  9. 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
  10. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  11. c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 15 years ago
  12. 98f1dc1 libbb/loop: comment out u32 hack by Denys Vlasenko · 15 years ago
  13. d46c36c libbb/getopt32.c: clear applet_long_options and opt_complementary after use by Denys Vlasenko · 15 years ago
  14. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  15. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  16. 41d8134 libbb/loop.c: move #include to its user, improve comment by Denys Vlasenko · 15 years ago
  17. 8cb4036 libbb/loop.c: use common fix_u32.h trick by Denys Vlasenko · 15 years ago
  18. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  19. 44fbfa7 libbb/loop.c: style and readability fixes, no code changes by Denys Vlasenko · 15 years ago
  20. 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
  21. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
  22. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  23. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  24. fb6e689 libbb/md5.c: remove wrong comment by Denys Vlasenko · 15 years ago
  25. cb7edc2 adduser: copy /etc/skel to mew homes. +100 bytes by Denys Vlasenko · 15 years ago
  26. 0cd445f cosmetic fixes by Denys Vlasenko · 15 years ago
  27. 6aca76d hexdump: fix "hexdump nonexistent_file" handling by Denys Vlasenko · 15 years ago
  28. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  29. 557deb1 libbb: fix bb_ask() to operate on correct fd by Denys Vlasenko · 15 years ago
  30. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  31. c8e18ca remove now-unneeded memset by Denys Vlasenko · 15 years ago
  32. e936c6d make echo -e "foo\nfoo" | passwd USER work by Denys Vlasenko · 15 years ago
  33. 460f827 better wording in Config by Denys Vlasenko · 15 years ago
  34. b1edf20 unicode: exclude FDD0..FDEF range too by Denys Vlasenko · 15 years ago
  35. 40e4e88 exclude more invalid unicode chars by Denys Vlasenko · 15 years ago
  36. 3d5b606 ls: fix handling of broken unicode sequences by Denys Vlasenko · 15 years ago
  37. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  38. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  39. 2edba21 more fine-grained Unicode support by Denys Vlasenko · 15 years ago
  40. 46685a4 unicode_wcwidth.c: shrink by Denys Vlasenko · 15 years ago
  41. 307b24c testsuite-discovered fixes by Denys Vlasenko · 15 years ago
  42. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  43. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
  44. 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
  45. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  46. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  47. 4653e44 adduser: more fixes to "add user to specified group" by Denys Vlasenko · 15 years ago
  48. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  49. 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
  50. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  51. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  52. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  53. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  54. 78fcec4 crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes. by Denys Vlasenko · 15 years ago
  55. 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
  56. 1315c30 mount: needs find_mount_point.o by Denys Vlasenko · 15 years ago
  57. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  58. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  59. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  60. 1361aa2 udp_io: fix two more potential cases of unaligned accesses. 0 code size changes. by Denys Vlasenko · 15 years ago
  61. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  62. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  63. 75b7397 fix trivial compile breakage by Denys Vlasenko · 15 years ago
  64. ca6c7e4 ntp: simplifications; libbb: simpler resolution of numeric hostnames by Denys Vlasenko · 15 years ago
  65. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  66. 995f154 libbb: fix vasprintf implementation by Denys Vlasenko · 15 years ago
  67. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  68. ff1822a date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format by Denys Vlasenko · 15 years ago
  69. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  70. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  71. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  72. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  73. 13ad906 ash: fix bad interaction of "stty -echo" + ASK_TERMINAL by Denys Vlasenko · 15 years ago
  74. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  75. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  76. c6fb2a6 passwd: do not complain if /etc/shadow is missing by Denys Vlasenko · 15 years ago
  77. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  78. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  79. 1f6d230 lineedit: REALLY fix compile error now by Denys Vlasenko · 15 years ago
  80. 4dc0826 lineedit: compile fix by Denys Vlasenko · 15 years ago
  81. 00f0ef4 echo et al: support \e escape by Denys Vlasenko · 15 years ago
  82. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  83. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  84. d83bbf4 rename sent_ESC_br_n6 variable to sent_ESC_br6n by Denys Vlasenko · 15 years ago
  85. eb62d7c libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly by Denys Vlasenko · 15 years ago
  86. 1502a8b libbb/xrealloc_vector.c: better comment by Denys Vlasenko · 15 years ago
  87. 12450db libbb/bb_do_delay.c: shrink by Denys Vlasenko · 15 years ago
  88. 52b971f libbb/ask_confirmation.c: shrink by Denys Vlasenko · 15 years ago
  89. 727e1b5 read_key,lineeedit: parse position answerback faster; sanitize its use by Denys Vlasenko · 15 years ago
  90. 0f91b3d read_key: ignore unknown keys (do not return them to caller byte-by-byte) by Denys Vlasenko · 15 years ago
  91. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  92. 9d71fc6 read_key: document more weird key sequences by Denys Vlasenko · 15 years ago
  93. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  94. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  95. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  96. f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
  97. e707a30 add B921600 by Bernhard Reutner-Fischer · 15 years ago
  98. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  99. 04bb6b6 lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields. by Denys Vlasenko · 15 years ago
  100. a68bd4b comment anc Config.in changes, no code changes by Denys Vlasenko · 15 years ago