aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
* Close call stack on continuationSamuel Thibault2011-04-191-0/+1
* Fix build with kdb from make dist-generated tarballSamuel Thibault2011-04-031-0/+1
* Fix typoSamuel Thibault2011-03-211-1/+1
* Clean kd.[ch]Samuel Thibault2011-03-202-59/+59
* Fix continuation after keyboard debugger invocationSamuel Thibault2011-03-111-1/+1
* Enable global pages after enabling pagingSamuel Thibault2011-03-061-2/+2
* Fix temporary direct mapping during page table enablingSamuel Thibault2011-03-051-35/+20
* Keep supplementary L1 pages read-onlySamuel Thibault2011-03-031-1/+4
* Re-enable updating pvlist for kernel_pmapSamuel Thibault2011-02-271-1/+0
* Acknoledge interrupt after handler callSamuel Thibault2011-02-271-8/+11
* Detect interrupt overflowSamuel Thibault2011-02-271-0/+5
* Add x86 debug register Xen supportSamuel Thibault2011-02-273-2/+55
* Add prototypes for x86 debug registersSamuel Thibault2011-02-271-0/+16
* Fix for kdb watch commandSamuel Thibault2011-02-271-0/+3
* Add console=comN boot option to enable serial consoleSamuel Thibault2011-02-264-27/+19
* Enable pae_extended_cr3 in pmap_bootstrapSamuel Thibault2011-01-312-2/+2
* Enable Xen >4GiB physical memory supportSamuel Thibault2011-01-313-4/+9
* Drop kbd device on xenSamuel Thibault2011-01-312-6/+4
* Avoid dropping kd_intr when RCLINE is >= 0Samuel Thibault2011-01-152-4/+3
* Move -d and -H parse to kern/startup.cSamuel Thibault2011-01-151-20/+0
* memcpy operands are not supposed to overlapSamuel Thibault2010-12-091-1/+1
* Avoid harmless warningSamuel Thibault2010-10-241-0/+2
* Add prototype for discover_x86_cpu_typeSamuel Thibault2010-10-231-0/+2
* Warn on unknown CPU familySamuel Thibault2010-10-231-1/+2
* Recognize P4 and Opteron-like as pentium proSamuel Thibault2010-10-231-0/+1
* Merge branch 'typo-print'Thomas Schwinge2010-09-141-1/+1
|\
| * Typo fix.Thomas Schwinge2010-09-141-1/+1
* | Fix ifunc entriesSamuel Thibault2010-09-143-31/+65
* | Fix "make dist"Guillem Jover2010-08-271-2/+11
|/
* Do not advice to install libc0.3-xen on 4gb_segment trapSamuel Thibault2010-08-262-3/+7
* Disable 4gb segment emulation notification on first notificationSamuel Thibault2010-08-221-1/+3
* Report Xen 4gb segment emulationSamuel Thibault2010-08-223-0/+18
* Move read-only sections to after text sectionSamuel Thibault2010-08-011-28/+30
* Add memory clobbers to segment selector loadersSamuel Thibault2010-04-162-2/+2
* Fix bootstrap additional mappingSamuel Thibault2010-04-081-1/+1
* Extend machine addresses to 64bit for PAESamuel Thibault2010-04-085-31/+42
* Add mem deviceSamuel Thibault2010-03-143-0/+58
* Fix debugger triggerroot2009-12-221-0/+4
* Add a SoftDebugger functionSamuel Thibault2009-12-211-1/+1
* Document kdb_kintr stack manipulationSamuel Thibault2009-12-191-0/+4
* Add missing function prototypesGuillem Jover2009-12-182-0/+2
* Mark macro arguments as usedGuillem Jover2009-12-182-1/+12
* Interrupt handlers do not return any valueGuillem Jover2009-12-181-2/+2
* Match function types with `struct tty' member functionsGuillem Jover2009-12-182-10/+11
* Add Xen supportSamuel Thibault2009-12-1632-48/+1685
* Use gcc builtins for stdarg.h when availableSamuel Thibault2009-11-301-0/+12
* Add memory object proxiesSamuel Thibault2009-11-281-0/+1
* Add -H option to halt on panicSamuel Thibault2009-11-281-0/+9
* Add XMM FPU registers save/restore support.Samuel Thibault2009-11-285-36/+217
* Fix debugging messageSamuel Thibault2009-11-281-1/+1