Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-11-17 | LibC: Oopsie, add the missing semicolons to __bswap32() and __bswap64() | Andreas Kling |
2019-11-17 | LibC: Add back __bswap{16,32,64}() to endian.h | Andreas Kling |
2019-11-17 | LibC: Unbreak endian.h | Andreas Kling |
2019-11-16 | LibC: use GCC __builtin_bswap{16,32,64} to provide __bswap functions | Ørjan Malde |
2019-11-16 | LibC: properly populate endian.h | Ørjan Malde |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |