aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix prototypeSamuel Thibault2014-04-041-1/+1
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-0422-74/+128
* Assume EGA/VGA cardSamuel Thibault2014-03-281-0/+3
* Really default to EGA/VGA on unknown CMOS valuesSamuel Thibault2014-03-281-2/+3
* kern: fix formatting of multiboot modulesJustus Winter2014-03-261-7/+3
* include: make the memory_object_t types translation functions mutableJustus Winter2014-03-253-4/+38
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2014-03-222-6/+4
|\
| * xen: fix error handlingJustus Winter2014-03-202-6/+4
* | Fix overflowSamuel Thibault2014-03-221-1/+1
|/
* Only complain once per boot about Xen console smashSamuel Thibault2014-03-201-1/+1
* Increase possible number of AHCI devices to 8Samuel Thibault2014-03-171-2/+2
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2014-03-031-16/+20
|\
| * kern: fix mig_strncpyJustus Winter2014-02-261-16/+20
* | Keep two virtual pages as mapping windows to access physical memorySamuel Thibault2014-03-033-5/+127
|/
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2014-02-231-0/+5
|\
| * include: skip routines related to migrating threadsJustus Winter2014-02-191-0/+5
* | AHCI driver cleanupsSamuel Thibault2014-02-231-106/+154
|/
* Reduce kmem_map to make room for kentry_data_sizeSamuel Thibault2014-02-121-1/+1
* Make open return ENXIO on missing CD-ROMSamuel Thibault2014-02-101-0/+4
* Add quiet flag to CD I/OSamuel Thibault2014-02-101-21/+26
* Add missing initializationSamuel Thibault2014-02-101-0/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2014-02-101-3/+48
|\
| * vm: trigger garbage collection on kernel memory pressureRichard Braun2014-02-061-3/+48
* | Add quiet flag to block I/OSamuel Thibault2014-02-105-9/+12
|/
* Remove duplicate typedefSamuel Thibault2014-02-051-4/+0
* doc: document task_set_nameJustus Winter2014-02-051-0/+11
* include: add task_set_nameJustus Winter2014-02-051-0/+9
* kern: implement task_set_nameJustus Winter2014-02-052-0/+21
* Fix comstart when the queue is emptySamuel Thibault2014-02-041-1/+3
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-1/+2
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-2/+4
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-0/+2
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-0/+2
* xen: fix buffer sizeJustus Winter2014-02-041-1/+1
* ddb: safely copy symbol names into the symtab structureJustus Winter2014-02-041-1/+2
* kern: make kmem_error panicJustus Winter2014-02-041-2/+2
* kern: use kmem_warn instead of kmem_error in kmem_cache_errorJustus Winter2014-02-041-1/+1
* Fix FPU state copy sizeSamuel Thibault2014-02-041-2/+2
* Make empty while loops more prominentSamuel Thibault2014-02-041-9/+18
* Fix FPU state accessSamuel Thibault2014-02-041-2/+2
* Fix typoSamuel Thibault2014-02-041-1/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2014-02-049-24/+50
|\
| * include: add a fixed-size string type for debugging purposesJustus Winter2014-02-012-0/+13
| * ipc: use the name of the task for error messagesJustus Winter2014-02-011-2/+2
| * kern: add a name field to struct taskJustus Winter2014-02-012-0/+12
| * kern: add snprintfJustus Winter2014-02-012-0/+11
| * kern: include the mig-generated server headers in ipc_kobject.cJustus Winter2014-01-161-11/+12
| * vm: remove the declaration of memory_object_create_proxyJustus Winter2014-01-161-11/+0
* | Add missing breakSamuel Thibault2014-02-041-0/+1
|/
* kern: align kmem_cache objects using __cacheline_alignedJustus Winter2014-01-091-1/+2