aboutsummaryrefslogtreecommitdiff
path: root/libc/src/signal
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[libc] remove extra -Werror (#78761)Nick Desaulniers1-1/+0
2024-01-03[libc] fix -Wcast-function-type via union rather than reinterpret_cast (#76875)Nick Desaulniers1-6/+6
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet22-59/+60
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet2-6/+6
2023-08-29[libc] Fix the remaining old style includesPetr Hosek1-1/+2
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones7-14/+16
2023-07-05[libc] Use the new style includesPetr Hosek8-8/+8
2023-03-05[libc] Switch signal and termios to libc_errno.Siva Chandra Reddy9-25/+19
2023-01-24[libc][NFC] Another round of replacement of static inline with LIBC_INLINE.Siva Chandra Reddy1-8/+9
2022-10-18[libc] Add implementation of sigaltstack for linux.Siva Chandra Reddy4-0/+85
2022-10-06[libc] add killMichael Jones4-0/+76
2022-09-30[libc] add syscall functionMichael Jones5-12/+13
2022-09-30[libc] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy13-129/+180
2022-09-02[libc][NFC] Use no_sanitize("all")Alex Brachet1-1/+1
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy1-6/+6
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy3-7/+7
2021-12-07[libc] apply new lint rulesMichael Jones3-17/+17
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones8-11/+12
2020-04-21[libc][NFC] Cleanup dependencies in src/signal and test/src/signal.Siva Chandra Reddy1-1/+1
2020-04-21[libc][Take 2] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy1-0/+1
2020-04-21[libc] Revert "Propagate entrypoint deps to downstream targets."Siva Chandra Reddy1-1/+0
2020-04-21[libc] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy1-0/+1
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy2-29/+84
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth18-18/+18
2020-04-06[libc] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2-2/+2
2020-04-01[libc] Add sigfillset and sigdelsetAlex Brachet6-7/+128
2020-03-28[libc] Extend add_object rule to handle helper object libraries.Siva Chandra Reddy1-4/+2
2020-03-28[libc][NFC] Ensure internal implementation is in __llvm_libc namespaceAlex Brachet1-0/+4
2020-03-22[libc] Add signalAlex Brachet3-0/+60
2020-03-18[libc] Add sigactionAlex Brachet4-0/+131
2020-03-02[libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`.Siva Chandra Reddy1-0/+2
2020-03-02[libc] Add sigprocmaskAlex Brachet8-1/+189
2020-02-21Remove unused variableAlex Brachet1-1/+1
2020-02-20[libc] Add Initial Support for SignalsAlex Brachet5-0/+113