============ === What === ============ Gentoo patchsets for glibc are maintained as vendor branches of the upstream glibc git repository. From there, we bundle all the commits into a tarball and distribute it via our public mirroring system. If you want specific info about a patch (like what it does or whose great idea it was to change the code), read the patch! We try to fill out the commit messages with useful info such as what it does, why it's needed, bug reports, original creators, etc... ============= === Where === ============= https://gitweb.gentoo.org/fork/glibc.git/ The patch generation script and the base patchset for the start of a new version branch (or for use with glibc git master) can be found at https://gitweb.gentoo.org/proj/toolchain/glibc-patches.git/ =========== === How === =========== Patches are named exactly as generated by "git format-patch". All patches thus apply with -p1 (so they can be used both with the legacy epatch function and the new, more strict eapply function). -----------