summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc
AgeCommit message (Expand)Author
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-10-26Retguard asm macros for powerpc libc, ld.sogkoehler
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.Theo de Raadt
2020-07-17Userland timecounter for macppcgkoehler
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-26Provide an optimized implementation of ffs(3) in libc onChristian Weisgerber
2019-10-23Unexport __floatundidf.Mark Kettenis
2019-07-14Unlike gas, clang's assembler complains about duplicate symbol assignments.Philip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-02-27RELRO means the __{got,plt}_{start,end} symbols are superfluousPhilip Guenther
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)Philip Guenther
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationPhilip Guenther
2016-05-29Only require 4 byte alignment on ILP32 archsPhilip Guenther
2016-05-29Use .balign instead of .align; only need 8 byte alignment not 2^8Philip Guenther
2016-05-22Add XOR cookies for r1 (stack) and lr. Switch from calling obsoletePhilip Guenther
2016-05-22Oh right, actually delete this now that __cerror is unusedPhilip Guenther
2016-05-15Add END() to match ENTRY() macrosPhilip Guenther
2016-05-15TIB conversion is complete, so set errno in the syscall stub and eliminatePhilip Guenther
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubPhilip Guenther
2016-05-08No, sigaltstack's onstack flag shouldn't be saved. Delete commentPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-21The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.Philip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2015-10-27Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),Philip Guenther
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-09-13Do provide hidden _libc_* aliases for sig{block,setmask} and use them inPhilip Guenther
2015-09-09Backtrack a little bit and don't try to use the per-thread errno location ifMark Kettenis
2015-09-05Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and returnPhilip Guenther
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-08-27fix commentPhilip Guenther
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2015-08-23Make __cerror() use the per-thread errno location if r2 isn't zero. This wayMark Kettenis
2015-08-23Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with theMark Kettenis
2015-08-23Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by theMark Kettenis
2015-08-22Explicitly list the symbols permitted to be exported by libc.Philip Guenther
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childPhilip Guenther
2014-12-04asm version from libkern, but mempcy() remains tied to theTheo de Raadt
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingTheo de Raadt
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-06-09Nuke the machinery to sync libkern with libc, it's not been used in theMiod Vallat
2014-06-04Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hMatthew Dempsky
2014-04-17It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-09-04these are no longer used; ok guentherTheo de Raadt
2012-08-22Fix missing PIC -> __PIC__ conversions; ok pascalTheo de Raadt
2012-07-01make this actually workMark Kettenis