1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/lib/libc/i386
Bruce Evans 1c33c5a76b Merged with the 1996/11/12 NetBSD version:
- use a slightly less bogus copyright.  This file was never contributed
  to Berkeley.  It still claims to be copright by the Regents.
- use <machine/asm.h> instead of "DEFS.h".
- use RCSID($Id$) instead of explicit assembly code and messy ifdefs.
  The rcsid won't be put into the object file until we make RCSID()
  non-null.  NetBSD uses a LIBC_SCCS ifdef here.  We used a LIBC_RCS
  instead, but I want RCSID() to be controlled directly by LIBC_RCS
  (actually by LIB_RCS).  This is the only difference with the NetBSD
  version.
- added ifdefs to support generation of memcpy() and memmove().  The
  other changes are "while I'm here" to get this.
- improved style of the copy backwards case.
1997-04-20 12:09:18 +00:00
..
gen Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
net Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
stdlib Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
string Merged with the 1996/11/12 NetBSD version: 1997-04-20 12:09:18 +00:00
sys Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
DEFS.h Second stage of moving this to in <machine/asm.h>: just include 1997-04-15 14:18:17 +00:00
SYS.h Fixed long lines. 1997-04-19 17:05:30 +00:00