Commit History

Auteur SHA1 Bericht Datum
  Andreas Kling e20aecefba LibC: Don't clobber errno in dbgprintf(). 6 jaren geleden
  Robin Burchell b2dd12daac LibC: Change putenv (and getenv) to not copy, but directly return the environ values. 6 jaren geleden
  Andreas Kling d3fb0a56ed LibC: Make fwrite() buffered. 6 jaren geleden
  Andreas Kling 100cb2a237 LibC: Various stdio correctness fixes. 6 jaren geleden
  Andreas Kling 8effdc807a LibC: Update stdio stream error state in more places. 6 jaren geleden
  Andreas Kling 0c898e3c2c Put assertions behind a DEBUG flag to make it easy to build without them. 6 jaren geleden
  Andreas Kling 58240fdb33 Do a pass of compiler warning fixes. 6 jaren geleden
  Andreas Kling 9ef06e2117 LibC: stddbg should be opened with O_CLOEXEC. 6 jaren geleden
  Andreas Kling 3817f5f619 Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9. 6 jaren geleden
  Andreas Kling 37ae00a4dd Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. 6 jaren geleden
  Andreas Kling f1a2cb0882 LibC: Fix fread() EOF behavior with ungetc(). 6 jaren geleden
  Andreas Kling d1e55fb4d9 LibC: Add ungetc() and automatically flush streams on fclose(). 6 jaren geleden
  Andreas Kling f2773e05e5 LibC: fread() should return the number of elements (not bytes) read. 6 jaren geleden
  Andreas Kling cdb82f6fbb LibC: Fix bug in scanf() family where we'd capture invalid data. 6 jaren geleden
  Andreas Kling 2c3cf22bc9 LibC: A whole bunch of compat work towards porting Lynx. 6 jaren geleden
  Andreas Kling 83e78648e4 LibC: fgets() should return null on 0-length EOF reads. 6 jaren geleden
  Andreas Kling cccc8d8aeb More compat work. 6 jaren geleden
  Andreas Kling 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 jaren geleden
  Andreas Kling b365ad4aef LibC: fgetc() and pals should return EOF on error or EOF. 6 jaren geleden
  Andreas Kling 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 jaren geleden
  Andreas Kling c2adfd0e2d LibC: Implement various things to get GNU bc building and running. 6 jaren geleden
  Andreas Kling 76f53b40f4 LibC: Add some things needed to build GNU bc. 6 jaren geleden
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. 6 jaren geleden
  Andreas Kling 1483af406f LibC: fputs() shouldn't add a trailing newline, only puts(). 6 jaren geleden
  Andreas Kling 69a3aecf6b LibC: Add vsnprintf(), snprintf(), execvp() and abs(). 6 jaren geleden
  Andreas Kling b673c1a77d Build Painter & friends into LibC. Use it in the GUI test app. 6 jaren geleden
  Andreas Kling b0e3f73375 Start refactoring the windowing system to use an event loop. 6 jaren geleden
  Andreas Kling e7cc08226f Implement basic support for times(). 6 jaren geleden
  Andreas Kling 303577df16 Various stubs while trying to get an old coreutils to build. 6 jaren geleden
  Andreas Kling 9d05f6b7a7 Make bash-2.05b build with minimal changes. 6 jaren geleden