Wed Nov 29 04:09:01 2017 UTC ()
new gdb


(christos)
diff -r1.1486 -r1.1487 src/doc/3RDPARTY
diff -r1.2335 -r1.2336 src/doc/CHANGES

cvs diff -r1.1486 -r1.1487 src/doc/3RDPARTY (expand / switch to unified diff)

--- src/doc/3RDPARTY 2017/11/26 12:48:44 1.1486
+++ src/doc/3RDPARTY 2017/11/29 04:09:01 1.1487
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: 3RDPARTY,v 1.1486 2017/11/26 12:48:44 hauke Exp $ 1# $NetBSD: 3RDPARTY,v 1.1487 2017/11/29 04:09:01 christos Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches. Divergence from the official 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 10# When importing, please deal with the RCS IDs in this way:
11# 1. Preserve the RCS IDs in the files by removing the $ signs from 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
@@ -472,27 +472,27 @@ When importing a new version of external @@ -472,27 +472,27 @@ When importing a new version of external
472 - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old 472 - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old
473Before importing a new version of external/gpl3/gcc: 473Before importing a new version of external/gpl3/gcc:
474 - delete all .cvsignore and .gitignore files 474 - delete all .cvsignore and .gitignore files
475 - delete java ada fortran their libraries and testsuites 475 - delete java ada fortran their libraries and testsuites
476 - delete libffi zlib boehm-gc  476 - delete libffi zlib boehm-gc
477 - update gcc/version.c for the NetBSD GCC date 477 - update gcc/version.c for the NetBSD GCC date
478 - use core/c++/objc/testsuite tarballs 478 - use core/c++/objc/testsuite tarballs
479 - you can use the gcc2netbsd script for the above (except version) 479 - you can use the gcc2netbsd script for the above (except version)
480 - update tools/gcc/gcc-version.mk 480 - update tools/gcc/gcc-version.mk
481 - force generate and copy tools/gcc build version of these files 481 - force generate and copy tools/gcc build version of these files
482 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1 482 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1
483 483
484Package: gdb 484Package: gdb
485Version: 7.12 485Version: 8.0.1
486Current Vers: 8.0.1 486Current Vers: 8.0.1
487Maintainer: FSF 487Maintainer: FSF
488Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 488Archive Site: ftp://ftp.gnu.org/gnu/gdb/
489Home Page: http://www.gnu.org/software/gdb/ 489Home Page: http://www.gnu.org/software/gdb/
490Mailing List: bug-gdb@gnu.org 490Mailing List: bug-gdb@gnu.org
491Responsible: christos 491Responsible: christos
492License: GPLv3, LGPLv3.1 492License: GPLv3, LGPLv3.1
493Location: external/gpl3/gdb/dist 493Location: external/gpl3/gdb/dist
494Notes: 494Notes:
495When updating GDB, it is imperative to test that: 495When updating GDB, it is imperative to test that:
496 - Debugging of kernel cores ("target kvm") works correctly 496 - Debugging of kernel cores ("target kvm") works correctly
497 - Support for our kernel's remote serial debugging protocol 497 - Support for our kernel's remote serial debugging protocol
498 ("options KGDB") works correctly. 498 ("options KGDB") works correctly.

cvs diff -r1.2335 -r1.2336 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2017/11/25 16:33:59 1.2335
+++ src/doc/CHANGES 2017/11/29 04:09:01 1.2336
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2335 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2336 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -78,13 +78,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0: @@ -78,13 +78,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
78 bwfm(4): Add driver for Broadcom BCM43xxx "FullMAC" USB wireless 78 bwfm(4): Add driver for Broadcom BCM43xxx "FullMAC" USB wireless
79 adapters. [jmcneill 20171025] 79 adapters. [jmcneill 20171025]
80 kernhist(9): Reworked the export-via-sysctl code to use uintptr_t 80 kernhist(9): Reworked the export-via-sysctl code to use uintptr_t
81 arguments, PR kern/52639. Requires contemporaneous update 81 arguments, PR kern/52639. Requires contemporaneous update
82 of vmstat(1). [pgoyette 20171028] 82 of vmstat(1). [pgoyette 20171028]
83 x86: Add support for XSAVEOPT [maxv 20171104] 83 x86: Add support for XSAVEOPT [maxv 20171104]
84 acpi(4): Updated ACPICA to 20171110. [christos 20171111] 84 acpi(4): Updated ACPICA to 20171110. [christos 20171111]
85 sunxinand(4): Add driver for Allwinner NAND Flash Controller. 85 sunxinand(4): Add driver for Allwinner NAND Flash Controller.
86 [jmcneill 20171113] 86 [jmcneill 20171113]
87 gcc: Import GCC 5.5. [mrg 20171113] 87 gcc: Import GCC 5.5. [mrg 20171113]
88 libtre: Update to the latest git source. [rin 20171117] 88 libtre: Update to the latest git source. [rin 20171117]
89 qemufwcfg(4): Add driver for QEMU Firmware Configuration device. 89 qemufwcfg(4): Add driver for QEMU Firmware Configuration device.
90 [jmcneill 20171125] 90 [jmcneill 20171125]
 91 gdb(1): Updated to 8.0.1. [christos 20171128]