1. 9663bbd free: include SReclaimable in cached value by Lukas Rusak · 5 years ago
  2. 25a871f libbb: deal with "declaration of 'link' shadows a global declaration" warning by Denys Vlasenko · 5 years ago
  3. 3a0eea0 pidof: support "pidof /path/to/binary" case by Denys Vlasenko · 5 years ago
  4. 070aa61 readlink,realpath: fix a case with a symplink, closes 11021 by Denys Vlasenko · 6 years ago
  5. 84d3850 udhcpc: fix comment, no code changes by Denys Vlasenko · 6 years ago
  6. 72f12ac udhcpc6: fix aliasing warning by Denys Vlasenko · 6 years ago
  7. d378fa1 dhcpc.c: Added support for relay server parameter. by Martin Lewis · 6 years ago
  8. eda5142 Start 1.32.0 development cycle by Denys Vlasenko · 6 years ago
  9. 0f1369f Bump version to 1.31.0 by Denys Vlasenko · 6 years ago 1_31_0
  10. 3b69ba7 mount,losetup: use /dev/loop-control is it exists by Denys Vlasenko · 6 years ago
  11. 7b6d4f5 start-stop-daemon: change priority before dropping privileges by Aitor Esteve Alvarado · 6 years ago
  12. 894f0a3 tftp: allow -lc and -cl options by Denys Vlasenko · 6 years ago
  13. 94ce1c0 tftpd: revert erroneous change by Denys Vlasenko · 6 years ago
  14. 3b8025f tftp: optional tftp-hpa compat by Denys Vlasenko · 6 years ago
  15. 48eebc8 expand: add commented-out code to handle NULs by Denys Vlasenko · 6 years ago
  16. 9254925 expand,unexpand: drop broken test, add FIXME comment by Denys Vlasenko · 6 years ago
  17. 22cc928 awk: fix testsuite by Denys Vlasenko · 6 years ago
  18. 04a0b7f bc: placate compiler warnings by Denys Vlasenko · 6 years ago
  19. fa182a3 vi: code shrink by Denys Vlasenko · 6 years ago
  20. 7a4e554 bc: placate compiler warnings by Denys Vlasenko · 6 years ago
  21. 3e463e1 brctl: placate compiler warnings by Denys Vlasenko · 6 years ago
  22. 023ae75 blockdev: add usage comment, no code changes by Denys Vlasenko · 6 years ago
  23. 1230aec httpd: .js is "application/javascript", not "application/x-javascript" by Denys Vlasenko · 6 years ago
  24. a5c5dc6 passwd: do not set 0 as date of last password change, closes 11951 by Denys Vlasenko · 6 years ago
  25. 5c317c0 httpd: add js to built in MIME types list by Denys Vlasenko · 6 years ago
  26. 09b25ec httpd: add svg to built in MIME types list by Vicente Jimenez Aguilar · 6 years ago
  27. ed04201 lpd: avoid SEGVing on immediate EOF from peer by Denys Vlasenko · 6 years ago
  28. 45e3967 libbb: move netlink socket binding to the utility function by Denys Vlasenko · 6 years ago
  29. 498cec2 mdev: add support to run as daemon by Jan Klötzke · 6 years ago
  30. 728e53d mdev: use option parser helper by Jan Klötzke · 6 years ago
  31. d04b726 mdev: move action processing into separate functions by Jan Klötzke · 6 years ago
  32. f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
  33. 897475a ash: allocate line editing structure only if needed by Denys Vlasenko · 6 years ago
  34. 6eb6e6a dhcp: downgrade "got raw socket fd" message to log3, make log2 default max by Denys Vlasenko · 6 years ago
  35. 65c34c5 dhcp: get rid of static data signal_pipe by Denys Vlasenko · 6 years ago
  36. 91755cb udhcp: rename server_config to server_data by Denys Vlasenko · 6 years ago
  37. 726cbb1 losetup: Add partition scanning option by Jack O'Sullivan · 6 years ago
  38. bcb1fc3 udhcp: rename client_config to client_data, server_config to server_data by Denys Vlasenko · 6 years ago
  39. 818d9e0 udhcpc6: Fixed aliasing compilation error by Martin Lewis · 6 years ago
  40. 8b35f20 shell: move all definitions of strto_arith_t() together by Denys Vlasenko · 6 years ago
  41. 9501bc7 ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n by Denys Vlasenko · 6 years ago
  42. b2c123d testsuite: fix bunzip2.tests expectations by Denys Vlasenko · 6 years ago
  43. eda83c9 comment fix by Denys Vlasenko · 6 years ago
  44. cc71f79 libarchive: treat one "FIXME: avoid seek", take 2 by Denys Vlasenko · 6 years ago
  45. a4ed2c4 dhcp: get rid of last global data by Denys Vlasenko · 6 years ago
  46. dff2bd7 libarchive: treat one "FIXME: avoid seek" by Denys Vlasenko · 6 years ago
  47. 309f5e3 losetup: implement -c by Denys Vlasenko · 6 years ago
  48. 1115e40 dhcp: tweak comments, no code changes by Denys Vlasenko · 6 years ago
  49. 58d998d bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Closes 11896 by Denys Vlasenko · 6 years ago
  50. 028c5aa ip: use rtnl_send_check() on flush commands, closes 6962 by Denys Vlasenko · 6 years ago
  51. 84fc645 *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 6 years ago
  52. 831844c udhcpd: fix printing of static leases by Denys Vlasenko · 6 years ago
  53. d8740b2 hush: show 's' in $- by Denys Vlasenko · 6 years ago
  54. 76a4e83 hush: allocate line edit buffer only for interactive shell by Denys Vlasenko · 6 years ago
  55. 9edd268 shell: implement optional "BASE#nnnn" numeric literals by Denys Vlasenko · 6 years ago
  56. 30a4c32 hush: remove test for "echo ${-}" errorring out - now it works by Denys Vlasenko · 6 years ago
  57. ef8985c hush: implement $-, set default PATH if it is not set on startup by Denys Vlasenko · 6 years ago
  58. 0c36019 hush: set default PS1/2 only if we interactive by Denys Vlasenko · 6 years ago
  59. 08fb82c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" by Denys Vlasenko · 6 years ago
  60. ee9e5f9 networking: cc is not a register by Khem Raj · 6 years ago
  61. 4ebcdf7 hush: remove code to track PS1/2 values dynamically - it's too much work by Denys Vlasenko · 6 years ago
  62. a51eec0 typo fix in comment by Denys Vlasenko · 6 years ago
  63. 0ee0b65 hush: small speedup in handle_changed_special_names() by Denys Vlasenko · 6 years ago
  64. 25393fb udhcpd: code shrink by Denys Vlasenko · 6 years ago
  65. a840884 udhcpd: support per-client hostnames in static leases by Denys Vlasenko · 6 years ago
  66. 9bf6780 shell: add TODO comment about BASE#nnn literals by Denys Vlasenko · 6 years ago
  67. 1113961 dc: make 4 % 0 emit error messgaes and set result to 0 by Denys Vlasenko · 6 years ago
  68. abe248b udhcpc6: unbreak by Denys Vlasenko · 6 years ago
  69. 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
  70. 8402969 udhcpd: code shrink - do not fetch requested IP twice by Denys Vlasenko · 6 years ago
  71. 63d765e shells: add tests for backslashes in export VAR=VAL by Denys Vlasenko · 6 years ago
  72. d8bd701 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt by Denys Vlasenko · 6 years ago
  73. 875ce09 dd: fix handling of short result of full_write(), closes 11711 by Denys Vlasenko · 6 years ago
  74. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  75. 0545bfa sed: fix /regex/,+N match triggering only once, closes 11871 by Denys Vlasenko · 6 years ago
  76. 15021f3 udhcpd: code shrink by Denys Vlasenko · 6 years ago
  77. 94f607a ln: correct 'ln -T' usage message by John L. Hammond · 6 years ago
  78. 89023b1 dc: code shrink by Denys Vlasenko · 6 years ago
  79. 3106784 ps: ensure fields are separated by at least one space, closes 11826 by Denys Vlasenko · 6 years ago
  80. b052dbe login: remove extra IF(), no code changes by Denys Vlasenko · 6 years ago
  81. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  82. f3a064f libbbb: find_mount_point() too eager to stat mounted devices by Denys Vlasenko · 6 years ago
  83. fa8878b start-stop-daemon: do try to close fds > 2 by Denys Vlasenko · 6 years ago
  84. 13f4204 ip: fix comment placement by Denys Vlasenko · 6 years ago
  85. 405095d ifupdown: close memory leak by Denys Vlasenko · 6 years ago
  86. 7b93e31 vi: enable 'dG' command. Closes 11801 by Ron Yorston · 6 years ago
  87. 4b49422 vi: fix changes to word at end of line. Closes 11796 by Ron Yorston · 6 years ago
  88. 93f0b39 ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE by Denys Vlasenko · 6 years ago
  89. 57e1b0a ash,hush: bash compat for ulimit: reorder to match by Denys Vlasenko · 6 years ago
  90. a92a960 ash,hush: bash compat for ulimit: -w => -x, -p => -u by Denys Vlasenko · 6 years ago
  91. a4d76ea ash,hush: fix ulimit to be more bash-compat, closes 11791 by Denys Vlasenko · 6 years ago
  92. 100fa20 start-stop-daemon: Fix -x is not required for -K by Alexander Vickberg · 6 years ago
  93. 1e9a4f5 examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }" by Denys Vlasenko · 6 years ago
  94. e49a572 httpd: do disable header reading timeout even if proxying by Denys Vlasenko · 6 years ago
  95. 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
  96. af6012a httpd: do not set alarm() timeout if we read cached header by Denys Vlasenko · 6 years ago
  97. bca888a httpd: deindent code block, no code changes by Denys Vlasenko · 6 years ago
  98. ad29ba7 httpd: require "HTTP/xyz" at the end of request line by Denys Vlasenko · 6 years ago
  99. d1a2fa2 ash: catch error in arithmetic expansion in PS1 by Ron Yorston · 6 years ago
  100. 48645b8 ash: prevent error in backquotes in PS1 from exiting shell by Ron Yorston · 6 years ago