summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Change to more standard priority function interfacesAzureMarker2022-03-061-1/+13
| * | | Add some extensions to pthread for armv6k-nintendo-3dsAzureMarker2022-03-061-0/+6
* | | | Auto merge of #2708 - MabezDev:esp-idf-stat-types, r=Amanieubors2022-03-122-5/+22
|\ \ \ \
| * | | | Correct the size of certain types on espidf platformScott Mabin2022-03-042-5/+22
* | | | | Auto merge of #2706 - abalmos:add-j1939, r=Amanieubors2022-03-113-0/+115
|\ \ \ \ \
| * | | | | Move typedefs into `skip_types` and clean upAndrew Balmos2022-03-081-40/+13
| * | | | | Don't test J1939 on musl.Andrew Balmos2022-03-071-1/+44
| * | | | | Re-add exceptions that are needed by old targetsAndrew Balmos2022-03-031-0/+5
| * | | | | Update src/unix/linux_like/linux/mod.rsAndrew Balmos2022-03-031-1/+1
| * | | | | Exempt J1939 constants and remove old exceptionsAndrew Balmos2022-03-031-4/+10
| * | | | | Add SocketCan J1939 constants and structsAndrew Balmos2022-03-033-0/+88
* | | | | | Auto merge of #2720 - solid-rs:fix-solid-diverging, r=Amanieubors2022-03-111-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | kmc-solid: Mark `abort`, `exit`, and `_Exit` as divergingTomoaki Kawada2022-03-111-3/+3
|/ / / / /
* | | | | Auto merge of #2711 - devnexen:haiku_build_fix, r=Amanieubors2022-03-073-8/+29
|\ \ \ \ \
| * | | | | haiku build fixesDavid Carlier2022-03-073-8/+29
| | |_|/ / | |/| | |
* | | | | Auto merge of #2710 - kraj:rv32, r=Amanieubors2022-03-071-0/+1
|\ \ \ \ \
| * | | | | riscv32: Define O_LARGEFILEKhem Raj2022-03-051-0/+1
| |/ / / /
* | | | | Auto merge of #2709 - devnexen:obsd_search_upd, r=Amanieubors2022-03-072-0/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | openbsd hash search apiDavid Carlier2022-03-052-0/+23
|/ / / /
| | | * Add fixes from libc-test resultsIan Chamberlain2022-03-062-26/+61
| | | * Fix uid_t and gid_t sizes on horizonIan Chamberlain2022-03-061-2/+10
| | | * Add constants for getrandom flagsIan Chamberlain2022-03-061-0/+4
| | | * Add getrandom call on horizon OSIan Chamberlain2022-03-061-0/+2
| |_|/ |/| |
* | | Auto merge of #2707 - devnexen:solarish_ninumericservconst, r=Amanieubors2022-03-041-0/+9
|\ \ \ | |_|/ |/| |
| * | solarish adding newdb constantsDavid Carlier2022-03-031-0/+9
|/ /
* | Auto merge of #2705 - devnexen:obsd_lsearch_lfind, r=Amanieubors2022-03-033-0/+18
|\ \
| * | openbsd add lsearch/lfind fn.David Carlier2022-03-033-0/+18
|/ /
* | Auto merge of #2704 - devnexen:fbsd_libutil_upd, r=Amanieubors2022-03-023-0/+6
|\ \
| * | adding getlocalbase to freebsd 13David CARLIER2022-03-023-0/+6
|/ /
* | Auto merge of #2703 - devnexen:haiku_realhostname, r=Amanieubors2022-03-021-0/+8
|\ \
| * | haiku realhostname apiDavid Carlier2022-03-011-0/+8
* | | Auto merge of #2702 - stefanha:blkiomin-blkioopt, r=Amanieubors2022-03-017-0/+14
|\ \ \ | |/ / |/| |
| * | Add Linux BLKIOMIN and BLKIOOPT ioctl constantsStefan Hajnoczi2022-03-017-0/+14
|/ /
* | Auto merge of #2699 - devnexen:haiku_shadow, r=Amanieubors2022-03-011-0/+41
|\ \
| * | posix shadow api for haikuDavid Carlier2022-02-271-0/+41
| |/
* | Auto merge of #2701 - androm3da:hexagon_400_sys, r=Amanieubors2022-02-281-0/+19
|\ \ | |/ |/|
| * Add 400-series syscalls to musl hexagon definitionsBrian Cain2022-02-271-0/+19
|/
* Auto merge of #2698 - devnexen:linux_glibc_getentropy, r=Amanieubors2022-02-263-0/+5
|\
| * linux glibc add getentropy.David Carlier2022-02-263-0/+5
|/
* Auto merge of #2695 - devnexen:solarish_fcntl_update, r=Amanieubors2022-02-231-0/+8
|\
| * illumos add few fcntl constsDavid Carlier2022-02-231-0/+8
* | Auto merge of #2697 - pfmooney:illumos-siginfo, r=Amanieubors2022-02-231-13/+172
|\ \
| * | solarish: Expose siginfo_t data as functionsPatrick Mooney2022-02-231-13/+172
|/ /
* | Auto merge of #2690 - lancethepants:RLIMIT, r=Amanieubors2022-02-2137-303/+296
|\ \
| * | Set __rlimit_resource_t definition for all uclibc (c_ulong).lancethepants2022-02-2137-303/+296
* | | Auto merge of #2694 - devnexen:solarish_stacktrace_fn, r=Amanieubors2022-02-211-0/+4
|\ \ \ | |_|/ |/| |
| * | solarish backtrace apiDavid Carlier2022-02-201-0/+4
|/ /
* | Auto merge of #2693 - devnexen:solarish_getisax, r=Amanieubors2022-02-193-0/+77
|\ \
| * | solarish getisax/auxiliary vector constantsDavid Carlier2022-02-193-0/+77
* | | Auto merge of #2692 - devnexen:mempolicy_update2, r=Amanieubors2022-02-195-0/+16
|\ \ \ | |/ / |/| |