summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add new sendfile flags for FreeBSDAndrew Morrow2018-05-171-0/+2
* Add sem_getvalue to unixJason Longshore2018-05-107-0/+14
* Add TIOCGWINSZ to openbsdkpcyrd2018-05-061-0/+1
* Auto merge of #983 - mcginty:bsd-pktinfo, r=alexcrichtonbors2018-05-014-0/+26
|\
| * add remaining pktinfo consts/structs for the other BSDsJake McGinty2018-05-014-0/+26
* | define more TCP_ sockopts on bsdArvid E. Picciani2018-05-012-3/+11
|/
* add pktinfo consts and structs for linux and appleJake McGinty2018-04-224-0/+33
* fix domain of html_root_url to be rust-lang.github.ioTrevor Spiteri2018-04-211-22/+22
* haiku: Add RLIMIT_STACK and fix RTLD_* definitionsCalvin Hill2018-04-201-1/+4
* Auto merge of #972 - gnzlbg:packed, r=alexcrichtonbors2018-04-172-3/+3
|\
| * fix this for stdbuild onlygnzlbg2018-04-152-3/+3
| * fix undefined behavior due to incorrect packing on macosxgnzlbg2018-04-151-2/+2
* | feat: add fread_unulock for linux真人2018-04-171-0/+5
|/
* Auto merge of #971 - faern:public-netlink-fields, r=alexcrichtonbors2018-04-124-66/+66
|\
| * Make fields in all netlink related structs publicLinus Färnstrand2018-04-114-66/+66
* | Fix statvfs on mips and powerpc glibcMike Hommey2018-04-1111-23/+161
|/
* Auto merge of #960 - glandium:mutex-init, r=alexcrichtonbors2018-04-1011-0/+381
|\
| * Add PTHREAD_*_MUTEX_INITIALIZER_NP for glibcMike Hommey2018-04-119-0/+378
| * Add PTHREAD_MUTEX_ADAPTIVE_NP for glibcMike Hommey2018-04-113-0/+3
* | openbsd: SIGSTKSZ has been reducedSébastien Marie2018-04-104-1/+6
* | Add flock type value definitions for Linux/other/x86_64Craig M. Brandenburg2018-04-081-0/+4
* | Auto merge of #952 - semarie:map_stack, r=alexcrichtonbors2018-04-071-0/+2
|\ \
| * | Add MAP_STACK constant to OpenBSDSébastien Marie2018-03-191-0/+2
* | | Default RHS to Self for Div and ShlNathaniel McCallum2018-04-061-2/+2
* | | Add dox::{Copy, Clone} impls for pointer and integer types.Mike Hommey2018-04-051-0/+14
| |/ |/|
* | Auto merge of #958 - draganmladjenovic:uclibc_mips32, r=alexcrichtonbors2018-04-032-2/+370
|\ \
| * | Fix style for #958.dragan.mladjenovic2018-04-031-1/+0
| * | Fix libstd build for mips*-unknown-linux-uclibcdragan.mladjenovic2018-04-032-2/+371
* | | netbsdlike: add TIOCSCTTY and TIOCSWINSZ ioctls.Matt T. Proud2018-04-031-0/+2
|/ /
* | Auto merge of #955 - afck:master, r=alexcrichton0.2.40bors2018-03-241-0/+3
|\ \
| * | Add MCL_CURRENT and MCL_FUTURE to s390.Andreas Fackler2018-03-241-0/+3
| |/
* | Auto merge of #954 - cphrn:master, r=alexcrichtonbors2018-03-241-0/+3
|\ \
| * | Add strtonum to OpenBSDJan S2018-03-221-0/+3
* | | Rename the dox configuration option to cross_platform_docsFrancis Gagné2018-03-184-8/+8
| |/ |/|
* | Define fdatasync on FreeBSD. It was introduced in FreeBSD 11.1.Alan Somers2018-03-161-0/+1
* | Merge branch 'fix-build-freebsd' into update-freebsd-ci-imageWesley Moore2018-03-171-6/+8
|\ \ | |/ |/|
| * Fix test suite on FreeBSD 11Wesley Moore2018-03-121-6/+8
* | redefine pthread_t for l4re-uclibcSebastian Humenda2018-03-125-2/+11
|/
* Auto merge of #946 - bgermann:master, r=alexcrichtonbors2018-03-101-0/+1
|\
| * Add ___errno() for Solarisbgermann2018-03-101-0/+1
* | Edit documentationbgermann2018-03-101-1/+4
|/
* Retract ucred type alias for sockpeercred from OpenBSD and BitrigWictor Lund2018-03-081-1/+0
* Auto merge of #942 - wictory:pledge_changed, r=alexcrichtonbors2018-03-073-2/+4
|\
| * Arguments of pledge(2) changed.Wictor Lund2018-03-073-2/+4
* | Auto merge of #943 - wictory:recycle_ffi_openbsd, r=alexcrichtonbors2018-03-073-18/+36
|\ \
| * | Recycle IFF_NOTRAILERS into IFF_STATICARP in OpenBSD but not in Bitrig.Wictor Lund2018-03-073-18/+36
| |/
* | getpwent_r() and getgrent_r() exists in NetBSD, but not in OpenBSD and Bitrig.Wictor Lund2018-03-072-9/+13
|/
* Added ucred (sockpeercred) for OpenBSD and BitrigWictor Lund2018-03-071-0/+7
* Add FreeBSD `get[pw|gr]ent_r`, forgotten in #934Fredrick Brennan2018-03-051-0/+9
* Auto merge of #934 - ctrlcctrlv:master, r=alexcrichton0.2.38bors2018-03-035-0/+40
|\