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