Bananymous
|
dfe5a2d665
|
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
|
2024-01-24 15:53:38 +02:00 |
Bananymous
|
cdcc36efde
|
Kernel: Remove unnecessary raise syscall
|
2023-12-06 13:00:45 +02:00 |
Bananymous
|
d560137ae6
|
Kernel/LibC: add SYS_SIGNAL/signal()
|
2023-07-21 20:08:13 +03:00 |
Bananymous
|
10169d773d
|
Kernel/LibC: Add SYS_KILL/kill()
|
2023-07-21 19:27:38 +03:00 |
Bananymous
|
c2cf98e32f
|
Kernel/LibC: Add bareboness signals
You can now call raise() to raise a signal. Signal handlers are
not yet supported, but the handling works :)
|
2023-07-21 15:45:02 +03:00 |