summaryrefslogtreecommitdiff
path: root/libc/src/signal
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers
2024-11-26[libc] suppress more clang-cl warnings (#117718)Schrodinger ZHU Yifan
2024-09-07[libc] Add proxy header for the stack_t type (#107559)wldfngrs
2024-09-06[libc] Fix signal's dependency on the proxy header sighandler_t. (#107605)lntue
2024-09-05[libc] Add proxy header for __sighandler_t type (#107354)wldfngrs
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-26[libc] add proxy header for struct_sigaction (#96224)Schrodinger ZHU Yifan
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers
2024-01-19[libc] remove extra -Werror (#78761)Nick Desaulniers
2024-01-03[libc] fix -Wcast-function-type via union rather than reinterpret_cast (#76875)Nick Desaulniers
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-08-29[libc] Fix the remaining old style includesPetr Hosek
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2023-07-05[libc] Use the new style includesPetr Hosek
2023-03-05[libc] Switch signal and termios to libc_errno.Siva Chandra Reddy
2023-01-24[libc][NFC] Another round of replacement of static inline with LIBC_INLINE.Siva Chandra Reddy
2022-10-18[libc] Add implementation of sigaltstack for linux.Siva Chandra Reddy
2022-10-06[libc] add killMichael Jones
2022-09-30[libc] add syscall functionMichael Jones
2022-09-30[libc] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy
2022-09-02[libc][NFC] Use no_sanitize("all")Alex Brachet
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy
2021-12-07[libc] apply new lint rulesMichael Jones
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones
2020-04-21[libc][NFC] Cleanup dependencies in src/signal and test/src/signal.Siva Chandra Reddy
2020-04-21[libc][Take 2] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy
2020-04-21[libc] Revert "Propagate entrypoint deps to downstream targets."Siva Chandra Reddy
2020-04-21[libc] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-04-06[libc] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-04-01[libc] Add sigfillset and sigdelsetAlex Brachet
2020-03-28[libc] Extend add_object rule to handle helper object libraries.Siva Chandra Reddy
2020-03-28[libc][NFC] Ensure internal implementation is in __llvm_libc namespaceAlex Brachet
2020-03-22[libc] Add signalAlex Brachet
2020-03-18[libc] Add sigactionAlex Brachet
2020-03-02[libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`.Siva Chandra Reddy
2020-03-02[libc] Add sigprocmaskAlex Brachet
2020-02-21Remove unused variableAlex Brachet
2020-02-20[libc] Add Initial Support for SignalsAlex Brachet