Source-Changes-HG archive

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

[src/netbsd-1-4]: src Recent pullups:



details:   https://anonhg.NetBSD.org/src/rev/5c2f46960622
branches:  netbsd-1-4
changeset: 469610:5c2f46960622
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 19 16:51:45 1999 +0000

description:
Recent pullups:
 o minor fixes to spec_close() pullup
 o wscons / Linux emulation improvement
 o MacPPC support for MacOS-partitioned disks

diffstat:

 CHANGES-1.4.2 |  21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r acbf68df0b96 -r 5c2f46960622 CHANGES-1.4.2
--- a/CHANGES-1.4.2     Tue Oct 19 16:50:17 1999 +0000
+++ b/CHANGES-1.4.2     Tue Oct 19 16:51:45 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.62 1999/10/18 05:45:37 cgd Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.63 1999/10/19 16:51:45 he Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -770,7 +770,7 @@
   multicast packets which contain ip unicast packets; these packets
   would only be generated from misconfigured/buggy systems.
 
-sys/adosfs/advfsops.c                          1.37
+sys/adosfs/advfsops.c                          1.37-1.38
 sys/coda/coda_vnops.c                          1.14
 sys/filecorefs/filecore_vfsops.c               1.8
 sys/isofs/cd9660/cd9660_vfsops.c               1.40
@@ -779,6 +779,7 @@
 sys/msdosfs/msdosfs_vfsops.c                   1.63
 sys/ufs/ext2fs/ext2fs_vfsops.c                 1.28
 sys/ufs/ffs/ffs_vfsops.c                       1.53
+sys/ufs/lfs/lfs_vfsops.c                       1.39
 sys/uvm/uvm_swap.c                             1.29
 
   In spec_close(), call the device's close routine with the vnode
@@ -800,3 +801,19 @@
   for normal operation, but allows the driver to function properly
   even with some broken drives at the cost of some performance on
   drives that have a very low tagged command limit.
+
+sys/dev/wscons/wsdisplay.c                     1.31
+sys/dev/wscons/wsdisplay_compat_usl.c          1.10
+sys/dev/wscons/wsdisplayvar.h                  1.13
+
+  Enable VT-switching ioctls on ttyEcfg, which allows Linux X servers
+  to work when properly configured (with symlink /emul/linux/dev/tty0
+  -> /dev/ttyEcfg).
+
+sys/arch/macppc/include/disklabel.h            1.4
+sys/arch/macppc/macppc/disksubr.c              1.5
+
+  Add support for reading MacOS-partitioned disks. Stolen from the mac68k
+  port, but modified in that macppc searches for netbsd-partitioned
+  disks before MacOS partitioned disks, since installboot generates a
+  fake MacOS partition table which isn't the one we want to use.



Home | Main Index | Thread Index | Old Index