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 src/external/bsd
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 src/e
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 commit:
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
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 src/external/bsd/jemalloc/dist/src/malloc_io.c
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 sr
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
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
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
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 src/external/bsd/jemallo
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 PAG
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 rdif
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 -
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 src/exter
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
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
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 src/external/bsd/jemallo
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 joer
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.
T
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
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 dif
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 -r1.
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 t
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 \
src
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 -r1.4
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 \
src/
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 \
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
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:
c
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
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 -u
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 f
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 src/external/bsd
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 of
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 prof_inlines_
Module Name:src
Committed By: christos
Date: Thu Mar 14 18:56:12 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: prof.c
src/external/bsd/jemalloc/include/jemalloc/internal:
jemalloc_preamble.h
Log Message:
Remove __clang___ hacks for noretu
Module Name:src
Committed By: christos
Date: Tue Mar 12 15:13:25 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: Makefile Makefile.inc
Added Files:
Module Name:src
Committed By: christos
Date: Mon Mar 11 18:06:28 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: arena.c
Log Message:
Add an initializatin that is not needed when the optimizer works...
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.
Module Name:src
Committed By: christos
Date: Sun Mar 10 21:52:00 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal: prof_inlines_a.h
Log Message:
one more noreturn
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/b
Module Name:src
Committed By: christos
Date: Sun Mar 10 19:34:30 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: extent.c jemalloc.c prof.c rtree.c
witness.c
Log Message:
Add noreturn where needed. In the prof case because of cassert() and return
i
Module Name:src
Committed By: christos
Date: Sun Mar 10 19:32:56 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc: jemalloc.h
src/external/bsd/jemalloc/include/jemalloc/internal: arena_externs.h
arena_inlines_a.h arena_inlines_b.h atom
Module Name:src
Committed By: christos
Date: Sun Mar 10 15:45:26 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc: jemalloc.h jemalloc_defs.h
Log Message:
clang does not have the gnu_printf attribute
To generate a diff of this commit:
cvs rdiff -u -r1.
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 src/external/bsd/jemall
Module Name:src
Committed By: kamil
Date: Sun Mar 10 10:00:29 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: jemalloc.c
src/external/bsd/jemalloc/include/jemalloc: jemalloc.h
Log Message:
Rename je_mallctltomib to je_mallctlnametomib
This unbreaks th
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: Makefile.inc
Log Message:
Make the
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 src/external/bsd/j
Module Name:src
Committed By: christos
Date: Tue Mar 5 22:51:36 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: atomic_c11.h
mutex.h nstime.h witness.h
Log Message:
Sync with installed files.
To generate a diff of this comm
Module Name:src
Committed By: christos
Date: Tue Mar 5 22:45:11 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal: mutex.h witness.h
Log Message:
Fix debugging compilation
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/e
Module Name:src
Committed By: christos
Date: Tue Mar 5 22:39:21 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal:
jemalloc_internal_defs.h
Log Message:
Add some XXX for things I need to fix later, and fix some of the hard-coding.
Module Name:src
Committed By: christos
Date: Tue Mar 5 22:37:39 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal: atomic_c11.h
Log Message:
fix const cast with custom "unconst"
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
Module Name:src
Committed By: christos
Date: Tue Mar 5 22:35:45 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: ph.h
src/external/bsd/jemalloc/include/jemalloc/internal: ph.h
Log Message:
revert previous; not needed.
To generat
Module Name:src
Committed By: christos
Date: Tue Mar 5 15:18:59 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: ph.h
src/external/bsd/jemalloc/include/jemalloc/internal: ph.h
Log Message:
Check that the previous link exists befor
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:22:04 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: hash.h
Log Message:
Add FALLTHROUGH comments.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/externa
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:21:18 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal: hash.h
Log Message:
Add fallthough comments.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:06:50 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: assert.h
ctl.h log.h ql.h qr.h rb.h rtree.h
Log Message:
add constcond
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:06:31 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: ph.h
Log Message:
- fix shadowing
- add constcond
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:06:11 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: mutex_prof.h
Log Message:
Adjust to new names
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/externa
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:05:19 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: malloc_io.h
Log Message:
adjust prototype
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/externa
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:05:01 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal:
jemalloc_internal_inlines_a.h
Log Message:
use UNCONST
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:04:43 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: hooks.h
Log Message:
fix prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/bsd/
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:04:30 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal:
extent_externs.h
Log Message:
fix incorrect macro use
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:04:09 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: hash.h
Log Message:
fix const hash
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/bsd/j
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:03:53 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: bit_util.h
Log Message:
remove unused line
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/extern
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:03:00 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal:
prof_inlines_b.h
Log Message:
fix shadowing
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:02:18 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: spin.h
Log Message:
fix prototype
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/bsd/je
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:01:59 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: witness.h
Log Message:
use c99 initializers
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/exter
Module Name:src
Committed By: christos
Date: Mon Mar 4 20:01:42 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: emitter.h
Log Message:
use __format_arg__ to check format arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.1.
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 src/external/bsd/jemalloc/li
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
Module Name:src
Committed By: christos
Date: Mon Mar 4 19:40:57 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal: emitter.h
Log Message:
use __format_arg__ to check arguments...
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
Module Name:src
Committed By: christos
Date: Mon Mar 4 19:16:10 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal: mutex_prof.h
Log Message:
use ATOMIC_INIT()
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/j
Module Name:src
Committed By: christos
Date: Mon Mar 4 19:16:31 UTC 2019
Modified Files:
src/external/bsd/jemalloc/include/jemalloc/internal: mutex.h
Log Message:
Put back braces.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/jemallo
Module Name:src
Committed By: christos
Date: Mon Mar 4 19:15:39 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: base.c
Log Message:
put back __UNCONST for now.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/jemalloc/dist/src/ba
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 src/
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
Please
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 src/extern
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:25:10 UTC 2019
Added Files:
src/external/bsd/jemalloc/include/jemalloc: jemalloc.h jemalloc_defs.h
jemalloc_macros.h jemalloc_mangle.h jemalloc_mangle_jet.h
jemalloc_protos.h jemalloc_protos_
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:24:03 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: mutex.h
Log Message:
use c99 initializers
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/externa
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:23:37 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: mutex_prof.h
Log Message:
Add a c99 initializer
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/e
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:23:10 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/include/jemalloc/internal: nstime.h
Log Message:
use c99 initializers
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/extern
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:21:31 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: ckh.c ctl.c
Log Message:
- add unconst
- fixes for shadowing
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jem
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:20:07 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: extent.c
Log Message:
fix for shadowing.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemalloc/dist/src/exten
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:19:45 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: base.c
Log Message:
add __UNCONST
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemalloc/dist/src/base.c
Plea
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:19:14 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: hooks.c
Log Message:
fix prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemalloc/dist/src/hooks.c
P
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:18:53 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: prof.c
Log Message:
- add UNCONST
- fix for shadowing
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemalloc/d
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:18:27 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: jemalloc.c
Log Message:
- fix for shadowing
- add unconst
- add hack for broken lint
- add cast for ctype macros
- disable realloc(ptr, 0) returnin
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:16:47 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: mutex.c
Log Message:
rename initializer for consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemallo
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:16:27 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: malloc_io.c
Log Message:
remove needless casts after fixing prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/extern
Module Name:src
Committed By: christos
Date: Mon Mar 4 17:15:37 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: stats.c
Log Message:
rename for shadowing
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemalloc/dist/src/stat
89 matches
Mail list logo