no92
no92
This would allow drivers to request a sysfs driver symlink to be set by referencing the USB interface mbus object as a parent. Logic changes to posix-subsystem would be necessary....
Fixed #1410.
Currently, many aspects of sysdep functions are only implicitly known. It would be useful to document sysdep interfaces with doxygen-style comments, so that function parameters, contracts or expected behavior are...
This PR provides a small proof of concept for reworking the sysdep interfaces. Previously, sysdeps were either made required for absolutely basic functionality (like `sys_read`), and the rest was made...
One line from the spec is a bit annoying: > Runtime checks with fpathconf( ), pathconf( ), or sysconf shall indicate that the option is supported. This applies to `_POSIX_MEMLOCK`,...