File history
Tracking libc/system/signal.c
| Commit | Author | Date | Message |
|---|---|---|---|
821ad59f04fb22d77d50e56b4273712e909806c | Greg Haerr | 2025-02-25 | [libc] Update libc headers to allow compilation with -std=c99 |
fe0bc6db04fd10ce83cf508df4e3eb1585133f1 | Greg Haerr | 2025-02-15 | [c86 libc] Add support for signal() for C86 programs |
8065abc20ada4c0b723676628366b3e667afa2c | Greg Haerr | 2024-06-18 | Fix cast warning in signal code |
a64fe71e86fd187cbc3bcf1c699f226963c53c2 | Greg Haerr | 2024-06-03 | Clean up signal handling callback routines |
14d0629da0cc1bfff351edfb69e0bf7545819e1 | Greg Haerr | 2024-06-03 | Get signals working |
cf2718e7f69c4cccd60893c932a3d9f8af3e8d1 | Greg Haerr | 2024-05-24 | [libc] Consolidate compiler specific defintions in header files for Watcom C |
7378a5491fdfafa6f1cac7f54c2c95a67220037 | Greg Haerr | 2022-07-28 | [libc][kernel] Rename __sighandler_t to standard sighandler_t in signal.h |
374cc934e05c694aa27ae1233dc68ba14db709e | Greg Haerr | 2022-02-14 | [boot] Add LOCALIP= and getty= to /bootopts |
5fed8a921e68f20b0b433d83cce564eb62dac22 | Greg Haerr | 2020-09-25 | [kernel] Toggle debug display in kernel and applications with keystroke |
36b9dbfcee90f5d1ebeee8c0ceb3bc974265d0f | Tee-Kiah Chia | 2020-05-12 | [kernel] [libc] [elksemu] (ABI CHANGE) Make _signal syscall accept a far pointer to a far signal handler |
22f4efdbdb3d6e4514410bc70eb95a64ee18ba0 | Greg Haerr | 2020-03-21 | [kernel] Implement task zombie state, rewrite wait, fix signal |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
92f87a0e75440f1369443d75e5c6b81e18c7c67 | Jody Bruchon | 2020-03-08 | libc: automated parenthesis style cleanups with sed |
afce2210ab408b140fd5c6d117d31a62acfa6e2 | Jody Bruchon | 2020-03-08 | libc: automated code style cleanups with sed |
2b4b855a65a90c1dce7c40c0ba4a352b62ec75c | tkchia | 2020-02-29 | [libc] [elkscmd] add support for `stdcall' calling convention, & try building `bc' using this convention (#398) |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |