plan9fox/sys
cinap_lenrek 6c2e983d32 kernel: apply uintptr for ulong when a pointer is stored
this change is in preparation for amd64. the systab calling
convention was also changed to return uintptr (as segattach
returns a pointer) and the arguments are now passed as
va_list which handles amd64 arguments properly (all arguments
are passed in 64bit quantities on the stack, tho the upper
part will not be initialized when the element is smaller
than 8 bytes).

this is partial. xalloc needs to be converted in the future.
2014-01-20 00:47:55 +01:00
..
doc
games/lib add /lib/uriel; delete fortunes 2014-01-12 13:00:02 -05:00
include malloc: change malloc and realloc tag types to uintptr 2014-01-20 00:09:53 +01:00
lib acid leak: remove arena pointer a < 0xff000000 check 2013-12-25 15:00:39 +01:00
man Corrected some man pages. 2014-01-17 19:15:24 +01:00
src kernel: apply uintptr for ulong when a pointer is stored 2014-01-20 00:47:55 +01:00