summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/string/strcat.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-281-2/+2
| | | | | | | | with "warning: " since 2003, so the messages themselves need not contain the prefix anymore. From Scott Cheloha ok jca, deraadt
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
| | | | | | | | | | | | wrapper .h files and asm labels to let internal calls resolve directly and not be overridable or use the PLT. Then, apply that framework to most of the functions in stdio.h, string.h, err.h, and wchar.h. Delete the should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here. tests clean on i386, amd64, sparc64, powerpc, and mips64 naming feedback from kettenis@ and millert@ ok kettenis@
* zap rcsid, tested there. okay deraadt@espie2005-08-071-5/+1
|
* Change wording of APIWARNs to match arch-independent code.kettenis2005-03-251-2/+2
| | | | ok deraadt@
* Fix APIWARNs.kettenis2005-03-251-3/+3
| | | | ok deraadt@
* warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2003-07-241-1/+8
| | | | | APIWARN; disabled by default. In use by many developers for quite some time, now they have a common knob to enable/disable this
* oopsderaadt2003-06-111-6/+1
|
* ansification; checked by pvalderaadt2003-06-111-1/+6
|
* Fix RCS idstholo1996-08-191-1/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+69