about summary refs log tree commit diff
path: root/src/libstd/sys/vxworks/fs.rs
AgeCommit message (Expand)AuthorLines
2020-04-26Update nameSteven Fackler-4/+4
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+10
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-1/+1
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-95/+121
2019-10-10vxWorks: implement get_path() and get_mode() for File fmt::DebugBaoshanPang-6/+20
2019-09-20rust stat should call libc statBaoshan Pang-1/+1
2019-07-28vxworks: Remove Linux-specific comments.Joe Richey-16/+1
2019-07-16Add supporting for vxWorksBaoshan Pang-0/+590