summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Process.inc
AgeCommit message (Expand)Author
2025-06-17[LLVM] [Support] Disable `ioctl()` terminal size check on Solaris (#144600)Sirraide
2025-06-17[LLVM] [Support] Query the terminal width using `ioctl()` (#143514)Sirraide
2025-02-12[Support] Fix building on FreeBSD and OpenBSD (#127005)Brad Smith
2025-02-13[Support] Prefer AUX vector for page size (#126863)Tristan Ross
2025-01-16[CMake] Remove HAVE_SYS_RESOURCE_H/HAVE_SETRLIMIT/HAVE_GETRLIMITFangrui Song
2025-01-16[CMake] Remove HAVE_SYS_IOCTL_HFangrui Song
2025-01-16[CMake] Remove HAVE_TERMIOS_HFangrui Song
2025-01-16[CMake] Remove some unneeded HAVE_*_HFangrui Song
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2024-03-08[Support] Fix Process::PreventCoreFiles() when coredumps are pipedAlexander Richardson
2024-01-31[llvm][Support] Support bright colors in raw_ostream (#80017)Timm Baeder
2023-12-12[SystemZ][z/OS] Fix build errors on z/OS in the Unix .inc files (#74758)Abhina Sree
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-05-18[llvm/Support] Fallback to $TERM if terminfo has no "colors" capabilityMed Ismail Bennani
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song
2021-05-22[Windows] Use TerminateProcess to exit without running destructorsMartin Storsjö
2021-03-18[libsupport] Silence a bogus valgrind warning.Chris Lattner
2021-03-11Save and restore previous terminal after setting the terminal for checking if...Augusto Noronha
2021-02-10Fix deprecated usage of `mallinfo`Ta-Wei Tu
2020-08-31[CMake] Use find_library for ncursesPetr Hosek
2020-08-27Revert "Use find_library for ncurses"Harmen Stoppels
2020-08-17Use find_library for ncursesHarmen Stoppels
2020-04-16Introduce llvm::sys::Process::getProcessId() and adopt itSergej Jaskiewicz
2020-03-31[Support] Delete ioctl TIOCGWINSZFangrui Song
2019-08-19[Support] Replace sys::Mutex with their standard equivalents.Benjamin Kramer
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer
2019-05-16Fixes for builds that require strict X/Open and POSIX compatiblityXing Xue
2019-05-08[Support] Add error handling to sys::Process::getPageSize().Lang Hames
2019-02-06build: Remove the cmake check for malloc.h.Peter Collingbourne
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-27Use a lambda for calls to ::open in RetryAfterSignalHans Wennborg
2018-06-11Fix build errors on some configurationsPavel Labath
2018-06-10Cleanup. NFCFangrui Song
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-17Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama
2018-01-19Fallback option for colorized output when terminfo isn't availablePetr Hosek
2017-07-21Remove Bitrig: LLVM ChangesErich Keane
2017-06-29Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath
2017-06-22Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath
2017-06-21[Support] Add RetryAfterSignal helper functionPavel Labath