about summary refs log tree commit diff
path: root/src/libstd/sys/redox/os.rs
AgeCommit message (Expand)AuthorLines
2019-08-06redox: convert to target_family unixJeremy Soller-241/+0
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28libstd => 2018Taiki Endo-22/+22
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-18Update to new system calls and enviromental variablesJeremy Soller-33/+68
2018-06-14Removed two unused variablesChris Cesare-3/+0
2017-11-19Add process::parent_idSteven Fackler-0/+4
2017-10-06Add current_pid functionThayne McCombs-0/+4
2017-07-17redox: handle multiple paths in PATHIan Douglas Scott-3/+3
2017-06-20Redox: Use create() instead of open() when setting env variableIan Douglas Scott-1/+1
2017-01-20Use libc errnoJeremy Soller-1/+8
2016-11-30Cleanup envJeremy Soller-4/+5
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-7/+5
2016-11-14Add current_exe supportJeremy Soller-2/+12
2016-10-29Implement rand and args, cleanup other modulesJeremy Soller-1/+1
2016-10-29Implement env, reentrant mutex, and partially implement scoped thread locals....Jeremy Soller-8/+37
2016-10-28Remove unsafe libc layerJeremy Soller-91/+11
2016-10-27Add redox systemJeremy Soller-0/+246