summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-04-21Fix xen bootSamuel Thibault
2016-04-20Fix type of program counter argumentJustus Winter
2016-04-20xen: fix buildJustus Winter
2016-04-20Add kernel profiling through samplingSamuel Thibault
2016-04-17Add memory barrier to spl*Samuel Thibault
2016-04-15i386: Fix error handlingJustus Winter
2016-04-04Use uint32_t instead of unsigned32_t.Flavio Cruz
2016-03-19Make kernel mapping start address configurableSamuel Thibault
2016-03-11Ship missing filesSamuel Thibault
2016-03-06Inherit fpu control word from parent to childSamuel Thibault
2016-02-28i386: add parts of cpu.h from x15Justus Winter
2016-02-26Document why code is not racySamuel Thibault
2016-02-14Reduce VM_KERNEL_MAP_SIZESamuel Thibault
2016-02-02Fix unused variable warningsRichard Braun
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2016-01-30Fix early page allocation on XenRichard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2016-01-23Import the biosmem module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the multiboot module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the elf module from X15 and relicense to GPLv2+Richard Braun
2016-01-13Increase kernel map sizeSamuel Thibault
2016-01-02fix t_addr assignment in lpropenFlavio Cruz
2016-01-01remove unnused disk code and headersFlavio Cruz
2016-01-01fix some compiler warnings in gnumachFlavio Cruz
2015-12-11Fix boot under kvm in linux 4.3Samuel Thibault
2015-11-27Fix boundSamuel Thibault
2015-09-27i386: trace syscalls of a single taskJustus Winter
2015-09-27i386: improve syscall tracingJustus Winter
2015-09-27Fix build with -DDEBUGJustus Winter
2015-08-31Reserve 64k at beginning of memory, not just 4kSamuel Thibault
2015-08-30Fix printk not handling ANSI escape codesJames Clarke
2015-08-20i386: enable assertionsJustus Winter
2015-08-18i386: fix panic messageJustus Winter
2015-07-15i386: fix typoJustus Winter
2015-07-09i386: fix line wrapping in the immediate consoleJustus Winter
2015-06-28i386: improve the immediate consoleJustus Winter
2015-06-26i386: add commentJustus Winter
2015-05-23i386: avoid breaking the strict-aliasing rulesJustus Winter
2015-05-19kern: import `macros.h' from x15Justus Winter
2015-05-17i386: avoid compiler warningJustus Winter
2015-05-14i386: use macro to compute address of saved registersJustus Winter
2015-05-02Fix warningSamuel Thibault
2015-04-23Prepend 0x to hexadecimal offsetSamuel Thibault
2015-03-08Remove spl debugging in Xen caseSamuel Thibault
2015-02-26Use printf_once instead of recoding itSamuel Thibault
2015-02-26Limit printing "queue full" messagesSamuel Thibault
2015-02-20i386: specialize `copyinmsg' and `copyoutmsg'Justus Winter
2015-02-20i386: drop needless instruction from `copyout'Justus Winter
2015-01-02i386: Fix typos in comments (found by codespell)Stefan Weil