Age | Commit message (Expand) | Author |
---|---|---|
2018-01-31 | syscallcompat: switch from syscall.Getdents to unix.Getdents | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: hardcode maxReclen = 280 for all architectures | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: fix reversed warning output | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: explain why we don't use syscall.ParseDirent() | Jakob Unterwurzacher |
2017-12-03 | syscallcompat: convert Getdents to fd input, add emulation | Jakob Unterwurzacher |
2017-09-03 | syscallcompat: Getdents: warn once if we get DT_UNKNOWN | Jakob Unterwurzacher |
2017-08-15 | syscallcompat: implement Getdents() | Jakob Unterwurzacher |