summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding a hard-trap instruction after the __threxit syscall instructionkurt2021-02-031-2/+1
* SYS___threxit cannot fail, but this integration looks like a gadget.deraadt2020-10-181-1/+2
* Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2016-05-302-6/+6
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-33/+0
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-074-90/+13
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+3
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-102-8/+8
* Hide many (194!) symbols that nothing should be using.guenther2015-08-263-46/+16
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-2/+3
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-312-12/+4
* correct argument handling; this has been broken since to beginningderaadt2014-01-101-3/+2
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-223-8/+8
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-15/+3
* remove rfork(); ok guenther miodderaadt2012-04-121-38/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+65
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-3/+5
* System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadkettenis2006-01-058-16/+16
* zap rcsid.espie2005-08-0711-77/+11
* 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