Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsync: fix licence | Samuel Thibault | 2016-10-31 | 1 | -1/+1 |
| | | | | | | | Agustina relicenced her work. * kern/gsync.c: Relicence to GPL 2+. * kern/gsync.h: Relicence to GPL 2+. | ||||
* | Lightweight synchronization mechanism | Agustina Arzille | 2016-04-15 | 1 | -0/+41 |
* Makefrag.am (libkernel_a_SOURCES): Add kern/gsync.c and kern/gsync.h. * include/mach/gnumach.defs (gsync_wait, gsync_wake, gsync_requeue): New routines. * include/mach/kern_return.h (KERN_TIMEDOUT, KERN_INTERRUPTED): New error codes. * kern/gsync.c: New file. * kern/gsync.h: New file. * kern/startup.c: Include <kern/gsync.h> (setup_main): Call gsync_setup. |