summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/sys/sbrk.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2016-05-301-2/+2
* 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
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-051-3/+6
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-10/+9
* Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with thekettenis2015-08-231-4/+6
* Fix missing PIC -> __PIC__ conversions; ok pascalderaadt2012-08-221-2/+2
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-071-0/+27
* s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.drahn2002-10-071-8/+8
* cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()drahn2002-10-071-1/+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-9/+19
* Check-in of powerpc library support.rahnds1996-12-211-0/+32