summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Move some structs to s_no_extra_traits due to large arraysNoah2021-03-121-16/+82
* Add structs from linux/uinput.h + a couple of input-related constantsNoah2021-03-121-0/+66
* Add gettid() for Linux and AndroidTheDoctor3142021-03-051-0/+2
* move EPOLLEXCLUSIVE and EPOLLWAKEUP to linux/mod.rsJonah Petri2021-02-121-0/+2
* uclibc: style fixesJonah Petri2021-02-121-114/+77
* uclibc -> linux-like/linux: Manual consolitation of redundant structs and fns.Jonah Petri2021-02-121-107/+132
* uclibc -> linux-like/linux: mostly mechanical removal of redundant symbolsJonah Petri2021-02-121-14/+30
* Add bindings for iconv callsAlexander Batischev2021-02-111-0/+15
* Define some consts on 1.25 ot higherYuki Okushi2021-01-071-1/+1
* Define basic Linux SocketCAN constants and typesDamian Jarek2021-01-071-0/+81
* Add more IFLA_ valuesJosh Triplett2021-01-051-0/+17
* Implement accept4 on Android as raw syscall.Maarten de Vries2020-11-031-0/+6
* Auto merge of #1902 - george-hopkins:mptcp, r=JohnTitorbors2020-10-241-0/+12
|\
| * Apply suggestions from code reviewGeorge Hopkins2020-10-241-3/+5
| * linux: Add definitions for Multipath TCPGeorge Hopkins2020-10-211-0/+10
* | Include sendfile64() for LinuxFabian Muscariello2020-10-201-0/+6
* | af_alg_iv: Move the deprecated attribute to the struct definition and specify...Eduardo Sánchez Muñoz2020-10-161-9/+10
* | Re-add trait implementations of `af_alg_iv` and mark them as deprecated.Eduardo Sánchez Muñoz2020-10-151-0/+36
* | Remove `af_alg_iv::as_slice` and trait implementations that depend on itEduardo Sánchez Muñoz2020-10-151-26/+1
|/
* Add more constants for Linux like OSLinkTed2020-09-111-71/+10
* Added clock_getcpuclockid to more targetsDaniil Bondarev2020-08-211-5/+0
* Add `PTRACE_EVENT_STOP`Gabriel Majeri2020-07-251-0/+2
* Fixed style suggestionDaniil Bondarev2020-07-231-1/+1
* Added clock_getcpuclockid to linuxDaniil Bondarev2020-07-211-0/+5
* linux: add VMADDR_CID_LOCALStefano Garzarella2020-07-201-0/+6
* Add CPU_ALLOC_SIZEHiroki Noda2020-04-161-0/+6
* Merge pull request #1739 from kubo39/patch-CPU_COUNTYuki Okushi2020-04-151-0/+13
|\
| * Add CPU_COUNT/CPU_COUNT_SHiroki Noda2020-04-151-0/+13
* | Use wasi values for `errno`sYuki Okushi2020-04-141-0/+37
* | Remove `IPV6_FLOWINFO` from emscriptenYuki Okushi2020-04-141-0/+1
* | Remove some items defined in `errqueue.h` from emscriptenYuki Okushi2020-04-141-0/+22
* | Add bindings for POSIX regexesAlexander Batischev2020-04-131-0/+51
|/
* Add Linux UDP constantsGleb Pomykalov2020-04-061-0/+8
* linux: add fanotify(7) API bindings.Daniel McCarney2020-04-041-0/+53
* Clean up unnecessary cfg_attr attributesPatrick Mooney2020-03-291-24/+0
* Add constants from `linux/in.h`Yuki Okushi2020-03-171-0/+11
* Merge pull request #1653 from ArniDagur/shadow_reenterantYuki Okushi2020-03-171-1/+11
|\
| * Add renterant shadow functionsÁrni Dagur2020-03-151-1/+11
* | Merge pull request #1694 from JohnTitor/map-syncYuki Okushi2020-03-151-2/+0
|\ \
| * | Tweak `MAP_SYNC`Yuki Okushi2020-03-151-2/+0
* | | Add missing AT_ constantsThomas Hurst2020-03-141-0/+2
|/ /
* | Move mmap flag 'MAP_FIXED_NOREPLACE' from gnu/mod.rs to linux/mod.rsConnor Kuehl2020-03-131-0/+1
* | Add mmap flag 'MAP_SYNC' to linux/mod.rsConnor Kuehl2020-03-131-0/+4
* | Move mmap flag 'MAP_SHARED_VALIDATE' to linux/mod.rs from gnu/mod.rsConnor Kuehl2020-03-131-0/+3
|/
* Merge pull request #1678 from jbaublitz/keyctl-constsYuki Okushi2020-03-101-0/+44
|\
| * Add constants from linux/keyctl.hJohn Baublitz2020-03-091-0/+44
* | Move linux/reboot.h constants into linux moduleRichard Wiedenhöft2020-03-091-0/+16
|/
* Add IP6T_SO_ORIGINAL_DST definitionzonyitoo2020-03-081-0/+3
* Nfnetfilter queue constantsMichal 'vorner' Vaner2020-03-011-0/+66
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-1/+1