Source-Changes-HG archive

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

[src/netbsd-1-4]: src Today's first set:



details:   https://anonhg.NetBSD.org/src/rev/568c99d6b604
branches:  netbsd-1-4
changeset: 470371:568c99d6b604
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 15 10:09:08 2000 +0000

description:
Today's first set:
 o complain if errno is accessed without using <errno.h>
 o fix for large-memory Amiga machines

diffstat:

 CHANGES-1.4.2 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 8e4af59252b4 -r 568c99d6b604 CHANGES-1.4.2
--- a/CHANGES-1.4.2     Tue Feb 15 10:07:28 2000 +0000
+++ b/CHANGES-1.4.2     Tue Feb 15 10:09:08 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.122 2000/02/13 23:20:42 he Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.123 2000/02/15 10:09:08 he Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -3443,3 +3443,13 @@
 sys/arch/alpha/alpha/dec_550.c                 patch
 
   Make this compile when NPCKBD > 0.
+
+lib/libc/gen/errno.c                           1.3
+
+  Arrange for a linker warning to be displayed when the errno datum
+  is accessed directly (not using <errno.h>).
+
+sys/arch/amiga/include/vmparam.h               1.26
+
+  Enlarge initial kernel page table.  Needed to boot some 128 MB
+  machines.



Home | Main Index | Thread Index | Old Index