Commit History

Author SHA1 Message Date
  Andreas Kling 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 years ago
  Andreas Kling 022f7790db Use modern C++ attributes instead of __attribute__ voodoo. 6 years ago
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. 6 years ago
  Andreas Kling c30e2c8d44 Implement basic chmod() syscall and /bin/chmod helper. 6 years ago
  Andreas Kling e71cb1c56b Fix some paging related bugs exposed by the spawn stress test. 6 years ago
  Andreas Kling a8f36f72a8 printfing a number or string bigger than the field width should not crash. 6 years ago
  Andreas Kling cc7e3519a6 Add a /bin/clear that prints the clear terminal escape sequence. 6 years ago
  Andreas Kling 8f91a47aeb Add some basic field width support to printf(). 6 years ago