You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WSL/release-notes.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ For general Windows information on build 17763 visit the [Windows blog](https://
72
72
* Add --distribution option for wsl.exe to select a specific distro.
73
73
* Limited support for dmesg. Applications can now log to dmesg. WSL driver logs limited information to dmesg. In future, this can be extended to carry other information/diagnostics from the driver.
74
74
* Note: dmesg is currently supported through the `/dev/kmsg` device interface. `syslog` syscall interface is not yet supported. And, so, some of the `dmesg` command line options such as `-S`, `-C` don't work.
75
-
* Fixed an issue where multithreaded operations could return ENOENT even though the file exists. [GH 2712]
76
75
* Change default gid and mode of serial devices to match native [GH 3042]
77
76
* DrvFs now supports extended attributes.
78
77
* Note: DrvFs has some limitations on the name of extended attributes. Some characters (like '/', ':' and '\*') are not allowed, and extended attribute names are not case sensitive on DrvFs
0 commit comments