aboutsummaryrefslogtreecommitdiff
path: root/kern/gsync.c
Commit message (Expand)AuthorAgeFilesLines
* gsync: Use copyin()/copyout() to access user memorySergey Bugaev2024-03-271-7/+31
* kern/gsync: Use vm_map_lookup with keep_map_lockedDamien Zammit2024-02-221-13/+6
* vm_map_lookup: Add parameter for keeping map lockedDamien Zammit2024-02-221-1/+1
* Fix uninitialized valueSamuel Thibault2019-08-111-1/+1
* Rewrite gsync so that it works with remote tasks v2Agustina Arzille2017-03-041-138/+230
* gsync: Avoid NULL pointer dereferenceBrent Baccala2016-11-101-9/+12
* gsync: fix licenceSamuel Thibault2016-10-311-1/+1
* gsync: Fix crash when task is not current taskSamuel Thibault2016-10-311-0/+9
* gsync: Fix assertion failure with MACH_LDEBUGSamuel Thibault2016-10-311-5/+5
* Avoid using C99 for variable declaration for nowSamuel Thibault2016-04-171-1/+2
* Lightweight synchronization mechanismAgustina Arzille2016-04-151-0/+412