History log of /openbsd-src/lib/libc/arch/i386/string/strcat.S (Results 1 – 10 of 10)
Revision Date Author Comments
# e34cb67c 28-Nov-2017 tb <tb@openbsd.org>

GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
with "warning: " since 2003, so the messages themselves need not
contain the prefix anymore.

From Scott Cheloha
ok jca, deraadt


# 9b9d2a55 31-Aug-2015 guenther <guenther@openbsd.org>

Add framework for resolving (pun intended) libc namespace issues, using
wrapper .h files and asm labels to let internal calls resolve directly and
not be overridable or use the PLT. Then, apply that

Add framework for resolving (pun intended) libc namespace issues, using
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@

show more ...


# 7250dd08 07-Aug-2005 espie <espie@openbsd.org>

zap rcsid, tested there. okay deraadt@


# 6023d474 25-Mar-2005 kettenis <kettenis@openbsd.org>

Change wording of APIWARNs to match arch-independent code.
ok deraadt@


# 53e644ec 25-Mar-2005 kettenis <kettenis@openbsd.org>

Fix APIWARNs.
ok deraadt@


# a177c125 24-Jul-2003 deraadt <deraadt@openbsd.org>

warn about unsafe APIs at link time. Conditional on libc/Makefile defining
APIWARN; disabled by default. In use by many developers for quite some time,
now they have a common knob to enable/disable

warn about unsafe APIs at link time. Conditional on libc/Makefile defining
APIWARN; disabled by default. In use by many developers for quite some time,
now they have a common knob to enable/disable this

show more ...


# 1929d8d4 11-Jun-2003 deraadt <deraadt@openbsd.org>

oops


# f723aa39 11-Jun-2003 deraadt <deraadt@openbsd.org>

ansification; checked by pval


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree