Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-17 | kernel: make kmalloc accept a numeric "tag" instead of a freeform description | dzwdz | |
This will both let me save space in the allocation header, and make the debugprint more readable. | |||
2024-05-11 | kernel: DUP_RDONLY and DUP_WRONLY | dzwdz | |
I probably should've tested DUP_WRONLY too, now that I think about it. TODO? | |||
2024-05-11 | kernel: remove HANDLE_NULLFS | dzwdz | |
It was a dumb hack that wasn't even necessary - an error when mounting should shadow over the mountpoint anyways. | |||
2024-05-11 | kernel: refactor handle management out of proc.c | dzwdz | |