aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add a machine-specific, optimized implementation of strcat.Alan Cox2005-04-101-1/+1
| | | | | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks Notes: svn path=/head/; revision=144872
* Add a machine-specific, optimized implementation of strcpy.Alan Cox2005-04-101-1/+1
| | | | | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks Notes: svn path=/head/; revision=144854
* Add a machine-specific, optimized implementation of strcmp.Alan Cox2005-04-091-1/+2
| | | | | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks Notes: svn path=/head/; revision=144847
* Add machine-specific, optimized implementations of bcmp and memcmp.Alan Cox2005-04-081-1/+1
| | | | | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks Notes: svn path=/head/; revision=144782
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox2005-04-071-0/+3
memmove, and memset. PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks Notes: svn path=/head/; revision=144730