about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix
AgeCommit message (Expand)AuthorLines
2025-09-29Auto merge of #147090 - Noratrieb:immediate-abort-stack-overflow, r=joboetbors-1/+11
2025-09-27redox: switch to colon as path separatorJeremy Soller-1/+1
2025-09-27Skip stack overflow handler for panic=immediate-abortNoratrieb-1/+11
2025-09-25resolve: Do not finalize shadowed bindingsVadim Petrochenkov-1/+1
2025-09-24Repro duration_since regression from issue 146228Stepan Koltsov-15/+12
2025-09-12Revert "Constify SystemTime methods"Ralf Jung-21/+9
2025-09-12Auto merge of #146019 - joboet:better-dlsym, r=tgross35bors-51/+111
2025-09-10std: only test `dlsym!` on platforms where it is actually usedjoboet-0/+10
2025-09-10std: move `thread` into `sys`joboet-2/+1
2025-09-08std: move `thread` into `sys` (rename only)joboet-933/+0
2025-09-03std: improve the `dlsym!` macro and add a test for itjoboet-51/+101
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-0/+1
2025-08-31std: fix `SplitPaths` regressionjoboet-5/+15
2025-08-29Rollup merge of #146017 - maurer:pipe2, r=Mark-SimulacrumTrevor Gross-0/+1
2025-08-29Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35Trevor Gross-1/+1
2025-08-29std: use a TAIT to define `SplitPaths` on UNIXjoboet-29/+7
2025-08-29std: haiku: fix `B_FIND_PATH_IMAGE_PATH`Pavel Grigorenko-1/+1
2025-08-29Rollup merge of #145793 - he32:netbsd-libexecinfo-fix, r=Mark-SimulacrumStuart Cook-0/+1
2025-08-29Mark pipe2 supported in AndroidMatthew Maurer-0/+1
2025-08-26remove deprecated Error::description in implsMarijn Schouten-7/+1
2025-08-23std library: use execinfo library also on NetBSD.Havard Eidnes-0/+1
2025-08-21Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-SimulacrumJacob Pratt-24/+26
2025-08-18Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieubors-62/+80
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-62/+80
2025-08-14std: thread: Return error if setting thread stack size failsJens Reidel-1/+12
2025-08-12Constify SystemTime methodsltdk-9/+21
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-2/+60
2025-07-29Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDentonStuart Cook-17/+30
2025-07-28thread name in stack overflow messagejoboet-17/+30
2025-07-26Rollup merge of #141840 - ChrisDenton:noempty, r=ChrisDentonJacob Pratt-1/+4
2025-07-09Fix VxWorks build errorsB I Mohammed Abbas-1/+1
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+1
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-6/+83
2025-06-20Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr...Trevor Gross-1/+5
2025-06-18add ChildExt(::send_signal)Jeremy Smart-1/+5
2025-06-05Fix AIX buildThalia Archibald-1/+1
2025-05-31If HOME is empty, use the fallback insteadChris Denton-1/+4
2025-05-18Rollup merge of #140628 - joboet:async_signal_safe, r=Mark-SimulacrumLeón Orell Valerian Liehr-58/+215
2025-05-16disable the stack overflow handler on mirijoboet-29/+41
2025-05-14Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM...B I Mohammed Abbas-10/+2
2025-05-05std: stop using TLS in signal handlerjoboet-38/+183
2025-05-05collect all Fuchsia bindings into the `fuchsia` modulejoboet-277/+117
2025-05-02Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdevStuart Cook-1/+1
2025-04-27use generic Atomic type where possibleChristopher Durham-49/+58
2025-04-25Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgrbors-169/+4
2025-04-24Work around cygwin issue on timeout王宇逸-1/+4
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-169/+4
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-308/+0
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-310/+0
2025-04-18Sort Unix env constants alphabetically by target_osThalia Archibald-98/+100