Age | Commit message (Expand) | Author |
2012-03-24 | Relocate kernel at bootup | Samuel Thibault |
2012-03-24 | Make sure BIOS area is mapped in kernel threads | Samuel Thibault |
2012-03-24 | Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESS | Samuel Thibault |
2012-03-24 | Add missing phystokv/kvtophys calls | Samuel Thibault |
2012-03-23 | Fix boot with big values of _start | Samuel Thibault |
2012-03-20 | Match type for count with tty_get_status and tty_set_status | Guillem Jover |
2012-03-14 | Simplify i386at_init | Samuel Thibault |
2012-03-09 | Use unsigned long for addresses and sizes | Samuel Thibault |
2012-03-03 | Set default serial parameters to 8N1 instead of 7E1 | Gabriele Giacone |
2012-02-19 | Fix format for string print | Samuel Thibault |
2011-09-12 | Remove unused [!MACH_KERNEL] driver code | Guillem Jover |
2011-09-02 | Use Mach native error codes instead of POSIX errno E* ones | Guillem Jover |
2011-09-01 | Fix PC sampling | Samuel Thibault |
2011-08-31 | Fix declarations | Samuel Thibault |
2011-08-30 | Remove unused variable | Guillem Jover |
2011-08-30 | Cast function timeout() argument to fix a warning | Guillem Jover |
2011-08-30 | Return a value on non-void function | Guillem Jover |
2011-08-30 | Console declaration cleanup | Samuel Thibault |
2011-08-28 | Rework memory mapping reservation | Samuel Thibault |
2011-08-27 | Disable unused variables | Guillem Jover |
2011-08-27 | Add prototypes for locore functions | Guillem Jover |
2011-04-23 | Enable all caches | Samuel Thibault |
2011-03-21 | Fix typo | Samuel Thibault |
2011-03-20 | Clean kd.[ch] | Samuel Thibault |
2011-03-06 | Enable global pages after enabling paging | Samuel Thibault |
2011-03-05 | Fix temporary direct mapping during page table enabling | Samuel Thibault |
2011-02-27 | Acknoledge interrupt after handler call | Samuel Thibault |
2011-02-26 | Add console=comN boot option to enable serial console | Samuel Thibault |
2011-01-31 | Drop kbd device on xen | Samuel Thibault |
2011-01-15 | Avoid dropping kd_intr when RCLINE is >= 0 | Samuel Thibault |
2011-01-15 | Move -d and -H parse to kern/startup.c | Samuel Thibault |
2010-12-09 | memcpy operands are not supposed to overlap | Samuel Thibault |
2010-10-24 | Avoid harmless warning | Samuel Thibault |
2010-10-23 | Add prototype for discover_x86_cpu_type | Samuel Thibault |
2010-10-23 | Warn on unknown CPU family | Samuel Thibault |
2010-10-23 | Recognize P4 and Opteron-like as pentium pro | Samuel Thibault |
2010-09-14 | Fix ifunc entries | Samuel Thibault |
2010-03-14 | Add mem device | Samuel Thibault |
2009-12-21 | Add a SoftDebugger function | Samuel Thibault |
2009-12-18 | Add missing function prototypes | Guillem Jover |
2009-12-18 | Interrupt handlers do not return any value | Guillem Jover |
2009-12-18 | Match function types with `struct tty' member functions | Guillem Jover |
2009-12-16 | Add Xen support | Samuel Thibault |
2009-11-28 | Add -H option to halt on panic | Samuel Thibault |
2009-11-22 | Use typeof(boot_info) | Samuel Thibault |
2009-11-22 | Fix early interrupt crash | Samuel Thibault |
2009-11-22 | Add missing phystokv/kvtophys conversions | Samuel Thibault |
2009-11-22 | Replace phys_mem_va with VM_MIN_KERNEL_ADDRESS | Samuel Thibault |
2009-11-22 | Do not assume that VM_MIN_KERNEL_ADDRESS is 0 | Samuel Thibault |
2009-11-22 | Rename kd_atoi into mach_atoi | Samuel Thibault |