Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Document archeological digs for our gnumalloc.
details: https://anonhg.NetBSD.org/src/rev/a7579ec80788
branches: trunk
changeset: 342903:a7579ec80788
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 13 22:01:15 2016 +0000
description:
Document archeological digs for our gnumalloc.
diffstat:
doc/3RDPARTY | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r 489c0908fb95 -r a7579ec80788 doc/3RDPARTY
--- a/doc/3RDPARTY Wed Jan 13 21:57:26 2016 +0000
+++ b/doc/3RDPARTY Wed Jan 13 22:01:15 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1295 2016/01/13 19:27:26 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1296 2016/01/13 22:01:15 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1298,6 +1298,29 @@
Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
for the import.
+Package: malloc
+Version: 1995-01-15
+Current Vers: 1995-01-15
+Maintainer: FSF
+Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz
+Home Page:
+Mailing List:
+Responsible: christos
+License: GPLv2+
+Location: external/gpl2/libmalloc
+Notes:
+The original version of gnumalloc was added (not imported) from
+prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest
+version from 1995. It is written by Mike Haertel, and was distributed
+both standalone and as part of glibc. At some point glibc switched
+to use Doug Lea's ptmalloc which is now tightly bound with glibc
+and cannot be separated. The Doug Lea version of malloc is also
+distributed in a standalone form by Wolfram Gloger in
+http://www.malloc.de/en/. We can consider switching to ptmalloc
+at some point since it will provide an alternative MT malloc, but
+perhaps this implementation should be kept anyway for historical
+purposes.
+
Package: tmux
Version: 2.1
Current Vers: 2.1
Home |
Main Index |
Thread Index |
Old Index