aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386/i386at/kd_event.c (kbdsetstat): fix difference in signednessMarin Ramesa2013-12-101-2/+2
* i386: move prototypes to fix implicit declaration of functionMarin Ramesa2013-12-101-10/+0
* i386/i386at/kd.c: use io_req instead of uioMarin Ramesa2013-12-092-5/+5
* i386/i386at/lpr.c: fix initalization from incompatible pointer typeMarin Ramesa2013-12-092-3/+3
* i386/i386at/com.c: fix initialization from incompatible pointer typeMarin Ramesa2013-12-092-3/+3
* i386/i386at/pic_isa.c: remove forward declarationMarin Ramesa2013-12-091-1/+1
* i386/i386at/model_dep.c: fix argument listMarin Ramesa2013-12-091-0/+2
* i386/i386at/lpr.c: fix argument listMarin Ramesa2013-12-091-0/+1
* time: remove unused variableMarin Ramesa2013-12-091-1/+0
* i386/i386at/rtc.c: use boolean instead of an intMarin Ramesa2013-12-091-3/+3
* i386/i386at/kd.c: use boolean instead of an unsigned intMarin Ramesa2013-12-091-3/+3
* i386/i386at/kd.c: use boolean instead of an intMarin Ramesa2013-12-091-3/+3
* i386/i386at/model_dep.c, kd.c: use boolean instead of an intMarin Ramesa2013-12-092-4/+3
* i386/i386at/immc.c, kd.c: use boolean instead of an intMarin Ramesa2013-12-092-3/+3
* Make unsigned character constants unsignedSamuel Thibault2013-12-081-3/+3