summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/sys/sigprocmask.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* TIB conversion is complete, so set errno in the syscall stub and eliminateguenther2016-05-151-2/+4
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-2/+2
* 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-051-1/+2
* Make __cerror() use the per-thread errno location if r2 isn't zero. This waykettenis2015-08-231-2/+2
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-071-0/+27
* cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()drahn2002-10-071-1/+1
* sigprocmask should return 0 on success, fixes powerpc ntpdate problem.drahn2002-01-101-0/+1
* Fixes to the currently unused PIC support in the powerpc asm files.rahnds1999-03-121-1/+1
* Preliminary version for PIC support. Builds and runs standard and profiledrahnds1999-01-281-15/+15
* Amazing how much confusion and how much tracing a simple 4 instead of a 3pefo1997-09-271-1/+5
* Check-in of powerpc library support.rahnds1996-12-211-0/+30