about summary refs log tree commit diff
path: root/src/libstd/sys/vxworks/net.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-12-20Remove `SOCK_CLOEXEC` dummy variable on platforms that don't use it.Markus Reiter-2/+0
2019-12-18Remove `SO_NOSIGPIPE` dummy variable on platforms that don't use it.Markus Reiter-1/+0
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-59/+54
2019-07-28vxworks: Remove Linux-specific comments.Joe Richey-4/+0
2019-07-21code cleanupBaoshan Pang-13/+0
2019-07-16Add supporting for vxWorksBaoshan Pang-0/+374