<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/Makefile.in, branch vendor/jemalloc</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=vendor%2Fjemalloc</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=vendor%2Fjemalloc'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-02-05T23:20:13Z</updated>
<entry>
<title>jemalloc: Import 5.3.0 54eaed1d8b56b1aa528be3bdd1877e59c56fa90c</title>
<updated>2025-02-05T23:20:13Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2025-02-05T23:20:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=48ec896efb0b78141df004eaa21288b84590c9da'/>
<id>urn:sha1:48ec896efb0b78141df004eaa21288b84590c9da</id>
<content type='text'>
Import jemalloc 5.3.0.

This import changes how manage the jemalloc vendor branch (which was
just started anyway). Starting with 5.3.0, we import a clean tree from
the upstream github, removing all the old files that are no longer
upstream, or that we've kept around for some reason. We do this because
we merge from this raw version of jemalloc into the FreeBSD
contrib/jemalloc, then we run autogen stuff, generate all the generated
.h files with gmake, then finally remove much of the generated files in
contrib/jemalloc using an update script.

Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>jemalloc: Import version 5.2.1</title>
<updated>2024-12-01T06:35:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-12-01T05:20:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4d6bda0bc7998e1944274878691d4dc636cec7d'/>
<id>urn:sha1:d4d6bda0bc7998e1944274878691d4dc636cec7d</id>
<content type='text'>
Create a new vendor branch for jemalloc, using the following for future
reference:

% git worktree add --orphan -b vendor/jemalloc ../vendors/jemalloc
% cd ../vendors/jemalloc
% git checkout -b vendor/jemalloc

% cd ../../upstreams
% git clone git@github.com:jemalloc/jemalloc.git
% cd jemalloc
% git checkout 5.2.1 # hash ea6b3e973b477b8061e0076bb257dbd7f3faa756

% cp -r * ../../vendors/jemalloc
% cd ../../vendors/jemalloc
% autoconf
% ./configure --enable-autoconf --with-version=5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756
% git add *
% git commit -m&lt;this message&gt;
% git tag -a vendor/jemalloc/5.2.1
% git push --follow --set-upstream freebsd vendor/jemalloc

Note: This purposely doesn't thin the vendor branch. That will be done
in the next step to create the merge commit that boostraps future
imports.

Sponsored by:		Netflix
</content>
</entry>
</feed>
