Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/197e2b13f15d
branches:  netbsd-1-4
changeset: 469490:197e2b13f15d
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Sep 26 02:15:42 1999 +0000

description:
a few more

diffstat:

 CHANGES-1.4.2 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r cded4d1d1a65 -r 197e2b13f15d CHANGES-1.4.2
--- a/CHANGES-1.4.2     Sun Sep 26 02:14:27 1999 +0000
+++ b/CHANGES-1.4.2     Sun Sep 26 02:15:42 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.38 1999/09/24 06:00:33 cgd Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.39 1999/09/26 02:15:42 cgd Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -484,3 +484,24 @@
 
   Remove references to nonexistent manual pages and replace them with
   up-to-date references where appropriate.
+
+share/man/man8/compat_ultrix.8                 1.9
+
+  Fix typo in roff macro name.
+
+bin/df/df.c                                    1.32
+
+  Fix overflow on big partition's raw device.
+
+usr.bin/join/join.c                            1.16
+
+  Fix incorrect array size in a call to memset(), and avoid a possible
+  segmentation fault in a call to memmove().  Fixes PR#8184.
+
+sys/dev/raidframe/rf_netbsdkintf.c             1.20
+sys/dev/raidframe/rf_raid.h                    1.6
+sys/dev/raidframe/rf_states.c                  1.7
+
+  Add a more reasonable throttling mechanism to the RAIDframe code.
+  Increases write performance, and helps prevent the I/O routines from
+  using too much kernel memory.



Home | Main Index | Thread Index | Old Index