summaryrefslogtreecommitdiff
path: root/src/vxworks
Commit message (Expand)AuthorAgeFilesLines
* Make src/vxworks/mod.rs non-executableWolfgang Silbermayr2021-10-031-0/+0
* Add `strtof` for all platforms that have `strtod`Hans Christian Schmitz2021-08-221-0/+1
* Add error codes and one function for VxWorksNicholas Baron2021-07-211-0/+9
* Fix styleYuki Okushi2021-04-061-338/+95
* Constify `CMSG_SPACE` for all the targetsJohnTitor2021-03-301-2/+2
* Make si_status method more compatibledylni2020-12-171-0/+4
* Use safe_f! consistently across platformsDaniil Bondarev2020-09-121-17/+19
* Expose si_pid, si_uid, and si_status from siginfo_t as functionsJosh Triplett2020-08-101-0/+18
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-1/+1
* add functions for message queueBaoshanPang2020-02-241-0/+47
* add wmemchr to all platforms support memchrLzu Tao2020-02-211-0/+1
* Remove unnecessary parenthesisVickenty Fesunov2020-02-121-3/+3
* Auto merge of #1543 - Wind-River:master_001, r=gnzlbgbors2019-10-151-191/+48
|\
| * Support vxWorks in libc-testBaoshanPang2019-10-111-191/+48
* | adding FIOGETNAME which is used by ioctl() to get file pathBaoshanPang2019-10-081-5/+8
|/
* Using 'Option' with ::Baoshan Pang2019-09-251-3/+4
* update rtpSpawn prototypeBaoshan Pang2019-09-251-2/+2
* 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
* | vxworksArtyom 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
| * epoll only supported in VxWorks kernel; just provide stub definitions for use...Salim Nasser2019-09-131-197/+171
| * VxWorks socket and epoll definitions needed by mio and related cratesSalim Nasser2019-09-131-0/+74
| * Fixed usage of isizeSalim Nasser2019-09-131-2/+2
| * libc VxWorks cleanups and additionsSalim Nasser2019-09-131-47/+84
* | Auto merge of #1513 - mulimoen:master, r=gnzlbgbors2019-09-161-0/+1
|\ \ | |/ |/|
| * add isblankMagnus Ulimoen2019-09-161-0/+1
* | Formattinggnzlbg2019-09-121-9/+9
|/
* remove spurious extra lineBaoshan Pang2019-08-161-2/+0
* 1. adding randBytes(), randABytes(), randUBytes(), randSecure() and taskDelay()Baoshan Pang2019-08-151-155/+12
* Define the C interface to vxWorks for x86, x86_64, ARM, ARM 64-bit, PowerPC, ...Baoshan Pang2019-08-099-1422/+1549
* Added vxworks libc references - worked on by danielmccormick and taehyun-leeTaehyun Lee2019-08-096-0/+2212