summaryrefslogtreecommitdiff
path: root/kern
AgeCommit message (Expand)Author
2014-02-01kern: add snprintfJustus Winter
2014-01-16kern: include the mig-generated server headers in ipc_kobject.cJustus Winter
2014-01-09kern: align kmem_cache objects using __cacheline_alignedJustus Winter
2014-01-06kern: optimize the layout of struct kmem_cacheJustus Winter
2014-01-05kern: explain the significance of the chosen lengthJustus Winter
2014-01-03kern: make struct kmem_cache fit into two cache linesJustus Winter
2014-01-03kern: reduce the size of struct taskJustus Winter
2013-12-20Mark pure functions with attribute pureMarin Ramesa
2013-12-20kern/strings.c (strlen): mark with attribute pureMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-17kern: avoid the casts in enqueue_head() and enqueue_tail()Marin Ramesa
2013-12-17Mark functions that don't return with attribute noreturnMarin Ramesa
2013-12-17kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17Cleanup of the copyin() and copyout() callsMarin Ramesa
2013-12-17kern/sched_prim.h: remove unnecessary __GNUC__ #ifdefMarin Ramesa
2013-12-16kern: quiet GCC warnings about set but unused variablesMarin Ramesa
2013-12-15kern/sched_prim.c: avoid castsMarin Ramesa
2013-12-15Type definitionMarin Ramesa
2013-12-15kern/mach_clock.c: update commentMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-09kern/startup.c: use boolean valuesMarin Ramesa
2013-12-09kern/act.h: remove unnecessary includeMarin Ramesa
2013-12-09Cleanup of the prototypesMarin Ramesa
2013-12-09kern/syscall_sw.c: use boolean instead of an intMarin Ramesa
2013-12-09kern/refcount.h: remove unnecessary includeMarin Ramesa
2013-12-09kern/rbtree.h: remove unnecessary includeMarin Ramesa
2013-12-09kern/priority.c: update commentMarin Ramesa
2013-12-09kern/pc_sample.c: remove unused variablesMarin Ramesa
2013-12-09kern/lock_mon.c: remove dead assignmentsMarin Ramesa
2013-12-09kern/lock_mon.c: use spl_t instead of an intMarin Ramesa
2013-12-09kern/act.h: remove prototype without definitionMarin Ramesa
2013-12-09Add commentSamuel Thibault
2013-12-08kern/machine.c: remove __volatile__Marin Ramesa
2013-12-08Always make Assert trigger debuggerSamuel Thibault
2013-12-08Add comments after endifsMarin Ramesa
2013-12-05kern/mach_clock.c: remove forward declarationMarin Ramesa
2013-12-05kern/time_stamp.c: remove multimax codeMarin Ramesa
2013-12-05kern: remove forward declarationMarin Ramesa
2013-12-05kern/thread.c: remove forward declarationMarin Ramesa
2013-12-05kern/task.c: remove forward declarationsMarin Ramesa
2013-12-05kern/syscall_sw.c: remove forward declarationsMarin Ramesa
2013-12-05kern/syscall_subr.c: remove forward declarationMarin Ramesa
2013-12-05kern/startup.c: remove forward declarationsMarin Ramesa
2013-12-05kern/sched_prim.c: remove forward declarationsMarin Ramesa
2013-12-05kern/processor.c: remove forward declarationsMarin Ramesa
2013-12-05kern/ipc_mig.c: remove forward declarationsMarin Ramesa
2013-12-05kern/debug.c: remove forward declarationMarin Ramesa
2013-12-05kern/bootstrap.c: remove forward declarationsMarin Ramesa
2013-12-05ipc/mach_msg.c: remove forward declarationsMarin Ramesa