1. 62ae323 tar: implement --version for buildroot by Denys Vlasenko · 9 years ago
  2. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  3. c479178 login: explain -h HOST option better by Denys Vlasenko · 9 years ago
  4. 92e1b08 wget: make Bartosz's "wget --passive-ftp -nd -t 3" work by Denys Vlasenko · 9 years ago
  5. edcd5dc typo fix by Denys Vlasenko · 9 years ago
  6. 58d0e20 scripts/trylink: remove $CPPFLAGS by Denys Vlasenko · 9 years ago
  7. 5134010 scripts/trylink: fix bit-rotted linker option verification by Denys Vlasenko · 9 years ago
  8. 76efb3e qemu_multiarch_testing/README: add a list of qemu's needed by Denys Vlasenko · 9 years ago
  9. f2ccefb setarch: add support for '-R' (disable randomization) by Denys Vlasenko · 9 years ago
  10. 0506e29 sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" by Denys Vlasenko · 9 years ago
  11. d1ed3e6 sort: code shrink by Denys Vlasenko · 9 years ago
  12. fd19faf remove extra debug printout by Denys Vlasenko · 9 years ago
  13. 2e86a5c sort: fix key with delimiters breakage by Denys Vlasenko · 9 years ago
  14. 3d0805e libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 by Denys Vlasenko · 9 years ago
  15. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  16. f3d58a2 od: get rid of (almost all) statics by Denys Vlasenko · 9 years ago
  17. c4fb8c6 fsck: do not use statics by Denys Vlasenko · 9 years ago
  18. 36647ab chattr,lsattr: shorten help message by Denys Vlasenko · 9 years ago
  19. 95dee81 loginutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  20. 28826ac debianutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  21. 854bb68 printutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  22. 0863e1a runit/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  23. 000eda4 e2fsprogs/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  24. d34f300 sysklogd/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  25. 2735bc0 cpio: implement -R/--owner by Aaro Koskinen · 9 years ago
  26. 93dd9fd du: extra compat: with -k and -m, round sizes up by Denys Vlasenko · 9 years ago
  27. 5251135 better pinger service example by Denys Vlasenko · 9 years ago
  28. 4ad702c top: make sort field for 's' mode less confusing by Denys Vlasenko · 9 years ago
  29. 926d801 libiproute: make rt_addr_n2a() and format_host() return auto strings by Denys Vlasenko · 9 years ago
  30. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  31. 6993470 networking: add 'ip neigh' command by Curt Brune · 9 years ago
  32. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  33. 4d0c1ea wget: shrink code if https isn't supported by Ron Yorston · 9 years ago
  34. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  35. f7ad927 ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot by Denys Vlasenko · 9 years ago
  36. bf74fb4 typo fix in comment by Denys Vlasenko · 9 years ago
  37. 6390a3a whitespace fixes by Denys Vlasenko · 9 years ago
  38. 450a367 typo fix by Denys Vlasenko · 9 years ago
  39. b5dabd9 libpwdgrp: fix comment discrepancies by Denys Vlasenko · 9 years ago
  40. 966423d Start 1.25.0 development cycle by Denys Vlasenko · 9 years ago
  41. 7ab00a0 Bump version to 1.24.0 by Denys Vlasenko · 9 years ago 1_24_0
  42. 5de4502 libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell by Denys Vlasenko · 9 years ago
  43. 57aeb62 randconfig fixes by Denys Vlasenko · 9 years ago
  44. c8e5ead build system: remove special-casing for extra libs by Denys Vlasenko · 9 years ago
  45. 2dbbf82 randconfig fixes by Denys Vlasenko · 9 years ago
  46. 85378cd hush: code shrink by Denys Vlasenko · 9 years ago
  47. 9323026 randconfig fix by Denys Vlasenko · 9 years ago
  48. 69c8c69 randconfig fixes by Denys Vlasenko · 9 years ago
  49. 005c492 ash: shrink umask code by Denys Vlasenko · 9 years ago
  50. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  51. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  52. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  53. 4cd99e7 ash: "you have mail" should ignore first change in mtime by Denys Vlasenko · 9 years ago
  54. 2384162 ash: simplify "you have mail" code by Denys Vlasenko · 9 years ago
  55. 4700fb5 ash: make dowait() a bit more readable. Logic is unchanged by Denys Vlasenko · 9 years ago
  56. e160315 updated android_ndk_defconfig by Denys Vlasenko · 9 years ago
  57. f2bf20f udhcpc: fix for some Android toolchain breakage by Denys Vlasenko · 9 years ago
  58. 8403b01 iproute: more string reuse by Denys Vlasenko · 9 years ago
  59. d1eea8d iproute: don't hardcode the path to config files by Christoph J. Thompson · 9 years ago
  60. 413feca ip: increased max ID for /etc/iproute2/rt_tables to 1023 by Denys Vlasenko · 9 years ago
  61. 3d8d5e8 libiproute: use itoa() where appropriate by Denys Vlasenko · 9 years ago
  62. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  63. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  64. 8c0708a find: support "find . -delete" idiom - do not try rmdir(".") by Denys Vlasenko · 9 years ago
  65. 305958d md5sum: code shrink by Denys Vlasenko · 9 years ago
  66. ec046f7 ash: use a more typical form of "print four octal digits" format by Denys Vlasenko · 9 years ago
  67. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  68. c1e2e00 ash: shrink "umask -S" code by Denys Vlasenko · 9 years ago
  69. 6283f98 hush: fix umask: umask(022) was setting umask(755) by Denys Vlasenko · 9 years ago
  70. 9c54100 ash: a bunch of trivial simplifications by Denys Vlasenko · 9 years ago
  71. 2007ef5 wget: make it possible to have both SSL helpers configured by Denys Vlasenko · 9 years ago
  72. 4271698 ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN by Denys Vlasenko · 9 years ago
  73. 78fb6ea ssl_helper: tweaks discovered while building 32-bit version by Denys Vlasenko · 9 years ago
  74. 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
  75. 3b650c1 qemu testing: extract_od_binary.sh: support huge files (and broken od) by Denys Vlasenko · 9 years ago
  76. 2b48c38 uudecode: tolerate text input with CR+LF line ends by Denys Vlasenko · 9 years ago
  77. e6b5787 qemu testing: Do build brctl and ifplugd; force mips32 dialect by Denys Vlasenko · 9 years ago
  78. a779c6d qemu testing: fix hexdumping of binary by Denys Vlasenko · 9 years ago
  79. 5fa6d1a Aboriginal linux/musl build fixes by Denys Vlasenko · 9 years ago
  80. 12efcf3 Add qemu_multiarch_testing/ by Denys Vlasenko · 9 years ago
  81. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
  82. c919d56 umount: always use umount2 syscall with specified flags by Denys Vlasenko · 9 years ago
  83. c65a759 adduser: fix help text by Denys Vlasenko · 9 years ago
  84. 65db14e adduser: Add -k /path/to/skel by Bernhard Reutner-Fischer · 10 years ago
  85. 2beb524 i2c-tools: rename remaining defines by Bartosz Golaszewski · 9 years ago
  86. d9892fa i2c-tools: remove duplicate definitions by Bartosz Golaszewski · 9 years ago
  87. 8aa7cf3 sort: fix -kN,M handling (was including last separator into the comparison) by Denys Vlasenko · 9 years ago
  88. f085344 libbb: another unit test for is_suffixed_with by Tito Ragusa · 9 years ago
  89. 8752973 modprobe: handle module arguments containing spaces by Peter Korsgaard · 9 years ago
  90. ca25af9 ash: fix slash treatment in expmeta by Ron Yorston · 9 years ago
  91. b5be13c hush: fix a nommu bug where a part of function body is lost if run in a pipe by Denys Vlasenko · 9 years ago
  92. 2156e22 Makefile.flags: survive a build system which has no pthread by Denys Vlasenko · 9 years ago
  93. 26c423d ash,hush: add a test which fails for ash since commit 549deab by Denys Vlasenko · 9 years ago
  94. 66a781a ash: add tests adapted from hush glob tests. glob2.tests currently fails by Denys Vlasenko · 9 years ago
  95. 68acc0f libbb: make is_suffixed_with() return pointer inside string, not key. by Denys Vlasenko · 9 years ago
  96. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  97. 5b865de ping: fix recently introduced build breakage for non-optimizing builds by Denys Vlasenko · 9 years ago
  98. 0a4d0e8 libbb: add a comment describing the way is_prefixed_with() works by Bartosz Golaszewski · 9 years ago
  99. b432923 libbb: add unit tests for is_prefixed_with() by Bartosz Golaszewski · 9 years ago
  100. d862717 login: don't print motd if .hushlogin exists in users home by Sören Tempel · 9 years ago