summaryrefslogtreecommitdiff
path: root/src/unix/bsd/netbsdlike
Commit message (Collapse)AuthorAgeFilesLines
...
* Auto merge of #2612 - bsiegert:master, r=Amanieubors2022-01-041-0/+6
|\ | | | | | | | | | | | | NetBSD: add definition for execvpe This is exactly the same as the OpenBSD definition. NetBSD has had execvpe since the beginning, AFAICS.
| * NetBSD: add definition for execvpeBenny Siegert2022-01-011-0/+6
| | | | | | | | | | This is exactly the same as the OpenBSD definition. NetBSD has had execvpe since the beginning, AFAICS.
* | openbsd adding splice struct for SO_SPLICE sock optDavid Carlier2021-12-301-0/+6
|/
* fcntl updates for DragonFlyBSD and NetBSDDavid Carlier2021-12-211-0/+1
|
* EV_SYSFLAGS changed value on upcoming 7.1Sébastien Marie2021-12-171-1/+3
|
* correct arm c_long sizeSébastien Marie2021-12-131-2/+2
|
* add more archs definition for openbsd: arm, mips64, powerpc, powerpc64, riscv64Sébastien Marie2021-12-136-7/+94
|
* netbsd adding few more ptrace queries types.David Carlier2021-12-041-0/+21
|
* couple of ptrace query for openbsdDavid Carlier2021-11-191-0/+15
|
* netbsd add sysctldesc query.David Carlier2021-11-171-0/+7
|
* netbsd/openbsd ftok addition.David Carlier2021-11-161-0/+1
|
* openbsd backtrace api additionDavid Carlier2021-11-101-0/+16
|
* netbsd add uucred structDavid Carlier2021-11-081-0/+10
|
* Auto merge of #2514 - devnexen:netbsd_xattr_api, r=Amanieubors2021-11-061-0/+44
|\ | | | | | | netbsd ext attrs api addition
| * netbsd ext attrs api additionDavid Carlier2021-11-051-0/+44
| |
* | netbsd add MAP_ALIGNED aliasesDavid Carlier2021-11-061-0/+9
|/
* Auto merge of #2512 - devnexen:netbsd_eapi_upd, r=Amanieubors2021-11-051-0/+13
|\ | | | | | | netbsd libutil update
| * netbsd libutil updateDavid Carlier2021-11-041-0/+13
| |
* | Auto merge of #2505 - rtzoeller:bsd_getsetresuid, r=Amanieubors2021-11-041-0/+2
|\ \ | |/ |/| | | | | | | Add getresgid and getresuid to DragonFly, FreeBSD and OpenBSD The functions have the same signatures as on Linux.
| * Add getresgid and getresuid to DragonFly, FreeBSD and OpenBSDRyan Zoeller2021-11-021-0/+2
| |
* | netbsd/openbsd add AI_* constantsDavid Carlier2021-10-312-0/+15
|/
* Auto merge of #2492 - devnexen:netbsd_lwpinfo, r=JohnTitorbors2021-10-301-0/+14
|\ | | | | | | netbsd ptrace sig/lwpinfo additions
| * netbsd ptrace sig/lwpinfo additionsDavid Carlier2021-10-301-0/+14
| |
* | netbsd add missing posix_spawn constants.David Carlier2021-10-171-0/+8
| |
* | Auto merge of #2438 - devnexen:posix_spawn_completion_netbsd, r=JohnTitorbors2021-10-141-0/+159
|\ \ | |/ | | | | netbsd add posix_spawn api.
| * netbsd add posix_spawn api.David Carlier2021-10-131-0/+159
| |
* | openbsd add getthrid fn.David Carlier2021-10-051-0/+1
|/
* netbsd/openbsd add get thread name api.David Carlier2021-09-252-0/+2
|
* netbsd aff timer apiDavid Carlier2021-09-241-0/+21
|
* Auto merge of #2412 - devnexen:netbsd_pollts, r=JohnTitorbors2021-09-241-0/+8
|\ | | | | | | netbsd add pollts fn.
| * netbsd add pollts fn.David Carlier2021-09-201-0/+8
| |
* | BSD add utrace callsDavid Carlier2021-09-192-0/+2
|/
* netbsd add string_to_flags apiDavid Carlier2021-09-181-0/+7
|
* netbsd add mmap MAP_STACK flagDavid Carlier2021-09-121-0/+1
|
* openbsd add secure alloc fn.David Carlier2021-08-311-0/+4
|
* netbsd ucontext type for arm64David Carlier2021-08-281-0/+81
|
* openbsd sigcontext for arm64David Carlier2021-08-271-0/+14
|
* openbsd: export `struct sigcontext` for x86_64Sébastien Marie2021-08-211-0/+106
| | | | based on initial work from @devnexen
* netbsd add auxiliary vector query ids.David Carlier2021-08-161-0/+30
|
* Auto merge of #2329 - devnexen:getsethostid_unix, r=JohnTitorbors2021-08-151-0/+2
|\ | | | | | | | | | | adding gethostid/sethostid to most unixes (redox still unimplemented at the moment).
| * adding gethostid/sethostid to most unixes (redox still unimplemented atDavid CARLIER2021-08-131-0/+2
| | | | | | | | the moment).
* | Add sched_get/setscheduler for NetBSDRyan Zoeller2021-08-131-0/+6
| |
* | Add scheduler constants for NetBSDRyan Zoeller2021-08-121-0/+5
|/
* Auto merge of #2314 - devnexen:netbsd_log_upd, r=Amanieubors2021-08-091-0/+10
|\ | | | | | | netbsd log api utmpx flavor addition
| * netbsd log api utmpx flavor additionDavid Carlier2021-08-021-0/+10
| |
* | netbsd/openbsd adding more IPC_* flags.David Carlier2021-08-081-0/+7
| | | | | | | | SHM flags, albeit obsolete, are used in couple of crates.
* | netbsd add proper flags for kinfo_vmentry lookupsDavid Carlier2021-07-311-0/+14
|/
* Auto merge of #2302 - devnexen:obsd_kinfo_vmentry, r=JohnTitorbors2021-07-271-0/+17
|\ | | | | | | openbsd adding kinfo_vmentry
| * openbsd adding kinfo_vmentryDavid Carlier2021-07-251-0/+17
| |
* | netbsd kinfo_getvmmap additionDavid Carlier2021-07-251-0/+25
|/