about summary refs log tree commit diff
path: root/src/libstd/sys/redox
AgeCommit message (Expand)AuthorLines
2017-06-23Rollup merge of #42783 - ids1024:redox-env, r=sfacklerMark Simulacrum-1/+1
2017-06-23Removed as many "```ignore" as possible.kennytm-21/+31
2017-06-22Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3Ian Douglas Scott-3/+2
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-0/+6
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-0/+6
2017-06-20Add `Read::initializer`.Steven Fackler-24/+0
2017-06-20Redox: Use create() instead of open() when setting env variableIan Douglas Scott-1/+1
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-7/+20
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-06-02Switch to repr(C) for syscall structsJeremy Soller-3/+3
2017-05-21Implement requires_synchronized_create() for RedoxIan Douglas Scott-0/+5
2017-05-20migrate everything to using mem::needs_dropAlexis Beingessner-3/+4
2017-04-16Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...Jeremy Soller-9/+18
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-4/+4
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-0/+6
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-4/+4
2017-03-10Add From<Box<..>> implementations.Clar Charr-0/+6
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+5
2017-02-27Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkovbors-3/+8
2017-02-25Rollup merge of #39961 - redox-os:redox, r=alexcrichtonEduard-Mihai Burtescu-1/+13
2017-02-15Improve backtrace formating while panicking.Yamakaky-3/+8
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+16
2017-02-08Fix compilation on RedoxJeremy Soller-1/+13
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-4/+4
2017-01-30Add dev and ino to MetadataExtJeremy Soller-0/+10
2017-01-25Rollup merge of #39212 - redox-os:master, r=brsonGuillaume Gomez-1/+8
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
2017-01-20Use libc errnoJeremy Soller-1/+8
2017-01-13Add try_wait to Redox processJeremy Soller-0/+14
2016-12-30Add socket timeout and ttl supportJeremy Soller-26/+128
2016-12-27Fix arguments on RedoxJeremy Soller-9/+5
2016-12-23Cloexec when creating directoriesJeremy Soller-1/+1
2016-12-23Add Debug to OpenOptions and DirBuilderJeremy Soller-1/+2
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-22/+1317
2016-12-22Remove start functions, use newlib instead of openlibm + rallocJeremy Soller-131/+0
2016-12-21Add RawFd traits for netJeremy Soller-15/+64
2016-12-20Fix tidyJeremy Soller-3/+6
2016-12-20Fix building without backtraceJeremy Soller-0/+1
2016-12-20Readd statvfsJeremy Soller-0/+26
2016-12-20Move rt into sys::rt, fix tidyJeremy Soller-334/+137
2016-12-20Add arm syscallsJeremy Soller-2/+78
2016-12-16Address falloutAaron Turon-1/+1
2016-12-15Add start functions, switch allocation crate to rallocJeremy Soller-3/+78
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-7/+1400
2016-12-12Fix tidy checksJeremy Soller-1/+2
2016-12-12Fix accidental removal of importJeremy Soller-0/+1
2016-12-12Rollback prefixJeremy Soller-3/+3
2016-11-30Cleanup envJeremy Soller-4/+5
2016-11-28Commit to fix make tidyJeremy Soller-42/+155
2016-11-28Remove file path from std::fs::FileJeremy Soller-4/+2