1. 05 May, 2022 1 commit
  2. 14 Feb, 2022 1 commit
  3. 29 Nov, 2021 3 commits
  4. 26 Nov, 2021 3 commits
  5. 25 Nov, 2021 4 commits
  6. 03 Nov, 2021 1 commit
  7. 17 Sep, 2021 2 commits
  8. 07 Sep, 2021 1 commit
  9. 31 Aug, 2021 4 commits
  10. 07 Jul, 2021 1 commit
  11. 06 Jul, 2021 1 commit
    • Huw Davies's avatar
      mountmgr.sys: Move dhcp lookup to a worker thread. · 715edfb0
      Huw Davies authored
      While this is a reasonable change per se, the motivation is to avoid a
      deadlock when mountmgr.sys calls into iphlpapi and further into
      nsiproxy.sys via the nsi device.  nsiproxy.sys is hosted by the same
      process as mountmgr.sys so is unable to handle the request while
      it is also waiting for that same request to return.
      
      The correct long-term solution is for mountmgr.sys to call the
      netio.sys versions of the iphlpapi functions.  These will call the
      kernel-side versions of the nsi functions without going through the
      nsi device.
      Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      715edfb0
  12. 26 Mar, 2021 1 commit
  13. 05 Feb, 2021 1 commit
  14. 03 Sep, 2020 3 commits
  15. 02 Sep, 2020 1 commit
  16. 09 Jul, 2020 1 commit
  17. 08 Jul, 2020 1 commit
  18. 06 Apr, 2020 4 commits
  19. 03 Apr, 2020 1 commit
  20. 26 Mar, 2020 2 commits
  21. 25 Nov, 2019 1 commit
  22. 19 Nov, 2019 1 commit
  23. 07 May, 2019 1 commit