1. f7ad927 ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot by Denys Vlasenko · 9 years ago
  2. bf74fb4 typo fix in comment by Denys Vlasenko · 9 years ago
  3. 6390a3a whitespace fixes by Denys Vlasenko · 9 years ago
  4. 450a367 typo fix by Denys Vlasenko · 9 years ago
  5. b5dabd9 libpwdgrp: fix comment discrepancies by Denys Vlasenko · 9 years ago
  6. 966423d Start 1.25.0 development cycle by Denys Vlasenko · 9 years ago
  7. 7ab00a0 Bump version to 1.24.0 by Denys Vlasenko · 9 years ago 1_24_0
  8. 5de4502 libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell by Denys Vlasenko · 9 years ago
  9. 57aeb62 randconfig fixes by Denys Vlasenko · 9 years ago
  10. c8e5ead build system: remove special-casing for extra libs by Denys Vlasenko · 9 years ago
  11. 2dbbf82 randconfig fixes by Denys Vlasenko · 9 years ago
  12. 85378cd hush: code shrink by Denys Vlasenko · 9 years ago
  13. 9323026 randconfig fix by Denys Vlasenko · 9 years ago
  14. 69c8c69 randconfig fixes by Denys Vlasenko · 9 years ago
  15. 005c492 ash: shrink umask code by Denys Vlasenko · 9 years ago
  16. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  17. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  18. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  19. 4cd99e7 ash: "you have mail" should ignore first change in mtime by Denys Vlasenko · 9 years ago
  20. 2384162 ash: simplify "you have mail" code by Denys Vlasenko · 9 years ago
  21. 4700fb5 ash: make dowait() a bit more readable. Logic is unchanged by Denys Vlasenko · 9 years ago
  22. e160315 updated android_ndk_defconfig by Denys Vlasenko · 9 years ago
  23. f2bf20f udhcpc: fix for some Android toolchain breakage by Denys Vlasenko · 9 years ago
  24. 8403b01 iproute: more string reuse by Denys Vlasenko · 9 years ago
  25. d1eea8d iproute: don't hardcode the path to config files by Christoph J. Thompson · 9 years ago
  26. 413feca ip: increased max ID for /etc/iproute2/rt_tables to 1023 by Denys Vlasenko · 9 years ago
  27. 3d8d5e8 libiproute: use itoa() where appropriate by Denys Vlasenko · 9 years ago
  28. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  29. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  30. 8c0708a find: support "find . -delete" idiom - do not try rmdir(".") by Denys Vlasenko · 9 years ago
  31. 305958d md5sum: code shrink by Denys Vlasenko · 9 years ago
  32. ec046f7 ash: use a more typical form of "print four octal digits" format by Denys Vlasenko · 9 years ago
  33. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  34. c1e2e00 ash: shrink "umask -S" code by Denys Vlasenko · 9 years ago
  35. 6283f98 hush: fix umask: umask(022) was setting umask(755) by Denys Vlasenko · 9 years ago
  36. 9c54100 ash: a bunch of trivial simplifications by Denys Vlasenko · 9 years ago
  37. 2007ef5 wget: make it possible to have both SSL helpers configured by Denys Vlasenko · 9 years ago
  38. 4271698 ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN by Denys Vlasenko · 9 years ago
  39. 78fb6ea ssl_helper: tweaks discovered while building 32-bit version by Denys Vlasenko · 9 years ago
  40. 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
  41. 3b650c1 qemu testing: extract_od_binary.sh: support huge files (and broken od) by Denys Vlasenko · 9 years ago
  42. 2b48c38 uudecode: tolerate text input with CR+LF line ends by Denys Vlasenko · 9 years ago
  43. e6b5787 qemu testing: Do build brctl and ifplugd; force mips32 dialect by Denys Vlasenko · 9 years ago
  44. a779c6d qemu testing: fix hexdumping of binary by Denys Vlasenko · 9 years ago
  45. 5fa6d1a Aboriginal linux/musl build fixes by Denys Vlasenko · 9 years ago
  46. 12efcf3 Add qemu_multiarch_testing/ by Denys Vlasenko · 9 years ago
  47. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
  48. c919d56 umount: always use umount2 syscall with specified flags by Denys Vlasenko · 9 years ago
  49. c65a759 adduser: fix help text by Denys Vlasenko · 9 years ago
  50. 65db14e adduser: Add -k /path/to/skel by Bernhard Reutner-Fischer · 10 years ago
  51. 2beb524 i2c-tools: rename remaining defines by Bartosz Golaszewski · 9 years ago
  52. d9892fa i2c-tools: remove duplicate definitions by Bartosz Golaszewski · 9 years ago
  53. 8aa7cf3 sort: fix -kN,M handling (was including last separator into the comparison) by Denys Vlasenko · 9 years ago
  54. f085344 libbb: another unit test for is_suffixed_with by Tito Ragusa · 9 years ago
  55. 8752973 modprobe: handle module arguments containing spaces by Peter Korsgaard · 9 years ago
  56. ca25af9 ash: fix slash treatment in expmeta by Ron Yorston · 9 years ago
  57. 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
  58. 2156e22 Makefile.flags: survive a build system which has no pthread by Denys Vlasenko · 9 years ago
  59. 26c423d ash,hush: add a test which fails for ash since commit 549deab by Denys Vlasenko · 9 years ago
  60. 66a781a ash: add tests adapted from hush glob tests. glob2.tests currently fails by Denys Vlasenko · 9 years ago
  61. 68acc0f libbb: make is_suffixed_with() return pointer inside string, not key. by Denys Vlasenko · 9 years ago
  62. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  63. 5b865de ping: fix recently introduced build breakage for non-optimizing builds by Denys Vlasenko · 9 years ago
  64. 0a4d0e8 libbb: add a comment describing the way is_prefixed_with() works by Bartosz Golaszewski · 9 years ago
  65. b432923 libbb: add unit tests for is_prefixed_with() by Bartosz Golaszewski · 9 years ago
  66. d862717 login: don't print motd if .hushlogin exists in users home by Sören Tempel · 9 years ago
  67. 864d1b7 dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is enabled by Peter Korsgaard · 9 years ago
  68. 65c501a ifupdown: 'prio' should have been 'metric' in static_up and static_up6 by Alex Dowad · 9 years ago
  69. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  70. 2db782b Merge setsockopt error messages by Denys Vlasenko · 9 years ago
  71. 729b706 traceroute: fix help text by Denys Vlasenko · 9 years ago
  72. bb2fd67 Makefile: add missing libraries to LDLIBS by Bartosz Golaszewski · 9 years ago
  73. 718e228 unit-tests: remove code depending on WANT_TIMING by Bartosz Golaszewski · 9 years ago
  74. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  75. fb52769 arping: make help text clearer by Denys Vlasenko · 9 years ago
  76. 26ccd3d less: fix botched attempt to use last column by Ron Yorston · 9 years ago
  77. 72dcbe4 ipcalc: fix trivial usage message by Ron Yorston · 9 years ago
  78. a83e3ae zcip: tweak comments and make unsigned division more obvious by Denys Vlasenko · 9 years ago
  79. e347583 zcip: another code shrink by Denys Vlasenko · 9 years ago
  80. 99e30be zcip: code shrink by Denys Vlasenko · 9 years ago
  81. 16aa7a7 zcip: simplify code by Denys Vlasenko · 9 years ago
  82. 64ed5f0 uname: make OS name configurable by Ron Yorston · 9 years ago
  83. b27cf31 less: further tweaks to regular file detection by Ron Yorston · 9 years ago
  84. ad27a6d diff.tests: add testcases for -B and single line changes by Aaro Koskinen · 9 years ago
  85. a47fcca diff: fix -B with single line changes by Aaro Koskinen · 9 years ago
  86. 9dc526d less: improve regular file detection in line counting code by Denys Vlasenko · 9 years ago
  87. 1ecb996 less: allow use of last column of terminal by Ron Yorston · 9 years ago
  88. d542d18 less: fix line number confusion by Ron Yorston · 9 years ago
  89. ad1b4d5 less: add a function to detect when display is at end of file by Ron Yorston · 9 years ago
  90. 70b84be less: rearrange detection of non-regular files by Ron Yorston · 9 years ago
  91. 159e032 less: move code to count lines into a separate function by Ron Yorston · 9 years ago
  92. ae1a9e8 less: fix numeric input by Ron Yorston · 9 years ago
  93. 670c3f7 echo: make escape sequences depend on fancy mode by Mike Frysinger · 9 years ago
  94. 52f2f37 fbset: fix rgba parsing by Linus Walleij · 9 years ago
  95. c29021e udhcpc: dns labels can actually start with a number by Arthur Gautier · 9 years ago
  96. 193ba40 less: improvements to verbose status messages by Ron Yorston · 9 years ago
  97. 35ae2cc sync: add support for -d -f FILE by Denys Vlasenko · 9 years ago
  98. ce193f8 Remove old_e2fsprogs/* by Denys Vlasenko · 9 years ago
  99. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  100. 78cfa00 less: correctly account for tabs when rewrapping lines by Ron Yorston · 9 years ago