summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #2723 - solid-rs:libc-02120, r=Amanieu0.2.120bors2022-03-142-3/+3
|\
| * Bump version to 0.2.120Tomoaki Kawada2022-03-142-3/+3
* | Auto merge of #2714 - AzureMarker:horizon-getrandom-and-fixes, r=Amanieubors2022-03-148-33/+77
|\ \ | |/ |/|
| * Fix style issuesMark Drobnak2022-03-135-9/+8
| * Reorganize some newlib definitions into a "generic" moduleMark Drobnak2022-03-137-52/+55
| * Merge remote-tracking branch 'rust-lang/master' into horizon-getrandom-and-fixesMark Drobnak2022-03-1325-15/+241
| |\ | |/ |/|
* | Auto merge of #2716 - slp:add-rseq, r=Amanieubors2022-03-1214-0/+14
|\ \
| * | linux_like: add rseq syscallSergio Lopez2022-03-0814-0/+14
* | | Auto merge of #2715 - AzureMarker:feature/horizon-pthread, r=Amanieubors2022-03-121-0/+42
|\ \ \
| * | | Rename "idealprocessor" attr functions to "processorid"AzureMarker2022-03-061-5/+5
| * | | Add nonstandard pthread_getprocessorid_np functionAzureMarker2022-03-061-0/+2
| * | | Replace pthread_getpriority nonstandard function with standard onesAzureMarker2022-03-061-1/+15
| * | | Change wording to "ideal processor" and use "np" suffixAzureMarker2022-03-061-1/+9
| * | | 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
|/