Backwards-compatibly rewrite getdents to use special syscall.
Showing
- Cargo.lock 51 additions, 18 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- Makefile 14 additions, 6 deletionsMakefile
- cbindgen.globdefs.toml 13 additions, 0 deletionscbindgen.globdefs.toml
- src/error.rs 27 additions, 0 deletionssrc/error.rs
- src/header/dirent/mod.rs 136 additions, 69 deletionssrc/header/dirent/mod.rs
- src/header/fcntl/cbindgen.toml 0 additions, 4 deletionssrc/header/fcntl/cbindgen.toml
- src/header/signal/cbindgen.toml 0 additions, 4 deletionssrc/header/signal/cbindgen.toml
- src/header/stdlib/cbindgen.toml 0 additions, 3 deletionssrc/header/stdlib/cbindgen.toml
- src/header/sys_epoll/cbindgen.toml 0 additions, 5 deletionssrc/header/sys_epoll/cbindgen.toml
- src/header/sys_ioctl/cbindgen.toml 0 additions, 4 deletionssrc/header/sys_ioctl/cbindgen.toml
- src/header/sys_mman/cbindgen.toml 0 additions, 4 deletionssrc/header/sys_mman/cbindgen.toml
- src/header/sys_resource/cbindgen.toml 0 additions, 4 deletionssrc/header/sys_resource/cbindgen.toml
- src/header/sys_socket/cbindgen.toml 0 additions, 4 deletionssrc/header/sys_socket/cbindgen.toml
- src/header/termios/cbindgen.toml 0 additions, 4 deletionssrc/header/termios/cbindgen.toml
- src/header/time/cbindgen.toml 0 additions, 4 deletionssrc/header/time/cbindgen.toml
- src/header/unistd/cbindgen.toml 0 additions, 4 deletionssrc/header/unistd/cbindgen.toml
- src/lib.rs 1 addition, 0 deletionssrc/lib.rs
- src/platform/linux/mod.rs 12 additions, 3 deletionssrc/platform/linux/mod.rs
- src/platform/pal/mod.rs 7 additions, 1 deletionsrc/platform/pal/mod.rs
Loading
Please register or sign in to comment