| Age | Commit message (Expand) | Author | Lines |
| 2019-12-06 | Rollup merge of #67041 - Wind-River:master_base, r=alexcrichton | Yuki Okushi | -0/+3 |
| 2019-12-06 | Rollup merge of #66649 - Wind-River:master_xyz, r=alexcrichton | Yuki Okushi | -9/+22 |
| 2019-12-03 | add ExitStatusExt into prelude | BaoshanPang | -0/+3 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -480/+524 |
| 2019-11-22 | ensure that access to the environment is synchronized | BaoshanPang | -9/+18 |
| 2019-11-22 | pass the captured environment variables to rtpSpawn | BaoshanPang | -1/+5 |
| 2019-11-05 | Rollup merge of #66091 - Wind-River:master_xyz, r=cramertj | Pietro Albini | -1/+2 |
| 2019-11-05 | Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC | Pietro Albini | -2/+2 |
| 2019-11-04 | Implemented the home_dir for VxWorks | Umesh Kalappa | -1/+2 |
| 2019-10-29 | vxWorks: remove all code related to UNIX socket as it is not supported by vxW... | BaoshanPang | -1828/+60 |
| 2019-10-28 | [doc] fix the reference to using `OpenOptions::open` | Josh Stone | -1/+1 |
| 2019-10-28 | [doc] add a possessive apostrophe in `OpenOptionsExt::mode` | Josh Stone | -1/+1 |
| 2019-10-13 | Rollup merge of #65246 - Wind-River:real_master_2, r=kennytm | Mazdak Farrokhzad | -6/+20 |
| 2019-10-10 | vxWorks: implement get_path() and get_mode() for File fmt::Debug | BaoshanPang | -6/+20 |
| 2019-10-08 | add checking (r == 0) | Baoshan Pang | -1/+1 |
| 2019-09-25 | update rtpSpawn's parameters type(It's prototype has been updated in libc) | Baoshan Pang | -2/+2 |
| 2019-09-23 | remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc | Baoshan Pang | -302/+2 |
| 2019-09-20 | Merge pull request #25 from Wind-River/stat | n-salim | -1/+1 |
| 2019-09-20 | rust stat should call libc stat | Baoshan Pang | -1/+1 |
| 2019-09-20 | No home directory on vxWorks | Baoshan Pang | -22/+1 |
| 2019-09-14 | Rollup merge of #64393 - Wind-River:master_002_envKey, r=alexcrichton | Mazdak Farrokhzad | -2/+1 |
| 2019-09-14 | Rollup merge of #64372 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -7/+14 |
| 2019-09-10 | declare EnvKey before use to fix build error | Baoshan Pang | -2/+1 |
| 2019-09-11 | Rollup merge of #64129 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -5/+3 |
| 2019-09-10 | use randSecure and randABytes | Baoshan Pang | -7/+14 |
| 2019-09-10 | remove Copyright notic | Baoshan Pang | -6/+0 |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -4/+6 |
| 2019-09-01 | vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass initial... | Baoshan Pang | -3/+7 |
| 2019-08-30 | remove directory libstd/sys/vxworks/backtrace which is not used any more | Baoshan Pang | -324/+0 |
| 2019-08-27 | remove the reference to __cxa_thread_atexit_impl | Baoshan Pang | -25/+2 |
| 2019-08-23 | VxWorks does not provide a way to set the task name except at creation time | Baoshan Pang | -1/+1 |
| 2019-08-17 | Fixed: error: unnecessary trailing semicolon | Salim Nasser | -1/+1 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -0/+24 |
| 2019-08-02 | remove unsupported test case | Baoshan Pang | -64/+0 |
| 2019-07-30 | Rollup merge of #63117 - BaoshanPang:bugfix, r=alexcrichton | Mazdak Farrokhzad | -14/+3 |
| 2019-07-29 | use gloabl variable 'environ' to pass environments to rtpSpawn | Baoshan Pang | -14/+3 |
| 2019-07-28 | vxworks: Remove Linux-specific comments. | Joe Richey | -25/+1 |
| 2019-07-21 | code cleanup | Baoshan Pang | -1042/+1 |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -0/+8261 |