1. 259747c hush: fix preprocessor directives indentation by Denys Vlasenko · 4 years, 5 months ago
  2. 1b76ffa grep: add -R by Tomi Leppanen · 4 years, 5 months ago
  3. 0084137 bc: fix comparison bug, closes 12336 by Denys Vlasenko · 4 years, 5 months ago
  4. d3539be Remove stime() function calls by Alistair Francis · 4 years, 5 months ago
  5. 419d029 Updated inittab example documentation by Denys Vlasenko · 4 years, 5 months ago
  6. af6bc54 chgrp: correct the usage for non-desktop chgrp calls by Liu, Shuang (ADITG/ESM) · 4 years, 6 months ago
  7. b230fdf taskset: tighten the check for stride values by Denys Vlasenko · 4 years, 6 months ago
  8. a82fb1b taskset: implement stride argument by Denys Vlasenko · 4 years, 6 months ago
  9. 2f57b51 unxz: show -t in --help by Denys Vlasenko · 4 years, 6 months ago
  10. e558660 taskset: update comment by Denys Vlasenko · 4 years, 6 months ago
  11. 162ac7f taskset: add support for taking/printing CPU list (-c option) by Denys Vlasenko · 4 years, 6 months ago
  12. 2180656 hush: restore redirected stdin by Denys Vlasenko · 4 years, 6 months ago
  13. ea096d6 ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 by Denys Vlasenko · 4 years, 6 months ago
  14. 6b49601 nslookup: implement support for SRV records by Jo-Philipp Wich · 4 years, 10 months ago
  15. 8c3b520 nslookup: handle replies without RRs by Jo-Philipp Wich · 4 years, 10 months ago
  16. caf5ee0 gunzip: fix incorrect decoding of "fixed" inflate blocks by Denys Vlasenko · 4 years, 6 months ago
  17. 122a8cb hdparm: placate "warning: taking the absolute value of unsigned type" by Denys Vlasenko · 4 years, 6 months ago
  18. 9a0c404 vi: placate "warning: shifting a negative signed value is undefined" by Denys Vlasenko · 4 years, 6 months ago
  19. f39a718 read_key(): placate "warning: shifting a negative signed value is undefined" by Denys Vlasenko · 4 years, 6 months ago
  20. d6ff27d ntpd: abs(tmx.offset) was truncating a "long" typed value by Denys Vlasenko · 4 years, 6 months ago
  21. b4ad1d8 tc: array address is never NULL by Denys Vlasenko · 4 years, 6 months ago
  22. e076162 traceroute: fix gcc-ism by Denys Vlasenko · 4 years, 6 months ago
  23. e5897d0 suppress a few "unused function" warnings by Denys Vlasenko · 4 years, 6 months ago
  24. 1f1492b netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) by Denys Vlasenko · 4 years, 6 months ago
  25. b4ef2e3 Makefile.flags: suppress some clang-9 warnings by Denys Vlasenko · 4 years, 6 months ago
  26. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 4 years, 6 months ago
  27. e1a7c97 tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 4 years, 6 months ago
  28. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 4 years, 6 months ago
  29. 7427406 shell: better comments in BASE#nn code by Denys Vlasenko · 4 years, 6 months ago
  30. 3ef513e shell/ulimit: code shrink by Denys Vlasenko · 4 years, 6 months ago
  31. fb11035 gunzip: code shrink by using int-, not short-sized struct member by Denys Vlasenko · 4 years, 6 months ago
  32. 6572ef6 gzip: code shrink by Denys Vlasenko · 4 years, 6 months ago
  33. c763392 gzip: code shrink by Denys Vlasenko · 4 years, 6 months ago
  34. 9586714 telnet: add disabled code to emit EC and IP by Denys Vlasenko · 4 years, 6 months ago
  35. 37a9008 brctl: code shrink by Denys Vlasenko · 4 years, 6 months ago
  36. ed79af7 config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMES by James Byrne · 4 years, 9 months ago
  37. eb13951 brctl: tweak help text, fix comments by Denys Vlasenko · 4 years, 7 months ago
  38. b4fa16d brctl: fold show_bridge_ports_ into its caller by Denys Vlasenko · 4 years, 7 months ago
  39. 3398753 brctl: code shrink by Denys Vlasenko · 4 years, 7 months ago
  40. 6dcf563 brctl: add support for showstp command by Martin Lewis · 4 years, 7 months ago
  41. 42f454b dpkg-deb: work around bogus error message when working with XZ compressed packages by Denys Vlasenko · 4 years, 7 months ago
  42. 7011eca replace: count_strstr - Handle an edge case where sub is empty by Martin Lewis · 4 years, 7 months ago
  43. dd46861 libbb: Converted safe_read to safe_write format by Martin Lewis · 4 years, 7 months ago
  44. ad27d44 runsv: Use 64 prefix syscall if we have to by Alistair Francis · 4 years, 7 months ago
  45. 902d399 time: Use 64 prefix syscall if we have to by Alistair Francis · 4 years, 7 months ago
  46. b7b7452 date: Use 64 prefix syscall if we have to by Alistair Francis · 4 years, 7 months ago
  47. 1f1988d udhcpc: fix segmentation fault on empty bin opt by Michal Kazior · 4 years, 7 months ago
  48. 6c1af28 brctl: add support for showmacs command by Martin Lewis · 4 years, 7 months ago
  49. 71b268c ln: --no-target-directory implies --no-dereference by Kaarle Ritvanen · 4 years, 7 months ago
  50. 4527273 route: fix output of "route -n -A inet6" by Tomas Paukrt · 4 years, 7 months ago
  51. 427c12c tee: do not intercept SIGPIPE by Denys Vlasenko · 4 years, 7 months ago
  52. 27f0e8a fdisk_aix: fix aliasing warning, comment out unused global variables by Denys Vlasenko · 4 years, 7 months ago
  53. d8e4ce0 fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink by Denys Vlasenko · 4 years, 7 months ago
  54. 65741d0 telnet: fix uninitialized variable bug by Denys Vlasenko · 4 years, 7 months ago
  55. 11e024a udhcpc6: add ELAPSED_TIME option to outgoing packets by Denys Vlasenko · 4 years, 7 months ago
  56. c58d785 ash: fix BASE###nn bashism for bases 36..64 by Denys Vlasenko · 4 years, 7 months ago
  57. ca1ce4b ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 by Denys Vlasenko · 4 years, 7 months ago
  58. f159352 bc: Add 'U' suffix in UINT_MAX preprocessor check by Kang-Che Sung · 4 years, 8 months ago
  59. 4a9daf2 wget: increase redirections limit by David Demelier · 4 years, 8 months ago
  60. 7f89ebe examples/udhcp/simple.script: print the filename actually changed by Rolf Eike Beer · 4 years, 9 months ago
  61. af18b30 find: implement -empty by Aaro Koskinen · 4 years, 8 months ago
  62. d327c6b gzip: code shrink by Denys Vlasenko · 4 years, 8 months ago
  63. 81a7083 examples/udhcp/simple.script: up interface on deconfig event by Denys Vlasenko · 4 years, 8 months ago
  64. 35e349d ash: add a FIXME comment by Denys Vlasenko · 4 years, 8 months ago
  65. 18a90ec hush: fix "set -o INVALID" affecting -e flag state by Denys Vlasenko · 4 years, 8 months ago
  66. 750137e gzip: code shrink by Denys Vlasenko · 4 years, 8 months ago
  67. c660cc1 gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n by Daniel Edgecumbe · 4 years, 8 months ago
  68. ca5d86d gzip: set compression flags correctly as per standard by Daniel Edgecumbe · 4 years, 8 months ago
  69. de82f0b gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6 by Daniel Edgecumbe · 4 years, 8 months ago
  70. 10509a7 dc: Parse error & fix out of bounds read in xc_program_printString by Brian Foley · 4 years, 8 months ago
  71. b64470b dc: Fix segfault when executing strings generated using asciify by Brian Foley · 4 years, 8 months ago
  72. 7454879 dc: execute shouldn't pop if stack head is not a string by Brian Foley · 4 years, 8 months ago
  73. 22a6339 udhcpc6: support stateless DHCPv6 by Eivind Versvik · 4 years, 8 months ago
  74. ac78f2a top: do not use previous colleced data wheh "h" toggles threads display by Denys Vlasenko · 4 years, 9 months ago
  75. 4f70a32 udhcpc6: s/iphdr/ip6_hdr/ by Denys Vlasenko · 4 years, 9 months ago
  76. 85b380f nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c") by Denys Vlasenko · 4 years, 9 months ago
  77. b81f805 stat: print nanosecond times, fix printing of empty lines by Denys Vlasenko · 4 years, 9 months ago
  78. 2f9c124 ash: fix set -o to not show "nameless" options by Denys Vlasenko · 4 years, 9 months ago
  79. 16474cf tar: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 4 years, 9 months ago
  80. e6a87e7 tar: code shrink by Denys Vlasenko · 4 years, 9 months ago
  81. 943e81f ash: only catch unexpected exceptions in PS1 expansion by Ron Yorston · 4 years, 9 months ago
  82. dac0a7d unicode: code shrink in character width determination by Denys Vlasenko · 4 years, 9 months ago
  83. 4767a53 libbb: include <crypt.h> only if necessary by Denys Vlasenko · 4 years, 10 months ago
  84. b694608 ntpd: add comment about mode6, no code changes by Denys Vlasenko · 4 years, 10 months ago
  85. c0961e0 ntpd: commonalize message strings by Denys Vlasenko · 4 years, 10 months ago
  86. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 4 years, 10 months ago
  87. caecfdc ntpd: abort if argvs are (unexpectedly) given by Denys Vlasenko · 4 years, 10 months ago
  88. 9663bbd free: include SReclaimable in cached value by Lukas Rusak · 4 years, 10 months ago
  89. 25a871f libbb: deal with "declaration of 'link' shadows a global declaration" warning by Denys Vlasenko · 4 years, 10 months ago
  90. 3a0eea0 pidof: support "pidof /path/to/binary" case by Denys Vlasenko · 4 years, 11 months ago
  91. 070aa61 readlink,realpath: fix a case with a symplink, closes 11021 by Denys Vlasenko · 4 years, 11 months ago
  92. 84d3850 udhcpc: fix comment, no code changes by Denys Vlasenko · 4 years, 11 months ago
  93. 72f12ac udhcpc6: fix aliasing warning by Denys Vlasenko · 4 years, 11 months ago
  94. d378fa1 dhcpc.c: Added support for relay server parameter. by Martin Lewis · 4 years, 11 months ago
  95. eda5142 Start 1.32.0 development cycle by Denys Vlasenko · 4 years, 11 months ago
  96. 0f1369f Bump version to 1.31.0 by Denys Vlasenko · 4 years, 11 months ago
  97. 3b69ba7 mount,losetup: use /dev/loop-control is it exists by Denys Vlasenko · 4 years, 11 months ago
  98. 7b6d4f5 start-stop-daemon: change priority before dropping privileges by Aitor Esteve Alvarado · 5 years ago
  99. 894f0a3 tftp: allow -lc and -cl options by Denys Vlasenko · 4 years, 11 months ago
  100. 94ce1c0 tftpd: revert erroneous change by Denys Vlasenko · 4 years, 11 months ago