summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1549 - GrayJack:solaris-settime, r=gnzlbgbors2019-10-171-0/+1
|\
| * Add settimeofday for solaris/illumosGrayJack2019-10-131-0/+1
* | Auto merge of #1554 - nmattia:nm-mcontext, r=gnzlbgbors2019-10-161-1/+34
|\ \
| * | Ensure comments are no longer than 80 charsNicolas Mattia2019-10-161-2/+6
| * | Refine definition of mcontext_t on x86_64-unknown-linux-muslNicolas Mattia2019-10-161-1/+30
* | | Auto merge of #1552 - gsquire:add-pthread_attr_get_np, r=gnzlbgbors2019-10-161-0/+4
|\ \ \ | |/ / |/| |
| * | add pthread_attr_get_np for NetBSDGarrett Squire2019-10-151-0/+4
| |/
* | Auto merge of #1551 - senden9:fixes/uclibc_net_const, r=gnzlbgbors2019-10-162-4/+16
|\ \
| * | Add networking and futex constants for uclibcStefano Probst2019-10-152-4/+16
| |/
* | Auto merge of #1548 - GrayJack:openbsd-settime, r=gnzlbgbors2019-10-161-0/+4
|\ \
| * | Format settimeday on openbsdGrayJack2019-10-131-1/+1
| * | Format settimeofday on openbsdGrayJack2019-10-131-1/+4
| * | Add settimeofday for openbsdGrayJack2019-10-131-0/+1
| |/
* | Auto merge of #1541 - Hylian:android-rlim-infinity, r=gnzlbgbors2019-10-161-0/+2
|\ \
| * | Add `RLIM_INFINITY` definition for AndroidEdward Shin2019-10-061-0/+2
* | | Auto merge of #1540 - gluxon:add-IFLA_INFO_, r=gnzlbgbors2019-10-161-0/+7
|\ \ \
| * | | Add IFLA_INFO_ constsBrandon Cheng2019-10-061-0/+7
| |/ /
* | | Auto merge of #1543 - Wind-River:master_001, r=gnzlbgbors2019-10-151-191/+48
|\ \ \ | |_|/ |/| |
| * | Support vxWorks in libc-testBaoshanPang2019-10-111-191/+48
| |/
* | Auto merge of #1537 - nielx:fix/stat-constants, r=gnzlbgbors2019-10-101-2/+2
|\ \
| * | Haiku: Fix constants for S_IFIFO and S_IFCHRNiels Sascha Reedijk2019-10-041-2/+2
| |/
* | adding FIOGETNAME which is used by ioctl() to get file pathBaoshanPang2019-10-081-5/+8
|/
* Add `pthread_main_np` to FreeBSD-like and `_lwp_self` to NetBSDMurarth2019-09-272-0/+4
* Auto merge of #1532 - Wind-River:master_rebase, r=gnzlbgbors2019-09-261-5/+6
|\
| * Using 'Option' with ::Baoshan Pang2019-09-251-3/+4
| * update rtpSpawn prototypeBaoshan Pang2019-09-251-2/+2
* | Allow missing debug impls in emscriptengnzlbg2019-09-261-0/+1
* | Fix typognzlbg2019-09-251-1/+1
* | max_align_t does not need Debuggnzlbg2019-09-2521-0/+22
* | use no-extra-traitsgnzlbg2019-09-2521-26/+27
* | Do not use tuple structsgnzlbg2019-09-2521-22/+68
* | Fix max_align_tgnzlbg2019-09-2521-65/+85
|/
* Auto merge of #1526 - Wind-River:master_rebase, r=gnzlbgbors2019-09-241-153/+130
|\
| * move rtpSpawn and RTP_ID_ERROR from libstd to libcBaoshan Pang2019-09-231-0/+10
| * use union for unionsBaoshan Pang2019-09-231-6/+76
| * VxWorks libc cleanups and fixes for some libc-test issuesSalim Nasser2019-09-201-149/+46
* | Auto merge of #1523 - phi-gamma:fixes, r=gnzlbgbors2019-09-215-18/+18
|\ \
| * | fix argument names in the mq_* family of functionsPhilipp Gesang2019-09-185-18/+18
| |/
* | Auto merge of #1518 - gnzlbg:freebsd10support, r=gnzlbgbors2019-09-214-12/+12
|\ \
| * | Add FreeBSD10 supportgnzlbg2019-09-164-12/+12
* | | Auto merge of #1519 - gnzlbg:max_align_t, r=gnzlbgbors2019-09-2041-0/+210
|\ \ \
| * | | Implement max_align_tgnzlbg2019-09-2041-0/+210
| | |/ | |/|
* | | fuchsiaArtyom Pavlov2019-09-201-1/+1
* | | vxworksArtyom Pavlov2019-09-201-1/+1
* | | pthread_exit fixArtyom Pavlov2019-09-201-1/+1
|/ /
* | defining uintptr_t = usize and intptr_t/ptrdiff_t = isize, and using uintptr_...Baoshan Pang2019-09-171-17/+5
* | Auto merge of #1517 - Wind-River:master_rebase, r=gnzlbgbors2019-09-178-239/+328
|\ \
| * | 1. use s_no_extra_traits! for structs with big size(>32 bytes) arraryBaoshan Pang2019-09-161-91/+105
| * | fix errors reported by rustfmtBaoshan Pang2019-09-131-74/+60
| * | fix problems found in testingBaoshan Pang2019-09-137-3/+7