Andreas Kling
|
cccc8d8aeb
More compat work.
|
6 vuotta sitten |
Andreas Kling
|
0b957ed2b1
Some compat work towards making GCC's libstdc++ build.
|
6 vuotta sitten |
Andreas Kling
|
93c0dfd1d7
LibC: A bunch of compat work towards porting GCC.
|
6 vuotta sitten |
Andreas Kling
|
cbfd416279
LibC: The standard C library needs to be able to build as pure C.
|
6 vuotta sitten |
Andreas Kling
|
56f0a30f9b
LibC: Actually, malloc() can return null so don't lie about that.
|
6 vuotta sitten |
Andreas Kling
|
022f7790db
Use modern C++ attributes instead of __attribute__ voodoo.
|
6 vuotta sitten |
Andreas Kling
|
736e852525
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
|
6 vuotta sitten |
Andreas Kling
|
ddb13ae6d8
LibC: Add some integer functionality needed for NASM.
|
6 vuotta sitten |
Andreas Kling
|
c2adfd0e2d
LibC: Implement various things to get GNU bc building and running.
|
6 vuotta sitten |
Andreas Kling
|
76f53b40f4
LibC: Add some things needed to build GNU bc.
|
6 vuotta sitten |
Andreas Kling
|
69a3aecf6b
LibC: Add vsnprintf(), snprintf(), execvp() and abs().
|
6 vuotta sitten |
Andreas Kling
|
2f74c2f430
Add basic PTY support.
|
6 vuotta sitten |
Andreas Kling
|
0c5ecd303c
Share GraphicsBitmaps between the windowing server and the client process.
|
6 vuotta sitten |
Andreas Kling
|
303577df16
Various stubs while trying to get an old coreutils to build.
|
6 vuotta sitten |
Andreas Kling
|
d5d45d1088
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
6 vuotta sitten |
Andreas Kling
|
9b70808ab5
Add really cheap atol() since sizeof(int) == sizeof(long) here anyway.
|
6 vuotta sitten |
Andreas Kling
|
153ea704af
Add some basic signal support.
|
6 vuotta sitten |
Andreas Kling
|
819ce91395
Enough compatibility work to make figlet build and run!
|
6 vuotta sitten |
Andreas Kling
|
9160fd0d47
More LibC portability work while trying to get figlet building.
|
6 vuotta sitten |
Andreas Kling
|
bb90c8ecab
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
|
6 vuotta sitten |
Andreas Kling
|
e904f193c1
Canonicalize the path used by sh.
|
6 vuotta sitten |
Andreas Kling
|
bca4b71bfa
Lots of hacking to make a very simple "ls" utility.
|
6 vuotta sitten |