summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-15/+3
| | | | | | | | | so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@
* remove rfork(); ok guenther miodderaadt2012-04-121-38/+0
|
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+65
| | | | | | it can be used for not-strictly-threading purposes ok matthew@ kurt@
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-3/+5
| | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@
* System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadkettenis2006-01-058-16/+16
| | | | | | of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@
* zap rcsid.espie2005-08-0711-77/+11
| | | | okay deraadt@ (tested them all)
* include whole SYS.h instead of just machine/asm.hmickey2004-06-101-2/+2
|
* PICy stuffmickey2004-05-254-15/+81
|
* three four kill ...mickey2003-06-0211-77/+22
|
* minbrk is exposed, gmon uses itmickey2003-01-151-6/+6
|
* 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-318-32/+32
|
* name space pollution; after art@mickey2002-10-072-18/+18
|
* real vforkmickey2002-07-251-4/+16
|
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+49
|
* no need to interlock the register, use r0 as outputmickey2002-02-061-3/+3
|
* entrieness cleanupmickey2001-06-047-21/+21
|
* fix fork, brk/sbrk; rcsid embeddingmickey2001-03-2910-52/+40
|
* simplify, maaan!mickey2000-01-253-19/+8
|
* return values are in ret* regsmickey2000-01-242-8/+8
|
* ugly workaround for an .align parse bug in current binutilsmickey2000-01-1210-24/+37
|
* typo; busted ld does not report unresolved symbols from .s sourcesmickey1999-12-311-3/+3
|
* this is not used anywhere, since static variables are just not visiblemickey1999-12-311-5/+0
|
* SYSLIBC_SCCSmickey1999-12-3110-7/+166
|
* like forkmickey1999-12-311-1/+39
|
* sigsuspendmickey1999-12-311-1/+39
|
* this was toughmickey1999-12-311-1/+56
|
* do the deedmickey1999-12-311-1/+40
|
* according to brkmickey1999-12-311-1/+61
|
* 0 in child, pid in parentmickey1999-12-311-1/+39
|
* real fleshmickey1999-12-311-0/+56
|
* i dunno how ptrace gonna work, so just do an execve for nowmickey1999-12-311-2/+2
|
* this seem proper nowmickey1999-11-141-7/+0
|
* some basic frameworkmickey1999-09-1412-0/+66