Commit Graph

7 Commits

Author SHA1 Message Date
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
687ba31d55 bitmap: fix bitmal_clear() clearing bits in the wrong direction 2026-02-08 12:47:58 +00:00
0490541dc9 kernel: adjust formatting 2026-02-08 12:32:48 +00:00
62ec4c93ab meta: rename 2024-11-02 11:31:51 +00:00
fcf5dc32b9 kernel: add BITMAP_NPOS definition 2023-06-02 19:31:09 +01:00
a3df88f062 kernel: fix bad offset calculation in bitmap_check() 2023-05-04 21:41:15 +01:00
f816b97cf8 kernel: add bitmap datatype 2023-03-17 20:06:25 +00:00