summaryrefslogtreecommitdiff
path: root/src/sys/mod.rs
AgeCommit message (Expand)Author
2023-03-13Enable select on redoxNoa
2023-03-13Enable socket on redoxNoa
2023-02-09Rustier kqueue APIAlan Somers
2022-09-07expose memfd on freebsdi509VCB
2022-07-26Fix typo guarding memfd export on android.Jason Heeris
2022-07-25Add memfd for target_os = "android"Felix Obenhuber
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-14add haiku supportAl Hoang
2022-04-09Use singular number for all feature namesAlan Somers
2022-02-02Document timerfd.rsRyan Zoeller
2022-02-02Document reboot.rsRyan Zoeller
2022-02-02Document personality.rsRyan Zoeller
2022-02-02Document mman.rsRyan Zoeller
2022-01-31Document inotify.rsRyan Zoeller
2022-01-24uclibc supportJonah Petri
2022-01-03Add sendfile(2) for DragonFlyRyan Zoeller
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-12-03Update `mman` related docsSachin Cherian
2021-09-12Merge #1509 #1515bors[bot]
2021-09-04Document more thingsAlan Somers
2021-08-31Allow Android to use timerfdRyan Zoeller
2021-08-28More rust docsAlan Somers
2021-08-01Add getrlimit and setrlimitLMJW
2021-07-27Expose `sys::eventfd` for target_os = "android"Felix Obenhuber
2021-03-21illumos and Solaris supportJason King
2020-12-15feat(sys): High-level personality(2) wrappersWilliam Woodruff
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Add termio supportXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-06-12Update statfsalesharik
2019-02-21Added inotify bindings for Linux and Android.Vincent Dagonneau
2018-10-21Added ptrace support for BSDsxd009642
2018-07-04Add a sysinfo wrapperJonas Schievink
2018-05-28Implement sendfile on FreeBSD and DarwinAndrew Morrow
2018-04-10Refactor the ioctl API and documentationBryant Mairs
2018-02-08make statfs/statvfs to be available wherever they are availableIgor Gnatenko
2018-01-28Alphabetize modules under /sysBryant Mairs
2017-11-05Sort target OSes alphabeticallyBryant Mairs
2017-09-01Merge #750bors[bot]
2017-08-29Migrate quota module to libc FFI typesBryant Mairs
2017-08-27Remove syscall module.Bryant Mairs
2017-08-21Expose signalfd on AndroidBryant Mairs
2017-08-21Log sendfile as missing for some BSDsBryant Mairs
2017-08-21Expose utsname on all platformsBryant Mairs
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-17Remove eventfd feature in favor of conditional includeBryant Mairs
2017-07-10Enable termios on iOS and move it to Tier 2Bryant Mairs
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas