summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/string/index.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-301-59/+0
| | | | | | | | | | | | | | | | (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
* VAX ELF userland bits. Consists mostly of register prefix additions.miod2013-07-051-8/+8
|
* 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.
* duplicate words and spelling fixes in commentsdavid2003-03-101-2/+2
| | | | ok miod@
* Fix RCS idstholo1996-08-191-1/+5
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* sync to raggederaadt1996-05-221-0/+63