summaryrefslogtreecommitdiff
path: root/kern
AgeCommit message (Expand)Author
2015-07-10kern: make printf handle long long integersJustus Winter
2015-07-09kern: remove superfluous fileJustus Winter
2015-07-09kern: improve error handlingJustus Winter
2015-06-20kern: fix error handlingJustus Winter
2015-06-09kern: add function attributes to the printf-functionsJustus Winter
2015-05-29kern: fix argument handlingJustus Winter
2015-05-23kern: avoid breaking the strict-aliasing rulesJustus Winter
2015-05-22ipc: drop size parameter from `ipc_space_create'Justus Winter
2015-05-20ipc: undo manual inlining of `ipc_entry_X' functionsJustus Winter
2015-05-20kern: add radix tree libraryJustus Winter
2015-05-20kern: gracefully handle resource shortageJustus Winter
2015-05-20kern: gracefully handle resource shortageJustus Winter
2015-05-19kern: import `macros.h' from x15Justus Winter
2015-05-02kern: fix commentJustus Winter
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