Xiangyan Sun
Xiangyan Sun
I cannot reproduce this bug and understand the rationality. Can you provide more info?
Is this problem still reproducible?
But mount/umount have their own difficulties such that I don't want to introduce them too quickly. Consider you have one flinux session which mounted "C:\" to /c, the first question...
Yeah, let's discuss it carefully sometime before rushing into to an implementation.
When I open flog it works. But when logging is disabled it sometimes crashes. There are several functions in vfs.c which are not thread-safe yet. I guess data races cause...
I suspect file `useradd` uses file locking functions which are not currently supported. Adding a user is also non-sense for now as kernel permission and capability are completely unimplemented.
Added two missing setsockopt (SO_SNDBUF and SO_RCVBUF) in commit 9ddfea8dd1d75756585234eee8f93f8aad9a51bc. It is still not working. The two complaints ICMP_FILTER and SO_TIMESTAMP are neither supported by Windows. For ICMP_FILTER, let's hope...
I haven't tested this. But are you serious you want to get lightdm working at this point? Anyway, an opcode not found error suggests potential bugs in the dbt code....
Per my testing this issue should be fixed now. Please test.
NTFS symlinks are not currently supported. Supporting them is not hard as we just need to add appropriate bits in winfs_xxx(). The real difficulty is that we have to parse...