summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #2588 - GuillaumeGomez:upgrade, r=Amanieu0.2.111bors2021-12-112-3/+3
|\ | | | | | | | | | | Upgrade crate version to 0.2.111 r? `@Amanieu`
| * Upgrade crate version to 0.2.111Guillaume Gomez2021-12-112-3/+3
| |
* | Auto merge of #2587 - rtzoeller:dfly_fallocate_fadvise, r=Amanieubors2021-12-113-2/+4
|\ \ | |/ |/| | | | | | | | | DragonFly supports posix_fallocate, stubs posix_fadvise - https://github.com/DragonFlyBSD/DragonFlyBSD/blob/master/lib/libc/sys/posix_fallocate.2 - https://github.com/DragonFlyBSD/DragonFlyBSD/blob/master/lib/libc/stdlib/posix_fadvise.3
| * DragonFly supports posix_fallocate, stubs posix_fadviseRyan Zoeller2021-12-113-2/+4
|/
* Auto merge of #2586 - GuillaumeGomez:getmntinfo, r=Amanieubors2021-12-101-0/+4
|\ | | | | | | | | | | Add missing link_name for getmntinfo r? `@Amanieu`
| * Add missing link_name for getmntinfoGuillaume Gomez2021-12-101-0/+4
| |
* | Auto merge of #2585 - asomers:revert-pr2581, r=Amanieubors2021-12-101-5/+7
|\ \ | |/ |/| | | | | | | | | | | | | | | Revert "Fix invalid freebsd version selection" This reverts commit 53e79b886bf4e4d3682ae6669e3585b3586e5255. PR #2581 unintentionally changed libc's bindings from the FreeBSD 11 ABI to the native ABI of the build host. This is causing breakage for many downstream crates.
| * Revert "Fix invalid freebsd version selection"Alan Somers2021-12-101-5/+7
|/ | | | | | | | This reverts commit 53e79b886bf4e4d3682ae6669e3585b3586e5255. PR #2581 unintentionally changed libc's bindings from the FreeBSD 11 ABI to the native ABI of the build host. This is causing breakage for many downstream crates.
* Auto merge of #2584 - GuillaumeGomez:upgrade, r=Amanieu0.2.110bors2021-12-092-3/+3
|\ | | | | | | Upgrade crate version to 0.2.110
| * Upgrade crate version to 0.2.110Guillaume Gomez2021-12-092-3/+3
| |
* | Auto merge of #2579 - devnexen:sd14_linux_sched_compat, r=Amanieubors2021-12-092-0/+19
|\ \ | | | | | | | | | freebsd 14 adding linux sched api compatibility fn.
| * | freebsd 14 adding linux sched api compatibility fn.David CARLIER2021-12-042-0/+19
| | |
* | | Auto merge of #2580 - devnexen:netbsd_few_more_ptrace_queries, r=Amanieubors2021-12-091-0/+21
|\ \ \ | | | | | | | | | | | | netbsd adding few more ptrace queries types.
| * | | netbsd adding few more ptrace queries types.David Carlier2021-12-041-0/+21
| |/ /
* | | Auto merge of #2548 - Mek101:master, r=Amanieubors2021-12-095-0/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | Add linux ioctl constansts: BLKSSZGET and BLKPBSZGET Fixes #2500
| * | | Removed endianess conditionals on mips ioctlMek1012021-12-051-9/+2
| | | |
| * | | Fix ioctl constants on mips little-endianMek1012021-12-051-2/+2
| | | |
| * | | Fix ioctl constants on mips big-endianMek1012021-12-041-2/+2
| | | |
| * | | Fix ioctl constants on PowerPCMek1012021-12-041-9/+2
| | | |
| * | | Endian dependent ioctl constants on PowerPCMek1012021-12-041-2/+9
| | | |
| * | | Endian dependent ioctl constants on mipsMek1012021-12-041-2/+9
| | | |
| * | | Add more linux ioctl constansts: BLKSSZGET and BLKPBSZGETMek1012021-12-035-0/+14
| | | |
* | | | Auto merge of #2525 - qwandor:mlock2, r=Amanieubors2021-12-093-0/+9
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | Add mlock2 on Android and Linux. Unfortunately the type of the flags parameter is different between Bionic and glibc for some reason.
| * | | Skip mlock2 for Android test.Andrew Walbran2021-12-071-0/+3
| | | | | | | | | | | | | | | | It was added in API level 30 but tests use level 28 still.
| * | | Add mlock2 on Android and Linux.Andrew Walbran2021-11-092-0/+6
| | | |
* | | | Auto merge of #2581 - GuillaumeGomez:freebsd-version, r=Amanieubors2021-12-091-7/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix invalid freebsd version selection Just realized when working on sysinfo that my `stafs` struct filled by `getmntinfo` was missing **a lot** of information. After trying to find out from my size what I missed, I simply check the `size_of` the rust struct vs the C struct and found `484 != 2384`. After looking a bit more, I discovered that only the CI was using the right freebsd version, which is quite problematic. r? `@Amanieu`
| * | | | Fix invalid freebsd version selectionGuillaume Gomez2021-12-051-7/+5
| | | | |
* | | | | Auto merge of #2570 - t6:freebsd-riscv64, r=Amanieubors2021-12-097-4/+166
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add riscv64gc-unknown-freebsd support Also see https://github.com/rust-lang/rust/pull/91284
| * | | | | ci/build: add riscv64gc-unknown-freebsdTobias Kortkamp2021-12-081-0/+1
| | | | | |
| * | | | | Add riscv64-unknown-freebsd supportTobias Kortkamp2021-11-276-4/+165
| | | | | |
* | | | | | Auto merge of #2582 - devnexen:pidfd_syscall_flag, r=Amanieubors2021-12-072-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | linux add pidfd_open syscall mode
| * | | | | | linux add pidfd_open syscall modeDavid Carlier2021-12-062-0/+4
|/ / / / / /
* | | | | | Auto merge of #2522 - rtzoeller:dfly_handle_deprecations, r=JohnTitorbors2021-12-053-23/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix/remove deprecated DragonFly items These items were recently deprecated on DragonFly, either because the platform does not define them or because they were out of date.
| * | | | | | Fix/remove deprecated DragonFly itemsRyan Zoeller2021-11-073-23/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These items were recently deprecated on DragonFly, either because the platform does not define them or because they were out of date.
* | | | | | | Auto merge of #2578 - GuillaumeGomez:upgrade, r=Amanieu0.2.109bors2021-12-042-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade crate version to 0.2.109 r? `@Amanieu`
| * | | | | | Upgrade crate version to 0.2.109Guillaume Gomez2021-12-032-3/+3
| | | | | | |
* | | | | | | Auto merge of #2575 - sunfishcode:sunfishcode/wasi-getcwd, r=Amanieubors2021-12-042-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest released wasi-libc and declare `getcwd`/`chdir` Update to the latest version of wasi-libc which corresponds to the version in the wasi-sdk 14.0 release. And, add declarations for `getcwd` and `chdir`, which are now provided by wasi-libc.
| * | | | | | | Update to the latest released wasi-libc and declare `getcwd`/`chdir`Dan Gohman2021-12-022-1/+3
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest version of wasi-libc which corresponds to the version in the wasi-sdk 14.0 release. And, add declarations for `getcwd` and `chdir`, which are now provided by wasi-libc.
* | | | | | | Auto merge of #2568 - devnexen:dfbsd_ioctl_new_queries, r=Amanieubors2021-12-043-0/+41
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | dragonflybsd adding few new ioctl queries
| * | | | | | dragonflybsd adding few new ioctl queriesDavid Carlier2021-11-253-0/+41
| | |_|/ / / | |/| | | |
* | | | | | Auto merge of #2565 - GuillaumeGomez:procstat, r=Amanieubors2021-12-033-4/+363
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | Add devstat items
| * | | | | Add devstat itemsGuillaume Gomez2021-12-032-3/+362
| | | | | |
| * | | | | Update ctest2 dependencyGuillaume Gomez2021-12-011-1/+1
| | |/ / / | |/| | |
* | | | | Auto merge of #2577 - sunfishcode:sunfishcode/wasi-max-align-t, r=Amanieubors2021-12-031-0/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | Define max_align_t for wasi. WASI has a normal max_align_t.
| * | | | Add `#[allow(missing_debug_implementations)]` to WASI's `max_align_t`.Dan Gohman2021-12-031-0/+1
| | | | |
| * | | | Define max_align_t for wasi.Dan Gohman2021-12-031-0/+7
|/ / / / | | | | | | | | | | | | WASI has a normal max_align_t.
* | | | Auto merge of #2574 - devnexen:fbsd_14_pt_coredump, r=Amanieubors2021-12-012-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | ptrace_coredump ptrace query addition for FreeBSD 14.
| * | | | ptrace_coredump ptrace query addition for FreeBSD 14.David CARLIER2021-12-012-0/+16
|/ / / /
* | | | Auto merge of #2572 - GuillaumeGomez:mount-items, r=Amanieubors2021-12-012-0/+227
|\ \ \ \ | | | | | | | | | | | | | | | Add missing FreeBSD mount items
| * | | | Add missing FreeBSD mount itemsGuillaume Gomez2021-11-302-0/+227
|/ / / /