Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/doc Tickets 932 to 937.
details: https://anonhg.NetBSD.org/src/rev/588d4f4677ef
branches: netbsd-3
changeset: 577449:588d4f4677ef
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 06 13:34:02 2005 +0000
description:
Tickets 932 to 937.
diffstat:
doc/CHANGES-3.0 | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diffs (42 lines):
diff -r 889081d9a9d8 -r 588d4f4677ef doc/CHANGES-3.0
--- a/doc/CHANGES-3.0 Sun Nov 06 13:32:22 2005 +0000
+++ b/doc/CHANGES-3.0 Sun Nov 06 13:34:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0,v 1.1.2.298 2005/11/05 06:59:28 riz Exp $
+# $NetBSD: CHANGES-3.0,v 1.1.2.299 2005/11/06 13:34:02 tron Exp $
A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
until the 3.0 release:
@@ -13882,3 +13882,32 @@
still have a reference to the db, but won't try to write it on exit.
[bouyer, ticket #932]
+sys/dev/sbus/be.c 1.46
+
+ ETHERCAP_VLAN_MTU is a flag for ec_capabilities, the size of the 802.1q
+ encaptulation header is ETHER_VLAN_ENCAP_LEN.
+ [bouyer, ticket #933]
+
+lib/libkvm/kvm_x86_64.c 1.5
+
+ Fix parsing the page tables.
+ [chs, ticket #934]
+
+sbin/newfs/mkfs.c 1.92
+
+ Don't set fs_maxsymlinklen and fs_old_inodefmt twice, we set them
+ correctly the first time. Fixes PR kern/26995.
+ [chs, ticket #935]
+
+bin/ps/keyword.c 1.45
+
+ Add a keyword for the uarea address. Very useful with crashdumps.
+ [chs, ticket #936]
+
+sys/fs/msdosfs/denode.h 1.10
+sys/fs/msdosfs/msdosfs_vnops.c 1.22
+
+ PR kern/32003: msdosfs doesn't properly zero out high cluster data
+ on non-FAT32 msdos filesystems.
+ [christos, ticket #937]
+
Home |
Main Index |
Thread Index |
Old Index