summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysAdd a test for thread stateHEADmasterSergey Bugaev
4 daysAdd thread_set_self_state() trapSergey Bugaev
4 daysaarch64: Add thread state typesSergey Bugaev
4 daysaarch64: Add exception type definitionsSergey Bugaev
4 daysaarch64: Add mach_aarch64 APISergey Bugaev
4 daysaarch64: Add vm_param.hSergey Bugaev
4 daysaarch64: Add public syscall ABISergey Bugaev
4 daysaarch64: Add the basicsSergey Bugaev
4 daysAdd CPU_TYPE_ARM64Sergey Bugaev
14 daystests: give more timeSamuel Thibault
14 daystests: Reboot the VM after the testSamuel Thibault
2024-04-06tests: Disable parallelismSamuel Thibault
2024-04-06Xen: Fix missing includeSamuel Thibault
2024-04-06tests: Fix running on 32bit hostSamuel Thibault
2024-04-06tests: Fix include pathSamuel Thibault
2024-04-06tests: Add missing test files shippingv1.8+git20240406Samuel Thibault
2024-04-05SMP: force APICSamuel Thibault
2024-04-05linux: Do not enable in SMP, it is not MP-safeSamuel Thibault
2024-04-05vm: Mark entries as in-transition while wiring downSergey Bugaev
2024-04-05vm: Don't attempt to extend in-transition entriesSergey Bugaev
2024-04-05vm: Fix use-after-free in vm_map_pageable_scan()Sergey Bugaev
2024-03-29elf-load: Respect PT_GNU_STACKSergey Bugaev
2024-03-27kd: Include i386/irq.hSamuel Thibault
2024-03-27tests: Create tests/ in the build tree before trying to use itSergey Bugaev
2024-03-27tests: Don't ask for executable stackSergey Bugaev
2024-03-27tests: Make exception subcode a longSergey Bugaev
2024-03-27tests: Use vm_page_sizeSergey Bugaev
2024-03-27tests: Add vm_page_sizeSergey Bugaev
2024-03-27tests: Add a more serious mach_msg_server() routineSergey Bugaev
2024-03-27tests: Fix halt()Sergey Bugaev
2024-03-27Make -fno-PIE etc. architecture-dependentSergey Bugaev
2024-03-27ipc: Turn ipc_entry_lookup_failed() into a macroSergey Bugaev
2024-03-27kern/rdxtree: Fix undefined behaviorSergey Bugaev
2024-03-27gsync: Use copyin()/copyout() to access user memorySergey Bugaev
2024-03-27Load 64-bit ELFs on all 64-bit portsSergey Bugaev
2024-03-27Use the x86_64 message ABI on all 64-bit portsSergey Bugaev
2024-03-27Disable host_kernel_version() everywhere but on i386Sergey Bugaev
2024-03-15Do not install device/input.hSamuel Thibault
2024-03-11x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...Flavio Cruz
2024-03-09move x86 copy_user.[ch] to ipc/ and make it arch-indipendentLD
2024-03-09remove machine/machspl.h as it duplicates machine/spl.hLD
2024-03-09x86_64: split SET_KERNEL_SEGMENTS() for NCPU > 1Luca Dariz
2024-03-04linux: Add missing includeSamuel Thibault
2024-03-04vm_allocate_contiguous: Add missing page unwiring after making the area non-p...Samuel Thibault
2024-03-04x86_64 locore: Check segmentation by handSamuel Thibault
2024-03-03pmap: Avoid leaking USER bit in page tablesSamuel Thibault
2024-03-03kernel traps: also catch general protection faultsSamuel Thibault
2024-02-28Check for null ports in task_set_essential, task_set_name and thread_set_name.Flavio Cruz
2024-02-23vm_map: Add comment and assert for vm_map_deleteDamien Zammit
2024-02-23spl: Introduce assert_splvm and use it in process_pmap_updatesSamuel Thibault