| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ISO C functions atof, atol, atoll, strtoll, strtoull | LegionMammal978 | 2022-12-14 | 1 | -0/+5 |
* | Make src/vxworks/mod.rs non-executable | Wolfgang Silbermayr | 2021-10-03 | 1 | -0/+0 |
* | Add `strtof` for all platforms that have `strtod` | Hans Christian Schmitz | 2021-08-22 | 1 | -0/+1 |
* | Add error codes and one function for VxWorks | Nicholas Baron | 2021-07-21 | 1 | -0/+9 |
* | Fix style | Yuki Okushi | 2021-04-06 | 1 | -338/+95 |
* | Constify `CMSG_SPACE` for all the targets | JohnTitor | 2021-03-30 | 1 | -2/+2 |
* | Make si_status method more compatible | dylni | 2020-12-17 | 1 | -0/+4 |
* | Use safe_f! consistently across platforms | Daniil Bondarev | 2020-09-12 | 1 | -17/+19 |
* | Expose si_pid, si_uid, and si_status from siginfo_t as functions | Josh Triplett | 2020-08-10 | 1 | -0/+18 |
* | Replace TODO with FIXME to make grep easy | Yuki Okushi | 2020-02-29 | 1 | -1/+1 |
* | add functions for message queue | BaoshanPang | 2020-02-24 | 1 | -0/+47 |
* | add wmemchr to all platforms support memchr | Lzu Tao | 2020-02-21 | 1 | -0/+1 |
* | Remove unnecessary parenthesis | Vickenty Fesunov | 2020-02-12 | 1 | -3/+3 |
* | Auto merge of #1543 - Wind-River:master_001, r=gnzlbg | bors | 2019-10-15 | 1 | -191/+48 |
|\ |
|
| * | Support vxWorks in libc-test | BaoshanPang | 2019-10-11 | 1 | -191/+48 |
* | | adding FIOGETNAME which is used by ioctl() to get file path | BaoshanPang | 2019-10-08 | 1 | -5/+8 |
|/ |
|
* | Using 'Option' with :: | Baoshan Pang | 2019-09-25 | 1 | -3/+4 |
* | update rtpSpawn prototype | Baoshan Pang | 2019-09-25 | 1 | -2/+2 |
* | Auto merge of #1526 - Wind-River:master_rebase, r=gnzlbg | bors | 2019-09-24 | 1 | -153/+130 |
|\ |
|
| * | move rtpSpawn and RTP_ID_ERROR from libstd to libc | Baoshan Pang | 2019-09-23 | 1 | -0/+10 |
| * | use union for unions | Baoshan Pang | 2019-09-23 | 1 | -6/+76 |
| * | VxWorks libc cleanups and fixes for some libc-test issues | Salim Nasser | 2019-09-20 | 1 | -149/+46 |
* | | vxworks | Artyom Pavlov | 2019-09-20 | 1 | -1/+1 |
|/ |
|
* | defining uintptr_t = usize and intptr_t/ptrdiff_t = isize, and using uintptr_... | Baoshan Pang | 2019-09-17 | 1 | -17/+5 |
* | Auto merge of #1517 - Wind-River:master_rebase, r=gnzlbg | bors | 2019-09-17 | 8 | -239/+328 |
|\ |
|
| * | 1. use s_no_extra_traits! for structs with big size(>32 bytes) arrary | Baoshan Pang | 2019-09-16 | 1 | -91/+105 |
| * | fix errors reported by rustfmt | Baoshan Pang | 2019-09-13 | 1 | -74/+60 |
| * | fix problems found in testing | Baoshan Pang | 2019-09-13 | 7 | -3/+7 |
| * | epoll only supported in VxWorks kernel; just provide stub definitions for use... | Salim Nasser | 2019-09-13 | 1 | -197/+171 |
| * | VxWorks socket and epoll definitions needed by mio and related crates | Salim Nasser | 2019-09-13 | 1 | -0/+74 |
| * | Fixed usage of isize | Salim Nasser | 2019-09-13 | 1 | -2/+2 |
| * | libc VxWorks cleanups and additions | Salim Nasser | 2019-09-13 | 1 | -47/+84 |
* | | Auto merge of #1513 - mulimoen:master, r=gnzlbg | bors | 2019-09-16 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | add isblank | Magnus Ulimoen | 2019-09-16 | 1 | -0/+1 |
* | | Formatting | gnzlbg | 2019-09-12 | 1 | -9/+9 |
|/ |
|
* | remove spurious extra line | Baoshan Pang | 2019-08-16 | 1 | -2/+0 |
* | 1. adding randBytes(), randABytes(), randUBytes(), randSecure() and taskDelay() | Baoshan Pang | 2019-08-15 | 1 | -155/+12 |
* | Define the C interface to vxWorks for x86, x86_64, ARM, ARM 64-bit, PowerPC, ... | Baoshan Pang | 2019-08-09 | 9 | -1422/+1549 |
* | Added vxworks libc references - worked on by danielmccormick and taehyun-lee | Taehyun Lee | 2019-08-09 | 6 | -0/+2212 |