index
:
teythoon/gnumach.git
fix-ipc-space-locking-2015-07-27
fix-ipc-space-locking-2015-08-15
justus/dde-0
master
pmm-2015-07-27
pmm-2015-08-12
pmm-2015-08-14
pmm-2015-08-15
pmm-2015-08-16
pmm-2015-08-26
pmm-2015-08-28
pmm-2015-09-25
Personal GNU Mach development repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kern
Age
Commit message (
Expand
)
Author
2015-05-20
kern: add radix tree library
Justus Winter
2015-05-20
kern: gracefully handle resource shortage
Justus Winter
2015-05-20
kern: gracefully handle resource shortage
Justus Winter
2015-05-19
kern: import `macros.h' from x15
Justus Winter
2015-05-02
kern: fix comment
Justus Winter
2015-04-24
kern: avoid hardcoding the lowest priority
Justus Winter
2015-04-23
kern: disable stack allocation counters by default
Justus Winter
2015-02-25
kern: inherit the name of the parent task
Justus Winter
2015-02-20
kern: improve assert
Justus Winter
2015-02-20
kern: reduce the size of `struct thread'
Justus Winter
2015-02-18
kern: avoid #if 0ing out thread_collect_scan
Justus Winter
2015-01-02
kern: Fix typos in comments (found by codespell)
Stefan Weil
2014-12-16
kern: gracefully handle bogus sample pc sequence number
Justus Winter
2014-12-09
kern: provide notifications about new tasks
Justus Winter
2014-12-07
Fix pthread_create warning on translator termination
Samuel Thibault
2014-12-01
kern: disable all counters by default
Justus Winter
2014-09-30
kern: silence compiler warning about uninitialized variable
Justus Winter
2014-09-30
kern: fix type of recompute_priorities
Justus Winter
2014-09-26
kern: create send rights as they are inserted at bootstrap time
Justus Winter
2014-06-11
kern: set the name of the kernel task to 'gnumach'
Justus Winter
2014-05-25
Rewrite old-style #endif FOO directives
Justus Winter
2014-04-30
kern: include the MIG-generated server headers for MACHINE_SERVER
Justus Winter
2014-04-13
kern: set the name of tasks created during the bootstrap
Justus Winter
2014-04-04
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
Use explicit prototypes for struct dev_ops fields
Marin Ramesa
2014-03-26
kern: fix formatting of multiboot modules
Justus Winter
2014-02-26
kern: fix mig_strncpy
Justus Winter
2014-02-12
Reduce kmem_map to make room for kentry_data_size
Samuel Thibault
2014-02-05
kern: implement task_set_name
Justus Winter
2014-02-04
kern: make kmem_error panic
Justus Winter
2014-02-04
kern: use kmem_warn instead of kmem_error in kmem_cache_error
Justus Winter
2014-02-01
kern: add a name field to struct task
Justus Winter
2014-02-01
kern: add snprintf
Justus Winter
2014-01-16
kern: include the mig-generated server headers in ipc_kobject.c
Justus Winter
2014-01-09
kern: align kmem_cache objects using __cacheline_aligned
Justus Winter
2014-01-06
kern: optimize the layout of struct kmem_cache
Justus Winter
2014-01-05
kern: explain the significance of the chosen length
Justus Winter
2014-01-03
kern: make struct kmem_cache fit into two cache lines
Justus Winter
2014-01-03
kern: reduce the size of struct task
Justus Winter
2013-12-20
Mark pure functions with attribute pure
Marin Ramesa
2013-12-20
kern/strings.c (strlen): mark with attribute pure
Marin Ramesa
2013-12-20
Declare void argument lists (part 2)
Marin Ramesa
2013-12-17
kern: avoid the casts in enqueue_head() and enqueue_tail()
Marin Ramesa
2013-12-17
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
kern: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
Cleanup of the copyin() and copyout() calls
Marin Ramesa
2013-12-17
kern/sched_prim.h: remove unnecessary __GNUC__ #ifdef
Marin Ramesa
2013-12-16
kern: quiet GCC warnings about set but unused variables
Marin Ramesa
2013-12-15
kern/sched_prim.c: avoid casts
Marin Ramesa
2013-12-15
Type definition
Marin Ramesa
[next]