aboutsummaryrefslogtreecommitdiff
path: root/common/nodes.c
AgeCommit message (Collapse)Author
2023-04-30rename to kmiKimplul
2022-10-29rewrite pmemKimplul
2022-06-12doxygen shows no warningsKimplul
+ Does not mean documentation is done, but it's a nice little achievement nonetheless.
2022-06-12add license textsKimplul
2022-05-29modify formatting rulesKimplul
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-04-23ran clang-formatKimplul
2022-04-17improve node subsysKimplul
+ More robust alignment and less memory usage for status, from enum to bit
2022-04-16create more general node structureKimplul
+ Allow for easier handling of other subsystems that want to use nodes, mainly tcb and possibly dev_mem