opnsense-src/lib/libc
Bruce Evans e23b7f75de Use separate routines for memmove() and memcpy(). This lets me drop
the (buggy) support for alternative entry points.  ALTENTRY() was only
used for memmove().  Optimizing for space was particularly silly because
memcpy() is rarely used (gcc normally inlines it).
Obtained from:	NetBSD
1997-04-20 13:02:48 +00:00
..
amd64 Fixed long lines. 1997-04-19 17:05:30 +00:00
compat-43 Fixed wrong/incomplete #includes in synopsis. 1997-04-13 13:02:07 +00:00
db Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
gen Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
gmon Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:16:20 +00:00
i386 Use separate routines for memmove() and memcpy(). This lets me drop 1997-04-20 13:02:48 +00:00
locale Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
net Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:26:42 +00:00
nls Restricting $LANG was a really bad idea 1997-03-25 05:36:37 +00:00
quad Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
regex Speedup in case locale not used 1997-04-04 19:40:49 +00:00
rpc Fixed wrong #include in synopsis. 1997-04-13 13:29:06 +00:00
stdio Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:35:33 +00:00
stdlib Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
stdtime Fixed wording of previous change. 1997-03-31 05:18:27 +00:00
string Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
sys Fixed missing const. Include <unistd.h> so that the function type gets 1997-04-14 15:14:58 +00:00
xdr Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
yp Don't even think about processing bogus domain names here. 1997-04-10 20:26:04 +00:00
Makefile Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00