Module Name: src
Committed By: christos
Date: Thu Sep 24 14:37:56 UTC 2015
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new things
To generate a diff of this commit:
cvs rdiff -u -r1.1254 -r1.1255 src/doc/3RDPARTY
cvs rdiff -u -r1.2103 -r1.2104 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1254 src/doc/3RDPARTY:1.1255
--- src/doc/3RDPARTY:1.1254 Sat Sep 12 05:49:21 2015
+++ src/doc/3RDPARTY Thu Sep 24 10:37:56 2015
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1254 2015/09/12 09:49:21 tron Exp $
+# $NetBSD: 3RDPARTY,v 1.1255 2015/09/24 14:37:56 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1571,3 +1571,25 @@ Mailing List: none
Responsible: christos
License: BSD-like (2-clause)
Location: usr.bin/timeout
+
+Package: libproc
+Version: FreeBSD-2015-09-24
+Current Vers: FreeBSD-XXXX-YY-ZZ
+Maintainer: Rui Paulo <[email protected]>
+Archive Site: none
+Home Page: none
+Mailing List: none
+Responsible: christos
+License: BSD-like (2-clause)
+Location: external/bsd/libproc/dist
+
+Package: librtld_db
+Version: FreeBSD-2015-09-24
+Current Vers: FreeBSD-XXXX-YY-ZZ
+Maintainer: Rui Paulo <[email protected]>
+Archive Site: none
+Home Page: none
+Mailing List: none
+Responsible: christos
+License: BSD-like (2-clause)
+Location: external/bsd/librtld_db/dist
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2103 src/doc/CHANGES:1.2104
--- src/doc/CHANGES:1.2103 Sat Sep 19 20:35:14 2015
+++ src/doc/CHANGES Thu Sep 24 10:37:56 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2103 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2104 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -199,3 +199,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
dhcpcd: Import dhcpcd 6.9.3. [roy 20150904]
ftp(1): SNI support for https. [wiz 20150912]
netstat(1): Now knows how tall the display is. [mrg 20150919]
+ libproc, librtld_db: Added from FreeBSD [christos 20150924]
+ dtrace: Updated from FreeBSD [christos 20150924]