OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Michael Shalayeff (mickeycvs.openbsd.org)
Date: Mon Jul 08 2002 - 10:20:15 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: mickeycvs.openbsd.org 2002/07/08 09:20:15

    Modified files:
            lib/libc/arch/i386/string: bcopy.S

    Log message:
    offload the arguments from the stack before performing
    the copying, initial idea is from freebsd (not fully
    implemented there, apparently).
    this also makes bcopy/memcpy a tiny little bit faster.