summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-294-4/+4
| | | | | | | | | to builtins like mem{set,cpy,move} and __stack_smash_handler. So, when building with clang, instead mark those as protected visibility to get rid of the PLT relocations. We can't take the address of them then, but that's ok: it's a build-time error not a run-time error. ok kettenis@
* Need SYS.h for END_STRONG()guenther2015-09-134-4/+4
|
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-134-0/+4
| | | | prodded by semarie@
* more rcsid/sccs cleanupderaadt2009-10-284-20/+0
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* tabifykstailey1997-07-232-16/+16
|
* Fix RCS idstholo1996-08-194-10/+8
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-184-0/+140