summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 hoursAdd thread_set_self_state() trapHEADmasterSergey Bugaev
11 hoursaarch64: Add thread state typesSergey Bugaev
11 hoursaarch64: Add exception type definitionsSergey Bugaev
11 hoursaarch64: Add mach_aarch64 APISergey Bugaev
11 hoursaarch64: Add vm_param.hSergey Bugaev
11 hoursaarch64: Add public syscall ABISergey Bugaev
11 hoursaarch64: Add the basicsSergey Bugaev
11 hoursAdd CPU_TYPE_ARM64Sergey Bugaev
10 daystests: give more timeSamuel Thibault
10 daystests: Reboot the VM after the testSamuel Thibault
11 daystests: Disable parallelismSamuel Thibault
11 daysXen: Fix missing includeSamuel Thibault
11 daystests: Fix running on 32bit hostSamuel Thibault
11 daystests: Fix include pathSamuel Thibault
11 daystests: Add missing test files shippingv1.8+git20240406Samuel Thibault
11 daysSMP: force APICSamuel Thibault
11 dayslinux: Do not enable in SMP, it is not MP-safeSamuel Thibault
11 daysvm: Mark entries as in-transition while wiring downSergey Bugaev
11 daysvm: Don't attempt to extend in-transition entriesSergey Bugaev
11 daysvm: 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
2024-02-23kern: move pset_idle_lock/unlock to headerSamuel Thibault