Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsync: Use copyin()/copyout() to access user memory | Sergey Bugaev | 2024-03-27 | 1 | -7/+31 |
* | kern/gsync: Use vm_map_lookup with keep_map_locked | Damien Zammit | 2024-02-22 | 1 | -13/+6 |
* | vm_map_lookup: Add parameter for keeping map locked | Damien Zammit | 2024-02-22 | 1 | -1/+1 |
* | Fix uninitialized value | Samuel Thibault | 2019-08-11 | 1 | -1/+1 |
* | Rewrite gsync so that it works with remote tasks v2 | Agustina Arzille | 2017-03-04 | 1 | -138/+230 |
* | gsync: Avoid NULL pointer dereference | Brent Baccala | 2016-11-10 | 1 | -9/+12 |
* | gsync: fix licence | Samuel Thibault | 2016-10-31 | 1 | -1/+1 |
* | gsync: Fix crash when task is not current task | Samuel Thibault | 2016-10-31 | 1 | -0/+9 |
* | gsync: Fix assertion failure with MACH_LDEBUG | Samuel Thibault | 2016-10-31 | 1 | -5/+5 |
* | Avoid using C99 for variable declaration for now | Samuel Thibault | 2016-04-17 | 1 | -1/+2 |
* | Lightweight synchronization mechanism | Agustina Arzille | 2016-04-15 | 1 | -0/+412 |