| Commit message (Expand) | Author | Age | Files | Lines |
* | kern: make printf handle long long integers | Justus Winter | 2015-07-10 | 2 | -8/+23 |
* | kern: remove superfluous file | Justus Winter | 2015-07-09 | 1 | -104/+0 |
* | kern: improve error handling | Justus Winter | 2015-07-09 | 1 | -1/+2 |
* | kern: fix error handling | Justus Winter | 2015-06-20 | 1 | -1/+5 |
* | kern: add function attributes to the printf-functions | Justus Winter | 2015-06-09 | 1 | -4/+9 |
* | kern: fix argument handling | Justus Winter | 2015-05-29 | 3 | -0/+8 |
* | kern: avoid breaking the strict-aliasing rules | Justus Winter | 2015-05-23 | 1 | -1/+8 |
* | ipc: drop size parameter from `ipc_space_create' | Justus Winter | 2015-05-22 | 1 | -1/+1 |
* | ipc: undo manual inlining of `ipc_entry_X' functions | Justus Winter | 2015-05-20 | 2 | -21/+11 |
* | kern: add radix tree library | Justus Winter | 2015-05-20 | 4 | -0/+1107 |
* | kern: gracefully handle resource shortage | Justus Winter | 2015-05-20 | 4 | -10/+22 |
* | kern: gracefully handle resource shortage | Justus Winter | 2015-05-20 | 1 | -3/+2 |
* | kern: import `macros.h' from x15 | Justus Winter | 2015-05-19 | 13 | -66/+83 |
* | kern: fix comment | Justus Winter | 2015-05-02 | 1 | -2/+2 |
* | kern: avoid hardcoding the lowest priority | Justus Winter | 2015-04-24 | 1 | -2/+2 |
* | kern: disable stack allocation counters by default | Justus Winter | 2015-04-23 | 3 | -8/+13 |
* | kern: inherit the name of the parent task | Justus Winter | 2015-02-25 | 1 | -1/+6 |
* | kern: improve assert | Justus Winter | 2015-02-20 | 1 | -4/+3 |
* | kern: reduce the size of `struct thread' | Justus Winter | 2015-02-20 | 4 | -16/+35 |
* | kern: avoid #if 0ing out thread_collect_scan | Justus Winter | 2015-02-18 | 1 | -2/+0 |
* | kern: Fix typos in comments (found by codespell) | Stefan Weil | 2015-01-02 | 7 | -8/+8 |
* | kern: gracefully handle bogus sample pc sequence number | Justus Winter | 2014-12-16 | 1 | -0/+3 |
* | kern: provide notifications about new tasks | Justus Winter | 2014-12-09 | 2 | -0/+40 |
* | Fix pthread_create warning on translator termination | Samuel Thibault | 2014-12-07 | 2 | -9/+29 |
* | kern: disable all counters by default | Justus Winter | 2014-12-01 | 4 | -10/+8 |
* | kern: silence compiler warning about uninitialized variable | Justus Winter | 2014-09-30 | 1 | -1/+2 |
* | kern: fix type of recompute_priorities | Justus Winter | 2014-09-30 | 2 | -2/+2 |
* | kern: create send rights as they are inserted at bootstrap time | Justus Winter | 2014-09-26 | 1 | -3/+4 |
* | kern: set the name of the kernel task to 'gnumach' | Justus Winter | 2014-06-11 | 1 | -0/+1 |
* | Rewrite old-style #endif FOO directives | Justus Winter | 2014-05-25 | 3 | -3/+3 |
* | kern: include the MIG-generated server headers for MACHINE_SERVER | Justus Winter | 2014-04-30 | 1 | -4/+1 |
* | kern: set the name of tasks created during the bootstrap | Justus Winter | 2014-04-13 | 1 | -0/+1 |
* | Convert from K&R to ANSI | Marin Ramesa | 2014-04-04 | 16 | -269/+234 |
* | Use explicit prototypes for struct dev_ops fields | Marin Ramesa | 2014-04-04 | 2 | -5/+9 |
* | kern: fix formatting of multiboot modules | Justus Winter | 2014-03-26 | 1 | -7/+3 |
* | kern: fix mig_strncpy | Justus Winter | 2014-02-26 | 1 | -16/+20 |
* | Reduce kmem_map to make room for kentry_data_size | Samuel Thibault | 2014-02-12 | 1 | -1/+1 |
* | kern: implement task_set_name | Justus Winter | 2014-02-05 | 2 | -0/+21 |
* | kern: make kmem_error panic | Justus Winter | 2014-02-04 | 1 | -2/+2 |
* | kern: use kmem_warn instead of kmem_error in kmem_cache_error | Justus Winter | 2014-02-04 | 1 | -1/+1 |
* | kern: add a name field to struct task | Justus Winter | 2014-02-01 | 2 | -0/+12 |
* | kern: add snprintf | Justus Winter | 2014-02-01 | 2 | -0/+11 |
* | kern: include the mig-generated server headers in ipc_kobject.c | Justus Winter | 2014-01-16 | 1 | -11/+12 |
* | kern: align kmem_cache objects using __cacheline_aligned | Justus Winter | 2014-01-09 | 1 | -1/+2 |
* | kern: optimize the layout of struct kmem_cache | Justus Winter | 2014-01-06 | 1 | -6/+12 |
* | kern: explain the significance of the chosen length | Justus Winter | 2014-01-05 | 1 | -1/+3 |
* | kern: make struct kmem_cache fit into two cache lines | Justus Winter | 2014-01-03 | 1 | -1/+1 |
* | kern: reduce the size of struct task | Justus Winter | 2014-01-03 | 1 | -3/+5 |
* | Mark pure functions with attribute pure | Marin Ramesa | 2013-12-20 | 1 | -2/+2 |
* | kern/strings.c (strlen): mark with attribute pure | Marin Ramesa | 2013-12-20 | 1 | -1/+1 |