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 |