aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* amd64: convert libc bzero to a C func to avoid future bloatMateusz Guzik2018-11-151-1/+0
* amd64: convert libc bcopy to a C func to avoid future bloatMateusz Guzik2018-10-131-1/+0
* Correct MDSRCS use in <arch>/string/Makefile.inc.Brooks Davis2017-03-021-2/+11
* Make both stpcpy and strcpy be assembly language implementationsGeorge V. Neville-Neil2011-07-211-1/+1
* Add a machine-specific, optimized implementation of strcat.Alan Cox2005-04-101-1/+1
* Add a machine-specific, optimized implementation of strcpy.Alan Cox2005-04-101-1/+1
* Add a machine-specific, optimized implementation of strcmp.Alan Cox2005-04-091-1/+2
* Add machine-specific, optimized implementations of bcmp and memcmp.Alan Cox2005-04-081-1/+1
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox2005-04-071-0/+3