summaryrefslogtreecommitdiff
path: root/src/unix/bsd/freebsdlike/dragonfly/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Dragonfly: expose __errno_location() rather than define __error().Chuck Musser2020-08-231-7/+1
* Added clock_getcpuclockid to more targetsDaniil Bondarev2020-08-211-21/+0
* FreeBSD: make wchar_t unsigned on arm/aarch64Greg V2020-07-061-0/+1
* FreeBSD: Follow upstream `WIFSIGNALED` changeYuki Okushi2020-05-291-0/+4
* Add memmemVickenty Fesunov2020-02-191-0/+6
* Remove unnecessary parenthesisVickenty Fesunov2020-02-121-6/+6
* Auto merge of #1493 - lucab:ups/bsd-utmpx, r=gnzlbgbors2019-09-131-0/+8
|\
| * dragonfly: add utmpx constantsLuca Bruno2019-09-011-0/+8
* | Formattinggnzlbg2019-09-121-30/+41
* | Auto merge of #1497 - asomers:rlim_nlimits, r=gnzlbgbors2019-09-071-0/+4
|\ \
| * | Deprecate RLIM_NLIMITSAlan Somers2019-09-021-0/+4
| |/
* | Adding UTIME_NOW and UTIME_OMIT to musl and dragonflyLuke Petre2019-09-021-0/+4
|/
* Add libc_thread_local cfg and unstable featureJoe Richey2019-07-101-9/+7
* dragonfly: Add errno behind libc_thread_localJoe Richey2019-07-101-0/+9
* Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-051-24/+0
* Switch to manual trait impls for sigeventBryant Mairs2019-06-091-13/+39
* Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-291-59/+59
|\
| * Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-291-59/+59
* | Deprecate AF_MAX and PF_MAXgnzlbg2019-05-291-0/+19
|/
* Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-0/+11
* Correct mqd_t on DragonFlyBSDTorbjørn Birch Moltu2019-03-271-0/+1
* Add extra traits for dragonfly datatypesBryant Mairs2019-02-231-3/+175
* Fix DragonflyBSD buildgnzlbg2019-02-201-52/+59
* Cleanup dox messgnzlbg2019-02-131-7/+7
* Auto merge of #1217 - Susurrus:rfc_2235, r=gnzlbgbors2019-02-051-0/+5
|\
| * Check for Copy impls for all typesBryant Mairs2019-02-021-0/+4
| * Check for Debug impls for all typesBryant Mairs2019-02-021-0/+1
* | char is unsigned on FreeBSD aarch64 and powerpc64MikaelUrankar2019-02-021-0/+1
|/
* FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1]Your Name2019-01-221-0/+6
* Fix CMSG_DATA(3) and friends on BSDAlan Somers2019-01-161-0/+33
* Fix uname on FreeBSDAlan Somers2019-01-031-0/+1
* Auto merge of #1160 - levex:dfly-add-missing-errnos, r=alexcrichtonbors2018-12-031-0/+2
|\
| * DragonflyBSD: add ENOMEDIUM and EASYNCLevente Kurusa2018-12-021-0/+2
* | Add some TCP constantsFensteer2018-11-271-0/+5
|/
* Add chflags(2) and friendsAlan Somers2018-11-191-0/+8
* Add ptrace for non-apple BSDsxd0096422018-10-061-0/+2
* Implement statfs for dragonfly, freebsd and openbsdalesharik2018-07-171-0/+24
* Add rtprio (realtime priority) API for FreeBSD and DragonFlyGreg V2018-01-231-0/+10
* Auto merge of #871 - asomers:mq, r=alexcrichtonbors2017-12-171-0/+7
|\
| * POSIX mqueue bindings for the BSDsAlan Somers2017-12-161-0/+7
* | Add `sockaddr_dl` for all bsdlikeluozijun2017-12-121-0/+13
|/
* Add WCONTINUED and WSTOPPED for DragonFlyMichael Neumann2017-11-171-0/+3
* Add MADV_SETMAP for DragonFlyMichael Neumann2017-11-171-0/+1
* FIX: line longer than 80 charsluozijun2017-11-091-1/+2
* Add network interface flag constants for all platformsluozijun2017-11-091-0/+25
* Define additional IPPROTO_* constants.Jack Pappas2017-09-171-0/+225
* Add asmjs/wasm32 to CIAlex Crichton2017-08-261-17/+17
* Add EVFILT_EXCEPT constantMichael Neumann2017-07-301-0/+1
* Add missing if_data and if_msghdr structsGuillaume Gomez2017-07-151-0/+37
* DragonFly - Change PTHREAD_STACK_MIN from 1 to 16kMichael Neumann2017-07-041-1/+1