summaryrefslogtreecommitdiff
path: root/lib/libc/arch/hppa64/sys
AgeCommit message (Expand)Author
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubPhilip Guenther
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-10Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childPhilip Guenther
2014-01-10match what hppa is doing now (not tested, but should be right)Theo de Raadt
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-11Provide __tfork_thread() for hppa64. This makes libc compile again.Joel Sing
2011-09-19Make this actually work.Mark Kettenis
2011-08-1664-bitification went a bit too far here; sigset_t is 32-bit so using 64-bitMark Kettenis
2011-04-21Make this code actually compile on hppa64.Joel Sing
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadMark Kettenis
2005-08-07zap rcsid.Marc Espie
2005-04-01hppa64 bits cloned form hppaMichael Shalayeff