summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2020-11-284-12/+12
* Retguard asm macros for powerpc libc, ld.sogkoehler2020-10-266-16/+38
* SYS___threxit cannot fail, but this integration looks like a gadget.deraadt2020-10-181-1/+3
* Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2016-05-302-7/+7
* Oh right, actually delete this now that __cerror is unusedguenther2016-05-221-61/+0
* TIB conversion is complete, so set errno in the syscall stub and eliminateguenther2016-05-154-16/+17
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-29/+0
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-078-53/+19
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+3
* Backtrack a little bit and don't try to use the per-thread errno location ifkettenis2015-09-091-23/+21
* Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and returnguenther2015-09-051-1/+2
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-057-12/+20
* fix commentguenther2015-08-271-2/+2
* Hide many (194!) symbols that nothing should be using.guenther2015-08-263-46/+17
* Make __cerror() use the per-thread errno location if r2 isn't zero. This waykettenis2015-08-233-14/+22
* Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with thekettenis2015-08-232-8/+12
* 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-311-2/+1
* these are no longer used; ok guentherderaadt2012-09-041-43/+0
* Fix missing PIC -> __PIC__ conversions; ok pascalderaadt2012-08-224-10/+10
* make this actually workkettenis2012-07-011-23/+21
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-6/+2
* remove rfork(); ok guenther miodderaadt2012-04-121-32/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+53
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-2/+4
* zap rcsid.espie2005-08-073-18/+3
* These files are not necessary anymore.miod2003-09-011-29/+0
* Use a logical comparison (unsigned) for pointers. ok drahn@tdeval2003-07-101-2/+2
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-0714-6/+375
* clean up ifdefs for PIC, resulting code unchanged.drahn2002-10-071-6/+3
* s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.drahn2002-10-072-14/+14
* Simpler, smaller, more efficient and equivalent.drahn2002-10-071-13/+2
* cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()drahn2002-10-075-6/+6
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+5
* sigprocmask should return 0 on success, fixes powerpc ntpdate problem.drahn2002-01-101-0/+1
* Properly implement errno handling for the threaded libc (libc_r)drahn2000-11-261-17/+3
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-16/+0
* Fix the _THREAD_SAFE path through the cerror code for powerpc.rahnds1999-04-211-10/+6
* Fixes to the currently unused PIC support in the powerpc asm files.rahnds1999-03-122-2/+2
* mi ptraced1999-02-011-13/+0
* Preliminary version for PIC support. Builds and runs standard and profiledrahnds1999-01-288-63/+120
* Add correct handling of more systemcalls. either not implemented beforerahnds1998-08-076-6/+47
* Change some of the local symbols into "temporary", removed symbols.rahnds1998-07-051-6/+4
* Amazing how much confusion and how much tracing a simple 4 instead of a 3pefo1997-09-271-1/+5
* tabifykstailey1997-07-231-2/+2
* Check-in of powerpc library support.rahnds1996-12-2115-0/+178