summaryrefslogtreecommitdiff
path: root/i386/i386at
AgeCommit message (Expand)Author
2012-03-24Relocate kernel at bootupSamuel Thibault
2012-03-24Make sure BIOS area is mapped in kernel threadsSamuel Thibault
2012-03-24Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault
2012-03-24Add missing phystokv/kvtophys callsSamuel Thibault
2012-03-23Fix boot with big values of _startSamuel Thibault
2012-03-20Match type for count with tty_get_status and tty_set_statusGuillem Jover
2012-03-14Simplify i386at_initSamuel Thibault
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-03-03Set default serial parameters to 8N1 instead of 7E1Gabriele Giacone
2012-02-19Fix format for string printSamuel Thibault
2011-09-12Remove unused [!MACH_KERNEL] driver codeGuillem Jover
2011-09-02Use Mach native error codes instead of POSIX errno E* onesGuillem Jover
2011-09-01Fix PC samplingSamuel Thibault
2011-08-31Fix declarationsSamuel Thibault
2011-08-30Remove unused variableGuillem Jover
2011-08-30Cast function timeout() argument to fix a warningGuillem Jover
2011-08-30Return a value on non-void functionGuillem Jover
2011-08-30Console declaration cleanupSamuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2011-08-27Disable unused variablesGuillem Jover
2011-08-27Add prototypes for locore functionsGuillem Jover
2011-04-23Enable all cachesSamuel Thibault
2011-03-21Fix typoSamuel Thibault
2011-03-20Clean kd.[ch]Samuel Thibault
2011-03-06Enable global pages after enabling pagingSamuel Thibault
2011-03-05Fix temporary direct mapping during page table enablingSamuel Thibault
2011-02-27Acknoledge interrupt after handler callSamuel Thibault
2011-02-26Add console=comN boot option to enable serial consoleSamuel Thibault
2011-01-31Drop kbd device on xenSamuel Thibault
2011-01-15Avoid dropping kd_intr when RCLINE is >= 0Samuel Thibault
2011-01-15Move -d and -H parse to kern/startup.cSamuel Thibault
2010-12-09memcpy operands are not supposed to overlapSamuel Thibault
2010-10-24Avoid harmless warningSamuel Thibault
2010-10-23Add prototype for discover_x86_cpu_typeSamuel Thibault
2010-10-23Warn on unknown CPU familySamuel Thibault
2010-10-23Recognize P4 and Opteron-like as pentium proSamuel Thibault
2010-09-14Fix ifunc entriesSamuel Thibault
2010-03-14Add mem deviceSamuel Thibault
2009-12-21Add a SoftDebugger functionSamuel Thibault
2009-12-18Add missing function prototypesGuillem Jover
2009-12-18Interrupt handlers do not return any valueGuillem Jover
2009-12-18Match function types with `struct tty' member functionsGuillem Jover
2009-12-16Add Xen supportSamuel Thibault
2009-11-28Add -H option to halt on panicSamuel Thibault
2009-11-22Use typeof(boot_info)Samuel Thibault
2009-11-22Fix early interrupt crashSamuel Thibault
2009-11-22Add missing phystokv/kvtophys conversionsSamuel Thibault
2009-11-22Replace phys_mem_va with VM_MIN_KERNEL_ADDRESSSamuel Thibault
2009-11-22Do not assume that VM_MIN_KERNEL_ADDRESS is 0Samuel Thibault
2009-11-22Rename kd_atoi into mach_atoiSamuel Thibault