summaryrefslogtreecommitdiff
path: root/i386/i386at
AgeCommit message (Expand)Author
2016-04-15i386: Fix error handlingJustus Winter
2016-02-26Document why code is not racySamuel 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 elf module from X15 and relicense to GPLv2+Richard Braun
2016-01-02fix t_addr assignment in lpropenFlavio Cruz
2016-01-01remove unnused disk code and headersFlavio Cruz
2015-11-27Fix boundSamuel Thibault
2015-08-31Reserve 64k at beginning of memory, not just 4kSamuel Thibault
2015-08-30Fix printk not handling ANSI escape codesJames Clarke
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-02Fix warningSamuel Thibault
2015-02-26Use printf_once instead of recoding itSamuel Thibault
2015-02-26Limit printing "queue full" messagesSamuel Thibault
2015-01-02i386: Fix typos in comments (found by codespell)Stefan Weil
2014-09-17ddb: add support for ELF symbol tablesJustus Winter
2014-08-22Fix computationSamuel Thibault
2014-08-22Even less magic-looking control valueNeal H. Walfield
2014-08-22Support invoking the debugger over the serial consoleJustus Winter
2014-07-25Drop debugging printsSamuel Thibault
2014-07-06Do not unmap page 0 when not neededSamuel Thibault
2014-07-06Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-07-06i386: use ACPI to power off the machineJustus Winter
2014-06-11i386: remap some keysJustus Winter
2014-06-11i386: reformat the key mapJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2014-03-28Assume EGA/VGA cardSamuel Thibault
2014-03-28Really default to EGA/VGA on unknown CMOS valuesSamuel Thibault
2014-02-04Fix comstart when the queue is emptySamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Make empty while loops more prominentSamuel Thibault
2014-02-04Fix typoSamuel Thibault
2014-02-04Add missing breakSamuel Thibault
2014-01-02Make sure cursor is initializedSamuel Thibault
2013-12-18i386: add missing includesJustus Winter
2013-12-17i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15Fix gcc signedness warningSamuel Thibault
2013-12-15Type definitionMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declarationMarin Ramesa
2013-12-11i386/i386at/kd.c (kdinit): remove forward declarationMarin Ramesa
2013-12-11i386/i386at/kd.c (kdmmap): remove unnecessary castMarin Ramesa
2013-12-11i386/i386at/kd.c: remove forward declarationsMarin Ramesa