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

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

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-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-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-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 15:32:42 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: turn on debugging to help find problems. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2019-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 8 20:00:21 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Arrange for the new man page to be installed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2019-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 19:41:37 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile Log Message: bump warns To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/jemalloc/lib/Makefile Please note that

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

2019-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 19:41:51 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: no need to elide format-non-literal To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2019-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 17:26:52 UTC 2019 Added Files: src/external/bsd/jemalloc/lib: divide.c Log Message: We already have div.{c,S} in libc so we call this one divide.c To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2019-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 17:29:24 UTC 2019 Added Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Add glue for libc. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/jemalloc/lib/Makefile.inc

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

2019-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 17:29:49 UTC 2019 Added Files: src/external/bsd/jemalloc/lib: Makefile shlib_version Log Message: Add Makefiles if we want to build jemalloc standalone. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1