| Commit message (Expand) | Author | Age | Files | Lines |
* | max_align_t does not need Debug | gnzlbg | 2019-09-25 | 1 | -0/+1 |
* | use no-extra-traits | gnzlbg | 2019-09-25 | 1 | -1/+1 |
* | Do not use tuple structs | gnzlbg | 2019-09-25 | 1 | -1/+3 |
* | Fix max_align_t | gnzlbg | 2019-09-25 | 1 | -3/+4 |
* | Auto merge of #1518 - gnzlbg:freebsd10support, r=gnzlbg | bors | 2019-09-21 | 1 | -1/+1 |
|\ |
|
| * | Add FreeBSD10 support | gnzlbg | 2019-09-16 | 1 | -1/+1 |
* | | Implement max_align_t | gnzlbg | 2019-09-20 | 2 | -0/+10 |
|/ |
|
* | Auto merge of #1493 - lucab:ups/bsd-utmpx, r=gnzlbg | bors | 2019-09-13 | 1 | -0/+5 |
|\ |
|
| * | freebsd: add utmpx constants | Luca Bruno | 2019-09-01 | 1 | -0/+5 |
* | | Formatting | gnzlbg | 2019-09-12 | 5 | -168/+288 |
* | | Deprecate RLIM_NLIMITS | Alan Somers | 2019-09-02 | 1 | -0/+4 |
* | | Fix the link_name for fstat and fstatfs on FreeBSD | Alan Somers | 2019-09-01 | 1 | -0/+8 |
|/ |
|
* | Auto merge of #1474 - lpetre:add_utime_constants, r=gnzlbg0.2.63 | bors | 2019-08-20 | 1 | -0/+3 |
|\ |
|
| * | Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensat | Luke Petre | 2019-08-17 | 1 | -0/+3 |
* | | Add ioctl() constants for BPF | equal-l2 | 2019-08-16 | 1 | -0/+2 |
|/ |
|
* | Remove catch all for FreeBSD11 | gnzlbg | 2019-08-14 | 1 | -1/+3 |
* | Add EINTEGRITY errno and fix style | Luca Pizzamiglio | 2019-07-28 | 1 | -4/+8 |
* | Add support for FreeBSD CURRENT (aka freebsd13) | Luca Pizzamiglio | 2019-07-28 | 3 | -1/+10 |
* | Remove AF_MAX, PF_MAX, NET_MAXID constants | Bryant Mairs | 2019-07-05 | 1 | -19/+0 |
* | Auto merge of #1387 - tormol:fionclex, r=gnzlbg | bors | 2019-06-11 | 1 | -8/+0 |
|\ |
|
| * | Add FIODTYPE, FIGETLBA and FIODGNAME for DragonFly | Torbjørn Birch Moltu | 2019-06-07 | 1 | -3/+0 |
| * | Generalize some FIO* constants to all BSDs | Torbjørn Birch Moltu | 2019-06-07 | 1 | -5/+0 |
* | | Switch to manual trait impls for sigevent | Bryant Mairs | 2019-06-09 | 1 | -12/+42 |
|/ |
|
* | Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbg | bors | 2019-05-29 | 7 | -100/+100 |
|\ |
|
| * | Replace uses of fixed-width integer aliases with Rust types | gnzlbg | 2019-05-29 | 7 | -100/+100 |
* | | Deprecate AF_MAX and PF_MAX | gnzlbg | 2019-05-29 | 1 | -1/+12 |
|/ |
|
* | Ignore padding for mq_attr | Bryant Mairs | 2019-05-27 | 1 | -8/+36 |
* | Add a FreeBSD 12 build job and test FreeBSD12 APIs | gnzlbg | 2019-05-24 | 6 | -206/+508 |
* | Correct mqd_t on DragonFlyBSD | Torbjørn Birch Moltu | 2019-03-27 | 1 | -0/+1 |
* | Add mq_getfd_np() for FreeBSD | Torbjørn Birch Moltu | 2019-03-27 | 1 | -0/+1 |
* | Add extra traits for freebsd datatypes | Bryant Mairs | 2019-02-23 | 1 | -4/+222 |
* | Auto merge of #1231 - dholroyd:mmsg-support, r=gnzlbg | bors | 2019-02-18 | 1 | -0/+10 |
|\ |
|
| * | dragonflybsd lacks sendmmsg()/recvmsg() | David Holroyd | 2019-02-08 | 1 | -0/+10 |
* | | Auto merge of #1257 - vi:ORIGDSTADDR, r=gnzlbg | bors | 2019-02-18 | 1 | -0/+8 |
|\ \ |
|
| * | | Add IP_ORIGDSTADDR and others on FreeBSD. | Vitaly _Vi Shukela | 2019-02-13 | 1 | -0/+8 |
| |/ |
|
* | | Cleanup dox mess | gnzlbg | 2019-02-13 | 6 | -17/+9 |
|/ |
|
* | Fix build on all platforms | gnzlbg | 2019-02-07 | 6 | -60/+103 |
* | char is unsigned on FreeBSD aarch64 and powerpc64 | MikaelUrankar | 2019-02-02 | 4 | -0/+4 |
* | Add powerpc64-unknown-freebsd | Your Name | 2019-02-02 | 2 | -0/+38 |
* | Merge pull request #1236 from MikaelUrankar/freebsd_arm | Alex Crichton | 2019-02-02 | 2 | -0/+43 |
|\ |
|
| * | Add armv6 and armv7 FreeBSD targets | MikaelUrankar | 2019-02-02 | 2 | -0/+43 |
* | | FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1] | Your Name | 2019-01-22 | 1 | -0/+6 |
|/ |
|
* | Fix CMSG_DATA(3) and friends on BSD | Alan Somers | 2019-01-16 | 4 | -0/+54 |
* | add FIO* for freebsd | alecmocatta | 2019-01-08 | 1 | -0/+13 |
* | Fix uname on FreeBSD | Alan Somers | 2019-01-03 | 1 | -0/+7 |
* | 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 |