summaryrefslogtreecommitdiffstats
path: root/patches
Commit message (Collapse)AuthorAgeFilesLines
* Adjust patch headers.P. J. McDermott2014-03-172-5/+6
|
* Update my e-mail address.P. J. McDermott2014-03-172-2/+2
|
* Don't install and use lddlibc4 on i686-any-glibc.P. J. McDermott2014-02-171-0/+24
|
* Drop patch that was applied upstream.P. J. McDermott2014-02-171-58/+0
|
* Note that patch is applied upstream.P. J. McDermott2013-09-291-1/+3
|
* Update patch to use quotes around expansions.P. J. McDermott2013-09-121-3/+3
| | | | <https://sourceware.org/ml/libc-alpha/2013-09/msg00406.html>
* Update patch information.P. J. McDermott2013-09-111-13/+16
|
* Renumber patches.P. J. McDermott2013-09-112-0/+0
| | | | At one point there were nine patches. Now there are three.
* Refresh patches.P. J. McDermott2013-09-113-4/+6
| | | | | Correct offsets and update libc/locale/gen-translit.sh against upstream changes to libc/locale/gen-translit.pl
* Drop patch that was also applied upstream.P. J. McDermott2013-09-111-138/+0
|
* Remove unnecessary HAVE_AVX_SUPPORT patch.P. J. McDermott2013-09-111-67/+0
|
* Much more sanely fix preconfigure loop issue.P. J. McDermott2013-09-111-94/+133
|
* Renumber patches.P. J. McDermott2013-09-083-0/+0
|
* Remove awk portability patches.P. J. McDermott2013-09-084-324/+0
| | | | | glibc/eglibc 2.18 will be a bit harder to build without gawk. So we're just using gawk.
* Fix patch description.P. J. McDermott2013-07-151-1/+1
|
* Add patch to fix ld.so link without AVX.P. J. McDermott2013-06-261-0/+67
|
* Also fix "bad substitution" in a makefile.P. J. McDermott2013-06-251-3/+29
|
* Fix "bad substitution" in make-syscalls.sh.P. J. McDermott2013-06-251-0/+27
|
* Fix some newlines in errlist-compat.awk.P. J. McDermott2013-06-251-0/+58
|
* Add patch to replace a Perl script.P. J. McDermott2013-06-211-0/+218
|
* Add patch to stop using awk asort() and asorti().P. J. McDermott2013-06-211-0/+37
|
* Add patch to fix "bad regex" awk errors.P. J. McDermott2013-06-211-0/+45
| | | | | | | | | | Fixes errors like the following: awk -f scripts/gen-sorted.awk \ -v subdirs='csu assert ctype locale intl catgets math setjmp signal stdlib stdio-common libio malloc string wcsmbs time dirent grp pwd posix io termios resource misc socket sysvipc gmon gnulib iconv iconvdata wctype manual shadow gshadow po argp crypt nss localedata timezone rt conform debug libidn dlfcn elf' \ -v srcpfx='' \ nptl/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs sysdeps/unix/Subdirs assert/Depend intl/Depend catgets/Depend stdlib/Depend stdio-common/Depend libio/Depend malloc/Depend string/Depend wcsmbs/Depend time/Depend posix/Depend iconvdata/Depend nss/Depend localedata/Depend rt/Depend debug/Depend > /usr/src/eglibc_2.17~r22751+sip1-1/tmp/libcbuild/sysd-sorted-tmp awk: bad regex '\/[^': Invalid regular expression
* Correct some line numbers in patches.P. J. McDermott2013-06-212-3/+3
| | | | With BusyBox patch, fuzz is fatal, but offsets are OK.
* Add patches to configure the libc with any awk.P. J. McDermott2013-06-212-0/+184
|
* Make patch change exit to return in preconfigure.P. J. McDermott2013-06-201-3/+20
|
* Fix $as_me clobbering in patch.P. J. McDermott2013-06-201-16/+47
|
* Add patch to fix libc sysdeps preconfigure on ash.P. J. McDermott2013-06-201-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AS_LINENO_PREPARE was causing an infinitely recursive configure loop. Before: configure: loading cache config.cache checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for readelf... readelf checking for sysdeps preconfigure fragments... x86_64 configure: WARNING: you should use --build, --host, --target configure: WARNING: you should use --build, --host, --target checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking for dummy-gcc... gcc checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... cpp checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking for dummy-readelf... readelf checking for sysdeps preconfigure fragments... x86_64 configure: WARNING: you should use --build, --host, --target configure: WARNING: you should use --build, --host, --target [...] After: configure: loading cache config.cache checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for readelf... readelf checking for sysdeps preconfigure fragments... x86_64 checking whether gcc compiles in -mx32 mode by default... no
* Add patch to remove libc/manual/errno.texi deps.P. J. McDermott2013-03-311-0/+37