summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/sys/sigpending.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2020-11-281-3/+3
| | | | | | | | | This changes RETGUARD_SETUP(ffs) to RETGUARD_SETUP(ffs, %r11, %r12) and RETGUARD_CHECK(ffs) to RETGUARD_CHECK(ffs, %r11, %r12) to show that r11 and r12 are in use between setup and check, and to pick registers other than r11 and r12 in some kernel functions. ok mortimer@ deraadt@
* Retguard asm macros for powerpc libc, ld.sogkoehler2020-10-261-2/+5
| | | | | | | | | | Add retguard to some, but not all, asm functions in libc. Edit SYS.h in libc to remove the PREFIX macros and add SYSENTRY (more like aarch64 and powerpc64), so we can insert RETGUARD_SETUP after SYSENTRY. Some .S files in this commit don't get retguard, but do stop using the old prefix macros. Tested by deraadt@, who put this diff in a macppc snap.
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-051-1/+2
| | | | | | | | Stop generating _brk and _sbrk symbols: they've already been hidden. Set the ELF symbol size on the syscall stubs. Give the __{min,cur}brk symbols a size and type, and hide more jump labels. ok deraadt@
* make this actually workkettenis2012-07-011-23/+21
| | | | ok miod@
* zap rcsid.espie2005-08-071-6/+1
| | | | okay deraadt@ (tested them all)
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-071-2/+26
| | | | powerpc port by Dale Rahn.
* Add correct handling of more systemcalls. either not implemented beforerahnds1998-08-071-1/+11
| | | | or poorly implemented.
* Check-in of powerpc library support.rahnds1996-12-211-0/+1
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.