about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2017-02-15Improve backtrace formating while panicking.Yamakaky-322/+317
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+46
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-14/+14
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-17/+1
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-1/+5
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-14/+14
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-17/+1
2017-02-05Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichtonCorey Farwell-2/+17
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-5/+85
2017-02-05Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ...Corey Farwell-3/+20
2017-02-05Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichtonCorey Farwell-0/+10
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-5/+85
2017-02-04Use less syscalls in `FileDesc::set_{nonblocking,cloexec}`Tobias Bucher-2/+17
2017-02-03Auto merge of #39418 - redox-os:redox_fs_ext, r=brsonbors-0/+10
2017-02-02Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichtonbors-22/+17
2017-01-30Add dev and ino to MetadataExtJeremy Soller-0/+10
2017-01-30Don't handle ENOSYS in `anon_pipe()`Tobias Bucher-14/+9
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+5
2017-01-28Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkovbors-0/+164
2017-01-27Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brsonAlex Crichton-3/+3
2017-01-28Use libc::c_char instead of i8 due to platforms with unsigned charSegev Finer-2/+4
2017-01-27Use less syscalls in `anon_pipe()`Tobias Bucher-19/+19
2017-01-27Attempt at fixing dead code lintsSegev Finer-67/+105
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-3/+3
2017-01-25Rollup merge of #39212 - redox-os:master, r=brsonGuillaume Gomez-1/+8
2017-01-24Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up...Theodore DeRego-23/+167
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-0/+124
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-12/+12
2017-01-20Use libc errnoJeremy Soller-1/+8
2017-01-19Expand documentation of process::exit and execSimonas Kazlauskas-0/+10
2017-01-16Rollup merge of #39065 - frewsxcv:libstd-os-unix-ffi-docs, r=GuillaumeGomezGuillaume Gomez-3/+57
2017-01-14Add doc examples & description in `std::os::unix::ffi`.Corey Farwell-3/+57
2017-01-13Add try_wait to Redox processJeremy Soller-0/+14
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+33
2017-01-09Support unprivileged symlink creation in WindowsChris Morgan-3/+20
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+33
2017-01-04std: Don't pass overlapped handles to processesAlex Crichton-29/+63
2017-01-04Auto merge of #38707 - redox-os:master, r=brsonbors-26/+128
2017-01-02Reword 'stupid' and 'crazy' in docs.Clar Charr-1/+1
2016-12-30Add socket timeout and ttl supportJeremy Soller-26/+128
2016-12-29Rollup merge of #38622 - alexcrichton:read-lengths, r=sfacklerAlex Crichton-12/+24
2016-12-27Fix arguments on RedoxJeremy Soller-9/+5
2016-12-27Auto merge of #38577 - redox-os:master, r=alexcrichtonbors-2/+3
2016-12-26Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichtonbors-4/+33
2016-12-26std: Clamp max read/write sizes on UnixAlex Crichton-12/+24
2016-12-24Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfacklerSteve Klabnik-1/+0
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-155/+0