summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-22Fix overflowSamuel Thibault
2014-03-20xen: fix error handlingJustus Winter
2014-03-20Only complain once per boot about Xen console smashSamuel Thibault
2014-03-17Increase possible number of AHCI devices to 8Samuel Thibault
2014-03-03Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-03-03Keep two virtual pages as mapping windows to access physical memorySamuel Thibault
2014-02-26kern: fix mig_strncpyJustus Winter
2014-02-23Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-02-23AHCI driver cleanupsSamuel Thibault
2014-02-19include: skip routines related to migrating threadsJustus Winter
2014-02-12Reduce kmem_map to make room for kentry_data_sizeSamuel Thibault
2014-02-10Make open return ENXIO on missing CD-ROMSamuel Thibault
2014-02-10Add quiet flag to CD I/OSamuel Thibault
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