Commit History

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