summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-01ipc: use the name of the task for error messagesJustus 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-16vm: remove the declaration of memory_object_create_proxyJustus Winter
2014-01-09kern: align kmem_cache objects using __cacheline_alignedJustus Winter
2014-01-09include: add new file for cache-related definitionsJustus 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-05linux: fix bit testsJustus Winter
2014-01-05linux: fix bit testsJustus Winter
2014-01-03kern: make struct kmem_cache fit into two cache linesJustus Winter
2014-01-03kern: reduce the size of struct taskJustus Winter
2014-01-03vm: reduce the size of struct vm_pageJustus Winter
2014-01-03vm: merge the two bit fields in struct vm_pageJustus Winter
2014-01-03vm: remove NS32000-specific padding from struct vm_pageJustus Winter
2014-01-02Make sure cursor is initializedSamuel Thibault
2014-01-01i386/include/mach/i386/mach_i386_types.h: add comments after else and endifMarin Ramesa
2014-01-01Add comment after endifMarin Ramesa
2013-12-20Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2013-12-20Mark pure functions with attribute pureMarin Ramesa
2013-12-20kern/strings.c (strlen): mark with attribute pureMarin Ramesa
2013-12-20ddb/db_watch.c (db_watchpoint_cmd): remove forward declarationMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-18i386: add missing includesJustus Winter
2013-12-17kern: avoid the casts in enqueue_head() and enqueue_tail()Marin Ramesa
2013-12-17Mark functions that don't return with attribute noreturnMarin Ramesa
2013-12-17vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17util: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17ipc: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17device: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17Cleanup of the copyin() and copyout() callsMarin Ramesa
2013-12-17kern/sched_prim.h: remove unnecessary __GNUC__ #ifdefMarin Ramesa
2013-12-17xen: add missing includesJustus Winter
2013-12-16kern: quiet GCC warnings about set but unused variablesMarin Ramesa
2013-12-16Quiet GCC warning about uninitialized variableMarin Ramesa
2013-12-15i386/i386/db_trace.c: use (long *) instead of an (int *)Marin Ramesa
2013-12-15device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t...Marin Ramesa
2013-12-15device/dev_pager.c: remove unnecessary castsMarin Ramesa
2013-12-15kern/sched_prim.c: avoid castsMarin Ramesa
2013-12-15ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15Fix gcc signedness warningSamuel Thibault
2013-12-15Type definitionMarin Ramesa
2013-12-15ddb/db_expr.c (db_mult_expr): initialize lhsMarin Ramesa
2013-12-15ddb/db_break.c (db_delete_cmd): remove unnecessary initializationMarin Ramesa
2013-12-15ddb/db_break.c (db_find_breakpoint_here): remove unnecessary castsMarin Ramesa
2013-12-15vm/vm_resident.c (vm_page_print): remove unnecessary castsMarin Ramesa
2013-12-15vm/vm_kern.c (kmem_submap): remove unnecessary castMarin Ramesa