summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
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
2014-03-03Keep two virtual pages as mapping windows to access physical memorySamuel Thibault
2014-02-04Fix comstart when the queue is emptySamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix FPU state copy sizeSamuel Thibault
2014-02-04Make empty while loops more prominentSamuel Thibault
2014-02-04Fix FPU state accessSamuel Thibault
2014-02-04Fix typoSamuel Thibault
2014-02-04Add missing breakSamuel Thibault
2014-01-02Make sure cursor is initializedSamuel Thibault
2014-01-01i386/include/mach/i386/mach_i386_types.h: add comments after else and endifMarin Ramesa
2014-01-01Add comment after endifMarin Ramesa
2013-12-20Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-18i386: add missing includesJustus Winter
2013-12-17i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa