History log of /openbsd/lib/libc/arch/hppa/sys/sigpending.S (Results 1 – 11 of 11)
Revision Date Author Comments
# f32e74ba 10-Jan-2014 deraadt <deraadt@openbsd.org>

correct argument handling; this has been broken since to beginning
and was writing to wrong memory.
ok jsing miod guenther


# dc9d23e8 05-Jan-2006 kettenis <kettenis@openbsd.org>

System call stubs don't have a frame of their own, so use EMTRY_LEAF instead
of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot
happier.
ok mickey@


# 298116df 07-Aug-2005 espie <espie@openbsd.org>

zap rcsid.
okay deraadt@ (tested them all)


# 4cde09c2 02-Jun-2003 mickey <mickey@openbsd.org>

three four kill ...


# fd68ca0e 31-Oct-2002 mickey <mickey@openbsd.org>

gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, missed this fuct in the previous take on thread-safe libc


# de2db482 04-Jun-2001 mickey <mickey@openbsd.org>

entrieness cleanup


# 7fcc402f 29-Mar-2001 mickey <mickey@openbsd.org>

fix fork, brk/sbrk; rcsid embedding


# c77cd657 12-Jan-2000 mickey <mickey@openbsd.org>

ugly workaround for an .align parse bug in current binutils


# 8164fb08 31-Dec-1999 mickey <mickey@openbsd.org>

SYSLIBC_SCCS


# 1fd5cada 31-Dec-1999 mickey <mickey@openbsd.org>

do the deed


# c9d8341b 14-Sep-1999 mickey <mickey@openbsd.org>

some basic framework