summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/sys
AgeCommit message (Expand)AuthorFilesLines
2021-02-03Adding a hard-trap instruction after the __threxit syscall instructionkurt1-2/+1
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2-6/+6
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-33/+0
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther4-90/+13
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther1-3/+3
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.guenther2-8/+8
2015-08-26Hide many (194!) symbols that nothing should be using.guenther3-46/+16
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,guenther1-2/+3
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2-12/+4
2014-01-10correct argument handling; this has been broken since to beginningderaadt1-3/+2
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal3-8/+8
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-15/+3
2012-04-12remove rfork(); ok guenther miodderaadt1-38/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+65
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther1-3/+5
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadkettenis8-16/+16
2005-08-07zap rcsid.espie11-77/+11
2004-06-10include whole SYS.h instead of just machine/asm.hmickey1-2/+2
2004-05-25PICy stuffmickey4-15/+81
2003-06-02three four kill ...mickey11-77/+22
2003-01-15minbrk is exposed, gmon uses itmickey1-6/+6
2002-10-31gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, missed this fuct in the previous take on thread-safe libcmickey8-32/+32
2002-10-07name space pollution; after art@mickey2-18/+18
2002-07-25real vforkmickey1-4/+16
2002-02-17rfork() needs a fork.S-like stub as well; ok artderaadt1-0/+49
2002-02-06no need to interlock the register, use r0 as outputmickey1-3/+3
2001-06-04entrieness cleanupmickey7-21/+21
2001-03-29fix fork, brk/sbrk; rcsid embeddingmickey10-52/+40
2000-01-25simplify, maaan!mickey3-19/+8
2000-01-24return values are in ret* regsmickey2-8/+8
2000-01-12ugly workaround for an .align parse bug in current binutilsmickey10-24/+37
1999-12-31typo; busted ld does not report unresolved symbols from .s sourcesmickey1-3/+3
1999-12-31this is not used anywhere, since static variables are just not visiblemickey1-5/+0
1999-12-31SYSLIBC_SCCSmickey10-7/+166
1999-12-31like forkmickey1-1/+39
1999-12-31sigsuspendmickey1-1/+39
1999-12-31this was toughmickey1-1/+56
1999-12-31do the deedmickey1-1/+40
1999-12-31according to brkmickey1-1/+61
1999-12-310 in child, pid in parentmickey1-1/+39
1999-12-31real fleshmickey1-0/+56
1999-12-31i dunno how ptrace gonna work, so just do an execve for nowmickey1-2/+2
1999-11-14this seem proper nowmickey1-7/+0
1999-09-14some basic frameworkmickey12-0/+66