plan9fox/sys/src/9/kw
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
..
notes Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
arch.c fix _tos->pcycles, make _tos->kcycles actually count cycles executing kernel code on behalf of the process 2011-10-25 20:17:39 +02:00
archkw.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
arm.h ARM: kernel: add vfp emulator to bcm, teg2, omap, kw 2013-06-12 01:11:41 +05:30
arm.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
cga.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
clock.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
coproc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
dat.h ARM: kernel: add vfp emulator to bcm, teg2, omap, kw 2013-06-12 01:11:41 +05:30
devarch.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
devether.c devether: remove qfull prints and fix loopback packet handling of etheroq() 2013-12-16 19:19:15 +01:00
devrtc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
devtwsi.c correcting unicode superscripts for 1 2 and 3 2012-02-23 16:58:53 +01:00
ether1116.c kernel: more kproc pexit() and sleep error handling 2013-11-22 22:56:34 +01:00
etherif.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
ethermii.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
ethermii.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
flashkw.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fns.h kernel: do all fp state fork from procfork() (like pc kernel) 2013-05-30 23:26:21 +02:00
fpi.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fpi.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fpiarm.c fpiarm: condok() verfiy before specialop() omap/kw 2013-06-14 23:42:30 +05:30
fpimem.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
init9.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
io.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
l.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
lexception.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
lproc.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
main.c move devusb to port 2012-12-06 18:53:17 +01:00
mem.h sysexec: fix possible segment overlap with temporary stack 2013-03-16 02:37:07 +01:00
mkfile kernel: move duplicated random.c to port 2012-05-03 08:49:25 +02:00
mmu.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
nvram Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
openrd.words Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
plug change definition of Chan.create to return a chan like open 2011-08-17 23:27:31 +02:00
plug.words Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
rebootcode.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
softfpu.c kernel: do all fp state fork from procfork() (like pc kernel) 2013-05-30 23:26:21 +02:00
syscall.c kernel: apply uintptr for ulong when a pointer is stored 2014-01-20 00:47:55 +01:00
trap.c apply richard millers arm debug fixes (from sources) 2013-08-04 01:52:46 +02:00
uartkw.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
ucalloc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
uncached.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
usbehci.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
usbehcikw.c move devusb to port 2012-12-06 18:53:17 +01:00