Age | Commit message (Expand) | Author |
---|---|---|
2019-08-15 | LogStream: Prefix userspace dbg() output with "ProcessName(PID): " | Andreas Kling |
2019-07-25 | AK: Rename ValueRestorer => ScopedValueRollback. | Andreas Kling |
2019-07-25 | LogStream: Preserve errno for the lifetime of a LogStream object. | Andreas Kling |
2019-07-21 | Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output. | Andreas Kling |
2019-07-15 | LogStream: Add a simple-ish mechanism for colorizing and styling output. | Andreas Kling |
2019-07-04 | AK: Move some of LogStream out of line & add overloads for smart pointers. | Andreas Kling |
2019-07-04 | AK: Start fleshing out LogStream, a type-aware logging mechanism. | Andreas Kling |