summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips64/SYS.h
AgeCommit message (Expand)Author
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-09-05This is probably what guenther@ had in mind.Miod Vallat
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2014-06-04Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hMatthew Dempsky
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsPhilip Guenthe
2004-09-09mips64 is now going ABI64 and shared library support!Per Fogelstrom
2004-09-0732 -> 64 bit cleanups but no optimizations yetPer Fogelstrom
2004-08-11Move mips to mips64Per Fogelstrom