summaryrefslogtreecommitdiff
path: root/lib/libc/arch/hppa/sys
AgeCommit message (Expand)Author
2022-06-26Decorate the HPPA signal trampoline with the appropriate .cfiskrll
2022-06-06Save and restore %r19 the "linkage table pointer register" across the callskrll
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2020-10-15Remove '_OFFSETOF' prefix for genassm(1) generate CPP identifers forskrll
2020-05-10Rename curbrk to __curbrk, and make it and __minbrk hiddenskrll
2020-05-09No need to .import __cerror as SYS.h does itskrll
2020-05-05Mark __cerror as hidden to avoid using the PLT. This is required for newskrll
2020-05-05Add a space before any non-nullified instruction. NFCI.skrll
2020-05-03Even more trailing whitespaceskrll
2020-05-03Trailing whitespaceskrll
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2014-03-06Move to a flat space register convention. %sr[4-7] are all now the spaceskrll
2014-02-19Provide a genassym.cf in libc for hppa and use it.skrll
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2012-03-14Use the _end symbol rather than the end symbol. Prevents version infoskrll
2009-11-03Follow upstream license changes for files with Michael Shalayeff'ssnj
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-22Add a comment explaining stack layout and register contents.skrll
2007-12-02Implement ptrace.skrll
2006-03-11move to the new compat layout.christos
2005-06-12Add missing __RCSID()lukem
2005-06-05remove sigtramp version 1, we haven't used it in a long time.chs
2005-06-05fix function name in end-marker.chs
2004-07-18add a siginfo signal trampoline and always use it.chs
2004-07-18replace these placeholders with real implementations.chs
2004-07-18save and restore %t1 around calling __errno, it's a caller-saved register.chs
2004-07-15Add a copyright message.skrll
2004-07-01Add a cerror.S and re-work various syscalls and SYS.h to use __cerror.skrll
2004-05-17__sigreturn14 -> compat_16___sigreturn14chs
2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner
2003-10-06Update to new assmbler needs. Add getcontext.S stub.matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-18These files are obsolete; setlogin() is now implemented in C with athorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-07-01Changes to allow libc to compile as PIC on the hppa.fredette
2002-06-06Added hppa support (some of it incomplete) to lib/csu, lib/libc,fredette