Andreas Kling
|
a7a456002e
LibC: Enough compat work to make binutils-2.32 build and run.
|
6 years ago |
Andreas Kling
|
3a0a8848fb
Make syscall invocations look pleasant.
|
6 years ago |
Andreas Kling
|
464a16afa2
Implement signal() via sigaction() and get rid of sys$signal().
|
6 years ago |
Andreas Kling
|
d5d45d1088
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
6 years ago |
Andreas Kling
|
3b2f172d48
A bunch of compat work (mostly stubs but some real implementations, too.)
|
6 years ago |
Andreas Kling
|
6a0a2c9ab4
Some improvements to signals.
|
6 years ago |
Andreas Kling
|
7c3746592b
Add strsignal() and improve sharing signal numbers between LibC and kernel.
|
6 years ago |
Andreas Kling
|
3024167cbd
Change syscall naming scheme.
|
6 years ago |
Andreas Kling
|
46f0c28a4a
Add sigset_t helper functions to LibC.
|
6 years ago |
Andreas Kling
|
153ea704af
Add some basic signal support.
|
6 years ago |
Andreas Kling
|
82f84bab11
More random compat hacking towards getting bash to build.
|
6 years ago |
Andreas Kling
|
e76312ab63
Lots of minor compat stuff while seeing if bash would build.
|
6 years ago |
Andreas Kling
|
3218f00099
Implement basic sys$kill() and add a /bin/kill
|
6 years ago |