aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
* Use uint32_t instead of unsigned32_t.Flavio Cruz2016-04-044-29/+5
* Make kernel mapping start address configurableSamuel Thibault2016-03-192-2/+7
* Ship missing filesSamuel Thibault2016-03-111-0/+1
* Inherit fpu control word from parent to childSamuel Thibault2016-03-065-14/+46
* i386: add parts of cpu.h from x15Justus Winter2016-02-282-0/+111
* Document why code is not racySamuel Thibault2016-02-261-0/+2
* Reduce VM_KERNEL_MAP_SIZESamuel Thibault2016-02-141-2/+2
* Fix unused variable warningsRichard Braun2016-02-021-3/+0
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-028-23/+31
* Fix early page allocation on XenRichard Braun2016-01-306-12/+102
* Use vm_page as the physical memory allocatorRichard Braun2016-01-234-272/+61
* Import the biosmem module from X15 and relicense to GPLv2+Richard Braun2016-01-232-0/+928
* Import the multiboot module from X15 and relicense to GPLv2+Richard Braun2016-01-231-0/+105
* Import the elf module from X15 and relicense to GPLv2+Richard Braun2016-01-231-0/+61
* Increase kernel map sizeSamuel Thibault2016-01-131-2/+2
* fix t_addr assignment in lpropenFlavio Cruz2016-01-021-12/+14
* remove unnused disk code and headersFlavio Cruz2016-01-013-226/+0
* fix some compiler warnings in gnumachFlavio Cruz2016-01-012-1/+3
* Fix boot under kvm in linux 4.3Samuel Thibault2015-12-111-0/+3
* Fix boundSamuel Thibault2015-11-271-1/+1
* i386: trace syscalls of a single taskJustus Winter2015-09-271-0/+5
* i386: improve syscall tracingJustus Winter2015-09-271-5/+16
* Fix build with -DDEBUGJustus Winter2015-09-272-1/+3
* Reserve 64k at beginning of memory, not just 4kSamuel Thibault2015-08-311-3/+5
* Fix printk not handling ANSI escape codesJames Clarke2015-08-302-24/+40
* i386: enable assertionsJustus Winter2015-08-201-8/+4
* i386: fix panic messageJustus Winter2015-08-181-1/+1
* i386: fix typoJustus Winter2015-07-151-1/+1
* i386: fix line wrapping in the immediate consoleJustus Winter2015-07-091-1/+1
* i386: improve the immediate consoleJustus Winter2015-06-288-14/+119
* i386: add commentJustus Winter2015-06-261-0/+1
* i386: avoid breaking the strict-aliasing rulesJustus Winter2015-05-231-1/+7
* kern: import `macros.h' from x15Justus Winter2015-05-193-3/+3
* i386: avoid compiler warningJustus Winter2015-05-171-10/+15
* i386: use macro to compute address of saved registersJustus Winter2015-05-141-2/+2
* Fix warningSamuel Thibault2015-05-021-2/+4
* Prepend 0x to hexadecimal offsetSamuel Thibault2015-04-231-1/+1
* Remove spl debugging in Xen caseSamuel Thibault2015-03-081-4/+4
* Use printf_once instead of recoding itSamuel Thibault2015-02-262-16/+2
* Limit printing "queue full" messagesSamuel Thibault2015-02-262-2/+16
* i386: specialize `copyinmsg' and `copyoutmsg'Justus Winter2015-02-201-4/+79
* i386: drop needless instruction from `copyout'Justus Winter2015-02-201-3/+2
* i386: Fix typos in comments (found by codespell)Stefan Weil2015-01-026-8/+8
* Handle kernel traps happening before starting userlandSamuel Thibault2015-01-021-3/+3
* Make spl7 just clear IF instead of setting the PIC maskSamuel Thibault2014-12-152-3/+39
* Only set debug registers when they are usedSamuel Thibault2014-11-161-6/+17
* ddb: add support for ELF symbol tablesJustus Winter2014-09-171-0/+27
* Report DR6 to userlandSamuel Thibault2014-09-171-0/+5
* Fix computationSamuel Thibault2014-08-221-1/+1
* Even less magic-looking control valueNeal H. Walfield2014-08-221-1/+1