summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc/sys/sbrk.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* retire the sparc library codetedu2016-09-011-85/+0
|
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-101-3/+7
| | | | | | | | | | 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. alpha, arm, m88k, sh, sparc, and vax assistance miod@ hppa assistance kettenis@ ok deraadt@ miod@
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-2/+5
| | | | | | | Delete exect(2); it wasn't portable across archs and nothing used it. ports test build by naddy@ ok deraadt@ kettenis@
* Add support for -fPICderaadt2012-09-041-1/+7
| | | | ok kettenis
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-2/+2
| | | | | | | invocations. This allows us to use the compiler builtin define __PIC__ to check for PIC/PIEness rather than passing -DPIC. Simplifies PIE work a lot. ok matthew@, conceptually ok kurt@
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* curbrk -> __curbrk on sparc to avoid name space pollution.art2002-10-061-7/+7
|
* Fix RCS idstholo1996-08-191-6/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+82