summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/string/memcpy.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Noone cares what castle the princess is inderaadt2014-12-021-1/+0
|
* sync bcopy/memmove/memcpy implementation with the kernel. ok deraadttedu2014-12-021-62/+1
|
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-301-3/+62
| | | | | | | | | | | | | | | | (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
* zap rcsid, tested there. okay deraadt@espie2005-08-071-5/+1
|
* Fix RCS idstholo1996-08-191-0/+5
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+2