Jeremy Soller
|
05f17794e4
Return correct error code from access
|
6 years ago |
Jeremy Soller
|
3075b8b69f
Replace gethostname syscall with uname
|
6 years ago |
Jeremy Soller
|
37cd503c88
Cleanups of redox pal
|
6 years ago |
Jeremy Soller
|
de0339ee93
Fix issue with open flag overflow
|
6 years ago |
Jeremy Soller
|
96cc56a0b5
Add readlink and symlink
|
6 years ago |
Jeremy Soller
|
d6a1796122
Format
|
6 years ago |
Jeremy Soller
|
869eb160bd
Add poll
|
6 years ago |
Jeremy Soller
|
0ac16556bc
Format
|
6 years ago |
Tibor Nagy
|
012a9b2eb3
Implement uname for Redox
|
6 years ago |
Jeremy Soller
|
861602bbcc
Add umask
|
6 years ago |
Jeremy Soller
|
bf111188e1
Reduce warnings for redox
|
6 years ago |
Jeremy Soller
|
4963ca3a95
Fix compile on redox
|
6 years ago |
Jeremy Soller
|
39b999ccea
Update to new rust-toolchain
|
6 years ago |
jD91mZM2
|
571b4d4976
Fix getdents on redox
|
6 years ago |
jD91mZM2
|
460f57b37f
Disallow execve on non-executable interpreted files
|
6 years ago |
jD91mZM2
|
75c5c04bee
Implement a proper mutex type for future usage
|
6 years ago |
jD91mZM2
|
91675b5bc8
realpath on redox: don't forget the nul terminator
|
6 years ago |
jD91mZM2
|
418a960f3b
Implement realpath
|
6 years ago |
jD91mZM2
|
0451fac66c
Delete RawFile in favor of File
|
6 years ago |
jD91mZM2
|
21559bb503
Fix redox compilation
|
6 years ago |
jD91mZM2
|
1e9dbfdf62
Use cbitset crate
|
6 years ago |
jD91mZM2
|
2a8bc8331b
Fix select return value
|
6 years ago |
Jeremy Soller
|
9dbf49fdcd
Format and add O_CLOEXEC where appropriate
|
6 years ago |
Jeremy Soller
|
13cd7d5a5f
Oops, extra nul
|
6 years ago |
Jeremy Soller
|
76959416bb
Add missing open flags
|
6 years ago |
Jeremy Soller
|
f3a832ad12
Fixes for select on Redox
|
6 years ago |
Jeremy Soller
|
dfb07e473a
Comment out functions not implemented by Redox
|
6 years ago |
jD91mZM2
|
59d74e194d
Fix CI
|
6 years ago |
jD91mZM2
|
50c03f289f
Support shebangs in redox execve
|
6 years ago |
jD91mZM2
|
6fe3e05ea0
Delete duplicate types
|
6 years ago |