summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2017-02-25Rollup merge of #40024 - raphlinus:readdir, r=alexcrichtonEduard-Mihai Burtescu-14/+15
2017-02-25Rollup merge of #39961 - redox-os:redox, r=alexcrichtonEduard-Mihai Burtescu-1/+13
2017-02-25Rollup merge of #39914 - raphlinus:mx_handle_wait, r=alexcrichtonEduard-Mihai Burtescu-3/+3
2017-02-22Merge branch 'master' of https://github.com/rust-lang/rust into readdirRaph Levien-29/+9
2017-02-22Update name_bytes, scoop up latest libcRaph Levien-3/+3
2017-02-21Switch Fuchsia to readdir (instead of readdir_r)Raph Levien-11/+12
2017-02-19Auto merge of #39871 - binarycrusader:issue-39868, r=alexcrichtonbors-29/+9
2017-02-17Follow rename of mx_handle_wait Magenta syscallsRaph Levien-3/+3
2017-02-15simplify home_dir by removing unnecessary getpwuid_r wrapperShawn Walker-Salas-18/+9
2017-02-15Rollup merge of #39861 - retep998:small-fix, r=alexcrichtonCorey Farwell-1/+1
2017-02-15Rollup merge of #39844 - king6cong:sys, r=alexcrichtonCorey Farwell-6/+6
2017-02-15libstd needs update for pending libc changeShawn Walker-Salas-11/+0
2017-02-15Fix parameter to GetUserProfileDirectoryWPeter Atashian-1/+1
2017-02-15Improve backtrace formating while panicking.Yamakaky-322/+317
2017-02-15sys/mod doc update and mod import order adjustking6cong-6/+6
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+46
2017-02-08Fix compilation on RedoxJeremy Soller-1/+13
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