Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions ↵ | cinap_lenrek | |
use usize | |||
2018-05-12 | add signed fixed size integer typedefs | qwx | |
2016-01-07 | introduce signed intptr and %z format modifier for formating uintptr and intptr | cinap_lenrek | |
2013-10-17 | change Rune from ushort to uint for to 21 bit runes (thanks mischief!) | cinap_lenrek | |
big big change. requires rebuilding 8c first and then rebuild everything. | |||
2012-09-18 | 6c: extern register fix (import from patch/6c-extreg) | cinap_lenrek | |
to make it easy to use normal libraries (such as libdraw, libsec, and libmp) with the kernel, which uses extern register, don't stray into the external register set when allocating values to registers. | |||
2011-03-30 | continue... | cinap_lenrek | |