summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #2578 - GuillaumeGomez:upgrade, r=Amanieu0.2.109bors2021-12-042-3/+3
|\
| * 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`Dan Gohman2021-12-022-1/+3
* | | Auto merge of #2568 - devnexen:dfbsd_ioctl_new_queries, r=Amanieubors2021-12-043-0/+41
|\ \ \ | |_|/ |/| |
| * | 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 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
|\ \ \ | |/ / |/| |
| * | 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
|/ /
* | Auto merge of #2574 - devnexen:fbsd_14_pt_coredump, r=Amanieubors2021-12-012-0/+16
|\ \
| * | 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 itemsGuillaume Gomez2021-11-302-0/+227
|/ /
* | Auto merge of #2571 - devnexen:bsd_syms, r=Amanieubors2021-11-281-0/+3
|\ \ | |/ |/|
| * haiku adding couple more BSD extensions.David CARLIER2021-11-271-0/+3
|/
* Auto merge of #2562 - devnexen:dfbsd_kinfo, r=JohnTitorbors2021-11-253-0/+30
|\
| * kinfo_cputime/kinfo_file addition for dragonflyDC2021-11-223-0/+30
* | Auto merge of #2561 - GuillaumeGomez:procstat-items, r=JohnTitorbors2021-11-246-1/+418
|\ \
| * | Add missing procstat items for FreeBSDGuillaume Gomez2021-11-236-1/+418
* | | 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-234-2/+6
|\ \ \
| * | | incorporate review feedbackJonah Petri2021-11-221-1/+2
| * | | enable build for armv7-unknown-linux-uclibceabihfJonah Petri2021-11-221-0/+1
| * | | 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-232-24/+934
|\ \ \ | |/ / |/| |
| * | Add missing net/if.h and net/if_mib.h itemsGuillaume Gomez2021-11-222-24/+934
| |/
* | Auto merge of #2558 - devnexen:haiku_unistd_bsd, r=Amanieubors2021-11-211-0/+6
|\ \ | |/ |/|
| * haiku adding few BSD portability fn.David CARLIER2021-11-211-0/+6
|/
* Auto merge of #2541 - GuillaumeGomez:upgrade, r=JohnTitor0.2.108bors2021-11-202-3/+3
|\
| * Upgrade crate version to 0.2.108Guillaume Gomez2021-11-162-3/+3
* | Auto merge of #2549 - GuillaumeGomez:more-freebsd, r=JohnTitorbors2021-11-192-5/+258
|\ \
| * | Mark consts to be ignored depending on freebsd versionGuillaume Gomez2021-11-192-44/+46
| * | Integrate freebsd 14 as wellGuillaume Gomez2021-11-191-11/+8
| * | Add missing consts from sys/sysctl.hGuillaume Gomez2021-11-191-0/+85
| * | Add sys/proc.h header into libc-test import listGuillaume Gomez2021-11-191-0/+1
| * | Add more items for FreeBSDGuillaume Gomez2021-11-191-0/+168
* | | Auto merge of #2553 - devnexen:obsd_ptrace_state, r=Amanieubors2021-11-192-0/+22
|\ \ \ | |/ / |/| |
| * | couple of ptrace query for openbsdDavid Carlier2021-11-192-0/+22
|/ /
* | Auto merge of #2552 - GuillaumeGomez:kinfo_proc-doc, r=JohnTitorbors2021-11-194-0/+337
|\ \
| * | Add documentation for kinfo_proc fieldsGuillaume Gomez2021-11-184-0/+337
* | | Auto merge of #2551 - devnexen:ctl_describe_query_netbsd, r=JohnTitorbors2021-11-182-0/+8
|\ \ \
| * | | netbsd add sysctldesc query.David Carlier2021-11-172-0/+8
* | | | Auto merge of #2550 - de-vri-es:restore-ioctl-types, r=JohnTitorbors2021-11-188-28/+67
|\ \ \ \ | |_|/ / |/| | |
| * | | Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-178-28/+67
| |/ /