Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src Today's second set:



details:   https://anonhg.NetBSD.org/src/rev/0595f8778355
branches:  netbsd-1-4
changeset: 470740:0595f8778355
user:      he <he%NetBSD.org@localhost>
date:      Wed Jul 05 21:18:34 2000 +0000

description:
Today's second set:
 o Introduce "teeny" variable in shlib_version
 o Add strlcat() and strlcpy() to libc; bump teeny number
 o Fix local strlcpy implementation in user.c to conform to prototype
 o Add ti* at pci? to alpha and i386 GENERIC

diffstat:

 CHANGES-1.4.3 |  34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 8fa173b5038b -r 0595f8778355 CHANGES-1.4.3
--- a/CHANGES-1.4.3     Wed Jul 05 21:14:11 2000 +0000
+++ b/CHANGES-1.4.3     Wed Jul 05 21:18:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.3,v 1.1.2.31 2000/07/05 20:15:44 he Exp $
+#      $NetBSD: CHANGES-1.4.3,v 1.1.2.32 2000/07/05 21:18:34 he Exp $
 
 A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
 
@@ -743,3 +743,35 @@
   as broken/fragile.  Unlikely to be of much use, and confuses new
   users when their system crashes when they, or their dhclient
   stumble over it.  See PR#10500 and PR#8994 for the gory details.
+
+share/bsd.lib.mk                               1.171 via patch
+lib/checkver                                   1.11
+lib/libterm/Makefile                           1.24
+
+  Introduce the optional "teeny" variable in shlib_version, so that
+  we don't abuse the "minor" number to optionally include the
+  "teeny" number.  Replace explicit ${SHLIB_MAJOR}.${SHLIB_MINOR}
+  with ${SHLIB_FULLVERSION}.
+
+lib/libc/string/strlcat.c              1.1-1.3
+lib/libc/string/strlcpy.3              1.1-1.2
+lib/libc/string/strlcpy.c              1.1-1.3
+lib/libc/string/Makefile.inc           1.49
+lib/libc/string/strcat.3               1.7
+lib/libc/string/strcpy.3               1.8
+lib/libc/shlib_version                 patch
+include/string.h                       1.19-1.20
+distrib/sets/lists/shl.mi              patch
+distrib/sets/lists/comp/mi             patch
+
+  Add strlcpy() and strlcat() to libc, bump its "teeny" version
+  number.
+
+usr.sbin/user/user.c                   patch
+
+  Make the ersatz strlcpy() conform to the official prototype.
+
+sys/arch/alpha/conf/GENERIC            patch
+sys/arch/i386/conf/GENERIC             patch
+
+  Add entry for Alteon ACEnic gigabit Ethernet interface (ti).



Home | Main Index | Thread Index | Old Index