summaryrefslogtreecommitdiff
path: root/src/unix/bsd/netbsdlike/openbsd/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Change branch references to HEAD where possible or main otherwiseJosh Triplett2023-05-151-4/+4
* Constify `CMSG_LEN` for all targets.John Millikin2023-05-081-1/+1
* Auto merge of #2999 - SteveLauC:major/minor-on-BSDs, r=JohnTitorbors2023-05-061-0/+13
|\
| * add major/minor on BSDs/illumosSteve Lau2023-05-061-0/+13
* | Added `MSG_WAITFORONE` to freebsd, openbsd, and illumosSteven Engler2023-04-251-0/+2
|/
* netbsd,openbsd: add more waitid related constantsVal Packett2023-04-061-1/+10
* Add missing kqueue constants across BSDsVal Packett2023-03-291-3/+7
* Add OpenBSD CLOCK_* constantsLaurent Cheylus2023-03-131-0/+6
* add p_name field in kinfo_proc struct on OpenBSDSébastien Marie2023-02-221-0/+1
* netbsd 10 adding getentropy/getrandom.David Carlier2023-01-171-1/+0
* adding mimmutable from openbsd (7.3)David Carlier2023-01-091-0/+2
* Style fixes, and filter out duplicate definitionsAlan Somers2022-10-221-5/+1
* Add more MNT_ flags on {Dragonfly,Net,Open}BSDAlan Somers2022-10-221-0/+20
* openbsd: add more locale constants for use with newlocale()Sébastien Marie2022-10-171-0/+12
* openbsd: add getmntinfo(3) and getfsstat(2) supportSébastien Marie2022-09-131-0/+6
* Add makedev for the BSDsAlan Somers2022-09-071-0/+10
* Fix the type of file flags on OpenBSDAlan Somers2022-07-101-0/+11
* Add OpenBSD kinfo_proc structThomas Hurst2022-05-101-0/+103
* openbsd: constantify some arguments of openpty() and forkpty()Sébastien Marie2022-04-301-0/+14
* Add OpenBSD's futex.h.Mara Bos2022-04-191-0/+15
* Add SCHED constants for OpenBSD.Victor Polevoy2022-04-091-0/+4
* following up on openbsd's kinfo_vmentry flagsDavid Carlier2022-03-311-0/+24
* openbsd kinfo_vmentry protection flagsDavid Carlier2022-03-301-0/+5
* openbsd hash search apiDavid Carlier2022-03-051-0/+18
* openbsd add lsearch/lfind fn.David Carlier2022-03-031-0/+15
* BSD add deterministic rand apiDavid Carlier2022-02-141-0/+4
* Define ip_mreqn on OpenBSDCharlie Root2022-01-241-0/+6
* openbsd adding splice struct for SO_SPLICE sock optDavid Carlier2021-12-301-0/+6
* EV_SYSFLAGS changed value on upcoming 7.1Sébastien Marie2021-12-171-1/+3
* add more archs definition for openbsd: arm, mips64, powerpc, powerpc64, riscv64Sébastien Marie2021-12-131-7/+22
* couple of ptrace query for openbsdDavid Carlier2021-11-191-0/+15
* openbsd backtrace api additionDavid Carlier2021-11-101-0/+16
* Auto merge of #2505 - rtzoeller:bsd_getsetresuid, r=Amanieubors2021-11-041-0/+2
|\
| * Add getresgid and getresuid to DragonFly, FreeBSD and OpenBSDRyan Zoeller2021-11-021-0/+2
* | netbsd/openbsd add AI_* constantsDavid Carlier2021-10-311-0/+8
|/
* openbsd add getthrid fn.David Carlier2021-10-051-0/+1
* netbsd/openbsd add get thread name api.David Carlier2021-09-251-0/+1
* BSD add utrace callsDavid Carlier2021-09-191-0/+1
* openbsd add secure alloc fn.David Carlier2021-08-311-0/+4
* openbsd adding kinfo_vmentryDavid Carlier2021-07-251-0/+17
* pthread_spinlock api remaining bsd systemsDavid Carlier2021-06-171-0/+2
* bsd adding setproctitle (setproctitle_fast for FreeBSD too).David Carlier2021-06-011-0/+2
* openbsd/netbsd siginfo_t adding si_addr field accessor.David Carlier2021-05-261-0/+4
* openbsd update deprecate few constantsDavid Carlier2021-05-221-0/+8
* Auto merge of #2176 - devnexen:netdb_constants, r=Amanieubors2021-05-161-0/+6
|\
| * openbsd adding few more netdb constantsDavid Carlier2021-05-161-0/+6
* | Add OpenBSD unveil(2)Vincent Lee2021-05-151-0/+1
|/
* Auto merge of #2156 - niluxv:add_explicit_memset_functions, r=JohnTitorbors2021-05-111-0/+3
|\
| * Remove the new `extern "C"` blocks (merge with existing blocks)niluxv2021-05-081-2/+0
| * Add explicit/volatile memset/memzero functionsniluxv2021-05-021-0/+5