| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #1972 - zonyitoo:master, r=JohnTitor | bors | 2020-11-24 | 1 | -0/+1 |
|\ |
|
| * | Add IPV6_BINDANY on FreeBSD | zonyitoo | 2020-11-07 | 1 | -0/+1 |
* | | Auto merge of #1970 - KentaTada:add-sockoptions-consts-aarch64, r=JohnTitor | bors | 2020-11-24 | 1 | -0/+19 |
|\ \ |
|
| * | | Add constants of socket options on aarch64 | Kenta Tada | 2020-11-05 | 1 | -0/+19 |
| |/ |
|
* | | Fix link warnings on rustdoc | Yuki Okushi | 2020-11-23 | 1 | -2/+3 |
|/ |
|
* | Implement accept4 on Android as raw syscall. | Maarten de Vries | 2020-11-03 | 4 | -6/+26 |
* | Adding dl_iterate_phdr function to uclibc | Tudor Sidea | 2020-10-31 | 1 | -0/+68 |
* | Add additional TCP options; fix TCP_KEEPIDLE | Jason King | 2020-10-30 | 3 | -3/+8 |
* | Add additional solarish TCP options | Jason King | 2020-10-30 | 1 | -0/+3 |
* | Auto merge of #1962 - coolreader18:redox-sock, r=JohnTitor | bors | 2020-10-29 | 1 | -1/+45 |
|\ |
|
| * | Add sys/file.h constants | Noah | 2020-10-28 | 1 | -0/+6 |
| * | Add NI_* constants | Noah | 2020-10-27 | 1 | -0/+7 |
| * | Update redox socket constants | Noah | 2020-10-27 | 1 | -1/+32 |
* | | Add endservent, getservbyport, getservent, setservent | 0e4ef622 | 2020-10-27 | 1 | -0/+7 |
|/ |
|
* | Add dl_iterate_phdr for openbsd | Lzu Tao | 2020-10-27 | 1 | -0/+73 |
* | Add dl_iterate_phdr for netbsd | Lzu Tao | 2020-10-27 | 1 | -0/+79 |
* | Add dl_iterate_phdr for freebsd | Lzu Tao | 2020-10-27 | 2 | -1/+82 |
* | Auto merge of #1958 - JohnTitor:fix-dragonfly-build, r=nagisa | bors | 2020-10-25 | 2 | -11/+17 |
|\ |
|
| * | Fix `deprecated` attribute for `__error` | Yuki Okushi | 2020-10-25 | 1 | -1/+1 |
| * | Allow attributes in `f!` and related macros | Yuki Okushi | 2020-10-25 | 1 | -10/+16 |
* | | Auto merge of #1956 - JohnTitor:time64, r=JohnTitor | bors | 2020-10-25 | 2 | -3/+16 |
|\ \ |
|
| * | | Allow deprecated `time_t` on musl | Yuki Okushi | 2020-10-25 | 1 | -3/+10 |
| * | | Add a deprecation note to `time_t` on musl | Yuki Okushi | 2020-10-25 | 1 | -0/+6 |
| |/ |
|
* | | Auto merge of #1902 - george-hopkins:mptcp, r=JohnTitor | bors | 2020-10-24 | 4 | -1/+18 |
|\ \
| |/
|/| |
|
| * | Apply suggestions from code review | George Hopkins | 2020-10-24 | 1 | -3/+5 |
| * | linux: Add definitions for Multipath TCP | George Hopkins | 2020-10-21 | 4 | -1/+16 |
* | | Bring the MUSL version of siginfo_t up-to-date. | brian-cook | 2020-10-23 | 1 | -2/+62 |
* | | Add constants of socket options | Kenta Tada | 2020-10-23 | 1 | -0/+19 |
* | | Add lockf() operations to Android | Fredrik Fornwall | 2020-10-22 | 1 | -0/+5 |
* | | Rollup merge of #1944 - nroi:include-sendfile64, r=JohnTitor | Yuki Okushi | 2020-10-21 | 1 | -0/+6 |
|\ \ |
|
| * | | Include sendfile64() for Linux | Fabian Muscariello | 2020-10-20 | 1 | -0/+6 |
* | | | Add definitions for Linux debug related MAGIC | Kenta Tada | 2020-10-20 | 1 | -0/+4 |
|/ / |
|
* | | Fix build for `sparc-unknown-linux-gnu` | Yuki Okushi | 2020-10-20 | 2 | -118/+105 |
* | | Auto merge of #1832 - qwandor-google:master, r=JohnTitor | bors | 2020-10-19 | 1 | -4/+16 |
|\ \ |
|
| * | | Android: Add preadv and pwritev. | Andrew Walbran | 2020-10-19 | 1 | -4/+16 |
* | | | Adding nmount to freebsd and removing fdatasync from freebsd 10 | DarcInc | 2020-10-18 | 3 | -1/+10 |
|/ / |
|
* | | Auto merge of #1703 - eduardosm:remove-af_alg_iv-as_slice, r=JohnTitor | bors | 2020-10-16 | 3 | -2/+28 |
|\ \ |
|
| * | | af_alg_iv: Move the deprecated attribute to the struct definition and specify... | Eduardo Sánchez Muñoz | 2020-10-16 | 3 | -18/+22 |
| * | | Re-add trait implementations of `af_alg_iv` and mark them as deprecated. | Eduardo Sánchez Muñoz | 2020-10-15 | 2 | -0/+72 |
| * | | Remove `af_alg_iv::as_slice` and trait implementations that depend on it | Eduardo Sánchez Muñoz | 2020-10-15 | 2 | -52/+2 |
* | | | android: process_vm*: fix return type | rupansh-arch | 2020-10-16 | 1 | -2/+2 |
* | | | expose process_vm_readv, process_vm_writev for android | rupansh-arch | 2020-10-16 | 1 | -0/+16 |
|/ / |
|
* | | add clock_nanosleep to freebsd 12 and netbsd | Max Blachman | 2020-10-15 | 2 | -0/+12 |
* | | Add missing NetBSD RLIMIT_ constants | Robert Collins | 2020-10-10 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #1914 from db48x/add-clearerr | Yuki Okushi | 2020-10-08 | 1 | -0/+1 |
|\ |
|
| * | add clearerr | Daniel Brooks | 2020-10-07 | 1 | -0/+1 |
* | | Android: Add VMADDR_ constants. | Andrew Walbran | 2020-10-07 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #1912 from pfmooney/illumos-pthread-getattr | Josh Triplett | 2020-10-04 | 2 | -4/+5 |
|\ |
|
| * | pthread_getattr_np is not present on illumos | Patrick Mooney | 2020-10-04 | 2 | -4/+5 |
* | | Merge pull request #1911 from joshtriplett/master | Yuki Okushi | 2020-10-05 | 1 | -2/+5 |
|\ \
| |/
|/| |
|