summaryrefslogtreecommitdiff
path: root/src/unix/bsd/freebsdlike
Commit message (Expand)AuthorAgeFilesLines
* Add chflags(2) and friendsAlan Somers2018-11-193-0/+36
* On FreeBSD and Dragonfly, don't unnecessarily link to libutilAlan Somers2018-10-301-136/+135
* Add extattr(2) and extattr(3) definitions for FreeBSD and NetBSDAlan Somers2018-10-301-0/+64
* Added dup3() support on FreeBSD, NetBSD, OpenBSD and Solaris.Koutheir Attouchi2018-10-201-0/+2
* Add ptrace for non-apple BSDsxd0096422018-10-063-0/+51
* Expose futimens and utimensat on FreeBSD and DragonFlyJulio Merino2018-09-251-0/+3
* Add new FreeBSD socket option SO_REUSEPORT_LB.Johannes Lundberg2018-09-101-0/+1
* Implement statfs for dragonfly, freebsd and openbsdalesharik2018-07-172-0/+52
* Auto merge of #1018 - scottlamb:pr-fdopendir, r=alexcrichtonbors2018-06-281-2/+0
|\
| * add fdopendir on macOSScott Lamb2018-06-071-2/+0
* | add net/if_arp.h definitionsAndrew Cann2018-06-041-0/+8
|/
* Add new sendfile flags for FreeBSDAndrew Morrow2018-05-171-0/+2
* Add sem_getvalue to unixJason Longshore2018-05-101-0/+2
* Auto merge of #983 - mcginty:bsd-pktinfo, r=alexcrichtonbors2018-05-011-0/+9
|\
| * add remaining pktinfo consts/structs for the other BSDsJake McGinty2018-05-011-0/+9
* | define more TCP_ sockopts on bsdArvid E. Picciani2018-05-011-2/+5
|/
* Define fdatasync on FreeBSD. It was introduced in FreeBSD 11.1.Alan Somers2018-03-161-0/+1
* Fix test suite on FreeBSD 11Wesley Moore2018-03-121-6/+8
* Add FreeBSD `get[pw|gr]ent_r`, forgotten in #934Fredrick Brennan2018-03-051-0/+9
* Use pre-ino64 FreeBSD symbols to resolve binary compatibility.Bryan Drewery2018-03-011-0/+1
* Link against kevent@FBSD_1.0 to fix ABI compat with FreeBSD12.Bryan Drewery2018-03-011-0/+1
* Add posix_spawn bindings for FreeBSDBryan Drewery2018-02-261-0/+76
* Add rtprio (realtime priority) API for FreeBSD and DragonFlyGreg V2018-01-233-0/+30
* Add FreeBSD process descriptors APIGreg V2018-01-221-0/+9
* Add missing kqueue event filters on FreeBSDGreg V2018-01-221-0/+3
* fix stylegnzlbg2018-01-181-0/+2
* Add bpf constant on macOSluozijun2017-12-271-0/+4
* Change deprecated constants into hidden constantsAlan Somers2017-12-171-4/+4
* Auto merge of #871 - asomers:mq, r=alexcrichtonbors2017-12-173-0/+42
|\
| * POSIX mqueue bindings for the BSDsAlan Somers2017-12-163-0/+42
* | add aarch64-unknown-openbsd definitionSébastien Marie2017-12-131-0/+1
* | Auto merge of #866 - LuoZijun:patch-1, r=alexcrichtonbors2017-12-122-0/+24
|\ \
| * | Add `sockaddr_dl` for all bsdlikeluozijun2017-12-123-16/+24
| * | Fix code style and add `sockaddr_dl` for xnuluozijun2017-12-121-2/+2
| * | mergeluozijun2017-12-121-0/+11
| |\ \ | | |/
| * | FIXluozijun2017-12-061-0/+16
* | | Add missing EAI_* flags for multiple platformsJosh Driver2017-12-121-0/+9
| |/ |/|
* | Add ucred-like structs for FreeBSDs and NetBSDBryant Mairs2017-12-071-0/+11
|/
* Add more FreeBSD errnosBryant Mairs2017-12-031-0/+4
* Use IFF_OACTIVE and IFF_RUNNING even on FreeBSD. Deprecate the DRV ones.Markus Wanner2017-11-281-2/+8
* No fexecve() on DragonFlyMichael Neumann2017-11-172-3/+3
* 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-092-2/+4
* Add network interface flag constants for all platformsluozijun2017-11-093-2/+50
* Add SHM_ANON for FreeBSDGreg V2017-11-061-0/+1
* freebsd: Add LOCAL_* for local domain sockets.Dan Glastonbury2017-10-181-0/+16
* Add IP_BINDANY for FreeBSDJustin Latimer2017-10-051-0/+2
* Define additional IPPROTO_* constants.Jack Pappas2017-09-172-0/+462
* Add asmjs/wasm32 to CIAlex Crichton2017-08-263-36/+36