1. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  2. 4653e44 adduser: more fixes to "add user to specified group" by Denys Vlasenko · 15 years ago
  3. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  4. 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
  5. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  6. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  7. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  8. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  9. 78fcec4 crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes. by Denys Vlasenko · 15 years ago
  10. 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
  11. 1315c30 mount: needs find_mount_point.o by Denys Vlasenko · 15 years ago
  12. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  13. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  14. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  15. 1361aa2 udp_io: fix two more potential cases of unaligned accesses. 0 code size changes. by Denys Vlasenko · 15 years ago
  16. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  17. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  18. 75b7397 fix trivial compile breakage by Denys Vlasenko · 15 years ago
  19. ca6c7e4 ntp: simplifications; libbb: simpler resolution of numeric hostnames by Denys Vlasenko · 15 years ago
  20. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  21. 995f154 libbb: fix vasprintf implementation by Denys Vlasenko · 15 years ago
  22. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  23. ff1822a date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format by Denys Vlasenko · 15 years ago
  24. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  25. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  26. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  27. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  28. 13ad906 ash: fix bad interaction of "stty -echo" + ASK_TERMINAL by Denys Vlasenko · 15 years ago
  29. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  30. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  31. c6fb2a6 passwd: do not complain if /etc/shadow is missing by Denys Vlasenko · 15 years ago
  32. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  33. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  34. 1f6d230 lineedit: REALLY fix compile error now by Denys Vlasenko · 15 years ago
  35. 4dc0826 lineedit: compile fix by Denys Vlasenko · 15 years ago
  36. 00f0ef4 echo et al: support \e escape by Denys Vlasenko · 15 years ago
  37. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  38. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  39. d83bbf4 rename sent_ESC_br_n6 variable to sent_ESC_br6n by Denys Vlasenko · 15 years ago
  40. eb62d7c libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly by Denys Vlasenko · 15 years ago
  41. 1502a8b libbb/xrealloc_vector.c: better comment by Denys Vlasenko · 15 years ago
  42. 12450db libbb/bb_do_delay.c: shrink by Denys Vlasenko · 15 years ago
  43. 52b971f libbb/ask_confirmation.c: shrink by Denys Vlasenko · 15 years ago
  44. 727e1b5 read_key,lineeedit: parse position answerback faster; sanitize its use by Denys Vlasenko · 15 years ago
  45. 0f91b3d read_key: ignore unknown keys (do not return them to caller byte-by-byte) by Denys Vlasenko · 15 years ago
  46. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  47. 9d71fc6 read_key: document more weird key sequences by Denys Vlasenko · 15 years ago
  48. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  49. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  50. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  51. f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
  52. e707a30 add B921600 by Bernhard Reutner-Fischer · 15 years ago
  53. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  54. 04bb6b6 lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields. by Denys Vlasenko · 15 years ago
  55. a68bd4b comment anc Config.in changes, no code changes by Denys Vlasenko · 15 years ago
  56. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  57. 4db34d6 libbb: revert the change where spawn reports exec failure by Denys Vlasenko · 15 years ago
  58. 3f11f35 libbb: make spawn() print "can't execute '%s'" on execv error by Denys Vlasenko · 15 years ago
  59. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  60. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  61. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  62. 2f3f09c libbb/lineedit: restore ^D handling for unicode by Denys Vlasenko · 15 years ago
  63. db9c57e libbb/lineedit: fix the case when we configured history to have 0 lines by Denys Vlasenko · 15 years ago
  64. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  65. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  66. ed4ff0e pidof/killall: fix bug 625 (kernel threads get stale "binary name") by Denys Vlasenko · 15 years ago
  67. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  68. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  69. ae357bd top, ps: do not output trailing spaces by Denys Vlasenko · 15 years ago
  70. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  71. 33d8d08 httpd: shrink mime type matching code (suggested by Bernhard) by Denys Vlasenko · 15 years ago
  72. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  73. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  74. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  75. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
  76. 4b624d0 small commit tweak in parse_datestr, no code changes by Denys Vlasenko · 15 years ago
  77. 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
  78. ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
  79. 7f21494 rpm2cpio: handle bz2 too; code shrink by Pascal Bellard · 15 years ago
  80. b347592 update copyright year by Denys Vlasenko · 15 years ago
  81. 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
  82. e2944af libbb: prevent resursion on malloc failure by Denys Vlasenko · 15 years ago
  83. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  84. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
  85. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  86. 38dd8aa touch: implement -t TIME (needed for testsuite) by Denys Vlasenko · 15 years ago
  87. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  88. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  89. fff7364 widen "Unicode in environment" check by Denys Vlasenko · 15 years ago
  90. 9531f7d another small lineedit fix by Denys Vlasenko · 15 years ago
  91. 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
  92. 01ba167 lineedit+unicode: code shrink by Denys Vlasenko · 15 years ago
  93. f6106e6 comment fixes, no code changes by Denys Vlasenko · 15 years ago
  94. 53fd1bf lineedit: code shrink by Denys Vlasenko · 15 years ago
  95. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  96. 7dd0ce4 randomconfig fixes by Denys Vlasenko · 15 years ago
  97. 0ad438b comment fix, no code changes by Denys Vlasenko · 15 years ago
  98. 3b40543 busybox --install [-s] [DIR]: allow a parameter - destination DIR by Denys Vlasenko · 15 years ago
  99. 189f74d passwd + /etc/shadow: chage "change time" field too by Denys Vlasenko · 15 years ago
  100. 044b180 lineedit+unicode: make TAB completion work again by Denys Vlasenko · 15 years ago