summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for OpenHarmonyAmanieu d'Antras2023-03-041-6/+24
* Auto merge of #3104 - devnexen:linux_addstrchrnul, r=JohnTitorbors2023-02-141-0/+2
|\
| * linux adding strchrnulDavid Carlier2023-02-051-0/+2
* | linux tcp adding TCP_MD5SIG_MAXKEYLEN const.David Carlier2023-02-061-0/+1
|/
* linux-like: add AT_RECURSIVE constantLuca BRUNO2022-12-221-0/+1
* adding KERNEL_VERSION macro for linux.David Carlier2022-12-211-0/+8
* Rearrange `sockaddr_storage` padding/alignment fieldsSteven Engler2022-11-211-3/+3
* follow-up on #2963, changing MSG* constant types for musl/emscripten.David Carlier2022-10-251-72/+0
* warns that in the near future the MSG_* constants will haveDavid Carlier2022-10-221-0/+72
* fs: add NSFS_MAGIC constant Pedro Tammela2022-09-261-0/+2
* add BUS_ si_code constantsi509VCB2022-07-311-0/+9
* linux SOMAXCONN rework proposal.David Carlier2022-05-281-2/+0
* unix: setreuid/setregidNikolay Edigaryev2022-05-271-2/+0
* Auto merge of #2639 - sunfishcode:sunfishcode/linux-super-magic, r=Amanieubors2022-01-251-0/+112
|\
| * Don't define the `*_SUPER_MAGIC` constants on Emscripten.Dan Gohman2022-01-241-1/+3
| * Move `BINDERFS_SUPER_MAGIC` and `XFS_SUPER_MAGIC` back into ABI-specific mods.Dan Gohman2022-01-241-4/+0
| * Consolodate the Linux `*_SUPER_MAGIC` constants.Dan Gohman2022-01-201-0/+114
* | Define ip_mreqn on all Linux platformsTamir Duberstein2022-01-231-0/+6
|/
* uclibc: PTRACE_O_MASK comes from the kernel, not from libc, so don't speciali...Jonah Petri2022-01-191-6/+1
* Define UMOUNT_NOFOLLOW on Linux-like platformsRyan Zoeller2022-01-121-2/+2
* Move Linux's `POLLRDHUP` into `linux_like` and fix its type.Dan Gohman2021-10-271-0/+4
* Android supports EPOLLEXCLUSIVERyan Zoeller2021-10-141-0/+1
* Consolidate common EPOLL flagsRyan Zoeller2021-10-141-0/+3
* Reorder EPOLL flag constantsRyan Zoeller2021-10-141-2/+2
* uclibc: add symbols defined in 1.0.34Jonah Petri2021-09-171-12/+12
* Add SIGRTMAX and SIGRTMIN on linux-like systemsltdk2021-07-291-0/+13
* FD_ISSET: take a *const fd_set instead of *mut fd_setAlan Somers2021-07-121-1/+1
* linux add timer apiDavid Carlier2021-06-201-0/+1
* Declare `ARPHRD_CAN` on the linux_like moduleYuki Okushi2021-06-031-0/+1
* Define XATTR_{CREATE,REPLACE} for all linux_likeThiƩbaud Weksteen2021-05-311-0/+3
* Add MS_LAZYTIME flagManabu Sugimoto2021-05-191-0/+1
* Unified Linux TCP socket optionszonyitoo2021-04-091-0/+37
* Fix styleYuki Okushi2021-04-061-104/+22
* Make `pwrite64` available on uclibcJohnTitor2021-03-301-6/+6
* uclibc: fix x86_64-unknown-l4re-uclibc buildJonah Petri2021-02-131-0/+3
* uclibc: style fixesJonah Petri2021-02-121-61/+58
* uclibc -> linux-like/linux: Manual consolitation of redundant structs and fns.Jonah Petri2021-02-121-7/+29
* Implement accept4 on Android as raw syscall.Maarten de Vries2020-11-031-6/+0
* linux: Add definitions for Multipath TCPGeorge Hopkins2020-10-211-1/+0
* Add more constants for Linux like OSLinkTed2020-09-111-10/+138
* Add IOV_MAX and UIO_MAXIOV constantsThomas de Zeeuw2020-08-281-0/+2
* Added clock_getcpuclockid to more targetsDaniil Bondarev2020-08-211-0/+6
* Make some inline functions like WIFEXITED and WEXITSTATUS const and safeJosh Triplett2020-08-191-15/+17
* Merge pull request #1861 from joshtriplett/p_pidfdYuki Okushi2020-08-191-0/+5
|\
| * Define P_PIDFD, used with waitidJosh Triplett2020-08-181-0/+5
* | Merge pull request #1859 from joshtriplett/w_exitcodeYuki Okushi2020-08-141-0/+8
|\ \
| * | Add W_STOPCODE to construct a stop codeJosh Triplett2020-08-101-0/+4
| * | Add W_EXITCODE to construct an exit codeJosh Triplett2020-08-091-0/+4
| |/
* | Add CLD_ constantsJosh Triplett2020-08-091-0/+7
|/
* Add sys/personality.h constants for LinuxNikita Baksalyar2020-07-291-0/+11