Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb | |
Similar to musl libc a single libc has many benefits and solves some open issues with uClibc-ng. - no pthread_mutex_* weak symbols exported anymore - applications no longer failing to link when either -lrt or -lpthread are missing for dynamic and static linking mode - smaller C library - slightly better runtime performance | |||
2009-10-17 | arm specific bits needed for nptl | Austin Foxley | |
* SAVE_PID, RESTORE_PID in vfork.S * clone.S tweaks to allow for the pid to be reset Signed-off-by: Austin Foxley <austinf@cetoncorp.com> |