Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-17 | kernel: split the kernel/user inputs in VfsReq | dzwdz | |
I think I've done this refactor in the opposite direction a few years ago. This is mostly meant to prepare me for setxattr, which requires two inputs - coincidentally, one is already going to be a kernel input, and the other will be an user input, so it works out. I also just didn't like the previous way it worked, this feels cleaner. | |||
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-19 | kernel: implement /dev/bintime | dzwdz | |