summaryrefslogtreecommitdiff
path: root/amd64/include/u.h
AgeCommit message (Collapse)Author
2021-07-25libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions ↵cinap_lenrek
use usize
2018-05-12add signed fixed size integer typedefsqwx
2016-01-07introduce signed intptr and %z format modifier for formating uintptr and intptrcinap_lenrek
2013-10-17change 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-186c: 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-30continue...cinap_lenrek