summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1972 - zonyitoo:master, r=JohnTitorbors2020-11-241-0/+1
|\
| * Add IPV6_BINDANY on FreeBSDzonyitoo2020-11-071-0/+1
* | Auto merge of #1970 - KentaTada:add-sockoptions-consts-aarch64, r=JohnTitorbors2020-11-241-0/+19
|\ \
| * | Add constants of socket options on aarch64Kenta Tada2020-11-051-0/+19
| |/
* | Fix link warnings on rustdocYuki Okushi2020-11-231-2/+3
|/
* Implement accept4 on Android as raw syscall.Maarten de Vries2020-11-034-6/+26
* Adding dl_iterate_phdr function to uclibcTudor Sidea2020-10-311-0/+68
* Add additional TCP options; fix TCP_KEEPIDLEJason King2020-10-303-3/+8
* Add additional solarish TCP optionsJason King2020-10-301-0/+3
* Auto merge of #1962 - coolreader18:redox-sock, r=JohnTitorbors2020-10-291-1/+45
|\
| * Add sys/file.h constantsNoah2020-10-281-0/+6
| * Add NI_* constantsNoah2020-10-271-0/+7
| * Update redox socket constantsNoah2020-10-271-1/+32
* | Add endservent, getservbyport, getservent, setservent0e4ef6222020-10-271-0/+7
|/
* Add dl_iterate_phdr for openbsdLzu Tao2020-10-271-0/+73
* Add dl_iterate_phdr for netbsdLzu Tao2020-10-271-0/+79
* Add dl_iterate_phdr for freebsdLzu Tao2020-10-272-1/+82
* Auto merge of #1958 - JohnTitor:fix-dragonfly-build, r=nagisabors2020-10-252-11/+17
|\
| * Fix `deprecated` attribute for `__error`Yuki Okushi2020-10-251-1/+1
| * Allow attributes in `f!` and related macrosYuki Okushi2020-10-251-10/+16
* | Auto merge of #1956 - JohnTitor:time64, r=JohnTitorbors2020-10-252-3/+16
|\ \
| * | Allow deprecated `time_t` on muslYuki Okushi2020-10-251-3/+10
| * | Add a deprecation note to `time_t` on muslYuki Okushi2020-10-251-0/+6
| |/
* | Auto merge of #1902 - george-hopkins:mptcp, r=JohnTitorbors2020-10-244-1/+18
|\ \ | |/ |/|
| * Apply suggestions from code reviewGeorge Hopkins2020-10-241-3/+5
| * linux: Add definitions for Multipath TCPGeorge Hopkins2020-10-214-1/+16
* | Bring the MUSL version of siginfo_t up-to-date.brian-cook2020-10-231-2/+62
* | Add constants of socket optionsKenta Tada2020-10-231-0/+19
* | Add lockf() operations to AndroidFredrik Fornwall2020-10-221-0/+5
* | Rollup merge of #1944 - nroi:include-sendfile64, r=JohnTitorYuki Okushi2020-10-211-0/+6
|\ \
| * | Include sendfile64() for LinuxFabian Muscariello2020-10-201-0/+6
* | | Add definitions for Linux debug related MAGICKenta Tada2020-10-201-0/+4
|/ /
* | Fix build for `sparc-unknown-linux-gnu`Yuki Okushi2020-10-202-118/+105
* | Auto merge of #1832 - qwandor-google:master, r=JohnTitorbors2020-10-191-4/+16
|\ \
| * | Android: Add preadv and pwritev.Andrew Walbran2020-10-191-4/+16
* | | Adding nmount to freebsd and removing fdatasync from freebsd 10DarcInc2020-10-183-1/+10
|/ /
* | Auto merge of #1703 - eduardosm:remove-af_alg_iv-as_slice, r=JohnTitorbors2020-10-163-2/+28
|\ \
| * | af_alg_iv: Move the deprecated attribute to the struct definition and specify...Eduardo Sánchez Muñoz2020-10-163-18/+22
| * | Re-add trait implementations of `af_alg_iv` and mark them as deprecated.Eduardo Sánchez Muñoz2020-10-152-0/+72
| * | Remove `af_alg_iv::as_slice` and trait implementations that depend on itEduardo Sánchez Muñoz2020-10-152-52/+2
* | | 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
|/ /
* | add clock_nanosleep to freebsd 12 and netbsdMax Blachman2020-10-152-0/+12
* | Add missing NetBSD RLIMIT_ constantsRobert Collins2020-10-101-0/+6
|/
* Merge pull request #1914 from db48x/add-clearerrYuki Okushi2020-10-081-0/+1
|\
| * add clearerrDaniel Brooks2020-10-071-0/+1
* | Android: Add VMADDR_ constants.Andrew Walbran2020-10-071-0/+7
|/
* Merge pull request #1912 from pfmooney/illumos-pthread-getattrJosh Triplett2020-10-042-4/+5
|\
| * pthread_getattr_np is not present on illumosPatrick Mooney2020-10-042-4/+5
* | Merge pull request #1911 from joshtriplett/masterYuki Okushi2020-10-051-2/+5
|\ \ | |/ |/|