summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2020-11-287-24/+24
* Retguard asm macros for powerpc libc, ld.sogkoehler2020-10-269-64/+87
* SYS___threxit cannot fail, but this integration looks like a gadget.deraadt2020-10-181-1/+3
* Userland timecounter for macppcgkoehler2020-07-171-2/+22
* Add support for timeconting in userland.pirofti2020-07-062-1/+22
* Provide an optimized implementation of ffs(3) in libc onnaddy2020-06-262-2/+18
* Unexport __floatundidf.kettenis2019-10-231-1/+0
* Unlike gas, clang's assembler complains about duplicate symbol assignments.guenther2019-07-141-2/+2
* Copy files from ../librthread in preparation for moving functionalityguenther2017-08-151-0/+53
* RELRO means the __{got,plt}_{start,end} symbols are superfluousguenther2017-02-271-2/+0
* Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther2016-07-262-4/+6
* Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2016-05-303-8/+7
* Only require 4 byte alignment on ILP32 archsguenther2016-05-291-2/+2
* Use .balign instead of .align; only need 8 byte alignment not 2^8guenther2016-05-291-2/+2
* Add XOR cookies for r1 (stack) and lr. Switch from calling obsoleteguenther2016-05-222-108/+209
* Oh right, actually delete this now that __cerror is unusedguenther2016-05-221-61/+0
* Add END() to match ENTRY() macrosguenther2016-05-152-3/+8
* TIB conversion is complete, so set errno in the syscall stub and eliminateguenther2016-05-156-21/+33
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-29/+0
* No, sigaltstack's onstack flag shouldn't be saved. Delete commentguenther2016-05-081-2/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-0710-57/+24
* The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.guenther2016-03-211-23/+0
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-0/+23
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-1/+2
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-232-7/+7
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-131-5/+5
* 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-058-17/+34
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-312-3/+28
* fix commentguenther2015-08-271-2/+2
* Hide many (194!) symbols that nothing should be using.guenther2015-08-264-51/+17
* Make __cerror() use the per-thread errno location if r2 isn't zero. This waykettenis2015-08-234-17/+25
* Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with thekettenis2015-08-232-8/+12
* Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by thekettenis2015-08-231-3/+21
* Explicitly list the symbols permitted to be exported by libc.guenther2015-08-221-0/+15
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-151-2/+2
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-072-5/+8
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-311-2/+1
* asm version from libkern, but mempcy() remains tied to thederaadt2014-12-042-2/+170
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-301-3/+5
* zap trailing newlines; "go for it" deraadtokan2014-07-161-1/+0
* Nuke the machinery to sync libkern with libc, it's not been used in themiod2014-06-091-4/+1
* Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hmatthew2014-06-041-9/+1
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-178-19/+19
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-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