summaryrefslogtreecommitdiff
path: root/src/unix/bsd/netbsdlike
Commit message (Expand)AuthorAgeFilesLines
...
* FreeBSD: make wchar_t unsigned on arm/aarch64Greg V2020-07-061-0/+1
* Deprecate `KERN_USERMOUNT` and `KERN_ARND` in 0.2.71Yuki Okushi2020-05-221-0/+2
* REG_ENOSYS is NetBSD specificSébastien Marie2020-04-142-2/+2
* Add bindings for POSIX regexesAlexander Batischev2020-04-131-0/+2
* Add accept4() for NetBSD, Illumos and SolarisTorbjørn Birch Moltu2020-03-212-6/+6
* Add <sys/timex.h> declarations for BSDsDaniel Fox Franke2020-03-011-0/+86
* Add memmemVickenty Fesunov2020-02-192-0/+12
* Remove unnecessary parenthesisVickenty Fesunov2020-02-122-8/+8
* Auto merge of #1610 - GrayJack:utmp_netbsd, r=gnzlbgbors2019-11-291-3/+24
|\
| * Implement utmp for NetBSDGrayJack2019-11-281-3/+24
* | Auto merge of #1608 - lzutao:netbsd-mut-pthread_setname_np, r=gnzlbgbors2019-11-291-1/+1
|\ \ | |/ |/|
| * use *const pointer for NetBSD's pthread_setname_npLzu Tao2019-11-281-1/+1
* | Auto merge of #1576 - GrayJack:utmpx_netbsd, r=gnzlbgbors2019-11-281-0/+166
|\ \ | |/ |/|
| * Comment fields that are array with size above 32 in Debug impl utmpx lastlogxGrayJack2019-11-271-3/+3
| * Fix the lastlogx PartialEq implGrayJack2019-11-271-1/+5
| * Fix the PartialEq utmpx implGrayJack2019-11-201-1/+5
| * Fix style error that `cargo fmt` didn't gotGrayJack2019-11-191-1/+0
| * Run rustfmtGrayJack2019-11-191-3/+3
| * Merge branch 'master' into utmpx_netbsdEric Shimizu Karbstein2019-11-193-0/+64
| |\
| * | Implement utmpx.h itensGrayJack2019-10-311-0/+158
* | | Auto merge of #1568 - ltratt:master, r=gnzlbgbors2019-11-191-0/+9
|\ \ \ | |_|/ |/| |
| * | Add two missing pthread calls to the OpenBSD support.Laurence Tratt2019-10-251-0/+9
| |/
* | add shm support for NetBSD and OpenBSDSébastien Marie2019-11-073-0/+63
|/
* Auto merge of #1552 - gsquire:add-pthread_attr_get_np, r=gnzlbgbors2019-10-161-0/+4
|\
| * add pthread_attr_get_np for NetBSDGarrett Squire2019-10-151-0/+4
* | Format settimeday on openbsdGrayJack2019-10-131-1/+1
* | Format settimeofday on openbsdGrayJack2019-10-131-1/+4
* | Add settimeofday for openbsdGrayJack2019-10-131-0/+1
|/
* Add `pthread_main_np` to FreeBSD-like and `_lwp_self` to NetBSDMurarth2019-09-271-0/+3
* fix argument names in the mq_* family of functionsPhilipp Gesang2019-09-181-4/+4
* Formattinggnzlbg2019-09-123-740/+882
* Deprecate RLIM_NLIMITSAlan Somers2019-09-022-0/+8
* 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-202-0/+6
|\
| * Adding OpenBSD as per request, verified here: https://github.com/openbsd/src/...Luke Petre2019-08-171-0/+3
| * Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensatLuke Petre2019-08-171-0/+3
* | adapt ioctl() BPF for OpenBSDSébastien Marie2019-08-182-0/+10
|/
* 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-092-0/+31
* Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-052-49/+0
* Auto merge of #1387 - tormol:fionclex, r=gnzlbgbors2019-06-111-5/+0
|\
| * Generalize some FIO* constants to all BSDsTorbjørn Birch Moltu2019-06-071-5/+0
* | Switch to manual trait impls for sigeventBryant Mairs2019-06-091-8/+38
|/
* Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-293-130/+130
|\
| * Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-293-130/+130
* | Deprecate AF_MAX and PF_MAXgnzlbg2019-05-292-0/+38
|/
* Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-0/+1
* openbsd: add KERN_PFSTATUS and update KERN_MAXIDSébastien Marie2019-05-231-1/+11