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

Alan Cox alc at FreeBSD.org
Sun Apr 10 11:58:49 PDT 2005


alc         2005-04-10 18:58:49 UTC

  FreeBSD src repository

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


More information about the cvs-all mailing list