summary refs log tree commit diff
path: root/src/libstd/sys/redox/fd.rs
AgeCommit message (Expand)AuthorLines
2017-07-29Split FL and FD fcntlsJeremy Soller-2/+2
2017-06-20Add `Read::initializer`.Steven Fackler-5/+0
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-15/+14
2016-11-23Allow setting nonblock on socketsJeremy Soller-5/+10
2016-11-14Add fcntlJeremy Soller-5/+11
2016-11-10Fixes for stdio and processes on RedoxJeremy Soller-2/+1
2016-10-29Implement rand and args, cleanup other modulesJeremy Soller-22/+4
2016-10-29Implement env, reentrant mutex, and partially implement scoped thread locals....Jeremy Soller-0/+2
2016-10-28Remove unsafe libc layerJeremy Soller-21/+11
2016-10-27Add redox systemJeremy Soller-0/+117