summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2016-02-21Fixes for 32-bitPaul Dicker-10/+11
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/+90
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+90
2016-02-20Remove dead code from sys::windows::cPaul Dicker-210/+36
2016-02-19Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichtonbors-0/+347
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/+347
2016-02-16Auto merge of #31675 - pitdicker:fs_metadata, r=alexcrichtonbors-28/+26
2016-02-15Refactor windows::fs::FileAttrPaul Dicker-28/+26
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 #31630 - pitdicker:read_link, r=alexcrichtonbors-58/+72
2016-02-14Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brsonbors-109/+114
2016-02-14Rollup merge of #31589 - reem:remove-unnecessary-poison-bounds, r=sfacklerManish Goregaokar-4/+7
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-109/+114
2016-02-13Fixes #28528Paul Dicker-58/+72
2016-02-13Auto merge of #31557 - retep998:house-directory, r=alexcrichtonbors-2/+2
2016-02-11Remove unnecessary bounds on Error and Display implementations for TryLockErr...Jonathan Reem-4/+7
2016-02-12Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brsonbors-2/+9
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-2/+9
2016-02-11Fix usage of GetUserProfileDirectoryW in env::home_dirPeter Atashian-2/+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-282/+396
2016-02-10std: Lift out Windows' CreateProcess lock a bitAlex Crichton-13/+20
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-15/+12
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-25/+25
2016-02-10std: Implement CommandExt::before_execAlex Crichton-2/+51
2016-02-10std: Refactor process spawning on UnixAlex Crichton-167/+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-2/+22
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-2/+22
2016-02-06Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichtonbors-13/+28
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-11/+26
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