summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax/string
AgeCommit message (Collapse)Author
2016-03-09We are done providing support for the vax.Theo de Raadt
lots of agreement.
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
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@
2015-05-26Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gasMiod Vallat
2.17, while 2.15 didn't care, which just caused a cold shiver accross my spine.
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
part of the ISO C standard and have also been dropped from POSIX. OK guenther@ kettenis@
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingTheo de Raadt
(potentially) MD versions (function dependent, not filename dependent) split out memcpy/memmove/bcopy and strchr/index/strrchr/rindex Bring back amd64 .S versions And the final touch: switch all architectures temporarily to MI memcpy.c, which contains syslog + abort for overlapping copies. A nice harsh undefined behaviour. We will clean the entire userland of the remaining issues in this catagory, then switch to the optimised memcpy which skips the memmove check. I tried to cut this change into pieces, but testing each sub-step on every architecture is too time consuming and mindnumbing. ok miod
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
2012-09-04remove lint leftovers; ok guenther@Okan Demirmen
2007-05-17LSRCS should refer to the C source version of asm files 'put it in' deraadt@Dale Rahn
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingOtto Moerbeek
stuff to LSRCS
2005-08-07zap rcsid.Marc Espie
okay deraadt@ (tested them all)
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2001-03-18Fix lots of register masks.Brandon Creighton
1999-04-25missing parts from last commitTodd C. Miller
1997-07-23tabifykstailey
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-05-22sync to raggeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt