aboutsummaryrefslogtreecommitdiff
path: root/common/uapi/cap.c
AgeCommit message (Collapse)Author
2024-05-24rename common to srcKimplul
+ I keep starting to type src and wondering why autocomplete won't work, I guess src is just uncounciously a better name
2023-07-27use nifty variable argument count trickKimplul
+ Found it in newlib. This allows the compiler to more effectively optimize away unnecessary register operations. Applied to both kernel and init.c for a slight speed increase. I really should move init.c to some other repository though, the binary files are starting to get annoying
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-11-21make syscall handlers voidKimplul
2022-11-21fix formattingKimplul
2022-11-21possible optimisationsKimplul
2022-10-21beautificationKimplul
2022-09-20add capability subsystem and syscallsKimplul