about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2016-02-28Fix windowsSteven Fackler-39/+5
2016-02-28Add TCP functionality from net2Steven Fackler-0/+48
2016-02-24Warn when reexporting a private extern crateJeffrey Seyfried-1/+1
2016-02-22Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiynbors-1/+2
2016-02-22Auto merge of #31805 - cuviper:android-lfs, r=alexcrichtonbors-1/+4
2016-02-22Fix broken Solaris buildNikita Baksalyar-1/+2
2016-02-21Fix `struct stat` usage on NetBSDSebastian Wicki-1/+25
2016-02-21std: Use Android LFS off64_t, ftruncate64, and lseek64Josh Stone-1/+4
2016-02-20Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichtonbors-0/+41
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+41
2016-02-19Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichtonbors-0/+274
2016-02-18Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichtonbors-5/+24
2016-02-18Remove alternate stack with sigaltstack before unmapping it.Tomasz Miąsko-5/+24
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+274
2016-02-14std: use LFS open64 on LinuxJosh Stone-3/+3
2016-02-14std: use LFS readdir64_r on LinuxJosh Stone-5/+7
2016-02-14std: use LFS lseek64 on LinuxJosh Stone-7/+7
2016-02-14std: use LFS ftruncate64 on LinuxJosh Stone-3/+4
2016-02-14Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brsonbors-109/+114
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-109/+114
2016-02-12Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brsonbors-1/+2
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-1/+2
2016-02-11Auto merge of #31532 - tomaka:fix-emscripten, r=brsonbors-2/+2
2016-02-10std: Move constant back to where it needs to beAlex Crichton-2/+2
2016-02-10std: Use macros from libc instead of locallyAlex Crichton-24/+3
2016-02-10std: Implement CommandExt::execAlex Crichton-2/+40
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-189/+259
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-9/+7
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-22/+20
2016-02-10std: Implement CommandExt::before_execAlex Crichton-2/+51
2016-02-10std: Refactor process spawning on UnixAlex Crichton-164/+163
2016-02-10Fix half of emscripten's failing testsPierre Krieger-2/+2
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-1/+10
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-1/+10
2016-02-06Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichtonbors-11/+21
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-2/+2
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-9/+19
2016-02-06Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brsonbors-42/+184
2016-02-06Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brsonbors-17/+21
2016-02-05Abort on stack overflow instead of re-raising SIGSEGVBrian Campbell-17/+21
2016-02-05std: Try to use pipe2 on Linux for pipesAlex Crichton-2/+21
2016-02-05std: Add support for accept4 on LinuxAlex Crichton-4/+28
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-27/+86
2016-02-05std: Atomically set CLOEXEC for sockets if possibleAlex Crichton-0/+23
2016-02-05std: When duplicating fds, skip extra set_cloexecAlex Crichton-6/+15
2016-02-05std: Only have extra set_cloexec for files on LinuxAlex Crichton-4/+12
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-0/+74
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-0/+12
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-39/+47
2016-02-04Add File::try_cloneSteven Fackler-39/+47