summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* DragonFly supports posix_fallocate, stubs posix_fadviseRyan Zoeller2021-12-112-2/+2
* Add missing link_name for getmntinfoGuillaume Gomez2021-12-101-0/+4
* Auto merge of #2579 - devnexen:sd14_linux_sched_compat, r=Amanieubors2021-12-091-0/+10
|\
| * freebsd 14 adding linux sched api compatibility fn.David CARLIER2021-12-041-0/+10
* | Auto merge of #2580 - devnexen:netbsd_few_more_ptrace_queries, r=Amanieubors2021-12-091-0/+21
|\ \
| * | netbsd adding few more ptrace queries types.David Carlier2021-12-041-0/+21
| |/
* | Auto merge of #2548 - Mek101:master, r=Amanieubors2021-12-094-0/+12
|\ \
| * | 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-034-0/+12
* | | Auto merge of #2525 - qwandor:mlock2, r=Amanieubors2021-12-092-0/+6
|\ \ \
| * | | Add mlock2 on Android and Linux.Andrew Walbran2021-11-092-0/+6
* | | | Auto merge of #2570 - t6:freebsd-riscv64, r=Amanieubors2021-12-096-4/+165
|\ \ \ \
| * | | | Add riscv64-unknown-freebsd supportTobias Kortkamp2021-11-276-4/+165
* | | | | linux add pidfd_open syscall modeDavid Carlier2021-12-061-0/+1
* | | | | Auto merge of #2522 - rtzoeller:dfly_handle_deprecations, r=JohnTitorbors2021-12-052-21/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix/remove deprecated DragonFly itemsRyan Zoeller2021-11-072-21/+3
* | | | | Auto merge of #2575 - sunfishcode:sunfishcode/wasi-getcwd, r=Amanieubors2021-12-041-0/+2
|\ \ \ \ \
| * | | | | Update to the latest released wasi-libc and declare `getcwd`/`chdir`Dan Gohman2021-12-021-0/+2
| | |_|_|/ | |/| | |
* | | | | Auto merge of #2568 - devnexen:dfbsd_ioctl_new_queries, r=Amanieubors2021-12-041-0/+29
|\ \ \ \ \
| * | | | | dragonflybsd adding few new ioctl queriesDavid Carlier2021-11-251-0/+29
| | |_|/ / | |/| | |
* | | | | Auto merge of #2565 - GuillaumeGomez:procstat, r=Amanieubors2021-12-031-0/+337
|\ \ \ \ \
| * | | | | Add devstat itemsGuillaume Gomez2021-12-031-0/+337
| | |/ / / | |/| | |
* | | | | 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
|/ / / /
* | | | ptrace_coredump ptrace query addition for FreeBSD 14.David CARLIER2021-12-011-0/+10
* | | | Add missing FreeBSD mount itemsGuillaume Gomez2021-11-301-0/+200
* | | | haiku adding couple more BSD extensions.David CARLIER2021-11-271-0/+3
|/ / /
* | | Auto merge of #2562 - devnexen:dfbsd_kinfo, r=JohnTitorbors2021-11-251-0/+27
|\ \ \
| * | | kinfo_cputime/kinfo_file addition for dragonflyDC2021-11-221-0/+27
* | | | Auto merge of #2561 - GuillaumeGomez:procstat-items, r=JohnTitorbors2021-11-245-0/+415
|\ \ \ \
| * | | | Add missing procstat items for FreeBSDGuillaume Gomez2021-11-235-0/+415
* | | | | Auto merge of #2554 - devnexen:haiku_explicit_bzero, r=JohnTitorbors2021-11-241-0/+3
|\ \ \ \ \
| * | | | | haiku add handful BSD fn.David CARLIER2021-11-201-0/+3
* | | | | | Auto merge of #2563 - Minoru:bugfix/fix-doc-comment, r=Amanieubors2021-11-244-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix doc comment on FreeBSD `kinfo_proc`Alexander Batischev2021-11-224-4/+4
| | |/ / / | |/| | |
* | | | | Auto merge of #2566 - skrap:master, r=Amanieubors2021-11-233-2/+4
|\ \ \ \ \
| * | | | | memfd_create is a glibc API, which is not present on uclibcJonah Petri2021-11-223-2/+4
| |/ / / /
* | | | | Auto merge of #2556 - GuillaumeGomez:net-if, r=Amanieubors2021-11-231-24/+916
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing net/if.h and net/if_mib.h itemsGuillaume Gomez2021-11-221-24/+916
| |/ / /
* | | | haiku adding few BSD portability fn.David CARLIER2021-11-211-0/+6
|/ / /
* | | Auto merge of #2549 - GuillaumeGomez:more-freebsd, r=JohnTitorbors2021-11-191-5/+227
|\ \ \
| * | | Mark consts to be ignored depending on freebsd versionGuillaume Gomez2021-11-191-44/+16
| * | | Integrate freebsd 14 as wellGuillaume Gomez2021-11-191-11/+8
| * | | Add missing consts from sys/sysctl.hGuillaume Gomez2021-11-191-0/+85
| * | | Add more items for FreeBSDGuillaume Gomez2021-11-191-0/+168