about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
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
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-24/+129
2016-02-03Adress commentsPaul Dicker-5/+4
2016-02-03Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichtonbors-18/+60
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-18/+60
2016-02-03Fix broken auto-mac-ios-opt buildNikita Baksalyar-27/+23
2016-02-02trying again at fixing stackp initializationDave Huseby-3/+18
2016-02-02simplifying get_stackDave Huseby-24/+3
2016-02-02refactoring get_stack to be cleanerDave Huseby-27/+20
2016-02-02unifying name_bytes now that the two blocks are the sameDave Huseby-8/+2
2016-02-02Fixes #31229Dave Huseby-10/+35
2016-02-02Enable more fs tests on WindowsPaul Dicker-0/+13
2016-01-31Fix unresolved name in libstd/sys/unix/threadNikita Baksalyar-1/+1
2016-01-31Rename sunos to solarisNikita Baksalyar-26/+26
2016-01-31Fix problems with f64 and DirEntry on IllumosNikita Baksalyar-3/+9
2016-01-31Apply several fixes for Illumos supportNikita Baksalyar-4/+6
2016-01-31Add Illumos supportNikita Baksalyar-23/+124
2016-01-28std: Fix rumprun buildAlex Crichton-4/+9
2016-01-26Fix warnings during testsAlex Crichton-37/+36
2016-01-24sys/unix/process.rs: Update comments in make_argv and make_envpGeoffrey Thomas-9/+6
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-36/+90
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+19
2016-01-15Addressed commentsPaul Dicker-10/+15
2016-01-14Fix doctestsPaul Dicker-2/+3
2016-01-14Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichtonManish Goregaokar-8/+8
2016-01-14Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichtonManish Goregaokar-1/+22
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-3/+29
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-35/+57
2016-01-12openbsd has dirent d_namlen field nowSébastien Marie-3/+3
2016-01-12make siginfo_si_addr() returns a usizeSébastien Marie-5/+5
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-1/+22
2016-01-11Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichtonbors-0/+32
2015-12-30doc: fix typoTshepang Lekhonkhobe-1/+1
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-8/+13
2015-12-25libstd: unix process spawning: fix bug with setting stdioIvan Petkov-0/+32
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-72/+105
2015-12-20Auto merge of #30454 - mmcco:size_t, r=alexcrichtonbors-2/+2
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-1/+2
2015-12-17Add a type prefix to fix buildMichael McConville-1/+1
2015-12-17Make runtime function return size_tMichael McConville-2/+2
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-09Auto merge of #30270 - DiamondLovesYou:fix-30231, r=alexcrichtonbors-2/+2
2015-12-08Fix a typo in `fd.rs`. Fixes #30231.Richard Diamond-2/+2
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-14/+16