summaryrefslogtreecommitdiff
path: root/src/unix/bsd/netbsdlike/openbsd
Commit message (Expand)AuthorAgeFilesLines
* Format settimeofday on openbsdGrayJack2019-10-131-1/+4
* Add settimeofday for openbsdGrayJack2019-10-131-0/+1
* Formattinggnzlbg2019-09-121-198/+221
* Deprecate RLIM_NLIMITSAlan Somers2019-09-021-0/+4
* UTIME_OMIT and UTIME_NOW values are inverted on OpenBSD. correct itSébastien Marie2019-08-211-2/+2
* Auto merge of #1474 - lpetre:add_utime_constants, r=gnzlbg0.2.63bors2019-08-201-0/+3
|\
| * Adding OpenBSD as per request, verified here: https://github.com/openbsd/src/...Luke Petre2019-08-171-0/+3
* | adapt ioctl() BPF for OpenBSDSébastien Marie2019-08-181-0/+4
|/
* openbsd: add sparc64 supportSébastien Marie2019-08-152-0/+11
* openbsd: introduce _MAX_PAGE_SHIFT to compute PTHREAD_STACK_MIN, MINSIGSTKSZ,...Sébastien Marie2019-08-154-2/+9
* define KERN_TIMEOUT_STATS and incr KERN_MAXID on OpenBSDSébastien Marie2019-08-051-1/+2
* Expose signal value of siginfo_tDouman2019-07-091-0/+15
* Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-051-24/+0
* Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-291-62/+62
|\
| * Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-291-62/+62
* | Deprecate AF_MAX and PF_MAXgnzlbg2019-05-291-0/+17
|/
* openbsd: add KERN_PFSTATUS and update KERN_MAXIDSébastien Marie2019-05-231-1/+11
* Refactor OpenBSD-like module into OpenBSDgnzlbg2019-05-224-0/+1474