summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-07enable process_vm_readv, process_vm_writev for androidrupansh-arch
2022-02-07Impl `AsRawFd` for `OwningIter`Dean Li
2022-02-06Merge #1653bors[bot]
2022-02-04Add accept4 on supported platformsRyan Zoeller
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-29Fix typo in pread docsRyan Zoeller
2022-01-24uclibc supportJonah Petri
2022-01-23InetAddr::from_std should set sin_len/sin6_len on the BSDsRyan Zoeller
2022-01-23Disable the fspacectl testsAlan Somers
2022-01-23Add fspacectl on FreeBSDAlan Somers
2022-01-22Suppress clippy::not_unsafe_ptr_arg_deref warnings in ptrace on BSDAlan Somers
2022-01-22Better type safety for mqueueAlan Somers
2022-01-19Merge #1636bors[bot]
2022-01-18Define UMOUNT_NOFOLLOW, FUSE_SUPER_MAGIC on LinuxRyan Zoeller
2022-01-18Add MAP_FIXED_NOREPLACE on LinuxRyan Zoeller
2022-01-16Remove EventFlag::EV_SYSFLAGRyan Zoeller
2022-01-10Add getresuid/gid and setresuid/gid on BSDsRyan Zoeller
2022-01-03Add sendfile(2) for DragonFlyRyan Zoeller
2022-01-02Correct MAP_FIXED documentation for NetBSDRyan Zoeller
2021-12-31Merge #1622 #1623bors[bot]
2021-12-31Merge #1618bors[bot]
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-12-30Optimize UnixAddr for the BSDsAlan Somers
2021-12-29Add support for the SO_TXTIME sockopt and SCM_TXTIME control messageAlessandro Ghedini
2021-12-28Merge #1619bors[bot]
2021-12-27Added getters for the MqAttr structfpagliughi
2021-12-27Merge #1596 #1621bors[bot]
2021-12-27Add posix_fallocate on DragonFlyRyan Zoeller
2021-12-26Fix typosRyan Zoeller
2021-12-24Merge #1547bors[bot]
2021-12-24Add NetBSD configuration for supported process resourcesSachin Cherian
2021-12-23feat: Add glibc::SOF_TIMESTAMPING_* supportMichael Baikov
2021-12-21UnixAddr: replace path_len with sun_lenAlan Somers
2021-12-21Improve the sockaddr interface:Alan Somers
2021-12-21impl Send and Sync for IoVecAlan Somers
2021-12-22Merge #1613bors[bot]
2021-12-22Enable sched_get/setaffinity on DragonFly BSDRyan Zoeller
2021-12-22Fix clippy warning on latest nightlyRyan Zoeller
2021-12-22Add fdatasync for missing platformsRyan Zoeller
2021-12-22Recent versions of Android support EPOLLEXCLUSIVERyan Zoeller
2021-12-22Merge #1577bors[bot]
2021-12-21Merge #1571bors[bot]
2021-12-21DragonFly 6.0 added fexecve(2)Ryan Zoeller
2021-12-21Merge #1583bors[bot]
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-12-11clippy cleanup with the latest nightlyAlan Somers