Module Name: src
Committed By: msaitoh
Date: Fri Apr 1 12:37:48 UTC 2016
Modified Files:
src/distrib/sets/lists/man: mi
src/lib/libc/stdlib: Makefile.inc
Log Message:
Add malloc.conf.5 (link to jemalloc.3).
To generate a diff of this commit:
cvs rdiff -u -r1.1520 -r1.1521 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.91 -r1.92 src/lib/libc/stdlib/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1520 src/distrib/sets/lists/man/mi:1.1521
--- src/distrib/sets/lists/man/mi:1.1520 Mon Feb 29 22:01:20 2016
+++ src/distrib/sets/lists/man/mi Fri Apr 1 12:37:48 2016
@@ -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
Index: src/lib/libc/stdlib/Makefile.inc
diff -u src/lib/libc/stdlib/Makefile.inc:1.91 src/lib/libc/stdlib/Makefile.inc:1.92
--- src/lib/libc/stdlib/Makefile.inc:1.91 Sat Nov 7 16:21:42 2015
+++ src/lib/libc/stdlib/Makefile.inc Fri Apr 1 12:37:48 2016
@@ -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 hdestroy.3 hcreate.3 h
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