Source-Changes-HG archive

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

[src/netbsd-1-4]: src some more



details:   https://anonhg.NetBSD.org/src/rev/bddc0fdc6621
branches:  netbsd-1-4
changeset: 469239:bddc0fdc6621
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Aug 20 05:07:07 1999 +0000

description:
some more

diffstat:

 CHANGES-1.4.2 |  26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r ee24ab223502 -r bddc0fdc6621 CHANGES-1.4.2
--- a/CHANGES-1.4.2     Fri Aug 20 05:06:06 1999 +0000
+++ b/CHANGES-1.4.2     Fri Aug 20 05:07:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.1 1999/08/20 04:47:28 cgd Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.2 1999/08/20 05:07:07 cgd Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -9,3 +9,27 @@
 
   Add the ability to read V7 tar archives which use USTAR-style
   directories.  Addresses PR#8220.  (kleink)
+
+sbin/newfs_msdos/newfs_msdos.c                 1.4
+
+  After determining the size of a file being used as an msdosfs image, seek
+  back to its start so subsequent writes go to the right places.  (cgd)
+
+lib/libkvm/kvm_file.c                          1.14
+
+  Fix kvm_getfiles() so that it works properly on kernel core dumps.  (cgd)
+
+usr.bin/netstat/unix.c                         1.18
+
+  Report error returns from kvm_getfiles() more correctly.  (cgd)
+
+sys/lib/libsa/ufs.c                            1.26
+
+  Fix a problem that could cause files' seek pointers to be incorrect
+  after being opened.  (cgd)
+
+usr.sbin/mbrlabel/mbrlabel.c                   1.4-1.5
+
+  Correct usage message and make the MBR examination code function
+  properly on architectures which enforce strict alignment.  (cgd)
+



Home | Main Index | Thread Index | Old Index