Andreas Kling
|
cccc8d8aeb
More compat work.
|
před 6 roky |
Andreas Kling
|
93c0dfd1d7
LibC: A bunch of compat work towards porting GCC.
|
před 6 roky |
Andreas Kling
|
a7a456002e
LibC: Enough compat work to make binutils-2.32 build and run.
|
před 6 roky |
Andreas Kling
|
0730b3c15f
Add ability to switch video modes from the system menu.
|
před 6 roky |
Andreas Kling
|
3b42db0b4c
LibC: Fix busted realloc() implementation.
|
před 6 roky |
Andreas Kling
|
736e852525
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
|
před 6 roky |
Andreas Kling
|
ddb13ae6d8
LibC: Add some integer functionality needed for NASM.
|
před 6 roky |
Andreas Kling
|
c2adfd0e2d
LibC: Implement various things to get GNU bc building and running.
|
před 6 roky |
Andreas Kling
|
76f53b40f4
LibC: Add some things needed to build GNU bc.
|
před 6 roky |
Andreas Kling
|
cfa197f821
LibC: Let malloc(0) return nullptr.
|
před 6 roky |
Andreas Kling
|
69a3aecf6b
LibC: Add vsnprintf(), snprintf(), execvp() and abs().
|
před 6 roky |
Andreas Kling
|
2f74c2f430
Add basic PTY support.
|
před 6 roky |
Andreas Kling
|
0c5ecd303c
Share GraphicsBitmaps between the windowing server and the client process.
|
před 6 roky |
Andreas Kling
|
e7cc08226f
Implement basic support for times().
|
před 6 roky |
Andreas Kling
|
e88f306d07
Make /proc/PID/vm more readable.
|
před 6 roky |
Andreas Kling
|
526dcafd57
Some improvements to LibC malloc().
|
před 6 roky |
Andreas Kling
|
85649077cd
Adapt kmalloc() for userspace.
|
před 6 roky |
Andreas Kling
|
303577df16
Various stubs while trying to get an old coreutils to build.
|
před 6 roky |
Andreas Kling
|
2cf477a151
Add fcntl() F_DUPFD which is slightly different from dup2().
|
před 6 roky |
Andreas Kling
|
d5d45d1088
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
před 6 roky |
Andreas Kling
|
9b70808ab5
Add really cheap atol() since sizeof(int) == sizeof(long) here anyway.
|
před 6 roky |
Andreas Kling
|
e9cdb6bb9b
Fix all current build warnings in LibC.
|
před 6 roky |
Andreas Kling
|
fdbd9f1e27
Start working on memory-mapped files.
|
před 6 roky |
Andreas Kling
|
3024167cbd
Change syscall naming scheme.
|
před 6 roky |
Andreas Kling
|
819ce91395
Enough compatibility work to make figlet build and run!
|
před 6 roky |
Andreas Kling
|
1d5afbdffc
Add sys$set_mmap_name and use it from LibC's malloc.
|
před 6 roky |
Andreas Kling
|
e904f193c1
Canonicalize the path used by sh.
|
před 6 roky |
Andreas Kling
|
bca4b71bfa
Lots of hacking to make a very simple "ls" utility.
|
před 6 roky |