1. ad27d44 runsv: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  2. 902d399 time: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  3. b7b7452 date: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  4. 1f1988d udhcpc: fix segmentation fault on empty bin opt by Michal Kazior · 5 years ago
  5. 6c1af28 brctl: add support for showmacs command by Martin Lewis · 5 years ago
  6. 71b268c ln: --no-target-directory implies --no-dereference by Kaarle Ritvanen · 5 years ago
  7. 4527273 route: fix output of "route -n -A inet6" by Tomas Paukrt · 5 years ago
  8. 427c12c tee: do not intercept SIGPIPE by Denys Vlasenko · 5 years ago
  9. 27f0e8a fdisk_aix: fix aliasing warning, comment out unused global variables by Denys Vlasenko · 5 years ago
  10. d8e4ce0 fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink by Denys Vlasenko · 5 years ago
  11. 65741d0 telnet: fix uninitialized variable bug by Denys Vlasenko · 5 years ago
  12. 11e024a udhcpc6: add ELAPSED_TIME option to outgoing packets by Denys Vlasenko · 5 years ago
  13. c58d785 ash: fix BASE###nn bashism for bases 36..64 by Denys Vlasenko · 5 years ago
  14. ca1ce4b ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 by Denys Vlasenko · 5 years ago
  15. f159352 bc: Add 'U' suffix in UINT_MAX preprocessor check by Kang-Che Sung · 5 years ago
  16. 4a9daf2 wget: increase redirections limit by David Demelier · 5 years ago
  17. 7f89ebe examples/udhcp/simple.script: print the filename actually changed by Rolf Eike Beer · 5 years ago
  18. af18b30 find: implement -empty by Aaro Koskinen · 5 years ago
  19. d327c6b gzip: code shrink by Denys Vlasenko · 5 years ago
  20. 81a7083 examples/udhcp/simple.script: up interface on deconfig event by Denys Vlasenko · 5 years ago
  21. 35e349d ash: add a FIXME comment by Denys Vlasenko · 5 years ago
  22. 18a90ec hush: fix "set -o INVALID" affecting -e flag state by Denys Vlasenko · 5 years ago
  23. 750137e gzip: code shrink by Denys Vlasenko · 5 years ago
  24. c660cc1 gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n by Daniel Edgecumbe · 5 years ago
  25. ca5d86d gzip: set compression flags correctly as per standard by Daniel Edgecumbe · 5 years ago
  26. de82f0b gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6 by Daniel Edgecumbe · 5 years ago
  27. 10509a7 dc: Parse error & fix out of bounds read in xc_program_printString by Brian Foley · 5 years ago
  28. b64470b dc: Fix segfault when executing strings generated using asciify by Brian Foley · 5 years ago
  29. 7454879 dc: execute shouldn't pop if stack head is not a string by Brian Foley · 5 years ago
  30. 22a6339 udhcpc6: support stateless DHCPv6 by Eivind Versvik · 5 years ago
  31. ac78f2a top: do not use previous colleced data wheh "h" toggles threads display by Denys Vlasenko · 5 years ago
  32. 4f70a32 udhcpc6: s/iphdr/ip6_hdr/ by Denys Vlasenko · 5 years ago
  33. 85b380f nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c") by Denys Vlasenko · 5 years ago
  34. b81f805 stat: print nanosecond times, fix printing of empty lines by Denys Vlasenko · 5 years ago
  35. 2f9c124 ash: fix set -o to not show "nameless" options by Denys Vlasenko · 5 years ago
  36. 16474cf tar: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 5 years ago
  37. e6a87e7 tar: code shrink by Denys Vlasenko · 5 years ago
  38. 943e81f ash: only catch unexpected exceptions in PS1 expansion by Ron Yorston · 5 years ago
  39. dac0a7d unicode: code shrink in character width determination by Denys Vlasenko · 5 years ago
  40. 4767a53 libbb: include <crypt.h> only if necessary by Denys Vlasenko · 5 years ago
  41. b694608 ntpd: add comment about mode6, no code changes by Denys Vlasenko · 5 years ago
  42. c0961e0 ntpd: commonalize message strings by Denys Vlasenko · 5 years ago
  43. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  44. caecfdc ntpd: abort if argvs are (unexpectedly) given by Denys Vlasenko · 5 years ago
  45. 9663bbd free: include SReclaimable in cached value by Lukas Rusak · 5 years ago
  46. 25a871f libbb: deal with "declaration of 'link' shadows a global declaration" warning by Denys Vlasenko · 5 years ago
  47. 3a0eea0 pidof: support "pidof /path/to/binary" case by Denys Vlasenko · 5 years ago
  48. 070aa61 readlink,realpath: fix a case with a symplink, closes 11021 by Denys Vlasenko · 5 years ago
  49. 84d3850 udhcpc: fix comment, no code changes by Denys Vlasenko · 5 years ago
  50. 72f12ac udhcpc6: fix aliasing warning by Denys Vlasenko · 5 years ago
  51. d378fa1 dhcpc.c: Added support for relay server parameter. by Martin Lewis · 5 years ago
  52. eda5142 Start 1.32.0 development cycle by Denys Vlasenko · 5 years ago
  53. 0f1369f Bump version to 1.31.0 by Denys Vlasenko · 5 years ago 1_31_0
  54. 3b69ba7 mount,losetup: use /dev/loop-control is it exists by Denys Vlasenko · 5 years ago
  55. 7b6d4f5 start-stop-daemon: change priority before dropping privileges by Aitor Esteve Alvarado · 6 years ago
  56. 894f0a3 tftp: allow -lc and -cl options by Denys Vlasenko · 5 years ago
  57. 94ce1c0 tftpd: revert erroneous change by Denys Vlasenko · 5 years ago
  58. 3b8025f tftp: optional tftp-hpa compat by Denys Vlasenko · 5 years ago
  59. 48eebc8 expand: add commented-out code to handle NULs by Denys Vlasenko · 5 years ago
  60. 9254925 expand,unexpand: drop broken test, add FIXME comment by Denys Vlasenko · 5 years ago
  61. 22cc928 awk: fix testsuite by Denys Vlasenko · 5 years ago
  62. 04a0b7f bc: placate compiler warnings by Denys Vlasenko · 5 years ago
  63. fa182a3 vi: code shrink by Denys Vlasenko · 5 years ago
  64. 7a4e554 bc: placate compiler warnings by Denys Vlasenko · 5 years ago
  65. 3e463e1 brctl: placate compiler warnings by Denys Vlasenko · 5 years ago
  66. 023ae75 blockdev: add usage comment, no code changes by Denys Vlasenko · 5 years ago
  67. 1230aec httpd: .js is "application/javascript", not "application/x-javascript" by Denys Vlasenko · 5 years ago
  68. a5c5dc6 passwd: do not set 0 as date of last password change, closes 11951 by Denys Vlasenko · 5 years ago
  69. 5c317c0 httpd: add js to built in MIME types list by Denys Vlasenko · 6 years ago
  70. 09b25ec httpd: add svg to built in MIME types list by Vicente Jimenez Aguilar · 6 years ago
  71. ed04201 lpd: avoid SEGVing on immediate EOF from peer by Denys Vlasenko · 6 years ago
  72. 45e3967 libbb: move netlink socket binding to the utility function by Denys Vlasenko · 6 years ago
  73. 498cec2 mdev: add support to run as daemon by Jan Klötzke · 6 years ago
  74. 728e53d mdev: use option parser helper by Jan Klötzke · 6 years ago
  75. d04b726 mdev: move action processing into separate functions by Jan Klötzke · 6 years ago
  76. f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
  77. 897475a ash: allocate line editing structure only if needed by Denys Vlasenko · 6 years ago
  78. 6eb6e6a dhcp: downgrade "got raw socket fd" message to log3, make log2 default max by Denys Vlasenko · 6 years ago
  79. 65c34c5 dhcp: get rid of static data signal_pipe by Denys Vlasenko · 6 years ago
  80. 91755cb udhcp: rename server_config to server_data by Denys Vlasenko · 6 years ago
  81. 726cbb1 losetup: Add partition scanning option by Jack O'Sullivan · 6 years ago
  82. bcb1fc3 udhcp: rename client_config to client_data, server_config to server_data by Denys Vlasenko · 6 years ago
  83. 818d9e0 udhcpc6: Fixed aliasing compilation error by Martin Lewis · 6 years ago
  84. 8b35f20 shell: move all definitions of strto_arith_t() together by Denys Vlasenko · 6 years ago
  85. 9501bc7 ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n by Denys Vlasenko · 6 years ago
  86. b2c123d testsuite: fix bunzip2.tests expectations by Denys Vlasenko · 6 years ago
  87. eda83c9 comment fix by Denys Vlasenko · 6 years ago
  88. cc71f79 libarchive: treat one "FIXME: avoid seek", take 2 by Denys Vlasenko · 6 years ago
  89. a4ed2c4 dhcp: get rid of last global data by Denys Vlasenko · 6 years ago
  90. dff2bd7 libarchive: treat one "FIXME: avoid seek" by Denys Vlasenko · 6 years ago
  91. 309f5e3 losetup: implement -c by Denys Vlasenko · 6 years ago
  92. 1115e40 dhcp: tweak comments, no code changes by Denys Vlasenko · 6 years ago
  93. 58d998d bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Closes 11896 by Denys Vlasenko · 6 years ago
  94. 028c5aa ip: use rtnl_send_check() on flush commands, closes 6962 by Denys Vlasenko · 6 years ago
  95. 84fc645 *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 6 years ago
  96. 831844c udhcpd: fix printing of static leases by Denys Vlasenko · 6 years ago
  97. d8740b2 hush: show 's' in $- by Denys Vlasenko · 6 years ago
  98. 76a4e83 hush: allocate line edit buffer only for interactive shell by Denys Vlasenko · 6 years ago
  99. 9edd268 shell: implement optional "BASE#nnnn" numeric literals by Denys Vlasenko · 6 years ago
  100. 30a4c32 hush: remove test for "echo ${-}" errorring out - now it works by Denys Vlasenko · 6 years ago