index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
hppa64
/
sys
Age
Commit message (
Expand
)
Author
2016-05-11
remove hppa64 port, which we never got going beyond broken single users.
Theo de Raadt
2016-05-09
Remove sigreturn declaration and the now-unused libc syscall stub
Philip Guenther
2016-05-07
Use a Thread Information Block in both single and multi-threaded programs.
Philip Guenther
2015-10-23
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
Philip Guenther
2015-09-10
Adds hidden _libc_FOO aliases for the system call stubs.
Philip Guenther
2015-08-26
Hide many (194!) symbols that nothing should be using.
Philip Guenther
2015-04-07
Make pthread_atfork() track the DSO that called it like atexit() does,
Philip Guenther
2015-03-31
Simplify fork/vfork logic: the kernel has handled returning zero in the child
Philip Guenther
2014-01-10
match what hppa is doing now (not tested, but should be right)
Theo de Raadt
2012-08-22
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
Pascal Stumpf
2012-06-21
__tfork() needs to set the stack address of the new thread in the kernel,
Philip Guenthe
2012-04-12
remove rfork(); ok guenther miod
Theo de Raadt
2012-04-11
Provide __tfork_thread() for hppa64. This makes libc compile again.
Joel Sing
2011-09-19
Make this actually work.
Mark Kettenis
2011-08-16
64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit
Mark Kettenis
2011-04-21
Make this code actually compile on hppa64.
Joel Sing
2011-04-04
Move __cerror to ___cerror with a weak alias so that rthreads can override it.
Philip Guenthe
2006-01-05
System call stubs don't have a frame of their own, so use EMTRY_LEAF instead
Mark Kettenis
2005-08-07
zap rcsid.
Marc Espie
2005-04-01
hppa64 bits cloned form hppa
Michael Shalayeff