| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Promote pthread_getname_np and pthread_setname_np from glibc to linux | Colin Cross | 2022-05-10 | 1 | -0/+3 |
* | | Auto merge of #2776 - cww0614:socks_txtime_mips_musl, r=Amanieu | bors | 2022-05-05 | 1 | -16/+8 |
|\ \ |
|
| * | | Enable sock_txtime on mips musl target | yifei | 2022-05-05 | 1 | -16/+8 |
| |/ |
|
* | | Auto merge of #2743 - zx2c4-forks:grnd_insecure, r=Amanieu | bors | 2022-05-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | linux: add GRND_INSECURE constant | Jason A. Donenfeld | 2022-04-30 | 1 | -0/+1 |
* | | Auto merge of #2731 - rtzoeller:pthread_prio_inherit, r=Amanieu | bors | 2022-04-24 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | Add pthread_mutexattr_setprotocol and pthread_mutexattr_getprotocol on Linux | Ryan Zoeller | 2022-04-24 | 1 | -0/+11 |
* | | Adds to PR_SET_VMA/PR_SET_VMA_ANON_NAME to Linux. | David Carlier | 2022-04-02 | 1 | -0/+3 |
|/ |
|
* | Update src/unix/linux_like/linux/mod.rs | Andrew Balmos | 2022-03-03 | 1 | -1/+1 |
* | Add SocketCan J1939 constants and structs | Andrew Balmos | 2022-03-03 | 1 | -0/+56 |
* | linux/android mempolicy options update | David Carlier | 2022-02-19 | 1 | -0/+3 |
* | linux glibc/android memory policies flags | David Carlier | 2022-02-08 | 1 | -0/+7 |
* | Define the `MFD_HUGE_*` macros for Linux and Android. | Dan Gohman | 2022-01-24 | 1 | -0/+14 |
* | linux BPF filters operands | David Carlier | 2021-12-19 | 1 | -0/+79 |
* | uclibc does not have mlock2 | Jonah Petri | 2021-12-13 | 1 | -1/+0 |
* | Auto merge of #2525 - qwandor:mlock2, r=Amanieu | bors | 2021-12-09 | 1 | -0/+2 |
|\ |
|
| * | Add mlock2 on Android and Linux. | Andrew Walbran | 2021-11-09 | 1 | -0/+2 |
* | | memfd_create is a glibc API, which is not present on uclibc | Jonah Petri | 2021-11-22 | 1 | -2/+0 |
|/ |
|
* | Auto merge of #2477 - Fanael:linux-openat2, r=JohnTitor | bors | 2021-11-08 | 1 | -0/+15 |
|\ |
|
| * | linux: Add open_how and related flags | Fanael Linithien | 2021-11-04 | 1 | -0/+15 |
* | | linux add POSIX_SPAWN_USEVFORK (mostly no-op now) extension. | David Carlier | 2021-11-06 | 1 | -0/+1 |
* | | Add memfd_create to linux | Johannes Wellhöfer | 2021-11-06 | 1 | -0/+2 |
|/ |
|
* | Move Linux's `POLLRDHUP` into `linux_like` and fix its type. | Dan Gohman | 2021-10-27 | 1 | -13/+0 |
* | linux, android: Add CLONE_PIDFD flag | Matthias Schiffer | 2021-10-23 | 1 | -0/+2 |
* | Add NETLINK_EXT_ACK and NETLINK_GET_STRICT_CHK on Linux | Tobias Klauser | 2021-10-22 | 1 | -0/+2 |
* | linux: Add CLOSE_RANGE_* flags | Matthias Schiffer | 2021-10-21 | 1 | -0/+4 |
* | Adds pthread_mutexattr_[g|s]etrobust and pthread_mutex_consistent bindings | Armin Widegreen | 2021-10-18 | 1 | -0/+11 |
* | Android supports EPOLLEXCLUSIVE | Ryan Zoeller | 2021-10-14 | 1 | -2/+0 |
* | Consolidate common EPOLL flags | Ryan Zoeller | 2021-10-14 | 1 | -3/+0 |
* | Define constants for CAN RAW socket options | Damian Jarek | 2021-10-13 | 1 | -0/+9 |
* | Add struct sock_txtime and related flags | Alessandro Ghedini | 2021-10-11 | 1 | -0/+19 |
* | linux: hoist a few symbols which are now available in all libc variants | Jonah Petri | 2021-09-17 | 1 | -0/+35 |
* | Deprecate Linux's `POLLRDHUP`. | Dan Gohman | 2021-09-12 | 1 | -0/+8 |
* | linux, android, freebsd-like adding pthread_getcpuclockid | David Carlier | 2021-08-29 | 1 | -0/+2 |
* | Fixes #2365 by adding the MREMAP_DONTUNMAP flag | Colette 🌩︎💝 Kerr | 2021-08-25 | 1 | -0/+1 |
* | adding gethostid/sethostid to most unixes (redox still unimplemented at | David CARLIER | 2021-08-13 | 1 | -0/+2 |
* | linux timer api remove unnecessary double linkage to librt. | David Carlier | 2021-07-05 | 1 | -3/+0 |
* | linux add timer api | David Carlier | 2021-06-20 | 1 | -1/+19 |
* | Define `POLLRDHUP` for Linux. | Dan Gohman | 2021-06-16 | 1 | -0/+5 |
* | linux/android adding pthread_spin_lock api | David Carlier | 2021-06-15 | 1 | -0/+6 |
* | Auto merge of #2233 - devnexen:linux_seccomp, r=JohnTitor | bors | 2021-06-13 | 1 | -0/+38 |
|\ |
|
| * | linux/android adding seccomp filter and data types. | David Carlier | 2021-06-13 | 1 | -0/+38 |
* | | Add missing constants from elf.h | David John | 2021-06-12 | 1 | -0/+3 |
|/ |
|
* | Define XATTR_{CREATE,REPLACE} for all linux_like | Thiébaud Weksteen | 2021-05-31 | 1 | -3/+0 |
* | Move netfilter constants to make them available for non-GNU Linux | Hugo Hakim Damer | 2021-04-29 | 1 | -0/+192 |
* | linux: add syncfs(2) | Luca BRUNO | 2021-04-23 | 1 | -0/+1 |
* | Unified Linux TCP socket options | zonyitoo | 2021-04-09 | 1 | -3/+0 |
* | Auto merge of #2139 - JohnTitor:style-rework, r=Amanieu | bors | 2021-04-06 | 1 | -215/+50 |
|\ |
|
| * | Fix style | Yuki Okushi | 2021-04-06 | 1 | -215/+50 |
* | | Unified all Linux sockopts definitions by arch | zonyitoo | 2021-04-05 | 1 | -6/+3 |
|/ |
|