summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.2.106 to incorporate build fix for #24840.2.106Josh Triplett2021-10-312-2/+2
* Auto merge of #2493 - devnexen:fbsd_lwpinfo, r=Amanieubors2021-10-302-0/+42
|\
| * freebsd add ptrace_lwpinfo structDavid Carlier2021-10-302-0/+42
* | Auto merge of #2492 - devnexen:netbsd_lwpinfo, r=JohnTitorbors2021-10-302-0/+19
|\ \
| * | netbsd ptrace sig/lwpinfo additionsDavid Carlier2021-10-302-0/+19
* | | Auto merge of #2491 - devnexen:solarish_sendfile, r=JohnTitorbors2021-10-301-0/+3
|\ \ \
| * | | sendfile fn for solarish systemsdc2021-10-301-0/+3
| | |/ | |/|
* | | Auto merge of #2488 - rtzoeller:dfly_FIODNAME, r=JohnTitorbors2021-10-303-1/+8
|\ \ \
| * | | Deprecate FIODGNAME on DragonFly, add FIODNAMERyan Zoeller2021-10-303-1/+8
| |/ /
* | | Auto merge of #2490 - devnexen:macos_build_fix, r=JohnTitorbors2021-10-301-13/+13
|\ \ \
| * | | malloc_zone darwin build fix.David Carlier2021-10-301-13/+13
| |/ /
* | | Auto merge of #2483 - sunfishcode:sunfishcode/linux-pollrdhup, r=JohnTitorbors2021-10-302-13/+4
|\ \ \ | |/ / |/| |
| * | Move Linux's `POLLRDHUP` into `linux_like` and fix its type.Dan Gohman2021-10-272-13/+4
* | | Auto merge of #2485 - DimitrisJim:freebsd_ai_consts, r=Amanieubors2021-10-282-0/+15
|\ \ \
| * | | Add AI_* constants to freebdslike platforms.jfh2021-10-272-0/+15
| |/ /
* | | Auto merge of #2486 - devnexen:strtonum_big_sur, r=Amanieubors2021-10-272-0/+9
|\ \ \ | |/ / |/| |
| * | darwin add strtonum from Big SurDavid CARLIER2021-10-272-0/+9
|/ /
* | Auto merge of #2482 - devnexen:macos_big_sur_univ_posix_spawnattr_update, r=A...bors2021-10-262-0/+23
|\ \
| * | darwin add posix_spawn specific extensions for universal binariesDavid CARLIER2021-10-262-0/+23
|/ /
* | Auto merge of #2481 - devnexen:solarish_setpflags, r=Amanieubors2021-10-262-0/+13
|\ \
| * | solarish add process pflags api.DC2021-10-252-0/+13
* | | Auto merge of #2479 - devnexen:fbsd_copy_file_range, r=Amanieubors2021-10-261-0/+9
|\ \ \
| * | | freebsd 13 add copy_file_range api compatible with linux's glibc wrapperDavid Carlier2021-10-241-0/+9
| |/ /
* | | Auto merge of #2478 - devnexen:dfbsd_chkpoint_api, r=Amanieubors2021-10-263-0/+12
|\ \ \ | |/ / |/| |
| * | dragonflybsd add checkpoint apiDavid Carlier2021-10-243-0/+12
|/ /
* | Auto merge of #2469 - GuillaumeGomez:upgrade-version, r=JohnTitor0.2.105bors2021-10-232-3/+3
|\ \
| * | Upgrade crate version to 0.2.105Guillaume Gomez2021-10-202-3/+3
* | | Auto merge of #2475 - devnexen:fbsd_numa_domain, r=JohnTitorbors2021-10-232-0/+30
|\ \ \
| * | | freebsd add numa domain apiDavid Carlier2021-10-232-0/+30
* | | | Auto merge of #2474 - NeoRaider:pidfd, r=JohnTitorbors2021-10-235-0/+7
|\ \ \ \
| * | | | libc-test: include linux/sched.h test_linux()Matthias Schiffer2021-10-231-0/+1
| * | | | linux, android: Add CLONE_PIDFD flagMatthias Schiffer2021-10-234-0/+6
* | | | | Auto merge of #2473 - coolreader18:redox-pthread, r=JohnTitorbors2021-10-231-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a couple pthread functions for redoxNoa2021-10-211-0/+2
* | | | | Auto merge of #2472 - devnexen:macos_big_sur_update2, r=JohnTitorbors2021-10-222-0/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | darwin libproc Big Sur update.David CARLIER2021-10-212-0/+16
| |/ / /
* | | | Auto merge of #2453 - tklauser:linux-netlink-consts, r=JohnTitorbors2021-10-213-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add NETLINK_EXT_ACK and NETLINK_GET_STRICT_CHK on LinuxTobias Klauser2021-10-223-0/+7
|/ / /
* | | Auto merge of #2471 - NeoRaider:close_range, r=JohnTitorbors2021-10-213-0/+10
|\ \ \
| * | | linux: Add CLOSE_RANGE_* flagsMatthias Schiffer2021-10-213-0/+10
|/ / /
* | | Auto merge of #2470 - joshtriplett:cpu-macros, r=Amanieubors2021-10-211-6/+28
|\ \ \
| * | | Add missing CPU_* macros to android, and sync with LinuxJosh Triplett2021-10-211-6/+28
|/ / /
* | | Auto merge of #2463 - irgstg:basic_nt_consts, r=Amanieubors2021-10-212-0/+36
|\ \ \
| * | | Adding some NT_* consts from elf.hR2021-10-172-0/+36
* | | | Auto merge of #2467 - rtzoeller:dfly_fexecve, r=JohnTitorbors2021-10-214-6/+7
|\ \ \ \
| * | | | DragonFly 6.0 introduced fexecve()Ryan Zoeller2021-10-204-6/+7
* | | | | Auto merge of #2465 - asomers:fbsd-consts, r=JohnTitorbors2021-10-204-49/+52
|\ \ \ \ \
| * | | | | Properly expose more constants on FreeBSDAlan Somers2021-10-204-49/+52
* | | | | | Auto merge of #2459 - devnexen:macos_bug_sur_further_upd, r=JohnTitorbors2021-10-202-0/+6
|\ \ \ \ \ \
| * | | | | | apple further Big Sur update adding few more fn.David CARLIER2021-10-162-0/+6
| | |_|/ / / | |/| | | |