| Commit message (Expand) | Author | Age | Files | Lines |
* | please do not land this, thxwoops | Pietro Albini | 2019-01-02 | 1 | -0/+2 |
* | No IP_RECVTOS for DragonFlyBSD | Benjamin Saunders | 2018-12-15 | 1 | -0/+1 |
* | Add some TCP constants | Fensteer | 2018-11-27 | 1 | -0/+10 |
* | Add chflags(2) and friends | Alan Somers | 2018-11-19 | 1 | -0/+10 |
* | Add extattr(2) and extattr(3) definitions for FreeBSD and NetBSD | Alan Somers | 2018-10-30 | 1 | -0/+64 |
* | Added dup3() support on FreeBSD, NetBSD, OpenBSD and Solaris. | Koutheir Attouchi | 2018-10-20 | 1 | -0/+2 |
* | Add ptrace for non-apple BSDs | xd009642 | 2018-10-06 | 1 | -0/+33 |
* | Add new FreeBSD socket option SO_REUSEPORT_LB. | Johannes Lundberg | 2018-09-10 | 1 | -0/+1 |
* | Implement statfs for dragonfly, freebsd and openbsd | alesharik | 2018-07-17 | 1 | -0/+28 |
* | Add new sendfile flags for FreeBSD | Andrew Morrow | 2018-05-17 | 1 | -0/+2 |
* | Define fdatasync on FreeBSD. It was introduced in FreeBSD 11.1. | Alan Somers | 2018-03-16 | 1 | -0/+1 |
* | Fix test suite on FreeBSD 11 | Wesley Moore | 2018-03-12 | 1 | -6/+8 |
* | Add posix_spawn bindings for FreeBSD | Bryan Drewery | 2018-02-26 | 1 | -0/+76 |
* | Add rtprio (realtime priority) API for FreeBSD and DragonFly | Greg V | 2018-01-23 | 1 | -0/+8 |
* | Add FreeBSD process descriptors API | Greg V | 2018-01-22 | 1 | -0/+9 |
* | Add missing kqueue event filters on FreeBSD | Greg V | 2018-01-22 | 1 | -0/+3 |
* | Change deprecated constants into hidden constants | Alan Somers | 2017-12-17 | 1 | -4/+4 |
* | Auto merge of #871 - asomers:mq, r=alexcrichton | bors | 2017-12-17 | 1 | -0/+8 |
|\ |
|
| * | POSIX mqueue bindings for the BSDs | Alan Somers | 2017-12-16 | 1 | -0/+8 |
* | | Add `sockaddr_dl` for all bsdlike | luozijun | 2017-12-12 | 1 | -0/+11 |
|/ |
|
* | Add more FreeBSD errnos | Bryant Mairs | 2017-12-03 | 1 | -0/+4 |
* | Use IFF_OACTIVE and IFF_RUNNING even on FreeBSD. Deprecate the DRV ones. | Markus Wanner | 2017-11-28 | 1 | -2/+8 |
* | No fexecve() on DragonFly | Michael Neumann | 2017-11-17 | 1 | -0/+3 |
* | FIX: line longer than 80 chars | luozijun | 2017-11-09 | 1 | -1/+2 |
* | Add network interface flag constants for all platforms | luozijun | 2017-11-09 | 1 | -0/+25 |
* | Add SHM_ANON for FreeBSD | Greg V | 2017-11-06 | 1 | -0/+1 |
* | freebsd: Add LOCAL_* for local domain sockets. | Dan Glastonbury | 2017-10-18 | 1 | -0/+16 |
* | Add IP_BINDANY for FreeBSD | Justin Latimer | 2017-10-05 | 1 | -0/+2 |
* | Define additional IPPROTO_* constants. | Jack Pappas | 2017-09-17 | 1 | -0/+237 |
* | Add asmjs/wasm32 to CI | Alex Crichton | 2017-08-26 | 1 | -17/+17 |
* | Add MAP_32BIT to 64-bit FreeBSD platforms | Bryant Mairs | 2017-08-10 | 2 | -0/+4 |
* | Added POLLSTANDARD and POLLINIGNEOF constants for freebsd-like unix | Zac Berkowitz | 2017-07-29 | 1 | -0/+2 |
* | Add cfmakesane for FreeBSD | Bryant Mairs | 2017-06-29 | 1 | -0/+1 |
* | Add constants for pathconf(3) | Alan Somers | 2017-06-26 | 1 | -0/+2 |
* | Add sysconf constants for FreeBSD and DragonflyBSD | Alan Somers | 2017-06-26 | 1 | -0/+2 |
* | Add more termios output flags | Bryant Mairs | 2017-06-24 | 1 | -0/+4 |
* | Add O_TTY_INIT for FreeBSD | equal-l2 | 2017-06-19 | 1 | -0/+1 |
* | Add O_EXEC for FreeBSD | equal-l2 | 2017-06-19 | 1 | -0/+1 |
* | Add O_DIRECTORY for FreeBSD, DragonFly, and OpenBSD-like | equal-l2 | 2017-06-19 | 1 | -0/+1 |
* | Fix AT_ constants for DragonFly | Michael Neumann | 2017-06-16 | 1 | -0/+6 |
* | Don't expose B460800 & B921600 on dragonfly | Bryant Mairs | 2017-04-19 | 1 | -0/+3 |
* | Add const socket protocol for divert rule ipfw on FreeBSD | Norbytus | 2017-04-06 | 1 | -0/+2 |
* | Add IPC,SHM,MSG for Freebsd | superriva | 2017-04-04 | 1 | -0/+76 |
* | Added #[doc(hidden)] to AF_MAX, PF_MAX, others. | Zac Berkowitz | 2017-03-01 | 1 | -0/+2 |
* | Cleaned up unused socket constants. | Zac Berkowitz | 2017-03-01 | 1 | -9/+0 |
* | Added many socket-related constants to BSD | Zac Berkowitz | 2017-03-01 | 1 | -1/+53 |
* | Add jail functions and constants for FreeBSD | Ryan Moeller | 2017-02-21 | 1 | -0/+30 |
* | Auto merge of #512 - dumbbell:support-aarch64-unknown-freebsd, r=alexcrichton | bors | 2017-02-03 | 2 | -0/+33 |
|\ |
|
| * | Add types for `aarch64-unknown-freebsd` | Jean-Sébastien Pédron | 2017-02-03 | 2 | -0/+33 |
* | | Added defines from ttycom.h for dragonfly and freebsd. | johalun | 2017-01-13 | 1 | -0/+5 |