elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking libc/system/signal.c
CommitAuthorDateMessage
821ad59f04fb22d77d50e56b4273712e909806cGreg Haerr2025-02-25[libc] Update libc headers to allow compilation with -std=c99
fe0bc6db04fd10ce83cf508df4e3eb1585133f1Greg Haerr2025-02-15[c86 libc] Add support for signal() for C86 programs
8065abc20ada4c0b723676628366b3e667afa2cGreg Haerr2024-06-18Fix cast warning in signal code
a64fe71e86fd187cbc3bcf1c699f226963c53c2Greg Haerr2024-06-03Clean up signal handling callback routines
14d0629da0cc1bfff351edfb69e0bf7545819e1Greg Haerr2024-06-03Get signals working
cf2718e7f69c4cccd60893c932a3d9f8af3e8d1Greg Haerr2024-05-24[libc] Consolidate compiler specific defintions in header files for Watcom C
7378a5491fdfafa6f1cac7f54c2c95a67220037Greg Haerr2022-07-28[libc][kernel] Rename __sighandler_t to standard sighandler_t in signal.h
374cc934e05c694aa27ae1233dc68ba14db709eGreg Haerr2022-02-14[boot] Add LOCALIP= and getty= to /bootopts
5fed8a921e68f20b0b433d83cce564eb62dac22Greg Haerr2020-09-25[kernel] Toggle debug display in kernel and applications with keystroke
36b9dbfcee90f5d1ebeee8c0ceb3bc974265d0fTee-Kiah Chia2020-05-12[kernel] [libc] [elksemu] (ABI CHANGE) Make _signal syscall accept a far pointer to a far signal handler
22f4efdbdb3d6e4514410bc70eb95a64ee18ba0Greg Haerr2020-03-21[kernel] Implement task zombie state, rewrite wait, fix signal
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
92f87a0e75440f1369443d75e5c6b81e18c7c67Jody Bruchon2020-03-08libc: automated parenthesis style cleanups with sed
afce2210ab408b140fd5c6d117d31a62acfa6e2Jody Bruchon2020-03-08libc: automated code style cleanups with sed
2b4b855a65a90c1dce7c40c0ba4a352b62ec75ctkchia2020-02-29[libc] [elkscmd] add support for `stdcall' calling convention, & try building `bc' using this convention (#398)
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc