summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #2353 - GuillaumeGomez:upgrade-version, r=JohnTitor0.2.100bors2021-08-212-3/+3
|\
| * Upgrade crate version to 0.2.100Guillaume Gomez2021-08-192-3/+3
* | Auto merge of #2351 - devnexen:fbsd_auxv_info, r=JohnTitorbors2021-08-205-1/+160
|\ \
| * | freebsd auxiliary vectors type additionDC2021-08-195-1/+160
* | | Auto merge of #2293 - devnexen:system_prop_api_android, r=JohnTitorbors2021-08-205-0/+49
|\ \ \
| * | | android system prop api update.David Carlier2021-08-195-0/+49
* | | | Auto merge of #2354 - nielx:haiku/fix-tests, r=JohnTitorbors2021-08-2011-14/+128
|\ \ \ \
| * | | | Haiku: fix testsNiels Sascha Reedijk2021-08-1910-14/+118
| * | | | Haiku: add missing constants from socket.h and unistd.hNiels Sascha Reedijk2021-08-191-0/+10
| |/ / /
* | | | Auto merge of #2313 - devnexen:fbsd_procstat, r=JohnTitorbors2021-08-193-0/+76
|\ \ \ \ | |/ / / |/| | |
| * | | freebsd add subset of libprocstatDC2021-08-193-0/+76
| |/ /
* | | Auto merge of #2350 - rtzoeller:solarish_scheduler, r=JohnTitorbors2021-08-191-0/+16
|\ \ \ | |/ / |/| |
| * | Add sched_get/setparam and sched_get/setscheduler to SolarishRyan Zoeller2021-08-171-0/+16
* | | Auto merge of #2352 - samolisov:aligned_free_on_windows, r=Amanieubors2021-08-182-0/+3
|\ \ \ | |_|/ |/| |
| * | Add "_aligned_free" on the Windows platformPavel Samolysov2021-08-182-0/+3
|/ /
* | Auto merge of #2349 - devnexen:netbsd_auxv_types, r=Amanieubors2021-08-164-0/+61
|\ \
| * | netbsd add auxiliary vector query ids.David Carlier2021-08-164-0/+61
|/ /
* | Auto merge of #2337 - devnexen:fbsd_procctl, r=Amanieubors2021-08-167-0/+53
|\ \
| * | procctl api addition for freebsd/dragonflybsdDC2021-08-167-0/+53
|/ /
* | Auto merge of #2342 - devnexen:dfbsd_shm_api, r=JohnTitorbors2021-08-164-10/+32
|\ \
| * | dragonflybsd add shm api.DC2021-08-144-10/+32
* | | Auto merge of #2340 - devnexen:macos_proc_kmsgbuf, r=JohnTitorbors2021-08-162-1/+3
|\ \ \
| * | | proc_kmsgbuf for darwin additionDavid CARLIER2021-08-142-1/+3
| |/ /
* | | Auto merge of #2333 - dfoxfranke:master, r=JohnTitorbors2021-08-164-0/+99
|\ \ \
| * | | Add clock_adjtime() to linux-gnuDaniel Fox Franke2021-08-132-0/+3
| * | | Add <sys/timex.h> bindings for linux-muslDaniel Fox Franke2021-08-132-0/+96
* | | | Auto merge of #2329 - devnexen:getsethostid_unix, r=JohnTitorbors2021-08-1514-0/+28
|\ \ \ \
| * | | | adding gethostid/sethostid to most unixes (redox still unimplemented atDavid CARLIER2021-08-1314-0/+28
* | | | | Auto merge of #2345 - devnexen:haiku_beta3_upd2, r=Amanieubors2021-08-151-0/+2
|\ \ \ \ \
| * | | | | haiku posix_fadvise/fallocate addition.David CARLIER2021-08-151-0/+2
| | |_|_|/ | |/| | |
* | | | | Auto merge of #2347 - JohnTitor:fix-s390x-ci, r=JohnTitorbors2021-08-151-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update s390x installer to 20210731Yuki Okushi2021-08-161-2/+2
|/ / / /
* | | | Auto merge of #2343 - devnexen:haiku_beta3_upd, r=JohnTitorbors2021-08-141-0/+2
|\ \ \ \
| * | | | haiku mmap/madvise new flagsDavid CARLIER2021-08-141-0/+2
| | |_|/ | |/| |
* | | | Auto merge of #2338 - rtzoeller:netbsd_sched_setscheduler, r=Amanieubors2021-08-142-0/+8
|\ \ \ \
| * | | | Add sched_get/setscheduler for NetBSDRyan Zoeller2021-08-132-0/+8
* | | | | Auto merge of #2339 - rtzoeller:freebsdlike_sched_setparam, r=Amanieubors2021-08-143-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add sched_get/setparam for FreeBSD and DragonFlyBSDRyan Zoeller2021-08-133-0/+6
| |/ / /
* | | | Auto merge of #2335 - semarie:openbsd-maxpathlen, r=JohnTitorbors2021-08-131-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | openbsd: add sys/param.h include for MAXPATHLEN in testsSébastien Marie2021-08-131-0/+1
| | |/ | |/|
* | | Auto merge of #2334 - rtzoeller:netbsd_sched_consts, r=JohnTitorbors2021-08-132-0/+9
|\ \ \
| * | | Add scheduler constants for NetBSDRyan Zoeller2021-08-122-0/+9
| | |/ | |/|
* | | Auto merge of #2331 - rtzoeller:sched_get_priority_limits, r=Amanieubors2021-08-137-2/+12
|\ \ \ | |_|/ |/| |
| * | sched_get_priority_max/min apply to all BSDs and SolarisRyan Zoeller2021-08-127-2/+12
| |/
* | Auto merge of #2332 - GuillaumeGomez:bsd-items, r=JohnTitorbors2021-08-123-0/+49
|\ \
| * | Go around rustc version limitationsGuillaume Gomez2021-08-122-1/+5
| * | Add more items in BSDGuillaume Gomez2021-08-122-0/+45
|/ /
* | Auto merge of #2330 - Minoru:bugfix/apple-typos, r=JohnTitorbors2021-08-111-2/+2
|\ \ | |/ |/|
| * Fix a couple typos in the Apple moduleAlexander Batischev2021-08-101-2/+2
|/
* Auto merge of #2312 - flxo:master, r=JohnTitor0.2.99bors2021-08-102-3/+3
|\