Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-12 | move and deduplicate declarations of __vdsosym to make it checkable | Rich Felker | 1 | -2/+0 | |
2016-03-02 | add sched_getcpu vDSO support | Nathan Zadoks | 1 | -0/+31 | |
This brings the call to an actually usable speed. Quick unscientific benchmark: 14ns : 102ns :: vDSO : syscall | |||||
2016-03-02 | add sched_getcpu | Nathan Zadoks | 1 | -0/+13 | |
This is a GNU extension, but a fairly minor one, for a system call that otherwise has no libc wrapper. |