Age | Commit message (Expand) | Author |
2011-04-22 | Update constants to nowadays standards | Samuel Thibault |
2011-04-19 | Close call stack on continuation | Samuel Thibault |
2011-04-03 | Fix build with kdb from make dist-generated tarball | Samuel Thibault |
2011-03-21 | Fix typo | Samuel Thibault |
2011-03-20 | Clean kd.[ch] | Samuel Thibault |
2011-03-11 | Fix continuation after keyboard debugger invocation | 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-03-03 | Keep supplementary L1 pages read-only | Samuel Thibault |
2011-02-27 | Re-enable updating pvlist for kernel_pmap | Samuel Thibault |
2011-02-27 | Acknoledge interrupt after handler call | Samuel Thibault |
2011-02-27 | Detect interrupt overflow | Samuel Thibault |
2011-02-27 | Add x86 debug register Xen support | Samuel Thibault |
2011-02-27 | Add prototypes for x86 debug registers | Samuel Thibault |
2011-02-27 | Fix for kdb watch command | Samuel Thibault |
2011-02-26 | Add console=comN boot option to enable serial console | Samuel Thibault |
2011-01-31 | Enable pae_extended_cr3 in pmap_bootstrap | Samuel Thibault |
2011-01-31 | Enable Xen >4GiB physical memory support | 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 | Merge branch 'typo-print' | Thomas Schwinge |
2010-09-14 | Typo fix. | Thomas Schwinge |
2010-09-14 | Fix ifunc entries | Samuel Thibault |
2010-08-27 | Fix "make dist" | Guillem Jover |
2010-08-26 | Do not advice to install libc0.3-xen on 4gb_segment trap | Samuel Thibault |
2010-08-22 | Disable 4gb segment emulation notification on first notification | Samuel Thibault |
2010-08-22 | Report Xen 4gb segment emulation | Samuel Thibault |
2010-08-01 | Move read-only sections to after text section | Samuel Thibault |
2010-04-16 | Add memory clobbers to segment selector loaders | Samuel Thibault |
2010-04-08 | Fix bootstrap additional mapping | Samuel Thibault |
2010-04-08 | Extend machine addresses to 64bit for PAE | Samuel Thibault |
2010-03-14 | Add mem device | Samuel Thibault |
2009-12-22 | Fix debugger trigger | root |
2009-12-21 | Add a SoftDebugger function | Samuel Thibault |
2009-12-19 | Document kdb_kintr stack manipulation | Samuel Thibault |
2009-12-18 | Add missing function prototypes | Guillem Jover |
2009-12-18 | Mark macro arguments as used | 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-30 | Use gcc builtins for stdarg.h when available | Samuel Thibault |
2009-11-28 | Add memory object proxies | Samuel Thibault |
2009-11-28 | Add -H option to halt on panic | Samuel Thibault |
2009-11-28 | Add XMM FPU registers save/restore support. | Samuel Thibault |