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

2023-08-24 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

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

2023-08-24 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

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

2023-08-24 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-24 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-24 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

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

2023-08-24 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

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

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

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

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

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,

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,

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

2023-07-01 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-07-01 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:

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:

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

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

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

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 12:41:40 UTC 2021 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: jemalloc: suppress two irrelevant lint warnings To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 12:41:40 UTC 2021 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: jemalloc: suppress two irrelevant lint warnings To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2021-07-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jul 6 12:40:25 UTC 2021 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Remove -O0 hack for alpha; root cause has been addressed. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2021-07-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jul 6 12:40:25 UTC 2021 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Remove -O0 hack for alpha; root cause has been addressed. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2020-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 16 01:21:32 UTC 2020 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: For alpha, apply -O0 hack again to rtree.c for GCC9. Otherwise, GDB11 crashes in strange ways. To generate a diff of this

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

2020-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 16 01:21:32 UTC 2020 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: For alpha, apply -O0 hack again to rtree.c for GCC9. Otherwise, GDB11 crashes in strange ways. To generate a diff of this

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

2020-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 16 01:20:19 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Correct and extend comments on VA for alpha. No binary changes. To generate a diff

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

2020-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 16 01:20:19 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Correct and extend comments on VA for alpha. No binary changes. To generate a diff

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

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 16:30:41 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: malloc_io.c Log Message: Appease gcc-9 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 6 16:30:41 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: malloc_io.c Log Message: Appease gcc-9 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-05-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 15 14:34:42 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: mutex.c Log Message: When using default mutex types, don't setup attributes for init. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-05-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 15 14:34:42 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: mutex.c Log Message: When using default mutex types, don't setup attributes for init. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-04-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 21 22:27:09 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Drop obsolete special case for clang/ppc. To generate a diff of this commit: cvs

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

2020-04-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 21 22:27:09 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Drop obsolete special case for clang/ppc. To generate a diff of this commit: cvs

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

2020-02-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 15 09:57:30 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: tcache.c Log Message: jemalloc: Avoid variable length array with length 0 Cherry-pick upstrem patch. https://github.com/jemalloc/jemalloc/pull/1768

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

2020-02-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 15 09:57:30 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: tcache.c Log Message: jemalloc: Avoid variable length array with length 0 Cherry-pick upstrem patch. https://github.com/jemalloc/jemalloc/pull/1768

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

2020-02-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Feb 14 01:52:35 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: hash.h Log Message: Fix undefined behavior in hash.h (jemalloc) Cherry-pick upstream patch: Fix Undefined Behavior in hash.h

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

2020-02-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Feb 14 01:52:35 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: hash.h Log Message: Fix undefined behavior in hash.h (jemalloc) Cherry-pick upstream patch: Fix Undefined Behavior in hash.h

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

2020-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 6 20:35:11 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: set that NetBSD overcommits (from maya) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2020-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 6 20:35:11 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: set that NetBSD overcommits (from maya) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

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

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

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

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

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:

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

2019-07-23 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

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-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 5 18:14:19 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: PR/54133: Sevan Janiyan: Binaries fail to execute Prefer MAX_PAGE_SHIFT over

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

2019-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 5 18:14:19 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: PR/54133: Sevan Janiyan: Binaries fail to execute Prefer MAX_PAGE_SHIFT over

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

2019-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 23:57:59 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: Enforce alignment also if the compiled in PAGE_SIZE is bigger than getpagesize() To generate a diff of this commit: cvs

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

2019-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 23:57:59 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: Enforce alignment also if the compiled in PAGE_SIZE is bigger than getpagesize() To generate a diff of this commit: cvs

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

2019-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 23:57:00 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Back to using MAX_PAGE_SHIFT To generate a diff of this commit: cvs rdiff -u

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

2019-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 23:57:00 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Back to using MAX_PAGE_SHIFT To generate a diff of this commit: cvs rdiff -u

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

2019-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 14:58:56 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: Undo previous, it is moving us in the wrong direction. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2019-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 14:58:56 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: Undo previous, it is moving us in the wrong direction. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2019-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 24 14:34:22 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c tsd.c Log Message: Allow os_page sizes greater than the built-in page size. This can happen for example for COMPAT_NETBSD32 sparc binaries

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

2019-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 24 14:34:22 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c tsd.c Log Message: Allow os_page sizes greater than the built-in page size. This can happen for example for COMPAT_NETBSD32 sparc binaries

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

2019-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 18 16:44:26 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: no tls for sun2 either. To generate a diff of this commit: cvs rdiff -u -r1.6

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

2019-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 18 16:44:26 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: no tls for sun2 either. To generate a diff of this commit: cvs rdiff -u -r1.6

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

2019-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 15 20:40:53 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Ignore atomic alignment error for clang To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2019-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 15 20:40:53 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Ignore atomic alignment error for clang To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2019-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 14 19:13:18 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: tsd_malloc_thread_cleanup.h tsd_tls.h Log Message: Declare the tls model in external declarations. Pointed out by

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

2019-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 14 19:13:18 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: tsd_malloc_thread_cleanup.h tsd_tls.h Log Message: Declare the tls model in external declarations. Pointed out by

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

2019-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 9 17:00:38 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Use MIN_PAGE_SHIFT if PAGE_SHIFT is not available instead of MAX_PAGE_SHIFT.

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

2019-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 9 17:00:38 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Use MIN_PAGE_SHIFT if PAGE_SHIFT is not available instead of MAX_PAGE_SHIFT.

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-03 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: >

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

2019-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 21:19:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Vax ain't having any of that newfangled TLS crap (yet). To generate a diff of

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

2019-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 21:19:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Vax ain't having any of that newfangled TLS crap (yet). To generate a diff of

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

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 15:13:44 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Move all jemalloc symbols to the private namespace. We can't use visibility because sun2 links statically. To generate a

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

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 15:13:44 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Move all jemalloc symbols to the private namespace. We can't use visibility because sun2 links statically. To generate a

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

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 13:04:01 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: there is no elifdef To generate a diff of this commit: cvs rdiff -u -r1.3

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

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 13:04:01 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: there is no elifdef To generate a diff of this commit: cvs rdiff -u -r1.3

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

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 12:50:30 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Change strategy: instead of always defining PAGE_SHIFT in vmparam.h, fail back

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

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 12:50:30 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Change strategy: instead of always defining PAGE_SHIFT in vmparam.h, fail back

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

2019-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 28 11:56:56 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: Add 2K page size tables (sun2) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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

2019-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 28 11:56:56 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: Add 2K page size tables (sun2) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 17:02:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_types.h Log Message: alignment for sh3 To generate a diff of this commit: cvs rdiff -u -r1.3

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 17:02:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_types.h Log Message: alignment for sh3 To generate a diff of this commit: cvs rdiff -u -r1.3

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 16:16:14 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: add tables for 16K page sizes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 16:16:14 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: add tables for 16K page sizes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 15:33:52 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_types.h Log Message: vaxinate! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 15:33:52 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_types.h Log Message: vaxinate! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 15:30:19 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Handle vax optimizer To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/jemalloc/lib/Makefile.inc

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

2019-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 27 15:30:19 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Handle vax optimizer To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/jemalloc/lib/Makefile.inc

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

2019-03-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 27 12:38:31 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_types.h Log Message: LG_QUANTUM is 4 for both sparc and sparc64 To generate a diff of this commit:

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

2019-03-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 27 12:38:31 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_types.h Log Message: LG_QUANTUM is 4 for both sparc and sparc64 To generate a diff of this commit:

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

2019-03-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 21 09:42:44 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: Add size variants for architectures with PGSHIFT = 13 To generate a diff of this commit: cvs rdiff -u

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

2019-03-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 21 09:42:44 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: Add size variants for architectures with PGSHIFT = 13 To generate a diff of this commit: cvs rdiff -u

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

2019-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 22:14:09 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: we have MAP_ALIGNED, so use it (although it does not do anything by default) To generate a diff of this commit: cvs rdiff

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

2019-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 22:14:09 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: we have MAP_ALIGNED, so use it (although it does not do anything by default) To generate a diff of this commit: cvs rdiff

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

2019-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 21:32:04 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: extent.c Log Message: PR/54062: Fix the "snprintf_float" test failing after the jemalloc import issue: jemalloc uses a lot more memory (if it can

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

2019-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 21:32:04 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: extent.c Log Message: PR/54062: Fix the "snprintf_float" test failing after the jemalloc import issue: jemalloc uses a lot more memory (if it can

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

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 21:49:32 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: revert previous sshd hack (from Rin Okuyama) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 21:49:32 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: revert previous sshd hack (from Rin Okuyama) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 21:10:33 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: arena.c Log Message: Grr, disable the "time goes backwards" test here since this breaks too frequently. We need a real fix. To generate a diff

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

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 21:10:33 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: arena.c Log Message: Grr, disable the "time goes backwards" test here since this breaks too frequently. We need a real fix. To generate a diff

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

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 18:59:37 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_externs.h arena_inlines_a.h arena_inlines_b.h atomic_gcc_atomic.h prof_inlines_a.h

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

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 18:59:37 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_externs.h arena_inlines_a.h arena_inlines_b.h atomic_gcc_atomic.h prof_inlines_a.h

  1   2   3   >