Age | Commit message (Expand) | Author |
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 |
2009-10-26 | Fix build | Samuel Thibault |
2009-10-25 | Fix warning | Samuel Thibault |
2009-10-20 | Fix warnings | Samuel Thibault |
2009-10-20 | Fix boot from grub2 with more than 800MiB memory | Samuel Thibault |
2009-10-20 | Better estimate avail_remaining | Samuel Thibault |
2009-10-18 | Revert "Fix multiboot compliancy concerning x86 D flag" | Samuel Thibault |
2009-10-17 | Fix multiboot compliancy concerning x86 D flag | Samuel Thibault |
2009-10-14 | Update constants to nowadays standards | Samuel Thibault |
2009-10-14 | Revert spurious part of 909c941d | Samuel Thibault |
2009-10-14 | Advertise memory size truncations | Samuel Thibault |