Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close call stack on continuation | Samuel Thibault | 2011-04-19 | 1 | -0/+1 |
* | Fix build with kdb from make dist-generated tarball | Samuel Thibault | 2011-04-03 | 1 | -0/+1 |
* | Fix typo | Samuel Thibault | 2011-03-21 | 1 | -1/+1 |
* | Clean kd.[ch] | Samuel Thibault | 2011-03-20 | 2 | -59/+59 |
* | Fix continuation after keyboard debugger invocation | Samuel Thibault | 2011-03-11 | 1 | -1/+1 |
* | Enable global pages after enabling paging | Samuel Thibault | 2011-03-06 | 1 | -2/+2 |
* | Fix temporary direct mapping during page table enabling | Samuel Thibault | 2011-03-05 | 1 | -35/+20 |
* | Keep supplementary L1 pages read-only | Samuel Thibault | 2011-03-03 | 1 | -1/+4 |
* | Re-enable updating pvlist for kernel_pmap | Samuel Thibault | 2011-02-27 | 1 | -1/+0 |
* | Acknoledge interrupt after handler call | Samuel Thibault | 2011-02-27 | 1 | -8/+11 |
* | Detect interrupt overflow | Samuel Thibault | 2011-02-27 | 1 | -0/+5 |
* | Add x86 debug register Xen support | Samuel Thibault | 2011-02-27 | 3 | -2/+55 |
* | Add prototypes for x86 debug registers | Samuel Thibault | 2011-02-27 | 1 | -0/+16 |
* | Fix for kdb watch command | Samuel Thibault | 2011-02-27 | 1 | -0/+3 |
* | Add console=comN boot option to enable serial console | Samuel Thibault | 2011-02-26 | 4 | -27/+19 |
* | Enable pae_extended_cr3 in pmap_bootstrap | Samuel Thibault | 2011-01-31 | 2 | -2/+2 |
* | Enable Xen >4GiB physical memory support | Samuel Thibault | 2011-01-31 | 3 | -4/+9 |
* | Drop kbd device on xen | Samuel Thibault | 2011-01-31 | 2 | -6/+4 |
* | Avoid dropping kd_intr when RCLINE is >= 0 | Samuel Thibault | 2011-01-15 | 2 | -4/+3 |
* | Move -d and -H parse to kern/startup.c | Samuel Thibault | 2011-01-15 | 1 | -20/+0 |
* | memcpy operands are not supposed to overlap | Samuel Thibault | 2010-12-09 | 1 | -1/+1 |
* | Avoid harmless warning | Samuel Thibault | 2010-10-24 | 1 | -0/+2 |
* | Add prototype for discover_x86_cpu_type | Samuel Thibault | 2010-10-23 | 1 | -0/+2 |
* | Warn on unknown CPU family | Samuel Thibault | 2010-10-23 | 1 | -1/+2 |
* | Recognize P4 and Opteron-like as pentium pro | Samuel Thibault | 2010-10-23 | 1 | -0/+1 |
* | Merge branch 'typo-print' | Thomas Schwinge | 2010-09-14 | 1 | -1/+1 |
|\ | |||||
| * | Typo fix. | Thomas Schwinge | 2010-09-14 | 1 | -1/+1 |
* | | Fix ifunc entries | Samuel Thibault | 2010-09-14 | 3 | -31/+65 |
* | | Fix "make dist" | Guillem Jover | 2010-08-27 | 1 | -2/+11 |
|/ | |||||
* | Do not advice to install libc0.3-xen on 4gb_segment trap | Samuel Thibault | 2010-08-26 | 2 | -3/+7 |
* | Disable 4gb segment emulation notification on first notification | Samuel Thibault | 2010-08-22 | 1 | -1/+3 |
* | Report Xen 4gb segment emulation | Samuel Thibault | 2010-08-22 | 3 | -0/+18 |
* | Move read-only sections to after text section | Samuel Thibault | 2010-08-01 | 1 | -28/+30 |
* | Add memory clobbers to segment selector loaders | Samuel Thibault | 2010-04-16 | 2 | -2/+2 |
* | Fix bootstrap additional mapping | Samuel Thibault | 2010-04-08 | 1 | -1/+1 |
* | Extend machine addresses to 64bit for PAE | Samuel Thibault | 2010-04-08 | 5 | -31/+42 |
* | Add mem device | Samuel Thibault | 2010-03-14 | 3 | -0/+58 |
* | Fix debugger trigger | root | 2009-12-22 | 1 | -0/+4 |
* | Add a SoftDebugger function | Samuel Thibault | 2009-12-21 | 1 | -1/+1 |
* | Document kdb_kintr stack manipulation | Samuel Thibault | 2009-12-19 | 1 | -0/+4 |
* | Add missing function prototypes | Guillem Jover | 2009-12-18 | 2 | -0/+2 |
* | Mark macro arguments as used | Guillem Jover | 2009-12-18 | 2 | -1/+12 |
* | Interrupt handlers do not return any value | Guillem Jover | 2009-12-18 | 1 | -2/+2 |
* | Match function types with `struct tty' member functions | Guillem Jover | 2009-12-18 | 2 | -10/+11 |
* | Add Xen support | Samuel Thibault | 2009-12-16 | 32 | -48/+1685 |
* | Use gcc builtins for stdarg.h when available | Samuel Thibault | 2009-11-30 | 1 | -0/+12 |
* | Add memory object proxies | Samuel Thibault | 2009-11-28 | 1 | -0/+1 |
* | Add -H option to halt on panic | Samuel Thibault | 2009-11-28 | 1 | -0/+9 |
* | Add XMM FPU registers save/restore support. | Samuel Thibault | 2009-11-28 | 5 | -36/+217 |
* | Fix debugging message | Samuel Thibault | 2009-11-28 | 1 | -1/+1 |