Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 64bit: fix warnings | Samuel Thibault | 2020-03-29 | 1 | -4/+5 |
* | 64bit: Fix vm_size_t size | Samuel Thibault | 2020-03-29 | 1 | -1/+1 |
* | com: Fix 64bit warnings | Samuel Thibault | 2020-03-29 | 1 | -6/+6 |
* | 64bit: Fix format warnings | Samuel Thibault | 2020-03-29 | 1 | -2/+3 |
* | kdasm: Add 64bit variant | Samuel Thibault | 2020-03-28 | 1 | -6/+6 |
* | pmap.h: Add 64bit variant | Samuel Thibault | 2020-03-28 | 1 | -3/+7 |
* | Set readtodc parameter 64bit | Samuel Thibault | 2020-03-09 | 3 | -5/+5 |
* | PIC: Acknowledge interrupts more carefully | Samuel Thibault | 2019-11-11 | 1 | -7/+37 |
* | spl: Remove intpri array | Samuel Thibault | 2019-11-10 | 3 | -18/+5 |
* | Run interrupt handlers at spl7 | Samuel Thibault | 2019-11-10 | 1 | -2/+1 |
* | simplify interrupt handling | Damien Zammit | 2019-11-10 | 2 | -4/+0 |
* | Avoid calling biosmem with size 0 | Samuel Thibault | 2019-04-28 | 1 | -3/+6 |
* | Avoid calling biosmem with size 0 | Samuel Thibault | 2019-04-28 | 1 | -2/+2 |
* | device: Fix d_mmap type | Samuel Thibault | 2018-07-28 | 6 | -6/+6 |
* | Fix dev_ops types | Samuel Thibault | 2018-07-28 | 10 | -54/+54 |
* | Fix warning | Samuel Thibault | 2018-01-28 | 1 | -1/+1 |
* | Fix halt message | Samuel Thibault | 2017-11-12 | 1 | -1/+2 |
* | 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 |
* | Revert "i386: use ACPI to power off the machine" | Justus Winter | 2016-11-06 | 5 | -583/+0 |
* | i386: Use discontiguous page directories when using PAE. | Justus Winter | 2016-11-01 | 1 | -8/+8 |
* | Make multiboot cmdline and modules non-permanent reservations | Samuel Thibault | 2016-10-31 | 1 | -7/+8 |
* | 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 |
* | Remove phys_first_addr and phys_last_addr global variables | Richard Braun | 2016-09-21 | 3 | -38/+21 |
* | Fix size of functions interrupt and syscall | Samuel Thibault | 2016-09-11 | 1 | -0/+1 |
* | 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 |
* | i386: request the boot loader to page-align modules | Richard Braun | 2016-08-12 | 1 | -2/+2 |
* | Cope with getc returning -1 | Samuel Thibault | 2016-05-26 | 1 | -1/+5 |
* | i386: Fix error handling | Justus Winter | 2016-04-15 | 1 | -4/+11 |
* | Document why code is not racy | Samuel Thibault | 2016-02-26 | 1 | -0/+2 |
* | Fix unused variable warnings | Richard Braun | 2016-02-02 | 1 | -3/+0 |
* | Stack the slab allocator directly on top of the physical allocator | Richard Braun | 2016-02-02 | 2 | -11/+15 |
* | Fix early page allocation on Xen | Richard Braun | 2016-01-30 | 3 | -10/+87 |
* | Use vm_page as the physical memory allocator | Richard Braun | 2016-01-23 | 1 | -272/+14 |
* | Import the biosmem module from X15 and relicense to GPLv2+ | Richard Braun | 2016-01-23 | 2 | -0/+928 |
* | Import the elf module from X15 and relicense to GPLv2+ | Richard Braun | 2016-01-23 | 1 | -0/+61 |
* | fix t_addr assignment in lpropen | Flavio Cruz | 2016-01-02 | 1 | -12/+14 |
* | remove unnused disk code and headers | Flavio Cruz | 2016-01-01 | 1 | -101/+0 |
* | Fix bound | Samuel Thibault | 2015-11-27 | 1 | -1/+1 |
* | Reserve 64k at beginning of memory, not just 4k | Samuel Thibault | 2015-08-31 | 1 | -3/+5 |
* | Fix printk not handling ANSI escape codes | James Clarke | 2015-08-30 | 2 | -24/+40 |
* | i386: fix line wrapping in the immediate console | Justus Winter | 2015-07-09 | 1 | -1/+1 |
* | i386: improve the immediate console | Justus Winter | 2015-06-28 | 7 | -14/+115 |
* | i386: add comment | Justus Winter | 2015-06-26 | 1 | -0/+1 |
* | Fix warning | Samuel Thibault | 2015-05-02 | 1 | -2/+4 |