CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 13:41:16 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: PR 59062: make jemalloc guaranteed alignment match previous NetBSD guarantees. Current theory is that 1

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 13:41:16 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: PR 59062: make jemalloc guaranteed alignment match previous NetBSD guarantees. Current theory is that 1

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 1 16:26:58 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: fix the definition of LG_PAGE To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 1 16:26:58 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: fix the definition of LG_PAGE To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 1 13:52:11 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: add vax To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd/jemalloc/inclu

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 1 13:52:11 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: add vax To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd/jemalloc/inclu

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 12:14:10 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: Add alignement for sparc (not only sparc64) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 12:14:10 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: Add alignement for sparc (not only sparc64) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 12:11:05 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: Add alignement for sh3 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/j

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 12:11:05 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: Add alignement for sh3 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/j

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 31 22:32:12 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: isb is not supported in arm mode. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 31 22:32:12 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: isb is not supported in arm mode. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 31 19:49:14 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: bring some more changes from the jemalloc.old and add arm spinlocks To generat

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 31 19:49:14 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: bring some more changes from the jemalloc.old and add arm spinlocks To generat

CVS commit: src/external/bsd/jemalloc/lib

2025-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 31 15:25:23 UTC 2025 Modified Files: src/external/bsd/jemalloc/lib: Makefile Log Message: propagate changes from jemalloc.old To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/jemalloc/lib/Ma

CVS commit: src/external/bsd/jemalloc/lib

2025-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 31 15:25:23 UTC 2025 Modified Files: src/external/bsd/jemalloc/lib: Makefile Log Message: propagate changes from jemalloc.old To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/jemalloc/lib/Ma

CVS commit: src/external/bsd/jemalloc/lib

2024-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 18:13:17 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Elide clang missing-noreturn To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/external/bsd/jemalloc/lib/Mak

CVS commit: src/external/bsd/jemalloc/lib

2024-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 18:13:17 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Elide clang missing-noreturn To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/external/bsd/jemalloc/lib/Mak

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2024-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 18:12:16 UTC 2024 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: atomic_gcc_atomic.h Log Message: remove comments from macro parameters (breaks clang+lint) To generate a diff of thi

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2024-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 18:12:16 UTC 2024 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: atomic_gcc_atomic.h Log Message: remove comments from macro parameters (breaks clang+lint) To generate a diff of thi

CVS commit: src/external/bsd/jemalloc/include/jemalloc

2024-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 16:34:59 UTC 2024 Modified Files: src/external/bsd/jemalloc/include/jemalloc: jemalloc.h Log Message: clang does not have a gnu_printf attribute To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src

CVS commit: src/external/bsd/jemalloc/include/jemalloc

2024-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 16:34:59 UTC 2024 Modified Files: src/external/bsd/jemalloc/include/jemalloc: jemalloc.h Log Message: clang does not have a gnu_printf attribute To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src

CVS commit: src/external/bsd/jemalloc/lib

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 14:25:45 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: compile with gnu11 to avoid struct redefinitions in clang To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/

CVS commit: src/external/bsd/jemalloc/lib

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 14:25:45 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: compile with gnu11 to avoid struct redefinitions in clang To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/

CVS commit: src/external/bsd/jemalloc

2024-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 14:09:26 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c src/external/bsd/jemalloc/include/jemalloc: jemalloc.h Log Message: Restore our changes: 1. Provide {g,s}etter methods to je_ma

CVS commit: src/external/bsd/jemalloc

2024-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 14:09:26 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c src/external/bsd/jemalloc/include/jemalloc: jemalloc.h Log Message: Restore our changes: 1. Provide {g,s}etter methods to je_ma

CVS commit: src/external/bsd/jemalloc/dist/src

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 00:04:27 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: bring back fix that was lost in the merge: use a local variable to modify the allocation alignment instead of modifying global

CVS commit: src/external/bsd/jemalloc/dist/src

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 00:04:27 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: bring back fix that was lost in the merge: use a local variable to modify the allocation alignment instead of modifying global

CVS commit: src/external/bsd/jemalloc/lib

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 25 16:12:34 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: fix lint on i386 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/bsd/jemalloc/lib/Makefile.inc P

CVS commit: src/external/bsd/jemalloc/lib

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 25 16:12:34 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: fix lint on i386 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/bsd/jemalloc/lib/Makefile.inc P

CVS commit: src/external/bsd/jemalloc/lib

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 24 00:33:50 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: shlib_version Log Message: put back version 0, there are no new symbols To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/j

CVS commit: src/external/bsd/jemalloc/lib

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 24 00:33:50 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: shlib_version Log Message: put back version 0, there are no new symbols To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/j

CVS commit: src/external/bsd/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 22:37:35 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: fxp.c hpa.c inspect.c prof_data.c prof_recent.c safety_check.c src/external/bsd/jemalloc/lib: Makefile.inc Log Message: fix sta

CVS commit: src/external/bsd/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 22:37:35 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: fxp.c hpa.c inspect.c prof_data.c prof_recent.c safety_check.c src/external/bsd/jemalloc/lib: Makefile.inc Log Message: fix sta

CVS commit: src/external/bsd/jemalloc/include/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 21:08:37 UTC 2024 Modified Files: src/external/bsd/jemalloc/include/jemalloc: jemalloc.h jemalloc_defs.h src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: b

CVS commit: src/external/bsd/jemalloc/include/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 21:08:37 UTC 2024 Modified Files: src/external/bsd/jemalloc/include/jemalloc: jemalloc.h jemalloc_defs.h src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: b

CVS commit: src/external/bsd/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 17:53:42 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_externs.h atomic_c11.h edata.h ehooks.h hook.h hpa.h jemalloc_internal_types.h mutex_prof.h ph.h

CVS commit: src/external/bsd/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 17:53:42 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_externs.h atomic_c11.h edata.h ehooks.h hook.h hpa.h jemalloc_internal_types.h mutex_prof.h ph.h

CVS commit: src/external/bsd/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 15:03:47 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/build-aux: config.guess src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_externs.h arena_inlines_a.h arena_inlines_b.h

CVS commit: src/external/bsd/jemalloc

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 15:03:47 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/build-aux: config.guess src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_externs.h arena_inlines_a.h arena_inlines_b.h

CVS commit: src/external/bsd/jemalloc/lib

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 06:31:19 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: jemalloc_stub.c Log Message: jemalloc_stub.c: Forgot to update comment. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/

CVS commit: src/external/bsd/jemalloc/lib

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 06:31:19 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: jemalloc_stub.c Log Message: jemalloc_stub.c: Forgot to update comment. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/

CVS commit: src/external/bsd/jemalloc/lib

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 06:04:41 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: jemalloc_stub.c Log Message: jemalloc_stub.c: Provide stubs for HAVE_JEMALLOC > 100 Instead of HAVE_JEMALLOC != 100. Just for sure. To generate a diff of

CVS commit: src/external/bsd/jemalloc/lib

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 06:04:41 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: jemalloc_stub.c Log Message: jemalloc_stub.c: Provide stubs for HAVE_JEMALLOC > 100 Instead of HAVE_JEMALLOC != 100. Just for sure. To generate a diff of

CVS commit: src/external/bsd/jemalloc/lib

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 06:02:44 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: Makefile jemalloc_stub.c Log Message: libjemalloc: Compile in empty jemalloc_stub.c for HAVE_JEMALLOC=100 Fix strange parallel build failures observed on va

CVS commit: src/external/bsd/jemalloc/lib

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 06:02:44 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: Makefile jemalloc_stub.c Log Message: libjemalloc: Compile in empty jemalloc_stub.c for HAVE_JEMALLOC=100 Fix strange parallel build failures observed on va

CVS commit: src/external/bsd/jemalloc/lib

2023-07-10 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 10 07:59:24 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: Makefile Log Message: this is not needed (or wanted) for jemalloc 1.0, so make it empty. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/ex

CVS commit: src/external/bsd/jemalloc/lib

2023-07-10 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 10 07:59:24 UTC 2023 Modified Files: src/external/bsd/jemalloc/lib: Makefile Log Message: this is not needed (or wanted) for jemalloc 1.0, so make it empty. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/ex

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:57:33 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc." Apparently this restriction was lifted in C1

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:57:33 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc." Apparently this restriction was lifted in C1

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:06:28 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc. C11, Sec. 7.22.3.1 The aligned_alloc function, paragr

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:06:28 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc. C11, Sec. 7.22.3.1 The aligned_alloc function, paragr

CVS commit: src/external/bsd/jemalloc/dist/src

2023-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jul 1 06:29:14 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: enable lint again, it is no longer broken Since today, lint handles unnamed struct/union correctly. To generate

CVS commit: src/external/bsd/jemalloc/dist/src

2023-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jul 1 06:29:14 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: enable lint again, it is no longer broken Since today, lint handles unnamed struct/union correctly. To generate

CVS commit: src/external/bsd/jemalloc/dist

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:56:30 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h src/external/bsd/jemalloc/dist/src: ctl.c Log Message: jem

CVS commit: src/external/bsd/jemalloc/dist

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:56:30 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h src/external/bsd/jemalloc/dist/src: ctl.c Log Message: jem

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:51:57 UTC 2023 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h Log Message: jemalloc: remove redundant CONSTCOND comments Since 2021-

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:51:57 UTC 2023 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h Log Message: jemalloc: remove redundant CONSTCOND comments Since 2021-

CVS commit: src/external/bsd/jemalloc/lib

2019-11-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 1 20:53:10 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Workaround for random crash of userland binaries, as reported in PR port-alpha/54307. If rtree.c and tcache.c are compiled with -O

CVS commit: src/external/bsd/jemalloc/lib

2019-11-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 1 20:53:10 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Workaround for random crash of userland binaries, as reported in PR port-alpha/54307. If rtree.c and tcache.c are compiled with -O

CVS commit: src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:10:23 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: realloc(ptr, 0) != { free(ptr); return NULL; } http://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 To

CVS commit: src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:10:23 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: realloc(ptr, 0) != { free(ptr); return NULL; } http://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 To

re: CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-08-09 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Fri Aug 9 08:10:39 UTC 2019 > > Modified Files: > src/external/bsd/jemalloc/include/jemalloc/internal: > jemalloc_internal_defs.h > > Log Message: > PR/54307: Rin Okuyama: Lots of jemalloc asse

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 9 08:10:39 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: PR/54307: Rin Okuyama: Lots of jemalloc assertions in latest -current To gener

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 9 08:10:39 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: PR/54307: Rin Okuyama: Lots of jemalloc assertions in latest -current To gener

CVS commit: src/external/bsd/jemalloc

2019-07-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jul 27 23:43:19 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_inlines_a.h src/external/bsd/jemalloc/include/jemalloc/internal: arena_inlines_a.h Log Message: Ensure

CVS commit: src/external/bsd/jemalloc

2019-07-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jul 27 23:43:19 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_inlines_a.h src/external/bsd/jemalloc/include/jemalloc/internal: arena_inlines_a.h Log Message: Ensure

CVS commit: src/external/bsd/jemalloc/lib

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 23 06:31:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Disable JEMALLOC_DEBUG, it served us well, but now we want performance back. Discussed with christos. To generate a diff of th

CVS commit: src/external/bsd/jemalloc/lib

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 23 06:31:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Disable JEMALLOC_DEBUG, it served us well, but now we want performance back. Discussed with christos. To generate a diff of th

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-05-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 14 16:22:09 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Hack around clang powerpc tls_model("initial-exec") pic issue; this is gross.

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-05-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 14 16:22:09 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Hack around clang powerpc tls_model("initial-exec") pic issue; this is gross.

Re: CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-04-03 Thread Christos Zoulas
In article <20190403062742.ga5...@homeworld.netbsd.org>, wrote: >Email as a reminder that sun2 also relies on emutls and probably needs >the same I am testing it now... christos

Re: CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-04-02 Thread maya
Email as a reminder that sun2 also relies on emutls and probably needs the same On Tue, Apr 02, 2019 at 05:19:21PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Apr 2 21:19:20 UTC 2019 > > Modified Files: > src/external/bsd/jemalloc/include/

Re: CVS commit: src/external/bsd/jemalloc

2019-03-10 Thread Tom Ivar Helbekkmo
Kamil Rytarowski writes: > I've pushed a fix to unbreak the build. > > Now we have a mismatch mallctlnametomib vs mallctltomib in malloc.h. > > Which one is correct? Rather obviously mallctlnametomib, I'd say - that's the one that's described in external/bsd/jemalloc/dist/doc/jemalloc.3. -tih -

Re: CVS commit: src/external/bsd/jemalloc

2019-03-10 Thread Kamil Rytarowski
On 10.03.2019 10:21, Kamil Rytarowski wrote: > On 10.03.2019 10:00, Tom Ivar Helbekkmo wrote: >> Christos Zoulas writes: >> >>> Module Name:src >>> Committed By: christos >>> Date: Sun Mar 10 02:49:52 UTC 2019 >>> >>> Modified Files: >>> src/external/bsd/jemalloc/di

Re: CVS commit: src/external/bsd/jemalloc

2019-03-10 Thread Kamil Rytarowski
On 10.03.2019 10:00, Tom Ivar Helbekkmo wrote: > Christos Zoulas writes: > >> Module Name: src >> Committed By:christos >> Date:Sun Mar 10 02:49:52 UTC 2019 >> >> Modified Files: >> src/external/bsd/jemalloc/dist/src: jemalloc.c >> src/external/bsd/jemalloc/inclu

Re: CVS commit: src/external/bsd/jemalloc

2019-03-10 Thread Tom Ivar Helbekkmo
Christos Zoulas writes: > Module Name: src > Committed By: christos > Date: Sun Mar 10 02:49:52 UTC 2019 > > Modified Files: > src/external/bsd/jemalloc/dist/src: jemalloc.c > src/external/bsd/jemalloc/include/jemalloc: jemalloc.h > src/external/bsd/jemalloc/lib: Makefi