about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-6/+28
2019-02-13Use posix_spawn_file_actions_addchdir_np when possibleJosh Stone-2/+22
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-13/+13
2019-02-11remove "experimental" wording from std::os::unixAndy Russell-1/+1
2019-02-10libs: doc commentsAlexander Regueiro-11/+11
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-02-08std::sys::unix::stdio: explain why we do into_rawRalf Jung-3/+3
2019-02-03POSIX requires async signal safety for fork in signal handlers, not in generalRalf Jung-2/+1
2019-02-03more formattingRalf Jung-2/+4
2019-02-02pre_exec: expand docsRalf Jung-3/+4
2019-02-02deprecate things a bit slowerRalf Jung-1/+1
2019-02-01also replace before_exec by pre_exec on redoxRalf Jung-1/+1
2019-02-01deprecate before_exec in favor of unsafe pre_execRalf Jung-4/+24
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2019-01-20Auto merge of #57655 - mtak-:fix-tls-dtors-macos, r=alexcrichtonbors-17/+44
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-2/+1
2019-01-15OSX: fix #57534 registering thread dtors while running thread dtorstyler-17/+44
2019-01-15Stabilize FileExt::read_exact_at/write_all_atDror Levin-4/+2
2019-01-13Cosmetic improvementsAlexander Regueiro-2/+1
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-12/+28
2018-12-25Remove licensesMark Rousskov-449/+0
2018-12-21Auto merge of #56779 - adrian-budau:master, r=alexcrichtonbors-28/+77
2018-12-21Properly report ENOSYS by modifying errnoAdrian Budau-22/+18
2018-12-21Auto merge of #56813 - oli-obk:main_đŸ§¶, r=pnkfelixbors-21/+0
2018-12-20Fix typo in commentAdrian Budau-1/+1
2018-12-20Fix pipe2 and accept4 on static linked executables on linux (like musl).Adrian Budau-27/+80
2018-12-14Remove dead codeOliver Scherer-21/+0
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-27/+21
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-23/+13
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-12-06Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̀£Jethro Beekman-1/+2
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-7/+26
2018-12-06Refactor stderr_prints_nothing into a more modular functionJethro Beekman-2/+2
2018-12-06Rollup merge of #56525 - udoprog:linux-current-exe, r=alexcrichtonPietro Albini-5/+8
2018-12-05Avoid extra copy and syscall in std::env::current_exeJohn-John Tedro-5/+8
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-114/+114
2018-11-30Deal with EINTR in net timeout testsJosh Stone-4/+6
2018-11-29Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNNGuillaume Gomez-6/+12
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-6/+16
2018-11-22Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearerariasuni-6/+12
2018-11-15use ? operator instead of matchSebastian Geisler-10/+3
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-6/+23
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-1/+1
2018-11-15Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichtonPietro Albini-3/+3
2018-11-14std: Synchronize access to global env during `exec`Alex Crichton-16/+60
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-99/+8
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+101
2018-11-11do not skip return code check in release buildsRalf Jung-1/+1