summaryrefslogtreecommitdiff
path: root/kern
AgeCommit message (Expand)Author
2014-09-30kern: silence compiler warning about uninitialized variableJustus Winter
2014-09-30kern: fix type of recompute_prioritiesJustus Winter
2014-09-26kern: create send rights as they are inserted at bootstrap timeJustus Winter
2014-06-11kern: set the name of the kernel task to 'gnumach'Justus Winter
2014-05-25Rewrite old-style #endif FOO directivesJustus Winter
2014-04-30kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter
2014-04-13kern: set the name of tasks created during the bootstrapJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2014-03-26kern: fix formatting of multiboot modulesJustus Winter
2014-02-26kern: fix mig_strncpyJustus Winter
2014-02-12Reduce kmem_map to make room for kentry_data_sizeSamuel Thibault
2014-02-05kern: implement task_set_nameJustus Winter
2014-02-04kern: make kmem_error panicJustus Winter
2014-02-04kern: use kmem_warn instead of kmem_error in kmem_cache_errorJustus Winter
2014-02-01kern: add a name field to struct taskJustus Winter
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