summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2015-09-27i386: trace syscalls of a single taskJustus Winter
2015-09-27i386: improve syscall tracingJustus Winter
2015-09-27Fix build with -DDEBUGJustus Winter
2015-08-31Reserve 64k at beginning of memory, not just 4kSamuel Thibault
2015-08-30Fix printk not handling ANSI escape codesJames Clarke
2015-08-20i386: enable assertionsJustus Winter
2015-08-18i386: fix panic messageJustus Winter
2015-07-15i386: fix typoJustus Winter
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-23i386: avoid breaking the strict-aliasing rulesJustus Winter
2015-05-19kern: import `macros.h' from x15Justus Winter
2015-05-17i386: avoid compiler warningJustus Winter
2015-05-14i386: use macro to compute address of saved registersJustus Winter
2015-05-02Fix warningSamuel Thibault
2015-04-23Prepend 0x to hexadecimal offsetSamuel Thibault
2015-03-08Remove spl debugging in Xen caseSamuel Thibault
2015-02-26Use printf_once instead of recoding itSamuel Thibault
2015-02-26Limit printing "queue full" messagesSamuel Thibault
2015-02-20i386: specialize `copyinmsg' and `copyoutmsg'Justus Winter
2015-02-20i386: drop needless instruction from `copyout'Justus Winter
2015-01-02i386: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02Handle kernel traps happening before starting userlandSamuel Thibault
2014-12-15Make spl7 just clear IF instead of setting the PIC maskSamuel Thibault
2014-11-16Only set debug registers when they are usedSamuel Thibault
2014-09-17ddb: add support for ELF symbol tablesJustus Winter
2014-09-17Report DR6 to userlandSamuel Thibault
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-06Document that io_map_cached leaks memorySamuel 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-07-06i386: add io_map_cachedJustus Winter
2014-06-11i386: remap some keysJustus Winter
2014-06-11i386: reformat the key mapJustus Winter
2014-06-11ddb: print task names if availableJustus Winter
2014-05-27Add missing memory clobberSamuel Thibault
2014-05-25Rewrite old-style #endif FOO directivesJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-30i386: fix MACHINE_SERVER_HEADERJustus Winter
2014-04-30kern: include the MIG-generated server headers for MACHINE_SERVERJustus 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-03-22Fix overflowSamuel Thibault