summaryrefslogtreecommitdiff
path: root/i386/i386at
AgeCommit message (Expand)Author
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
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-10i386/i386at/kd_event.c (kbdsetstat): fix difference in signednessMarin Ramesa
2013-12-10i386: move prototypes to fix implicit declaration of functionMarin Ramesa
2013-12-09i386/i386at/kd.c: use io_req instead of uioMarin Ramesa
2013-12-09i386/i386at/lpr.c: fix initalization from incompatible pointer typeMarin Ramesa
2013-12-09i386/i386at/com.c: fix initialization from incompatible pointer typeMarin Ramesa
2013-12-09i386/i386at/pic_isa.c: remove forward declarationMarin Ramesa
2013-12-09i386/i386at/model_dep.c: fix argument listMarin Ramesa
2013-12-09i386/i386at/lpr.c: fix argument listMarin Ramesa
2013-12-09time: remove unused variableMarin Ramesa
2013-12-09i386/i386at/rtc.c: use boolean instead of an intMarin Ramesa