about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
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-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-15libstd needs update for pending libc changeShawn Walker-Salas-11/+0
2017-02-15Improve backtrace formating while panicking.Yamakaky-151/+144
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+16
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-7/+7
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-10/+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-7/+7
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-10/+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-3/+42
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-3/+42
2017-02-04Use less syscalls in `FileDesc::set_{nonblocking,cloexec}`Tobias Bucher-2/+17
2017-02-02Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichtonbors-22/+17
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/+11
2017-01-28Use libc::c_char instead of i8 due to platforms with unsigned charSegev Finer-1/+2
2017-01-27Use less syscalls in `anon_pipe()`Tobias Bucher-19/+19
2017-01-27Attempt at fixing dead code lintsSegev Finer-5/+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/+7
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
2017-01-19Expand documentation of process::exit and execSimonas Kazlauskas-0/+10
2017-01-14Add doc examples & description in `std::os::unix::ffi`.Corey Farwell-3/+57
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+17
2016-12-26std: Clamp max read/write sizes on UnixAlex Crichton-5/+22
2016-12-24Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfacklerSteve Klabnik-1/+0
2016-12-21Removes magenta build warning.Jason Campbell-1/+0
2016-12-20Fix compile errors and suchAlex Crichton-4/+3
2016-12-20Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcvAlex Crichton-26/+566
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-1/+10
2016-12-16Add missing doc examples for UnixDatagramGuillaume Gomez-38/+285
2016-12-15Stabilize std::os::unix::process::CommandExt::before_execAaron Turon-1/+1
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-5/+5
2016-12-12Merge branch 'master' into redoxJeremy Soller-248/+705
2016-12-09Auto merge of #38197 - mneumann:dragonfly-fixes-2016-12-06, r=alexcrichtonbors-7/+2
2016-12-08Add Incoming doc examplesGuillaume Gomez-3/+30
2016-12-08Add UnixListener doc examplesGuillaume Gomez-10/+101
2016-12-08Add doc examples for UnixStreamGuillaume Gomez-6/+145
2016-12-08Add missing doc examples for SocketAddr structGuillaume Gomez-0/+36
2016-12-08Auto merge of #38146 - kali:master, r=alexcrichtonbors-2/+15
2016-12-06Fix current_exe() on DragonFly (again)Michael Neumann-7/+2
2016-12-04Fix small typoGuillaume Gomez-1/+1