aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at
Commit message (Expand)AuthorAgeFilesLines
* Document why code is not racySamuel Thibault2016-02-261-0/+2
* Fix unused variable warningsRichard Braun2016-02-021-3/+0
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-022-11/+15
* Fix early page allocation on XenRichard Braun2016-01-303-10/+87
* Use vm_page as the physical memory allocatorRichard Braun2016-01-231-272/+14
* Import the biosmem module from X15 and relicense to GPLv2+Richard Braun2016-01-232-0/+928
* Import the elf module from X15 and relicense to GPLv2+Richard Braun2016-01-231-0/+61
* fix t_addr assignment in lpropenFlavio Cruz2016-01-021-12/+14
* remove unnused disk code and headersFlavio Cruz2016-01-011-101/+0
* Fix boundSamuel Thibault2015-11-271-1/+1
* 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: fix line wrapping in the immediate consoleJustus Winter2015-07-091-1/+1
* i386: improve the immediate consoleJustus Winter2015-06-287-14/+115
* i386: add commentJustus Winter2015-06-261-0/+1
* Fix warningSamuel Thibault2015-05-021-2/+4
* Use printf_once instead of recoding itSamuel Thibault2015-02-262-16/+2
* Limit printing "queue full" messagesSamuel Thibault2015-02-262-2/+16
* i386: Fix typos in comments (found by codespell)Stefan Weil2015-01-022-4/+4
* ddb: add support for ELF symbol tablesJustus Winter2014-09-171-0/+27
* Fix computationSamuel Thibault2014-08-221-1/+1
* Even less magic-looking control valueNeal H. Walfield2014-08-221-1/+1
* Support invoking the debugger over the serial consoleJustus Winter2014-08-222-1/+30
* Drop debugging printsSamuel Thibault2014-07-251-3/+0
* Do not unmap page 0 when not neededSamuel Thibault2014-07-062-0/+7
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2014-07-061-18/+42
|\
| * i386: remap some keysJustus Winter2014-06-111-0/+33
| * i386: reformat the key mapJustus Winter2014-06-111-18/+9
* | i386: use ACPI to power off the machineJustus Winter2014-07-065-0/+583
|/
* ddb: add "halt" commandJustus Winter2014-05-031-0/+5
* Convert from K&R to ANSIMarin Ramesa2014-04-048-225/+177
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-0415-51/+53
* Assume EGA/VGA cardSamuel Thibault2014-03-281-0/+3
* Really default to EGA/VGA on unknown CMOS valuesSamuel Thibault2014-03-281-2/+3
* Fix comstart when the queue is emptySamuel Thibault2014-02-041-1/+3
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-0/+2
* Make empty while loops more prominentSamuel Thibault2014-02-041-9/+18
* Fix typoSamuel Thibault2014-02-041-1/+1
* Add missing breakSamuel Thibault2014-02-041-0/+1
* Make sure cursor is initializedSamuel Thibault2014-01-022-0/+21
* i386: add missing includesJustus Winter2013-12-181-0/+4
* i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-174-7/+7
* Fix gcc signedness warningSamuel Thibault2013-12-152-5/+5
* Type definitionMarin Ramesa2013-12-153-8/+8
* Declare void argument listsMarin Ramesa2013-12-155-38/+38
* i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declarationMarin Ramesa2013-12-111-1/+0
* i386/i386at/kd.c (kdinit): remove forward declarationMarin Ramesa2013-12-112-1/+2
* i386/i386at/kd.c (kdmmap): remove unnecessary castMarin Ramesa2013-12-111-1/+1
* i386/i386at/kd.c: remove forward declarationsMarin Ramesa2013-12-112-6/+7
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-112-3/+3