summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-10Add missing initializationSamuel Thibault
2014-02-10Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-02-10Add quiet flag to block I/OSamuel Thibault
2014-02-06vm: trigger garbage collection on kernel memory pressureRichard Braun
2014-02-05Remove duplicate typedefSamuel Thibault
2014-02-05doc: document task_set_nameJustus Winter
2014-02-05include: add task_set_nameJustus Winter
2014-02-05kern: implement task_set_nameJustus Winter
2014-02-04Fix comstart when the queue is emptySamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04xen: fix buffer sizeJustus Winter
2014-02-04ddb: safely copy symbol names into the symtab structureJustus Winter
2014-02-04kern: make kmem_error panicJustus Winter
2014-02-04kern: use kmem_warn instead of kmem_error in kmem_cache_errorJustus Winter
2014-02-04Fix FPU state copy sizeSamuel Thibault
2014-02-04Make empty while loops more prominentSamuel Thibault
2014-02-04Fix FPU state accessSamuel Thibault
2014-02-04Fix typoSamuel Thibault
2014-02-04Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-02-04Add missing breakSamuel Thibault
2014-02-01include: add a fixed-size string type for debugging purposesJustus Winter
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