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 | libpthread/nptl: core of the "Native Posix Threading Library" for uClibc | Austin Foxley | |
targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2005-05-20 | Back out nptl changes, which for now will be done in branches/uClibc-nptl | Eric Andersen | |
2005-05-07 | Import in NPTL code from glibc. For further information please | "Steven J. Hill" | |
consult the 'README.NPTL' file. |