aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/timer.h
AgeCommit message (Collapse)Author
2021-07-01Timing is everythingMarvin Borner
2021-05-20Major restructuringMarvin Borner
2021-04-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2021-02-25Added *many* static keywordsMarvin Borner
2020-11-24Fixed timer counting with yield()Marvin Borner
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-09-27Networky thingsMarvin Borner
Idk, really
2020-08-22Added random number generatorMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner