summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Promote pthread_getname_np and pthread_setname_np from glibc to linuxColin Cross2022-05-101-0/+3
* | Auto merge of #2776 - cww0614:socks_txtime_mips_musl, r=Amanieubors2022-05-051-16/+8
|\ \
| * | Enable sock_txtime on mips musl targetyifei2022-05-051-16/+8
| |/
* | Auto merge of #2743 - zx2c4-forks:grnd_insecure, r=Amanieubors2022-05-051-0/+1
|\ \ | |/ |/|
| * linux: add GRND_INSECURE constantJason A. Donenfeld2022-04-301-0/+1
* | Auto merge of #2731 - rtzoeller:pthread_prio_inherit, r=Amanieubors2022-04-241-0/+11
|\ \ | |/ |/|
| * Add pthread_mutexattr_setprotocol and pthread_mutexattr_getprotocol on LinuxRyan Zoeller2022-04-241-0/+11
* | Adds to PR_SET_VMA/PR_SET_VMA_ANON_NAME to Linux.David Carlier2022-04-021-0/+3
|/
* Update src/unix/linux_like/linux/mod.rsAndrew Balmos2022-03-031-1/+1
* Add SocketCan J1939 constants and structsAndrew Balmos2022-03-031-0/+56
* linux/android mempolicy options updateDavid Carlier2022-02-191-0/+3
* linux glibc/android memory policies flagsDavid Carlier2022-02-081-0/+7
* Define the `MFD_HUGE_*` macros for Linux and Android.Dan Gohman2022-01-241-0/+14
* linux BPF filters operandsDavid Carlier2021-12-191-0/+79
* uclibc does not have mlock2Jonah Petri2021-12-131-1/+0
* Auto merge of #2525 - qwandor:mlock2, r=Amanieubors2021-12-091-0/+2
|\
| * Add mlock2 on Android and Linux.Andrew Walbran2021-11-091-0/+2
* | memfd_create is a glibc API, which is not present on uclibcJonah Petri2021-11-221-2/+0
|/
* Auto merge of #2477 - Fanael:linux-openat2, r=JohnTitorbors2021-11-081-0/+15
|\
| * linux: Add open_how and related flagsFanael Linithien2021-11-041-0/+15
* | linux add POSIX_SPAWN_USEVFORK (mostly no-op now) extension.David Carlier2021-11-061-0/+1
* | Add memfd_create to linuxJohannes Wellhöfer2021-11-061-0/+2
|/
* Move Linux's `POLLRDHUP` into `linux_like` and fix its type.Dan Gohman2021-10-271-13/+0
* linux, android: Add CLONE_PIDFD flagMatthias Schiffer2021-10-231-0/+2
* Add NETLINK_EXT_ACK and NETLINK_GET_STRICT_CHK on LinuxTobias Klauser2021-10-221-0/+2
* linux: Add CLOSE_RANGE_* flagsMatthias Schiffer2021-10-211-0/+4
* Adds pthread_mutexattr_[g|s]etrobust and pthread_mutex_consistent bindingsArmin Widegreen2021-10-181-0/+11
* Android supports EPOLLEXCLUSIVERyan Zoeller2021-10-141-2/+0
* Consolidate common EPOLL flagsRyan Zoeller2021-10-141-3/+0
* Define constants for CAN RAW socket optionsDamian Jarek2021-10-131-0/+9
* Add struct sock_txtime and related flagsAlessandro Ghedini2021-10-111-0/+19
* linux: hoist a few symbols which are now available in all libc variantsJonah Petri2021-09-171-0/+35
* Deprecate Linux's `POLLRDHUP`.Dan Gohman2021-09-121-0/+8
* linux, android, freebsd-like adding pthread_getcpuclockidDavid Carlier2021-08-291-0/+2
* Fixes #2365 by adding the MREMAP_DONTUNMAP flagColette 🌩︎‍💝 Kerr2021-08-251-0/+1
* adding gethostid/sethostid to most unixes (redox still unimplemented atDavid CARLIER2021-08-131-0/+2
* linux timer api remove unnecessary double linkage to librt.David Carlier2021-07-051-3/+0
* linux add timer apiDavid Carlier2021-06-201-1/+19
* Define `POLLRDHUP` for Linux.Dan Gohman2021-06-161-0/+5
* linux/android adding pthread_spin_lock apiDavid Carlier2021-06-151-0/+6
* Auto merge of #2233 - devnexen:linux_seccomp, r=JohnTitorbors2021-06-131-0/+38
|\
| * linux/android adding seccomp filter and data types.David Carlier2021-06-131-0/+38
* | Add missing constants from elf.hDavid John2021-06-121-0/+3
|/
* Define XATTR_{CREATE,REPLACE} for all linux_likeThiébaud Weksteen2021-05-311-3/+0
* Move netfilter constants to make them available for non-GNU LinuxHugo Hakim Damer2021-04-291-0/+192
* linux: add syncfs(2)Luca BRUNO2021-04-231-0/+1
* Unified Linux TCP socket optionszonyitoo2021-04-091-3/+0
* Auto merge of #2139 - JohnTitor:style-rework, r=Amanieubors2021-04-061-215/+50
|\
| * Fix styleYuki Okushi2021-04-061-215/+50
* | Unified all Linux sockopts definitions by archzonyitoo2021-04-051-6/+3
|/