1. 0f592d7 tar: tighten up pax header validity check by Denys Vlasenko · 11 years ago
  2. 604b7b6 fakeidentd: simplify ndelay manipulations by Denys Vlasenko · 11 years ago
  3. 1bdbf26 tail: adjust help/usage texts by Cristian Ionescu-Idbohrn · 11 years ago
  4. 79df481 lineedit: fix trivial build failure by Denys Vlasenko · 11 years ago
  5. 7c47b56 libarchive: open_zipped() does not need to check extensions for e.g. gzip by Denys Vlasenko · 11 years ago
  6. 9b76f89 build system: fix non-portable sed constructs. by Matthias Andree · 11 years ago
  7. 3deabea fixlet for the previous commit #2 by Denys Vlasenko · 11 years ago
  8. abaf910 fixlet for the previous commit by Denys Vlasenko · 11 years ago
  9. 3ea93e8 networking: explain isrv_run() API by Denys Vlasenko · 11 years ago
  10. 89deb22 fakeidentd: fix use-after-free by Ryan Mallon · 11 years ago
  11. 16ca379 chown: fix help text by Denys Vlasenko · 11 years ago
  12. 6eb0cbe find: fix a regression introduced with -HLP support by Denys Vlasenko · 11 years ago
  13. f0058b1 ping: revert "try SOCK_DGRAM if no root privileges" by Denys Vlasenko · 11 years ago
  14. e4569be build system: "make hosttools" doesn't exist, remove it from "make help" by Denys Vlasenko · 11 years ago
  15. f2743a5 build system: stop including alloca.h, stdlib.h provides it by Denys Vlasenko · 11 years ago
  16. cb76113 ntpd: adjust last packet's recv time after a step by Denys Vlasenko · 11 years ago
  17. 96f92a1 libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. by Denys Vlasenko · 11 years ago
  18. 8e0ad26 Another FreeBSD fix from Matthias Andree by Denys Vlasenko · 11 years ago
  19. 5680e98 ash: in bash compat mode, always export $SHLVL by Denys Vlasenko · 11 years ago
  20. cd55f2d grep: fix two bugs with -w by Denys Vlasenko · 11 years ago
  21. 432fbd7 platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD by Denys Vlasenko · 11 years ago
  22. 5743402 Start 1.23.0 development cycle by Denys Vlasenko · 11 years ago
  23. a2dd4ee Bump version to 1.22.0 by Denys Vlasenko · 11 years ago 1_22_0
  24. 7625811 testsuite: remove forgotten debug hack by Denys Vlasenko · 11 years ago
  25. 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
  26. 61be8e4 testsuite: disable tests for no longer supported bbox-specific date formats by Denys Vlasenko · 11 years ago
  27. e83e1c5 adduser: check whether run with no USERNAME. Closes 6728 by Denys Vlasenko · 11 years ago
  28. e85e260 testsuite: fix false positives for du by Denys Vlasenko · 11 years ago
  29. c9d87be build system: fix make gconfig by Daniel Borca · 11 years ago
  30. 80a068d sed: accept s///i as a synonym for s///I ("ignore case") by David A. Wheeler · 11 years ago
  31. e9355c4 hostname: do not use gethostbyname() for "hostname -s" by Michael Tokarev · 11 years ago
  32. 4967a41 wget: user-friendly fallback to http by Lauri Kasanen · 11 years ago
  33. 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 11 years ago
  34. 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 11 years ago
  35. 9f4f601 do not fail build if MAXSYMLINKS isn't defined by Michael Tokarev · 11 years ago
  36. 22bb81f expand: use printable_string instead of hard-coding implementation by Michael Tokarev · 11 years ago
  37. 0b3a38b ntpd: speed up resyncing if our clock is seriously off by Denys Vlasenko · 11 years ago
  38. 777be10 ntpd: do not invalidate datapoints after step by Denys Vlasenko · 11 years ago
  39. 6c46eed ntpd: comment out "spike detection" code by Denys Vlasenko · 11 years ago
  40. a14958c ntpd: promote log level 3 to production by Denys Vlasenko · 11 years ago
  41. cb1dc1d ntpd: let user know if spike was detected by Denys Vlasenko · 11 years ago
  42. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  43. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  44. 1a7256a chpst: fix a bug where -U USER was using wrong USER (one from -u USER) by Denys Vlasenko · 11 years ago
  45. 7274563 ping: try SOCK_DGRAM if no root privileges by Daniel Borca · 11 years ago
  46. df0d2cd dpkg-deb: cosmetic correction to usage text by Daniel Borca · 11 years ago
  47. deb0769 sed: code shrink by Denys Vlasenko · 11 years ago
  48. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 11 years ago
  49. 8bd810b hush: typo fixes in comments by Denys Vlasenko · 11 years ago
  50. d9fc4d8 platform: strchrnul is missing if __APPLE__ by Daniel Borca · 11 years ago
  51. 195c436 build system: use od -b instead of od -t x1 by Denys Vlasenko · 11 years ago
  52. 760fc6d init: halt on SIGPWR too by Bogdan Purcareata · 11 years ago
  53. cffe28e libbb: add sketch of tentative 'better' passwd/group API by Denys Vlasenko · 11 years ago
  54. 4d8ad38 devfsd: remove static variable by Denys Vlasenko · 11 years ago
  55. 924a179 build system: do not generate MAX_APPLET_NAME_LEN (unused) by Denys Vlasenko · 11 years ago
  56. 26ad256 logread: don't call shmdt() before exit, kernel does it for us. by Denys Vlasenko · 11 years ago
  57. 71f6c1a logread: flush output. closes 6710 by Denys Vlasenko · 11 years ago
  58. bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 11 years ago
  59. 2635369 rfkill: use new-style config/kbuild/applet by Denys Vlasenko · 11 years ago
  60. 0545e3b tar: prevent empty file to be treated as valid tarball by Denys Vlasenko · 11 years ago
  61. dd1d8ab fix a copy/paste error in last tar testcase name by Denys Vlasenko · 11 years ago
  62. 1cbc642 tar: add a testcase for previous commit by Denys Vlasenko · 11 years ago
  63. ebfa9b5 tar: fix exitcode check for MMU-spawned unpacking helpers by Denys Vlasenko · 11 years ago
  64. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  65. 6ef7729 comment tweak by Denys Vlasenko · 11 years ago
  66. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  67. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  68. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
  69. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  70. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  71. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  72. f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 11 years ago
  73. cd0936b fstrim: use new-style config/kbuild/applet snippets; trim help text by Denys Vlasenko · 11 years ago
  74. d3092c9 udhcp: add PXELINUX config file option (code 209) definition by Jeremy Kerr · 11 years ago
  75. 087843a fix "warning: ISO C90 forbids mixed declarations and code" by Denys Vlasenko · 11 years ago
  76. afa63b2 fix bashisms in testsuite/ by Michael Tokarev · 11 years ago
  77. 5e63776 fstrim: Needs to fire at the mp, not bd by Bernhard Reutner-Fischer · 11 years ago
  78. b1489f9 fstrim: Indicate failure on error by Bernhard Reutner-Fischer · 11 years ago
  79. 140f4e3 fstrim: -17b by Bernhard Reutner-Fischer · 11 years ago
  80. 1d39e33 fstrim: New applet by Malek Degachi · 11 years ago
  81. 80f8cdf ash: Set SHLVL in ASH_BASH_COMPAT by Bernhard Reutner-Fischer · 11 years ago
  82. 200c1c4 ash: Use setvar2 some more by Bernhard Reutner-Fischer · 11 years ago
  83. b541d1f swaponoff: shrink by Bernhard Reutner-Fischer · 11 years ago
  84. 8d3efaf udhcpc: allow zero server-id. Closes 6614. by Denys Vlasenko · 11 years ago
  85. b21bc80 init: fix illegal memory access when max message length is reached by Yuan-Hsiang Lee · 11 years ago
  86. 18b4619 bootchartd: warn if .config looks wrong by Denys Vlasenko · 11 years ago
  87. 17f4aca Makefile.custom: make "make release" delete .gitignore files too by Denys Vlasenko · 11 years ago
  88. c44539f sed: fix "sed clusternewline" testcase by Denys Vlasenko · 11 years ago
  89. a82e32d sed: document -E in help text by Denys Vlasenko · 11 years ago
  90. 9d46a7a sed: fix memory leak in 'r FILE' command by Denys Vlasenko · 11 years ago
  91. af0cdee sed: accept -E as a synonym for -r by David A. Wheeler · 11 years ago
  92. 2d576e2 udhcpc: make DHCP packets to have at least 300 DHCP bytes by Johannes Stezenbach · 11 years ago
  93. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  94. 28a2094 bloat-o-meter: add usage info by Bartosz Golaszewski · 11 years ago
  95. 6493801 tail compat: fix header printing for tail -f by Bartosz Golaszewski · 11 years ago
  96. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  97. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  98. eba5fae ether-wake: shorten help text, reduce packet buffer size by Denys Vlasenko · 11 years ago
  99. d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
  100. 730e4d8 init: better --help text by Denys Vlasenko · 11 years ago