File history
Tracking libc/include/signal.h
| Commit | Author | Date | Message |
|---|---|---|---|
3b75bfb7fa74e527a9fcbab4c25c2e522175b17 | Greg Haerr | 2026-01-20 | [libc] Add chroot, raise, and OWC getsockname, getpeername routines |
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 |
14d0629da0cc1bfff351edfb69e0bf7545819e1 | Greg Haerr | 2024-06-03 | Get signals working |
82fd625a2ec3e64c5f7476c0f9f72ce4d53afd0 | Greg Haerr | 2024-04-07 | [libc] Partially implement sigaction |
3935cfb06b06b3f501718ca3d61c0be64884e17 | Greg Haerr | 2024-03-26 | [libc] Fixup issues around BSD and __KERNEL__ defines |
e3b923f17cdfa56ae37349857092c333d721b68 | Greg Haerr | 2024-03-25 | [libc] Clean up C library header files |
7378a5491fdfafa6f1cac7f54c2c95a67220037 | Greg Haerr | 2022-07-28 | [libc][kernel] Rename __sighandler_t to standard sighandler_t in signal.h |
36b9dbfcee90f5d1ebeee8c0ceb3bc974265d0f | Tee-Kiah Chia | 2020-05-12 | [kernel] [libc] [elksemu] (ABI CHANGE) Make _signal syscall accept a far pointer to a far signal handler |
af546a659be542d0be0e1cf5ae980ec967a31fa | Tee-Kiah Chia | 2020-03-11 | [libc] [kernel] [elkscmd] start tidying up header files |
e689980162c9af90ce6cac5673c7f5ee1074431 | Greg Haerr | 2020-03-10 | [signal] Fix userland signals, add ^Z handling to getty/login/ash/sash, add debug_sig |
2b4b855a65a90c1dce7c40c0ba4a352b62ec75c | tkchia | 2020-02-29 | [libc] [elkscmd] add support for `stdcall' calling convention, & try building `bc' using this convention (#398) |
40252fb6e004f16531d164ea139781f63899c9a | Marcin Laszewski | 2020-02-19 | [libc] Split string and system modules |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |