Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-09-27 | pthread: add __sched_{cpualloc,cpufree}. | Érico Nogueira | 1 | -1/+17 |
2020-08-18 | pthread: Add pthread_yield() | Hal G | 1 | -0/+9 |
2019-02-18 | pthread: Fix pthread_getname_np | Samuel Holland | 1 | -4/+6 |
2019-01-05 | pthread: Implement pthread_getname_np | Samuel Holland | 1 | -1/+24 |
2018-01-14 | pthread: Clean up, fix prototype | Samuel Holland | 1 | -6/+17 |
2018-01-14 | libgcompat: Add and use a macro for defining symbol aliases | Samuel Holland | 1 | -4/+3 |
2018-01-14 | global: Format the code consistently | Samuel Holland | 1 | -6/+10 |
2017-06-14 | pthread: add __pthread_[un]register_cancel stubs, not relevant to musl pthrea... | William Pitcock | 1 | -0/+8 |
2017-06-14 | pthread: add __register_atfork() stub | William Pitcock | 1 | -0/+7 |
2017-06-14 | recent musl has pthread_setname_np(). | William Pitcock | 1 | -31/+0 |
2017-06-14 | move all compatibility library stuff into libgcompat/ | William Pitcock | 1 | -0/+31 |