summaryrefslogtreecommitdiff
path: root/libc-test/semver
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Auto merge of #3121 - devnexen:fbsd_sctp4, r=JohnTitorbors2023-02-191-0/+25
|\ \ \ \
| * | | | freebsd further sctp support.David Carlier2023-02-181-0/+25
| |/ / /
* | | | FreeBSD: add strchrnulVal Packett2023-02-181-0/+1
* | | | FreeBSD: add AT_EMPTY_PATHVal Packett2023-02-181-0/+1
|/ / /
* | | Auto merge of #3104 - devnexen:linux_addstrchrnul, r=JohnTitorbors2023-02-142-0/+2
|\ \ \
| * | | linux adding strchrnulDavid Carlier2023-02-052-0/+2
| |/ /
* | | freebsd sctp support part 3David Carlier2023-02-121-0/+47
* | | Auto merge of #3114 - valpackett:fbsd, r=JohnTitorbors2023-02-121-0/+6
|\ \ \
| * | | Add more FreeBSD-specific path open option constantsVal Packett2023-02-111-0/+6
* | | | Auto merge of #3113 - devnexen:nbsd_tcp_info, r=JohnTitorbors2023-02-121-0/+1
|\ \ \ \
| * | | | netbsd tcp_info data addition.David Carlier2023-02-101-0/+1
| |/ / /
* | | | Auto merge of #3112 - devnexen:fbsd_tcp_info, r=JohnTitorbors2023-02-121-0/+1
|\ \ \ \
| * | | | freebsd tcp_info data addition.David Carlier2023-02-101-0/+1
| |/ / /
* | | | Auto merge of #3095 - devnexen:linux_sctp1, r=JohnTitorbors2023-02-121-0/+66
|\ \ \ \
| * | | | linux starting adding sctp supportDavid Carlier2023-02-101-0/+66
| |/ / /
* | | | Auto merge of #3109 - voskh0d:master, r=JohnTitorbors2023-02-121-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | linux: add more constants and FUTEX_OP for futexJérôme Dubois2023-02-071-0/+14
| |/ /
* | | Auto merge of #3105 - devnexen:macos_stack_np, r=JohnTitorbors2023-02-091-1/+2
|\ \ \
| * | | apple add pthread_stack_frame_decode_npDavid CARLIER2023-02-051-1/+2
| |/ /
* | | freebsd further sctp support.David Carlier2023-02-051-1/+57
|/ /
* | freebsd add initial sctp supportDavid Carlier2023-02-041-0/+58
* | Auto merge of #3099 - devnexen:pidfile_fbsd, r=JohnTitorbors2023-02-031-0/+6
|\ \
| * | pidfile util api for freebsd addition.David Carlier2023-02-021-0/+6
* | | add SO_TS_* constants for FreeBSDFolkert2023-02-021-0/+7
|/ /
* | Auto merge of #3060 - shikhapanwar:sycfs_for_android, r=JohnTitorbors2023-01-311-0/+1
|\ \
| * | ANDROID: Add syncfs API in liblibcShikha Panwar2023-01-301-0/+1
* | | Auto merge of #3086 - howjmay:add-PR_SET_PTRACER_ANY, r=JohnTitorbors2023-01-282-0/+2
|\ \ \
| * | | linux: add PR_SET_PTRACER_ANYYang Hau2023-01-272-0/+2
* | | | Auto merge of #3074 - mbyzhang:master, r=JohnTitorbors2023-01-281-0/+4
|\ \ \ \
| * | | | linux: add PTRACE_SYSCALL_INFO_*Peter Zhang2023-01-191-0/+4
* | | | | Auto merge of #3083 - devnexen:netbsd10_pollapi_update, r=JohnTitorbors2023-01-251-0/+1
|\ \ \ \ \
| * | | | | netbsd 10 add ppoll api supportDavid Carlier2023-01-221-0/+1
* | | | | | Add libc-test/semver/emscripten.txtKleis Auke Wolthuizen2023-01-231-0/+1
* | | | | | Update a couple of commentsKleis Auke Wolthuizen2023-01-231-1/+2
| |_|/ / / |/| | | |
* | | | | Auto merge of #3082 - devnexen:fbsd_signal_const, r=JohnTitorbors2023-01-221-0/+3
|\ \ \ \ \
| * | | | | adding specific freebsd signal constantsDavid Carlier2023-01-211-0/+3
| |/ / / /
* | | | | Auto merge of #3080 - devnexen:netbsd10_evset_update, r=JohnTitorbors2023-01-221-0/+7
|\ \ \ \ \
| * | | | | netbsd 10 event api update.David Carlier2023-01-211-0/+7
| |/ / / /
* | | | | Auto merge of #3073 - devnexen:fbsd14_ptrace_upd2, r=JohnTitorbors2023-01-221-0/+2
|\ \ \ \ \
| * | | | | freebsd 14 add ptrace_sc_remote.David Carlier2023-01-191-0/+2
| | |/ / / | |/| | |
* | | | | Auto merge of #3079 - madsmtm:pthread-main-apple, r=JohnTitorbors2023-01-221-0/+1
|\ \ \ \ \
| * | | | | Add pthread_main_np on Apple targetsMads Marquart2023-01-211-0/+1
| | |/ / / | |/| | |
* | | | | Auto merge of #3053 - tones111:rtnl_if_attr_tags, r=JohnTitorbors2023-01-221-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | linux: add additional netlink interface attribute tagsPaul Sbarra2023-01-171-0/+6
* | | | | Auto merge of #3046 - siegfried:ctl_info, r=JohnTitorbors2023-01-211-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add struct ctl_info for AppleZhi-Qiang Lei2023-01-211-0/+2
| |/ / /
* | | | Auto merge of #3071 - devnexen:netbsd10_update_random, r=JohnTitorbors2023-01-181-0/+5
|\ \ \ \
| * | | | netbsd 10 adding getentropy/getrandom.David Carlier2023-01-171-0/+5
| |/ / /
* | | | Auto merge of #3065 - Forestryks:master, r=JohnTitorbors2023-01-181-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Add pthread barrierAndrei Odintsov2023-01-111-0/+11