about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2021-08-12Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomezbors-5/+24
2021-08-10STD support for the ESP-IDF frameworkivmarkov-42/+336
2021-08-08Implement modern Windows arg parsingChris Denton-106/+153
2021-08-08Update Windows arg parsing testsChris Denton-17/+47
2021-08-08Fix Windows Command::env("PATH")Chris Denton-5/+24
2021-08-07Auto merge of #87810 - devnexen:haiku_os_simpl, r=Mark-Simulacrumbors-33/+8
2021-08-06current_exe haiku code path simplification all of these part of libcDavid Carlier-33/+8
2021-08-06Rollup merge of #87561 - devnexen:haiku_thread_build_fix, r=yaahcYuki Okushi-2/+9
2021-08-02os current_exe using same approach as linux to get always the full absolute pathDavid Carlier-13/+17
2021-08-02Rollup merge of #86509 - CDirkx:os_str, r=m-ou-seYuki Okushi-10/+276
2021-08-02Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-seYuki Okushi-35/+19
2021-08-01Auto merge of #87622 - pietroalbini:bump-bootstrap, r=Mark-Simulacrumbors-5/+0
2021-08-01Auto merge of #81825 - voidc:pidfd, r=joshtriplettbors-3/+174
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-5/+0
2021-07-30Rollup merge of #87594 - devnexen:netbsd_fs_getfiledescriptor_path, r=joshtri...Yuki Okushi-2/+7
2021-07-29fs File get_path procfs usage for netbsd same as linux.David Carlier-2/+7
2021-07-29Fix may not to appropriate might not or must notAli Malik-2/+2
2021-07-28thread set_name haiku implementation.David Carlier-2/+9
2021-07-28stack overflow handler specific openbsd fix.David Carlier-8/+9
2021-07-28Rollup merge of #87507 - jethrogb:jb/sgx-unmoveable-mutex, r=dtolnayYuki Okushi-1/+3
2021-07-27Rollup merge of #87446 - devnexen:macos_update, r=dtolnayYuki Okushi-5/+2
2021-07-27Rollup merge of #87354 - Wind-River:2021_master, r=kennytmYuki Okushi-1/+3
2021-07-27Add warning to SGX mutex implementationJethro Beekman-0/+2
2021-07-27Revert "SGX mutex is movable"Jethro Beekman-1/+1
2021-07-25macos current_exe using directly libc instead.David CARLIER-5/+2
2021-07-24Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitorbors-4/+30
2021-07-21VxWorks does provide sigemptyset and sigaddsetNicholas Baron-1/+1
2021-07-21Disable glibc tests on vxworksNicholas Baron-0/+2
2021-07-21Add tracking issue and link to man-pageDominik Stolz-1/+1
2021-07-21Add PidFd type and seal traitsDominik Stolz-88/+155
2021-07-21Typo fixJosh Triplett-1/+1
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-6/+110
2021-07-19Add comments explaining the unix command-line argument support.Dan Gohman-2/+16
2021-07-17x.py fmtDan Gohman-5/+1
2021-07-17Remove an unnecessary `Mutex` around argument initialization.Dan Gohman-8/+7
2021-07-17Remove args cleanup code.Dan Gohman-14/+0
2021-07-10Change `weak!` and `linkat!` to macros 2.0Aris Merchant-4/+38
2021-07-09Fix linker errorAris Merchant-11/+30
2021-07-09Debug formatting of raw_arg()Kornel-2/+6
2021-07-09Unescaped command-line arguments for WindowsKornel-19/+73
2021-07-09Test escaping of trialing slashes in Windows command-line argsKornel-0/+5
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-35/+19
2021-07-06Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-seYuki Okushi-7/+35
2021-07-06Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-seYuki Okushi-0/+4
2021-07-05aborts: Clarify documentation and commentsIan Jackson-7/+35
2021-07-04Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-sebors-9/+147
2021-07-03Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplettbors-88/+1968
2021-07-03Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.Christiaan Dirkx-10/+276
2021-07-03Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3Yuki Okushi-1/+0
2021-07-02Fix double import in wasm threadThomas Versteeg-1/+0