aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing caddr_t typeSamuel Thibault2024-10-171-2/+0
* fpu_set_state: accept fp_save_kind being incoherent if initialized is not setSamuel Thibault2024-09-081-1/+1
* add tests for FLOAT/XFLOAT stateLuca Dariz2024-09-084-1/+259
* fpu_set_state: return an error on incoherent fp_save_kindSamuel Thibault2024-09-081-1/+3
* add xfloat thread state interfaceLuca Dariz2024-09-085-43/+161
* x86_64: fix double fault handlerLuca Dariz2024-09-081-1/+1
* add rpc interrupted testLuca Dariz2024-08-223-0/+96
* fpu: Drop conflicting alignmentSamuel Thibault2024-07-311-1/+1
* Add thread_get_name RPC to get the name of a thread.Flavio Cruz2024-07-142-0/+29
* Include stddef.h in sys/types.h to get size_t and NULL.Flavio Cruz2024-07-101-22/+1
* Ensure we always pass -ffreestanding -nostdlib even if CFLAGS are overridden.Flavio Cruz2024-07-102-1/+10
* Fix bogus formatSamuel Thibault2024-07-091-1/+1
* Fix xen buildSamuel Thibault2024-07-073-0/+4
* Disable specific warnings that are now errors in GCC 14Flavio Cruz2024-06-241-1/+7
* tests/machmsg: check rx message size on different code pathsLuca Dariz2024-06-121-3/+114
* x86_64: fix msg size forwarding in case it's not set by userspaceLuca Dariz2024-06-121-1/+3
* Add a test for thread stateSergey Bugaev2024-04-162-1/+217
* Add thread_set_self_state() trapSergey Bugaev2024-04-165-1/+50
* aarch64: Add thread state typesSergey Bugaev2024-04-162-0/+44
* aarch64: Add exception type definitionsSergey Bugaev2024-04-162-0/+91
* aarch64: Add mach_aarch64 APISergey Bugaev2024-04-164-0/+196
* aarch64: Add vm_param.hSergey Bugaev2024-04-163-3/+38
* aarch64: Add public syscall ABISergey Bugaev2024-04-163-0/+73
* aarch64: Add the basicsSergey Bugaev2024-04-169-0/+391
* Add CPU_TYPE_ARM64Sergey Bugaev2024-04-161-0/+1
* tests: give more timeSamuel Thibault2024-04-061-1/+1
* tests: Reboot the VM after the testSamuel Thibault2024-04-061-1/+1
* tests: Disable parallelismSamuel Thibault2024-04-061-0/+2
* Xen: Fix missing includeSamuel Thibault2024-04-061-0/+1
* tests: Fix running on 32bit hostSamuel Thibault2024-04-061-1/+1
* tests: Fix include pathSamuel Thibault2024-04-061-1/+1
* tests: Add missing test files shippingSamuel Thibault2024-04-062-4/+22
* SMP: force APICSamuel Thibault2024-04-051-0/+6
* linux: Do not enable in SMP, it is not MP-safeSamuel Thibault2024-04-051-0/+5
* vm: Mark entries as in-transition while wiring downSergey Bugaev2024-04-051-1/+26
* vm: Don't attempt to extend in-transition entriesSergey Bugaev2024-04-051-0/+4
* vm: Fix use-after-free in vm_map_pageable_scan()Sergey Bugaev2024-04-051-10/+16
* elf-load: Respect PT_GNU_STACKSergey Bugaev2024-03-294-4/+14
* kd: Include i386/irq.hSamuel Thibault2024-03-271-0/+1
* tests: Create tests/ in the build tree before trying to use itSergey Bugaev2024-03-271-0/+1
* tests: Don't ask for executable stackSergey Bugaev2024-03-272-0/+4
* tests: Make exception subcode a longSergey Bugaev2024-03-271-1/+1
* tests: Use vm_page_sizeSergey Bugaev2024-03-271-8/+11
* tests: Add vm_page_sizeSergey Bugaev2024-03-272-0/+15
* tests: Add a more serious mach_msg_server() routineSergey Bugaev2024-03-273-37/+142
* tests: Fix halt()Sergey Bugaev2024-03-272-2/+3
* Make -fno-PIE etc. architecture-dependentSergey Bugaev2024-03-273-4/+8
* ipc: Turn ipc_entry_lookup_failed() into a macroSergey Bugaev2024-03-271-9/+13
* kern/rdxtree: Fix undefined behaviorSergey Bugaev2024-03-271-2/+2
* gsync: Use copyin()/copyout() to access user memorySergey Bugaev2024-03-271-7/+31