Age | Commit message (Expand) | Author |
2013-11-15 | i386/i386at/rtc.h: remove register qualifiers | Marin Ramesa |
2013-11-15 | i386/i386at/rtc.c: remove register qualifier | Marin Ramesa |
2013-11-15 | i386/i386at/lpr.c: remove register qualifier | Marin Ramesa |
2013-11-15 | i386/i386at/kd_mouse.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | i386/i386at/kd.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | i386/i386at/kd_event.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | i386/i386at/int_init.h: add comment after endif | Marin Ramesa |
2013-11-15 | i386/i386at/idt.h: add comment after endif | Marin Ramesa |
2013-11-15 | i386/i386at/com.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | i386/i386at/com.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-11-15 | i386/i386at/autoconf.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | Fix typo | Marin Ramesa |
2013-11-15 | i386/i386at: add ifndefs | Marin Ramesa |
2013-11-09 | Remove lint code | Marin Ramesa |
2013-06-10 | Add missing 4KiB memory | Samuel Thibault |
2013-06-10 | Add non-contiguous mmap support | Samuel Thibault |
2013-01-28 | Add initial code for disabling PV pagetables | Samuel Thibault |
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 |