Source-Changes-HG archive

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

[src/netbsd-1-4]: src Still a few more:



details:   https://anonhg.NetBSD.org/src/rev/0cd2bf2a3e3a
branches:  netbsd-1-4
changeset: 471006:0cd2bf2a3e3a
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 11 18:54:05 2000 +0000

description:
Still a few more:
 o More format fixes to dump
 o Typo correction in fsck_msdos/fat.c
 o Fix to make gcc permit NULL format strings
 o plug possible talkd buffer overrun
 o bugfix for restore and handling of large dump images (PR#11188)

diffstat:

 CHANGES-1.4.3 |  22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diffs (61 lines):

diff -r f36d41ad8faa -r 0cd2bf2a3e3a CHANGES-1.4.3
--- a/CHANGES-1.4.3     Wed Oct 11 18:49:10 2000 +0000
+++ b/CHANGES-1.4.3     Wed Oct 11 18:54:05 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.3,v 1.1.2.71 2000/10/10 22:30:15 he Exp $
+#      $NetBSD: CHANGES-1.4.3,v 1.1.2.72 2000/10/11 18:54:05 he Exp $
 
 A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
 
@@ -1460,6 +1460,7 @@
 
   Make this program actually able to change the YP password.
 
+dist/bind/bin/named-xfer/named-xfer.c          1.2
 dist/bind/bin/named/db_dump.c                  1.2
 dist/bind/bin/named/db_glue.c                  1.2
 dist/bind/bin/named/db_load.c                  1.2
@@ -1478,7 +1479,6 @@
 dist/bind/bin/named/ns_resp.c                  1.2
 dist/bind/bin/named/ns_stats.c                 1.2
 dist/bind/bin/named/ns_update.c                        1.2
-dist/bind/bin/named-xfer/named-xfer.c          1.2
 dist/bind/bin/ndc/ndc.c                                1.2
 dist/bind/include/isc/ctl.h                    1.2
 dist/bind/include/isc/logging.h                        1.2
@@ -1510,13 +1510,17 @@
 sbin/ccdconfig/ccdconfig.c                     1.32
 sbin/disklabel/disklabel.c                     1.89 via patch
 sbin/dump/dump.h                               1.20
+sbin/dump/main.c                               1.26
 sbin/dump/optr.c                               1.14
+sbin/dump/rcache.c                             1.5
+sbin/dump/tape.c                               1.22
 sbin/fsck/fsutil.c                             1.8
 sbin/fsck_ext2fs/utilities.c                   1.5
 sbin/fsck_ffs/utilities.c                      1.27
 sbin/fsck_lfs/utilities.c                      1.6
 sbin/fsck_msdos/ext.h                          1.7
 sbin/fsck_msdos/fat.c                          1.12 via patch
+sbin/fsck_msdos/fat.c                          patch
 sbin/fsdb/fsdb.c                               1.17
 sbin/mount/mount.c                             1.50 via patch
 sbin/newfs/newfs.c                             1.39
@@ -1528,3 +1532,17 @@
 sbin/routed/main.c                             1.25
 
   Format string cleanup.
+
+gnu/dist/gcc/c-common.c                                1.7
+
+  Allow NULL format strings except under pedantic checking,
+  so that we may check the err() formats.
+
+libexec/talkd/announce.c                       1.12
+
+  Make sure big_buf is big enough to hold output.
+
+sbin/restore/tape.c                            1.40-1.41
+
+  Make restore correctly handle large dumps with large inode maps.
+  Fixes PR#11188.



Home | Main Index | Thread Index | Old Index