Age | Commit message (Expand) | Author |
2014-02-04 | Fix FPU state copy size | Samuel Thibault |
2014-02-04 | Make empty while loops more prominent | Samuel Thibault |
2014-02-04 | Fix FPU state access | Samuel Thibault |
2014-02-04 | Fix typo | Samuel Thibault |
2014-02-04 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2014-02-04 | Add missing break | Samuel Thibault |
2014-02-01 | include: add a fixed-size string type for debugging purposes | Justus Winter |
2014-02-01 | ipc: use the name of the task for error messages | 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-16 | vm: remove the declaration of memory_object_create_proxy | Justus Winter |
2014-01-09 | kern: align kmem_cache objects using __cacheline_aligned | Justus Winter |
2014-01-09 | include: add new file for cache-related definitions | 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-05 | linux: fix bit tests | Justus Winter |
2014-01-05 | linux: fix bit tests | 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 |
2014-01-03 | vm: reduce the size of struct vm_page | Justus Winter |
2014-01-03 | vm: merge the two bit fields in struct vm_page | Justus Winter |
2014-01-03 | vm: remove NS32000-specific padding from struct vm_page | Justus Winter |
2014-01-02 | Make sure cursor is initialized | Samuel Thibault |
2014-01-01 | i386/include/mach/i386/mach_i386_types.h: add comments after else and endif | Marin Ramesa |
2014-01-01 | Add comment after endif | Marin Ramesa |
2013-12-20 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
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 | ddb/db_watch.c (db_watchpoint_cmd): remove forward declaration | Marin Ramesa |
2013-12-20 | Declare void argument lists (part 2) | Marin Ramesa |
2013-12-18 | i386: add missing includes | Justus Winter |
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 | vm: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-17 | util: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-17 | kern: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-17 | ipc: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-17 | i386: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-17 | device: 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-17 | xen: add missing includes | Justus Winter |
2013-12-16 | kern: quiet GCC warnings about set but unused variables | Marin Ramesa |
2013-12-16 | Quiet GCC warning about uninitialized variable | Marin Ramesa |
2013-12-15 | i386/i386/db_trace.c: use (long *) instead of an (int *) | Marin Ramesa |
2013-12-15 | device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t... | Marin Ramesa |
2013-12-15 | device/dev_pager.c: remove unnecessary casts | Marin Ramesa |
2013-12-15 | kern/sched_prim.c: avoid casts | Marin Ramesa |
2013-12-15 | ddb: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |