Source-Changes-HG archive

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

[src/trunk]: src Add malloc.conf.5 (link to jemalloc.3).



details:   https://anonhg.NetBSD.org/src/rev/08fa1c4eec1d
branches:  trunk
changeset: 344490:08fa1c4eec1d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Apr 01 12:37:48 2016 +0000

description:
Add malloc.conf.5 (link to jemalloc.3).

diffstat:

 distrib/sets/lists/man/mi    |  4 +++-
 lib/libc/stdlib/Makefile.inc |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 6d876c9dcd1d -r 08fa1c4eec1d distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Fri Apr 01 09:52:39 2016 +0000
+++ b/distrib/sets/lists/man/mi Fri Apr 01 12:37:48 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1520 2016/02/29 22:01:20 riastradh Exp $
+# $NetBSD: mi,v 1.1521 2016/04/01 12:37:48 msaitoh Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -5104,6 +5104,7 @@
 ./usr/share/man/html5/lvm.conf.html            man-lvm-htmlman         lvm,html
 ./usr/share/man/html5/magic.html               man-util-htmlman        html
 ./usr/share/man/html5/mailer.conf.html         man-mailwrapper-htmlman html
+./usr/share/man/html5/malloc.conf.html         man-sys-htmlman         html
 ./usr/share/man/html5/man.conf.html            man-man-htmlman         html
 ./usr/share/man/html5/map3270.html             man-obsolete            obsolete
 ./usr/share/man/html5/master.html              man-postfix-htmlman     postfix,html
@@ -8037,6 +8038,7 @@
 ./usr/share/man/man5/lvm.conf.5                        man-lvm-man             lvm,.man
 ./usr/share/man/man5/magic.5                   man-util-man            .man
 ./usr/share/man/man5/mailer.conf.5             man-mailwrapper-man     .man
+./usr/share/man/man5/malloc.conf.5             man-sys-man             .man
 ./usr/share/man/man5/man.conf.5                        man-man-man             .man
 ./usr/share/man/man5/map3270.5                 man-obsolete            obsolete
 ./usr/share/man/man5/master.5                  man-postfix-man         postfix,.man
diff -r 6d876c9dcd1d -r 08fa1c4eec1d lib/libc/stdlib/Makefile.inc
--- a/lib/libc/stdlib/Makefile.inc      Fri Apr 01 09:52:39 2016 +0000
+++ b/lib/libc/stdlib/Makefile.inc      Fri Apr 01 12:37:48 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.91 2015/11/07 16:21:42 nros Exp $
+#      $NetBSD: Makefile.inc,v 1.92 2016/04/01 12:37:48 msaitoh Exp $
 #      from: @(#)Makefile.inc  8.3 (Berkeley) 2/4/95
 
 # stdlib sources
@@ -72,6 +72,7 @@
 MLINKS+=hcreate.3 hcreate_r.3 hcreate.3 hdestroy_r.3 hcreate.3 hsearch_r.3
 MLINKS+=hcreate.3 hdestroy1.3 hcreate.3 hdestroy1_r.3
 MLINKS+=insque.3 remque.3
+MLINKS+=jemalloc.3 malloc.conf.5
 MLINKS+=lsearch.3 lfind.3
 MLINKS+=malloc.3 calloc.3 malloc.3 realloc.3 malloc.3 free.3
 MLINKS+=posix_memalign.3 aligned_alloc.3



Home | Main Index | Thread Index | Old Index