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