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