summaryrefslogtreecommitdiff
path: root/i386/i386/trap.c
AgeCommit message (Expand)Author
2024-03-03kernel traps: also catch general protection faultsSamuel Thibault
2023-08-21kernel traps: Also print code and cr2Samuel Thibault
2023-08-12x86_64: Fix catching kernel NULL deferencesSamuel Thibault
2023-08-12x86_64: Fix printing kernel trap number and errorSamuel Thibault
2023-08-04x86_64: install emergency handler for double faultLuca Dariz
2023-04-03Make exception subcode a longSergey Bugaev
2023-02-16trap: Fix Wformat issuesDamien Zammit
2023-02-12extend data types to hold a 64-bit addressLuca Dariz
2023-01-25Fix several warnings for -Wmissing-prototypes (part 2)Flavio Cruz
2023-01-05Fix ddb warnings introduced with -Wstrict-prototypesFlavio Cruz
2022-12-03task: Add task_set_essentialSamuel Thibault
2022-09-18x86_64: ignore warningSamuel Thibault
2022-08-27x86_64: fix exception stack alignmentLuca Dariz
2022-05-27convert K&R into ansiGuy-Fleury Iteriteka
2020-11-08i386 pmap: Omit pmap workaround on i486 or later.Masanori Ogino
2020-03-2964bit: fix warningsSamuel Thibault
2020-03-28trap.c: Add 32bit lcall 7 emulation on 64bitSamuel Thibault
2018-08-13Drop spurious changesSamuel Thibault
2018-08-13Fix building out of sourceSamuel Thibault
2017-08-05ddb: debug traps and port referencesJustus Winter
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2015-01-02i386: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02Handle kernel traps happening before starting userlandSamuel Thibault
2014-09-17Report DR6 to userlandSamuel Thibault
2014-04-04Convert from K&R to ANSIMarin Ramesa
2013-12-17i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-09i386/i386/trap.c: remove unused variablesMarin Ramesa
2013-12-08i386/i386/trap.c: remove unused variableMarin Ramesa
2013-12-08Add comments after endifsMarin Ramesa
2013-12-05kern: new header file exception.hMarin Ramesa
2013-12-05i386/i386/fpu.c, trap.c: remove forward declarationsMarin Ramesa
2013-11-20i386/i386/trap.c: fix implicit declaration of functionMarin Ramesa
2013-11-15i386/i386/trap.c: remove register qualifiersMarin Ramesa
2013-01-30Do not use 4gb segment assistance in PVHSamuel Thibault
2013-01-28More ifdef fixes for ring1 support and pv descriptors supportSamuel Thibault
2012-03-20Use long typesSamuel Thibault
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2011-09-06Move i386/i386/locore.S declarations.Thomas Schwinge
2011-08-27Add prototypes for locore functionsGuillem Jover
2010-09-14Typo fix.Thomas Schwinge
2010-08-26Do not advice to install libc0.3-xen on 4gb_segment trapSamuel Thibault
2010-08-22Disable 4gb segment emulation notification on first notificationSamuel Thibault
2010-08-22Report Xen 4gb segment emulationSamuel Thibault
2009-12-16Add Xen supportSamuel Thibault
2009-11-28Add native FPU error supportSamuel Thibault
2009-11-22Add phys_first_addr and phys_last_addr declarationSamuel Thibault
2009-06-182008-08-31 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182008-07-23 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-19 Barry deFreese <bddebian@comcast.net>Samuel Thibault