summaryrefslogtreecommitdiff
path: root/kern
AgeCommit message (Expand)Author
2015-04-24kern: avoid hardcoding the lowest priorityJustus Winter
2015-04-23kern: disable stack allocation counters by defaultJustus Winter
2015-02-25kern: inherit the name of the parent taskJustus Winter
2015-02-20kern: improve assertJustus Winter
2015-02-20kern: reduce the size of `struct thread'Justus Winter
2015-02-18kern: avoid #if 0ing out thread_collect_scanJustus Winter
2015-01-02kern: Fix typos in comments (found by codespell)Stefan Weil
2014-12-16kern: gracefully handle bogus sample pc sequence numberJustus Winter
2014-12-09kern: provide notifications about new tasksJustus Winter
2014-12-07Fix pthread_create warning on translator terminationSamuel Thibault
2014-12-01kern: disable all counters by defaultJustus Winter
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