aboutsummaryrefslogtreecommitdiff
path: root/kern
Commit message (Expand)AuthorAgeFilesLines
...
* simple lock: check that the non-_irq variants are not called from IRQSamuel Thibault2023-08-121-2/+8
* assert: fix concurrency against irqsSamuel Thibault2023-08-121-6/+7
* clock: Convert timer_lock to using simple_lock_irqSamuel Thibault2023-08-121-33/+17
* sched: Add waitq_lock helpers which check they are called at spl7Samuel Thibault2023-08-121-6/+21
* sched: Add runq_lock helpers which check they are called at spl7Samuel Thibault2023-08-124-11/+26
* kern: Check that locking thread is done at spl7Samuel Thibault2023-08-121-2/+13
* lock: Add _irq variantsSamuel Thibault2023-08-121-9/+75
* lock: Add more sanity checksSamuel Thibault2023-08-121-0/+3
* lock: Reset l->writer also for read-write upgradees which are doneSamuel Thibault2023-08-121-2/+5
* lock: Fix building with MACH_LDEBUG but NCPUS==1Samuel Thibault2023-08-121-1/+1
* lock: Rename simple_unlock version with information to _simple_unlockSamuel Thibault2023-08-122-2/+3
* kern/thread: Only loop over cpus that existDamien Zammit2023-08-061-1/+2
* Add timing info to MACH_LOCK_MON lock monitoringDamien Zammit2023-08-051-6/+4
* Fix task_info for TASK_THREAD_TIMES_INFO.Flavio Cruz2023-05-171-1/+7
* Keep host_get_kernel_version for USER32-on-x86_64 caseSamuel Thibault2023-05-111-1/+1
* Remove host_kernel_version RPC for x86_64Flavio Cruz2023-05-111-4/+6
* Use designated initializers in kern/ipc_kobject.cFlavio Cruz2023-05-051-7/+8
* Use designated initializers in kern/exception.cFlavio Cruz2023-05-041-28/+28
* Implement mig_deallocate to free memory when kernel server RPC succeedsFlavio Cruz2023-05-021-0/+10
* Use mig_support.h prototypes instead of duplicating them.Flavio Cruz2023-05-022-10/+2
* add setting gs/fsbaseLuca Dariz2023-05-011-0/+3
* Update task_basic_info and thread_basic_info to include time_value64_t data.Flavio Cruz2023-04-272-9/+23
* Remove host_get_boot_info and host_get_kernel_boot_info since they are not used.Flavio Cruz2023-04-071-23/+0
* Align the user stack correctly for 64 bit programs.Flavio Cruz2023-04-041-2/+1
* Make exception subcode a longSergey Bugaev2023-04-033-16/+32
* Track task and thread time using time_value64_t.Flavio Cruz2023-03-137-104/+76
* Use c_string to define host_get_kernel_version and host_get_kernel_boot_info.Flavio Cruz2023-03-132-0/+16
* Update thread and task creation time to use time_value64_tFlavio Cruz2023-03-124-12/+9
* lock_mon: Fix warningsSamuel Thibault2023-03-073-9/+16
* kern: Fix MACH_LOCK_MON lock monitoring debugDamien Zammit2023-03-074-4/+17
* x86_64: fix argument passing to bootstrap modules if ! USER32Luca Dariz2023-02-161-5/+5
* x86_64: load Elf64 bootstrap modules if ! USER32Luca Dariz2023-02-161-5/+5
* Document spl levels of locks taken during interruptsSamuel Thibault2023-02-155-9/+15
* timer: Fix atomicity of timer readsSamuel Thibault2023-02-151-0/+4
* smp: Fix more busy loopsSamuel Thibault2023-02-153-7/+9
* add more explicit names for user space virtual space limitsLuca Dariz2023-02-121-2/+2
* fix rpc time value for 64 bitLuca Dariz2023-02-124-3/+15
* lock: Add missing def_simple_lock_data definition for ncpus=1Samuel Thibault2023-02-091-0/+2
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-0810-18/+15
* Add host_set_time64 and host_adjust_time64Flavio Cruz2023-01-281-18/+49
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-247-39/+31
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-194-19/+10
* Add host_get_time64 RPC to return the time as time_value64_tFlavio Cruz2023-01-192-26/+49
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-1915-280/+21
* replace mach_port_t with mach_port_name_tLuca Dariz2023-01-182-14/+14
* update writev syscall signature with rpc typesLuca Dariz2023-01-182-6/+6
* update syscall signature with rpc_vm_* and mach_port_name_tLuca Dariz2023-01-182-34/+37
* add msg_user_header_t for user-side msg structureLuca Dariz2023-01-181-1/+1
* Add static qualifiersFlavio Cruz2023-01-182-2/+2
* fix warningsLuca Dariz2023-01-161-1/+1