Commit History

Author SHA1 Message Date
  Nicolas Van Bossuyt 81c4dcadf1 Kernel: Prevent kprintf() from asserting in Console::the() (#718) 5 years ago
  Conrad Pankoff dfb538a413 Kernel: Write logs into dmesg from the start of the boot process 5 years ago
  Conrad Pankoff 3026c37d5d Kernel: Add serial_debug cmdline parameter 6 years ago
  Andreas Kling af81645a2a Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output. 6 years ago
  Andreas Kling 639478391b Kernel: Colorize debugger output from the kernel. 6 years ago
  Andreas Kling 98eeb8f22d AK: Rename printf.cpp to PrintfImplementation.h. 6 years ago
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 years ago
  Andreas Kling 0bc72551f4 Kernel: Remove two unneeded headers. 6 years ago
  Andreas Kling 60d25f0f4a Kernel: Introduce threads, and refactor everything in support of it. 6 years ago
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. 6 years ago
  Andreas Kling 8bb18fdc56 Kernel: Get rid of Unix namespace. 6 years ago
  Andreas Kling bd3e77cc16 Pass the process to CharacterDevice::read/write. 6 years ago
  Andreas Kling b673c1a77d Build Painter & friends into LibC. Use it in the GUI test app. 6 years ago
  Andreas Kling e6284a8774 Fix broken SpinLock. 6 years ago
  Andreas Kling 8f91a47aeb Add some basic field width support to printf(). 6 years ago
  Andreas Kling dc6f57f19c Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). 6 years ago
  Andreas Kling bae59609e3 Move kprintf to its own file. It has nothing to do with VGA anymore. 6 years ago