Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix interrupt_processor prototype | Samuel Thibault | 2018-06-27 | 2 | -0/+7 | |
* | Add missing include | Samuel Thibault | 2018-06-27 | 1 | -0/+1 | |
* | Fix pmap name | Samuel Thibault | 2018-06-27 | 1 | -2/+2 | |
* | Add splvm prototype | Samuel Thibault | 2018-06-27 | 1 | -0/+1 | |
* | Re-fix typo | Samuel Thibault | 2018-06-17 | 1 | -1/+1 | |
* | Fix typo | Samuel Thibault | 2018-06-17 | 1 | -1/+1 | |
* | Add const MIG types | Samuel Thibault | 2018-01-28 | 1 | -0/+1 | |
* | Fix warning | Samuel Thibault | 2018-01-28 | 1 | -1/+1 | |
* | Fix halt message | Samuel Thibault | 2017-11-12 | 1 | -1/+2 | |
* | Drop the register qualifier. | Justus Winter | 2017-10-23 | 1 | -3/+3 | |
* | ddb: More gracefully handle address errors | Samuel Thibault | 2017-08-27 | 2 | -8/+6 | |
* | i386: Fix pmap_remove on PAE kernels. | Justus Winter | 2017-08-14 | 1 | -5/+3 | |
* | ddb: debug traps and port references | Justus Winter | 2017-08-05 | 2 | -0/+12 | |
* | i386: Make function static. | Justus Winter | 2017-08-05 | 2 | -7/+1 | |
* | Fix year computation | Samuel Thibault | 2017-06-10 | 1 | -1/+3 | |
* | Fix Epoch computation | Samuel Thibault | 2017-06-10 | 1 | -2/+8 | |
* | Fix bissextile years computation | Samuel Thibault | 2017-01-24 | 1 | -1/+18 | |
* | Increase the size of the kernel map | Richard Braun | 2016-12-25 | 1 | -6/+5 | |
* | VM: rework map entry wiring | Richard Braun | 2016-12-24 | 1 | -1/+1 | |
* | VM: fix mapping removal on wired pages | Richard Braun | 2016-12-24 | 1 | -2/+4 | |
* | Revert "i386: use ACPI to power off the machine" | Justus Winter | 2016-11-06 | 19 | -2198/+0 | |
* | i386: Use discontiguous page directories when using PAE. | Justus Winter | 2016-11-01 | 4 | -131/+205 | |
* | Make multiboot cmdline and modules non-permanent reservations | Samuel Thibault | 2016-10-31 | 1 | -7/+8 | |
* | Fix warnings | Samuel Thibault | 2016-10-24 | 2 | -3/+3 | |
* | i386: Allocate page directories using the slab allocator. | Justus Winter | 2016-10-22 | 1 | -11/+28 | |
* | Fix format security | David Michael | 2016-10-02 | 1 | -2/+2 | |
* | biosmem: show memory map at boot | Samuel Thibault | 2016-09-22 | 1 | -6/+2 | |
* | Enable high memory | Richard Braun | 2016-09-21 | 1 | -6/+3 | |
* | Redefine what an external page is | Richard Braun | 2016-09-21 | 1 | -1/+1 | |
* | Replace vm_offset_t with phys_addr_t where appropriate | Richard Braun | 2016-09-21 | 3 | -34/+30 | |
* | Remove phys_first_addr and phys_last_addr global variables | Richard Braun | 2016-09-21 | 8 | -103/+60 | |
* | Fix spurious warning | Samuel Thibault | 2016-09-11 | 1 | -1/+1 | |
* | Fix size of functions interrupt and syscall | Samuel Thibault | 2016-09-11 | 2 | -0/+3 | |
* | Set function type on symbols created by ENTRY macro | Samuel Thibault | 2016-09-11 | 1 | -7/+7 | |
* | Close parenthesis | Samuel Thibault | 2016-09-11 | 1 | -1/+3 | |
* | Fix exploring stack trace up to assembly | Samuel Thibault | 2016-09-11 | 1 | -7/+8 | |
* | Fix registration of strings from in boot data | Richard Braun | 2016-09-06 | 1 | -2/+4 | |
* | Make early physical page allocation truely reliable | Richard Braun | 2016-09-06 | 3 | -194/+316 | |
* | Fix early physical page allocation | Richard Braun | 2016-09-03 | 3 | -171/+233 | |
* | pmap: fix map window creation on xen | Richard Braun | 2016-09-01 | 1 | -0/+12 | |
* | Use invlpg for single-page pagetable changes | Samuel Thibault | 2016-08-25 | 1 | -16/+3 | |
* | Drop unused macro | Samuel Thibault | 2016-08-25 | 1 | -2/+0 | |
* | i386: import string functions from X15 and relicense to GPLv2+ | Richard Braun | 2016-08-16 | 2 | -0/+151 | |
* | i386: request the boot loader to page-align modules | Richard Braun | 2016-08-12 | 1 | -2/+2 | |
* | Fix locking error | Richard Braun | 2016-06-27 | 1 | -1/+0 | |
* | Cope with getc returning -1 | Samuel Thibault | 2016-05-26 | 1 | -1/+5 | |
* | Fix gcc-6 warnings | Samuel Thibault | 2016-05-18 | 3 | -11/+10 | |
* | Fix xen boot | Samuel Thibault | 2016-04-21 | 1 | -1/+1 | |
* | Fix type of program counter argument | Justus Winter | 2016-04-20 | 1 | -1/+1 | |
* | xen: fix build | Justus Winter | 2016-04-20 | 1 | -2/+3 |