cvs commit: src/lib/libc/amd64/string Makefile.inc strcpy.S

Alan Cox alc at FreeBSD.org
Sat Apr 9 22:11:07 PDT 2005


alc         2005-04-10 05:11:06 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/string Makefile.inc 
  Added files:
    lib/libc/amd64/string strcpy.S 
  Log:
  Add a machine-specific, optimized implementation of strcpy.
  
  PR: 73111
  Submitted by: Ville-Pertti Keinonen <will at iki.fi> (taken from NetBSD)
  MFC after: 3 weeks
  
  Revision  Changes    Path
  1.4       +1 -1      src/lib/libc/amd64/string/Makefile.inc
  1.1       +112 -0    src/lib/libc/amd64/string/strcpy.S (new)


More information about the cvs-all mailing list