Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src db and systat pullups.
details: https://anonhg.NetBSD.org/src/rev/aafa56f92216
branches: netbsd-1-4
changeset: 469503:aafa56f92216
user: he <he%NetBSD.org@localhost>
date: Sun Sep 26 13:39:52 1999 +0000
description:
db and systat pullups.
diffstat:
CHANGES-1.4.2 | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 5a9c5b684fa1 -r aafa56f92216 CHANGES-1.4.2
--- a/CHANGES-1.4.2 Sun Sep 26 13:39:26 1999 +0000
+++ b/CHANGES-1.4.2 Sun Sep 26 13:39:52 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.4.2,v 1.1.2.40 1999/09/26 05:33:31 cgd Exp $
+# $NetBSD: CHANGES-1.4.2,v 1.1.2.41 1999/09/26 13:39:52 he Exp $
A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
@@ -515,3 +515,24 @@
Correct handling of extended partitions within extended partitions, and
add support for Linux extended partitions.
+
+include/db.h 1.17
+
+ Fix P_{16,32}_SWAP() macros to avoid unaligned 16 and 32 bit
+ memory accesses. This fixes a problem seen on arm32 when trying
+ to use the db(3) functions to access a BIG_ENDIAN btree.
+
+usr.bin/systat/extern.h 1.8-1.9
+usr.bin/systat/fetch.c 1.5
+usr.bin/systat/main.c 1.16
+usr.bin/systat/netstat.c 1.11
+usr.bin/systat/pigs.c 1.14
+
+ LP64 and type sanity fixes, with visible effects of enabling echo
+ on commands and correct cursor placement after update.
+
+usr.bin/systat/cmds.c 1.10
+usr.bin/systat/keyboard.c 1.6
+
+ Do not downcase input, which prevented "ignore X11" in the
+ "netstat" display from working. Fixes PR#7655.
Home |
Main Index |
Thread Index |
Old Index