Source-Changes-HG archive

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

[src/netbsd-1-5]: src Fixup wording on packages.7 change.



details:   https://anonhg.NetBSD.org/src/rev/5306499116ff
branches:  netbsd-1-5
changeset: 490550:5306499116ff
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Fri Jan 26 03:11:44 2001 +0000

description:
Fixup wording on packages.7 change.

Head of the active queue lies at 10 Jan 2001:
 o if_ray: Make it compile on the alpha
 o tulip: Ignore rx errors if VLAN_MTU enabled
 o icmp6: Don't printf cksum errors unless ND6DEBUG
 o ifconfig: Initialize a pointer
 o libcrypto_idea, libcrypto_rc5: don't build these shared
 o i386: Implement div/ldiv functionally in libc
 o gcc: Mention Objective C in the NAME section

diffstat:

 CHANGES-1.5.1 |  37 ++++++++++++++++++++++++++++++++++---
 1 files changed, 34 insertions(+), 3 deletions(-)

diffs (62 lines):

diff -r 39224a62ae9a -r 5306499116ff CHANGES-1.5.1
--- a/CHANGES-1.5.1     Fri Jan 26 03:02:55 2001 +0000
+++ b/CHANGES-1.5.1     Fri Jan 26 03:11:44 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.5.1,v 1.1.2.21 2001/01/25 21:12:54 jhawk Exp $
+#      $NetBSD: CHANGES-1.5.1,v 1.1.2.22 2001/01/26 03:11:44 jhawk Exp $
 
 A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
 
@@ -541,7 +541,7 @@
 sys/dev/sbus/isp_sbus.c                                1.31-1.34
 sys/dev/microcode/isp/asm_2200.h               1.2
 sys/dev/microcode/isp/asm_sbus.h               1.16
-sys/dev/pci/isp_pci.c                          1.57-1.58, 1.60-1.61
+sys/dev/pci/isp_pci.c                          1.57-1.58, 1.61
 sys/dev/ic/isp.c                               1.62-1.65
 sys/dev/ic/ispvar.h                            1.36-1.38
 sys/dev/ic/isp_netbsd.h                                1.30-1.33
@@ -555,7 +555,7 @@
 
 share/man/man7/packages.7                      1.40
 
-  Remove documentation of NOCLEANDEPENDS (now default); document
+  Remove documentation of NOCLEANDEPENDS (default); document
   MAKEFILE, per PR 11866.
 
 crypto/dist/ssh/packet.c                       1.2
@@ -609,3 +609,34 @@
 
   Change PROT_EXEC handling. Clear it from the maxprot if the protection
   lacks it, after a failed udv_attach() and retry the udv_attach().
+
+sys/dev/pcmcia/if_ray.c                                1.26
+
+  Cast pktlen to u_long and print with %ld. Now it compiles on the alpha.
+
+sys/dev/ic/tulip.c                             1.85
+
+  Ignore receive errors if VLAN_MTU is enabled.
+
+sys/netinet6/icmp6.c                           1.50
+
+  Only printf() IPv6 ICMP checksum errors under ND6DEBUG.
+
+sbin/ifconfig/ifconfig.c                       1.94
+
+  Initialize an uninitialized pointer. PR11702.
+
+lib/libcrypto_idea/Makefile                    1.2
+lib/libcrypto_rc5/Makefile                     1.2
+
+  Don't build these libraries shared.
+
+lib/libc/arch/i386/stdlib/div.S                        1.6
+lib/libc/arch/i386/stdlib/ldiv.S               1.6
+
+  Implement working versions of div() and ldev(). Previously they returned
+  garbage, but were generally unused.
+
+gnu/dist/gcc/gcc.1                             1.8
+
+  Mention Objective C in .SH NAME section.



Home | Main Index | Thread Index | Old Index