| Commit message (Expand) | Author | Age | Files | Lines |
* | Use -Wstrict-prototypes and fix warnings | Flavio Cruz | 2022-12-21 | 9 | -63/+57 |
* | Remove custom stdint.h and rely on freestanding headers | Flavio Cruz | 2022-12-19 | 5 | -74/+20 |
* | Use long_natural_t for recnum_t | Flavio Cruz | 2022-12-18 | 2 | -21/+52 |
* | Use struct for time_value_t and define seconds as long_integer_t. | Flavio Cruz | 2022-12-17 | 2 | -2/+22 |
* | Fix compiler warnings due to use of inline for mask_irq/unmask_irq | Flavio Cruz | 2022-12-17 | 4 | -18/+16 |
* | copy_to/from_phys: fix non-page-aligned case | Samuel Thibault | 2022-12-12 | 1 | -2/+2 |
* | i386 db: Fix db_read_bytes over multiple pages | Samuel Thibault | 2022-12-11 | 1 | -0/+1 |
* | i386 db: Add ud2 instruction | Samuel Thibault | 2022-12-11 | 1 | -1/+1 |
* | Define vm_size_t and vm_offset_t as __mach_uintptr_t. | Flavio Cruz | 2022-12-06 | 6 | -12/+12 |
* | Make task_info.h structs more portable | Flavio Cruz | 2022-12-06 | 2 | -29/+32 |
* | task: Add task_set_essential | Samuel Thibault | 2022-12-03 | 1 | -2/+3 |
* | Update kdb_kintr according to new interrupt stack layout | Samuel Thibault | 2022-11-27 | 2 | -4/+12 |
* | Update mach_debug interfaces to use struct. | Flavio Cruz | 2022-11-25 | 2 | -0/+16 |
* | interrupt: Fix passing parameter to splx_cli and ioapic_irq_eoi | Samuel Thibault | 2022-11-10 | 1 | -2/+2 |
* | i386/pit: Tune delays | Damien Zammit | 2022-10-26 | 2 | -4/+22 |
* | acpi: Add lapic_addr | Damien Zammit | 2022-10-25 | 2 | -0/+3 |
* | proc_reg: Fix pushf/popf | Samuel Thibault | 2022-10-25 | 1 | -6/+6 |
* | kdb: Fix TODO for multiprocessor | Damien Zammit | 2022-10-25 | 1 | -1/+3 |
* | Fix when enabling APIC without SMP | Etienne Brateau | 2022-09-26 | 2 | -10/+10 |
* | x86_64: ignore warning | Samuel Thibault | 2022-09-18 | 1 | -0/+1 |
* | interrupt: Fix saving irq/ipl when linux drivers are disabled | Samuel Thibault | 2022-09-17 | 1 | -14/+37 |
* | kd_mouse: Fix warning | Samuel Thibault | 2022-09-17 | 2 | -4/+5 |
* | x86_64: fix warning | Samuel Thibault | 2022-09-17 | 1 | -2/+2 |
* | copyinmsg: Set msgh_size inside copyinmsg rather than the caller | Samuel Thibault | 2022-08-28 | 2 | -0/+6 |
* | Fix inclusability of <mach/mach_types.h> | Samuel Thibault | 2022-08-28 | 3 | -8/+64 |
* | add rpc_versions for vm types | Luca Dariz | 2022-08-27 | 1 | -4/+33 |
* | fix warnings for 32 bit builds | Luca Dariz | 2022-08-27 | 3 | -1/+3 |
* | x86_64: fix exception stack alignment | Luca Dariz | 2022-08-27 | 3 | -1/+16 |
* | fix Task State Segment layout for 64 bit | Luca Dariz | 2022-08-27 | 4 | -3/+36 |
* | enable user access | Luca Dariz | 2022-08-27 | 1 | -2/+2 |
* | fix console setting from cmdline | Luca Dariz | 2022-08-27 | 1 | -0/+5 |
* | cleanup multiboot | Luca Dariz | 2022-08-27 | 2 | -119/+14 |
* | add support for booting from grub with x86_64 | Luca Dariz | 2022-08-27 | 5 | -3/+7 |
* | gnumach: Remove PCI_CFG2_* as a reserved ioport range | Damien Zammit | 2022-08-23 | 1 | -4/+1 |
* | convert K&R into ansi | Guy-Fleury Iteriteka | 2022-05-27 | 11 | -64/+35 |
* | pmap: Make sure we do not allocate page tables beyond 4GiB | Samuel Thibault | 2022-02-17 | 1 | -1/+4 |
* | xen: Fix storing physical addresses | Samuel Thibault | 2022-02-16 | 1 | -2/+2 |
* | io_map: Fix using physical addresses | Samuel Thibault | 2022-02-16 | 1 | -5/+5 |
* | db: Fix db_user_to_phys_address returning physical addresses | Samuel Thibault | 2022-02-16 | 1 | -7/+7 |
* | vm_object: Fix vm_object_page_map map function prototype | Samuel Thibault | 2022-02-16 | 1 | -1/+1 |
* | biosmem: Narrow e820 regions as required | Damien Zammit | 2022-02-15 | 1 | -0/+28 |
* | Makefrag.am: Move architecture condition inside architecture Makefrag.am | Samuel Thibault | 2022-02-06 | 1 | -17/+14 |
* | Convert from K&R to ANSI | Etienne Brateau | 2022-01-21 | 5 | -49/+29 |
* | mach_i386: include MACH_I386_IMPORTS | Samuel Thibault | 2022-01-01 | 1 | -0/+4 |
* | ddb: Fix updating sp while progressing through frames | Samuel Thibault | 2021-12-29 | 1 | -1/+6 |
* | ddb: Unwind over RET | Samuel Thibault | 2021-12-29 | 2 | -6/+30 |
* | ddb: Fix accessing high memory | Samuel Thibault | 2021-12-28 | 2 | -20/+61 |
* | rtc: drop message on setting RTC time | Samuel Thibault | 2021-12-16 | 1 | -8/+0 |
* | memmmap: Use biosmem_addr_available rather than vm_page_lookup_pa | Samuel Thibault | 2021-11-28 | 3 | -17/+25 |
* | memory_object_create_proxy: Make len parameter vm_size_array_t | Samuel Thibault | 2021-10-17 | 1 | -0/+1 |