File history
Tracking elks/arch/i86/kernel/signal.c
| Commit | Author | Date | Message |
|---|---|---|---|
096184dc03d9459da817744d09b01e8cd674555 | Greg Haerr | 2025-12-11 | [kernel] Allow stopped jobs to be killed |
8029ba93cbc6b01a73f1dba1d7d26a9240c59d2 | Greg Haerr | 2025-12-11 | [kernel] Fix sys_kill to send to process group when pid < 0 |
7f48a47c7dfdab2c7c19f844010b5b8d04cd27c | Greg Haerr | 2025-12-10 | [kernel] Return standard exit status on stopped jobs |
e90c5a6341473bb746abd213c6505b5bfac887b | Greg Haerr | 2025-12-09 | [kernel] Yet more fixes for SIGTSTP, remove fread in sash & basic |
e316ebce3d31bccbe33319f2d03dd1b3d853a31 | Greg Haerr | 2025-12-09 | [kernel] Fix problems associated with ^Z/SIGTSTP (terminal stop) |
3451cb698f2b06f484ce3311ea714ca59a5719a | Greg Haerr | 2024-07-02 | Remove unneeded _ptask currentp = current to improve code size/speed |
1eecfecee9baf3a7b59a37e7faad0788db08fd6 | Greg Haerr | 2024-03-24 | [kernel] More types cleanup |
8b996a2f11e76e458beb4faa35653bc8381e95a | Greg Haerr | 2023-09-04 | Update debug statements to use %P |
c1a5b383de24221e0d2fe7d3d2cbc717a6cad9c | Greg Haerr | 2023-08-07 | [kernel] Cleanup various kernel sources |
11451e68f1e464f72d458d9024386fbad684766 | Greg Haerr | 2023-03-09 | cleanup |
67acf4b09501cbae6d026aa2b677234c1fe8a18 | Greg Haerr | 2023-03-08 | Find and fix race condition between resetting signal and return to user mode |
5171044a84c7190307830d74bab9e625b0c9c95 | Greg Haerr | 2023-03-08 | Tighten up test program |
a75983aa7f13f48be7619b38039ab8e571ce451 | Greg Haerr | 2023-03-08 | [kernel] Add test_sigfail to demonstrate kernel clearing stacked signals |
614f68b7f815a155530d5e683d4db9d93c88507 | Greg Haerr | 2022-02-24 | Other small fixups |
d0780057c2c774dc00f7e678f40fc279d6c41e7 | Greg Haerr | 2020-10-14 | [kernel] Source code cast cleanups |
e95bf12425da8621786a055ac9917d17e604bfc | Greg Haerr | 2020-09-04 | [kernel/fsck] Fix various fsck, signal and shutdown bugs` |
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 |
e689980162c9af90ce6cac5673c7f5ee1074431 | Greg Haerr | 2020-03-10 | [signal] Fix userland signals, add ^Z handling to getty/login/ash/sash, add debug_sig |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
ce98a140f83c188550cd42d0110e7b9d97fea61 | Jody Bruchon | 2020-03-08 | Code style cleanups in `elks/` |
3aea2ed60e00bf9205efd90777459d6cca32e27 | lithoxs | 2017-10-11 | Code simplification in dircon.c, signals and map buffer. Code size reduced in 48 bytes. Compiled with BCC, tested with Qemu. |
1146031c2d6c1b573c308975a95f29a06fa23d6 | lithoxs | 2017-05-31 | Refactoring signal code to reduce code size. Code size reduced in 48 bytes. Tested under Qemu. |
9c141e6015c4e7cddb31cf1c25f67e97278fd65 | Jody Bruchon | 2017-03-04 | Revert "Revert "Initialize register ES from the begining."" |
f87ee77389acef861a3d1cf3d4d6d6e9534f9a6 | Jody Bruchon | 2017-03-04 | Revert "Initialize register ES from the begining." |
17cb7fd878ba7c9ddf1b4d02c4c39d364ecba3b | lithoxs | 2017-03-02 | Initialize register ES from the begining. Do not assume a 80186 processor or higher in function printsp(). Fix minor bug in strace.c Other minor fixes. |
4304a557c511e3f5fed6d861de6afff72359cc8 | lithoxs | 2016-02-16 | Code size reduction in files under directories kernel, fs and arch/i86. Code still does exactly the same. Fixed a bug in malloc.c introduced 3 commits ago. Fixed some problems with printk when processing formatting %04X. Kernel compiled with BCC. Tested u |
4a1c38a7553a0148daf2a5a8016c93a1729e5fe | Juan Perez-Sanchez | 2015-06-13 | Removal of ia16-unknown-elks-gcc warnings |
a5731bfa6432136a62dc05088c38040c9d2f2ad | Juan Perez-Sanchez | 2015-06-13 | Fix errors and warnings by open-watcom |
6d1d1c2cdaaf76451c7aff24151f9e450b6303c | Jody Bruchon | 2012-07-07 | Large set of bug fix patches by Juan Perez-Sanchez. |
29ad7c46cc2bd9c9f142d20c80e8ddb3de8202c | Riley H. Williams | 2002-06-03 | ANSI'fied arch/i86/kernel/ directory, and verified that result compiles and boots. |
9694a20fc1bb53a24541ff13e5fb7ee2d564d2f | Riley H. Williams | 2002-05-13 | Standardised macros for debugging printk's - now uses debug() and debug[1-9]() for all except memory handlers, which use debugmem() and debugmem[1-9]() respectively. |
a8acd4426f32030349980fc20369ebd9b8618c5 | Riley H. Williams | 2002-05-03 | Reverted accidental commits...sorry. |
c38904b8336ce33c23fce3b287a5199805a44e9 | Riley H. Williams | 2002-05-02 | Partial commit of latest ANSI'fication changes. |
44236c3cce9463223af29e77dd156da25c8ba4f | Riley H. Williams | 2002-04-28 | Further verification using `spint -weak` and detected a bug in init/main.c which I am unable to fix. |
37bf6e09c296c1f684c67dcb707fa8c3f49f38a | Riley H. Williams | 2002-04-22 | Split syscall table from arch/i86/kernel/strace.c into arch/i86/kernel/strace.h and then ANSI'fied the arch/i86/{286pmode,boot,kernel} subtrees. |
4609ab18423e89367072686969b995881937fb3 | Andrew Richards | 1999-09-05 | Changes for 0.0.79 |
6569c1b50fc2022960689f8c71b31456235546c | Andrew Richards | 1999-08-19 | Clean up of source,+ new features. |
7c6113f31c13114d6eae801bd872ce8402daa6c | Andrew Richards | 1999-07-20 | Fix debugging output in signal code. |
8e7bb94ad2f16ab512bae10cca3af8790510feb | Andrew Richards | 1999-04-16 | Added support for the signal(2) system call, and signal handlers. |
503af13fbdd75dacf3e219f15822959df196568 | Andrew Richards | 1998-10-21 | Register variable optimisations, and a small bugfix. |
4424a08052b669017bb359608f56f3023ced883 | Andrew Richards | 1998-10-11 | Corrected some signal behavoir, fixed return status behavoir. |
fb59ce55a05187dcdd0a968a0e812388def9928 | Andrew Richards | 1998-10-09 | Added very simple signal support. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |