aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: enable assertionsJustus Winter2015-08-201-8/+4
* i386: fix panic messageJustus Winter2015-08-181-1/+1
* i386: fix typoJustus Winter2015-07-151-1/+1
* i386: fix line wrapping in the immediate consoleJustus Winter2015-07-091-1/+1
* i386: improve the immediate consoleJustus Winter2015-06-288-14/+119
* i386: add commentJustus Winter2015-06-261-0/+1
* i386: avoid breaking the strict-aliasing rulesJustus Winter2015-05-231-1/+7
* kern: import `macros.h' from x15Justus Winter2015-05-193-3/+3
* i386: avoid compiler warningJustus Winter2015-05-171-10/+15
* i386: use macro to compute address of saved registersJustus Winter2015-05-141-2/+2
* Fix warningSamuel Thibault2015-05-021-2/+4
* Prepend 0x to hexadecimal offsetSamuel Thibault2015-04-231-1/+1
* Remove spl debugging in Xen caseSamuel Thibault2015-03-081-4/+4
* Use printf_once instead of recoding itSamuel Thibault2015-02-262-16/+2
* Limit printing "queue full" messagesSamuel Thibault2015-02-262-2/+16
* i386: specialize `copyinmsg' and `copyoutmsg'Justus Winter2015-02-201-4/+79
* i386: drop needless instruction from `copyout'Justus Winter2015-02-201-3/+2
* i386: Fix typos in comments (found by codespell)Stefan Weil2015-01-026-8/+8
* Handle kernel traps happening before starting userlandSamuel Thibault2015-01-021-3/+3
* Make spl7 just clear IF instead of setting the PIC maskSamuel Thibault2014-12-152-3/+39
* Only set debug registers when they are usedSamuel Thibault2014-11-161-6/+17
* ddb: add support for ELF symbol tablesJustus Winter2014-09-171-0/+27
* Report DR6 to userlandSamuel Thibault2014-09-171-0/+5
* 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-063-0/+8
* Document that io_map_cached leaks memorySamuel Thibault2014-07-062-0/+5
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2014-07-063-21/+44
|\
| * i386: remap some keysJustus Winter2014-06-111-0/+33
| * i386: reformat the key mapJustus Winter2014-06-111-18/+9
| * ddb: print task names if availableJustus Winter2014-06-112-3/+2
* | i386: use ACPI to power off the machineJustus Winter2014-07-0619-0/+2196
* | i386: add io_map_cachedJustus Winter2014-07-061-0/+29
* | Add missing memory clobberSamuel Thibault2014-05-271-1/+1
|/
* Rewrite old-style #endif FOO directivesJustus Winter2014-05-251-1/+1
* ddb: add "halt" commandJustus Winter2014-05-032-0/+7
* i386: fix MACHINE_SERVER_HEADERJustus Winter2014-04-301-1/+1
* kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter2014-04-301-0/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-0419-390/+319
* 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 overflowSamuel Thibault2014-03-221-1/+1
* Keep two virtual pages as mapping windows to access physical memorySamuel Thibault2014-03-033-5/+127
* Fix comstart when the queue is emptySamuel Thibault2014-02-041-1/+3
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-1/+2
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-0/+2
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-0/+2