Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-28 | Bug fix: Fix undefined behavior of ipv4_t type. | Anton Kling | |
Turns out unions that include arrays and a integer can have UB due to endianess not being the same across systems. | |||
2024-03-14 | random changes made | Anton Kling | |
2024-02-07 | A lot of small changes | Anton Kling | |
2023-11-22 | Meta: Cleanup of header files such that they are partially shared | Anton Kling | |
The /include directory contains definitons that both the kernel and libc need to be in sync. |