Skip to content

17110

Pre-release
Pre-release
Compare
Choose a tag to compare
@Brian-Perkins Brian-Perkins released this 27 Feb 20:15
· 1338 commits to live since this release
70986f6

Build 17110

For general Windows information on build 17110 visit the Windows Blog.

WSL

  • Allow /init to be terminated from Windows [GH 2928].
  • DrvFs now uses per-directory case sensitivity by default (equivalent to the “case=dir” mount option).
    • Using “case=force” (the old behavior) requires setting a registry key. Run the following command to enable “case=force” if you need to use it: reg add HKLM\SYSTEM\CurrentControlSet\Services\lxss /v DrvFsAllowForceCaseSensitivity /t REG_DWORD /d 1
    • If you have existing directories created with WSL in older version of Windows which need to be case sensitive, use fsutil.exe to mark them as case sensitive: fsutil.exe file setcasesensitiveinfo enable
  • NULL terminate strings returned from the uname syscall.

Console

  • No fixes.

LTP Results:

Testing in progress.