aboutsummaryrefslogtreecommitdiff
path: root/kern
Commit message (Expand)AuthorAgeFilesLines
* kern: import `macros.h' from x15Justus Winter2015-05-1913-66/+83
* kern: fix commentJustus Winter2015-05-021-2/+2
* kern: avoid hardcoding the lowest priorityJustus Winter2015-04-241-2/+2
* kern: disable stack allocation counters by defaultJustus Winter2015-04-233-8/+13
* kern: inherit the name of the parent taskJustus Winter2015-02-251-1/+6
* kern: improve assertJustus Winter2015-02-201-4/+3
* kern: reduce the size of `struct thread'Justus Winter2015-02-204-16/+35
* kern: avoid #if 0ing out thread_collect_scanJustus Winter2015-02-181-2/+0
* kern: Fix typos in comments (found by codespell)Stefan Weil2015-01-027-8/+8
* kern: gracefully handle bogus sample pc sequence numberJustus Winter2014-12-161-0/+3
* kern: provide notifications about new tasksJustus Winter2014-12-092-0/+40
* Fix pthread_create warning on translator terminationSamuel Thibault2014-12-072-9/+29
* kern: disable all counters by defaultJustus Winter2014-12-014-10/+8
* kern: silence compiler warning about uninitialized variableJustus Winter2014-09-301-1/+2
* kern: fix type of recompute_prioritiesJustus Winter2014-09-302-2/+2
* kern: create send rights as they are inserted at bootstrap timeJustus Winter2014-09-261-3/+4
* kern: set the name of the kernel task to 'gnumach'Justus Winter2014-06-111-0/+1
* Rewrite old-style #endif FOO directivesJustus Winter2014-05-253-3/+3
* kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter2014-04-301-4/+1
* kern: set the name of tasks created during the bootstrapJustus Winter2014-04-131-0/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-0416-269/+234
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-042-5/+9
* kern: fix formatting of multiboot modulesJustus Winter2014-03-261-7/+3
* kern: fix mig_strncpyJustus Winter2014-02-261-16/+20
* Reduce kmem_map to make room for kentry_data_sizeSamuel Thibault2014-02-121-1/+1
* kern: implement task_set_nameJustus Winter2014-02-052-0/+21
* kern: make kmem_error panicJustus Winter2014-02-041-2/+2
* kern: use kmem_warn instead of kmem_error in kmem_cache_errorJustus Winter2014-02-041-1/+1
* kern: add a name field to struct taskJustus Winter2014-02-012-0/+12
* kern: add snprintfJustus Winter2014-02-012-0/+11
* kern: include the mig-generated server headers in ipc_kobject.cJustus Winter2014-01-161-11/+12
* kern: align kmem_cache objects using __cacheline_alignedJustus Winter2014-01-091-1/+2
* kern: optimize the layout of struct kmem_cacheJustus Winter2014-01-061-6/+12
* kern: explain the significance of the chosen lengthJustus Winter2014-01-051-1/+3
* kern: make struct kmem_cache fit into two cache linesJustus Winter2014-01-031-1/+1
* kern: reduce the size of struct taskJustus Winter2014-01-031-3/+5
* Mark pure functions with attribute pureMarin Ramesa2013-12-201-2/+2
* kern/strings.c (strlen): mark with attribute pureMarin Ramesa2013-12-201-1/+1
* Declare void argument lists (part 2)Marin Ramesa2013-12-204-7/+7
* kern: avoid the casts in enqueue_head() and enqueue_tail()Marin Ramesa2013-12-173-3/+3
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-179-12/+12
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-1716-54/+55
* Cleanup of the copyin() and copyout() callsMarin Ramesa2013-12-173-13/+13
* kern/sched_prim.h: remove unnecessary __GNUC__ #ifdefMarin Ramesa2013-12-171-4/+1
* kern: quiet GCC warnings about set but unused variablesMarin Ramesa2013-12-163-19/+9
* kern/sched_prim.c: avoid castsMarin Ramesa2013-12-151-3/+3
* Type definitionMarin Ramesa2013-12-153-10/+10
* kern/mach_clock.c: update commentMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-1511-24/+24
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-112-2/+2