summaryrefslogtreecommitdiff
path: root/libc/test/src/signal
AgeCommit message (Expand)Author
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh
2025-09-15[libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
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
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-09-05[libc] Add proxy header for __sighandler_t type (#107354)wldfngrs
2024-06-26[libc] add proxy header for struct_sigaction (#96224)Schrodinger ZHU Yifan
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2023-11-03[libc] Cleanup ErrnoSetterMatcher target (#71240)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2023-07-08[libc] Use the new style includes for testsPetr Hosek
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-03-05[libc] Switch signal and termios to libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.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] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy
2021-12-22[libc][obvious] fix formatting mistakeMichael Jones
2021-12-22[libc] apply formatting to testsMichael Jones
2021-02-01[libc][NFC] Add a death test API adaptation macroMichael Jones
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-07-28[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.Siva Chandra Reddy
2020-04-21[libc][NFC] Cleanup dependencies in src/signal and test/src/signal.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-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-22[libc] Add signalAlex Brachet
2020-03-18[libc] Add sigactionAlex Brachet
2020-03-07[libc] [NFC] Use matchers in testsAlex Brachet
2020-03-05[libc] [UnitTest] Add MatchersAlex Brachet
2020-03-02[libc] Add sigprocmaskAlex Brachet
2020-02-24[libc] [UnitTest] Create death testsAlex Brachet
2020-02-20[libc] Add Initial Support for SignalsAlex Brachet