summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/android/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add RLIM_NLIMITS on androidNoah2021-04-161-0/+1
* Auto merge of #2141 - zonyitoo:master, r=JohnTitorbors2021-04-121-2/+0
|\
| * Unified Linux TCP socket optionszonyitoo2021-04-091-2/+0
* | Update dl_phdr_info definition to more closely match header filesK.J. Valencik2021-04-091-23/+20
* | Add dl_iterate_phdr to AndroidK.J. Valencik2021-04-081-0/+80
* | Add Android items from "sys/system_properties.h":Guillaume Gomez2021-04-081-0/+6
|/
* Fix styleYuki Okushi2021-04-061-135/+31
* Add SO_PEERSEC and SO_PASSSEC for all linux archs and androidTorbjørn Birch Moltu2021-03-081-0/+2
* Add gettid() for Linux and AndroidTheDoctor3142021-03-051-0/+2
* use GNU/Linux siginfo_t on AndroidLucy Phipps2021-02-271-0/+73
* Implement accept4 on x86 android with `socketcall` syscall.bors2021-02-271-14/+0
* android: add android_set_abort_messageThiébaud Weksteen2021-01-281-0/+2
* Declare `O_RSYNC` for Android.whitequark2020-12-121-0/+1
* Declare `seekdir` and `telldir` for Android.whitequark2020-12-121-0/+2
* Implement accept4 on Android as raw syscall.Maarten de Vries2020-11-031-0/+14
* Auto merge of #1902 - george-hopkins:mptcp, r=JohnTitorbors2020-10-241-0/+4
|\
| * linux: Add definitions for Multipath TCPGeorge Hopkins2020-10-211-0/+4
* | Add lockf() operations to AndroidFredrik Fornwall2020-10-221-0/+5
* | Android: Add preadv and pwritev.Andrew Walbran2020-10-191-4/+16
* | Auto merge of #1703 - eduardosm:remove-af_alg_iv-as_slice, r=JohnTitorbors2020-10-161-1/+13
|\ \
| * | 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
| |/
* | android: process_vm*: fix return typerupansh-arch2020-10-161-2/+2
* | expose process_vm_readv, process_vm_writev for androidrupansh-arch2020-10-161-0/+16
|/
* Android: Add VMADDR_ constants.Andrew Walbran2020-10-071-0/+7
* Merge pull request #1889 from LinkTed/masterJosh Triplett2020-10-011-4/+7
|\
| * Add more constants for Linux like OSLinkTed2020-09-111-4/+7
* | Android: Add vsock constants and struct.Andrew Walbran2020-09-291-0/+14
|/
* Expose regex.h for AndroidFredrik Fornwall2020-08-121-0/+70
* Add more constants for getnameinfocoolreader182020-08-021-0/+7
* Add `PTRACE_EVENT_STOP`Gabriel Majeri2020-07-251-0/+2
* Android: Add various constants and functions.Andrew Walbran2020-06-301-3/+142
* Re-define `__priority_which`s as c_uint in linux-gnuYuki Okushi2020-05-211-0/+4
* Add tioc*brk constants for AndroidBryant Mairs2020-05-181-0/+2
* Fix #1670 missing RLIMIT_AS etc on androidRobert Collins2020-04-291-0/+5
* 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
* Clean up unnecessary cfg_attr attributesPatrick Mooney2020-03-291-24/+0
* Add F_OFD_* constantsAndre Nathan2020-03-101-0/+3
* Add IP6T_SO_ORIGINAL_DST definitionzonyitoo2020-03-081-0/+3
* Nfnetfilter queue constantsMichal 'vorner' Vaner2020-03-011-0/+66
* Remove unnecessary parenthesisVickenty Fesunov2020-02-121-14/+14
* Add AI_* constants on android; taken from netdb.hcoolreader182019-12-071-0/+15
* Auto merge of #1581 - baloo:baloo/linux/ipv6, r=gnzlbgbors2019-11-251-1/+1
|\
| * IPV6 consts are shared between android and linuxArthur Gautier2019-11-051-26/+0
| * adds IPV6_ consts for linuxArthur Gautier2019-11-031-1/+27
* | Auto merge of #1561 - elichai:2019-10-flock64, r=gnzlbgbors2019-11-251-0/+10
|\ \
| * | Add flock64 to linux_like platformsElichai Turkel2019-11-211-0/+10
| |/