summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/sys/fork.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadkettenis2006-01-051-2/+2
| | | | | | of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@
* zap rcsid.espie2005-08-071-7/+1
| | | | okay deraadt@ (tested them all)
* three four kill ...mickey2003-06-021-7/+2
|
* 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 libcmickey2002-10-311-4/+4
|
* entrieness cleanupmickey2001-06-041-3/+3
|
* fix fork, brk/sbrk; rcsid embeddingmickey2001-03-291-6/+5
|
* return values are in ret* regsmickey2000-01-241-4/+4
|
* ugly workaround for an .align parse bug in current binutilsmickey2000-01-121-2/+3
|
* SYSLIBC_SCCSmickey1999-12-311-1/+7
|
* 0 in child, pid in parentmickey1999-12-311-1/+39
|
* some basic frameworkmickey1999-09-141-0/+5