Module Name: src
Committed By: christos
Date: Mon Mar 4 17:36:35 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention new jemalloc
To generate a diff of this commit:
cvs rdiff -u -r1.1599 -r1.1600 src/doc/3RDPARTY
cvs rdiff -u -r1.2506 -r1.2507 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.1599 src/doc/3RDPARTY:1.1600
--- src/doc/3RDPARTY:1.1599 Sun Feb 24 15:04:01 2019
+++ src/doc/3RDPARTY Mon Mar 4 12:36:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1599 2019/02/24 20:04:01 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1600 2019/03/04 17:36:35 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -599,6 +599,19 @@ ipsec-tools has stable branches (e.g.: i
are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
sync with ipsec-tools-0_7-branch)
+Package: jemalloc
+Version: 5.1.0
+Current Vers: 5.1.0
+Maintainer: Christos Zoulas
+Archive Site: https://github.com/jemalloc/jemalloc
+Home Page: https://jemalloc.net
+Date: 2019-03-04
+Mailing List:
+Responsible: christos
+License: BSD
+Location: external/bsd/jemalloc
+Notes:
+
Package: KAME IPv6
Version: KAME/NetBSD SNAP kit
Current Vers: KAME/NetBSD SNAP kit (shipped every week)
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2506 src/doc/CHANGES:1.2507
--- src/doc/CHANGES:1.2506 Sun Mar 3 09:05:41 2019
+++ src/doc/CHANGES Mon Mar 4 12:36:35 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2506 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2507 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -342,3 +342,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
and BCM57787 [msaitoh 20190220]
bind: Import version 9.13.7. [christos 20190224]
arm: Add support for Amlogic S905 SoC. [jmcneill 20190225]
+ jemalloc: Import 5.1.0 [christos 20190304]