AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / kern / lwkt_caps.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2005-03-01 Matthew DillonClean up the XIO API and structure. XIO no longer...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-04-26 Matthew DillonIf the server goes away while the client is trying...
2004-03-31 Matthew DillonChange CAPS over to use XIO instead of the vmspace_copy...
2004-03-06 Matthew DillonAdditional CAPS IPC work. Add additional system calls...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...