Commit Graph

10 Commits

Author SHA1 Message Date
wash c105e17be9 kernel: printk: keep log_buffer_lock locked while flushing printk buffer 2026-04-19 20:08:29 +01:00
wash 5e7a467dff kernel: printk: fix log buffer overflow 2026-03-14 22:16:01 +00:00
wash 6019c9307d kernel: separate headers into kernel and user headers
all kernel headers have been moved from include/mango to include/kernel
and include definitions that are only relevant to kernel-space.

any definitions that are relevant to both kernel- and user-space
(i.e. type definitions, syscall IDs) have been moved to
include/mango within libmango.
2026-02-19 18:54:48 +00:00
wash 62ec4c93ab meta: rename 2024-11-02 11:31:51 +00:00
wash 94ea756b31 kernel: write to all registered consoles with printk() 2023-05-06 21:32:19 +01:00
wash b6f8c1ccaa kernel: don't use typedef for enums or non-opaque structs 2023-04-13 11:40:52 +01:00
wash d56fc961fa kernel: print log messages directly to the console if log_buffer is full 2023-02-08 17:10:13 +00:00
wash 31cb7aab8b kernel: add basic console registration system and printk() 2023-02-04 19:03:45 +00:00
wash 247bb2b530 kernel: port sandbox components 2023-02-03 20:51:23 +00:00
wash bcdf101779 kernel: add stub logging function 2023-02-03 20:26:02 +00:00