buildrootschalter/package/uclibc/0.9.33.2
Peter Korsgaard 055f1c02d3 uclibc: add upstream 0.9.33 fixes
Upstream has a large number of patches lined up for the next 0.9.33.x bugfix
release;

http://git.uclibc.org/uClibc/log/?h=0.9.33

Add them here, as atleast some of them are quite critical (E.G. the eventfd
issue gets triggered by recent glib versions).

I've skipped the microblaze and xtensa fixes as we don't currently support
those with 0.9.33.2.

Drop uclibc-0002-Add-definition-of-MSG_WAITFORONE-and-MSG_CMSG_CMSG_CLOEXE.patch
as that is a subset of uclibc-0035-socket.h-pull-socket_type.h-from-eglibc.patch

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-06 15:28:51 +02:00
..
uclibc-0001-bits-time.h-sync-with-glibc-2.16.patch uclibc: use numbered patches for 0.9.33.2 2013-07-16 15:29:50 +02:00
uclibc-0003-Add-dup3-syscall.patch uclibc: use numbered patches for 0.9.33.2 2013-07-16 15:29:50 +02:00
uclibc-0004-libc-sysdeps-add-__kernel_long-and-__kernel_ulong.patch uclibc: use numbered patches for 0.9.33.2 2013-07-16 15:29:50 +02:00
uclibc-0005-Patch-from-OpenWRT-for-avr32.patch uclibc: use numbered patches for 0.9.33.2 2013-07-16 15:29:50 +02:00
uclibc-0006-arm-clone-restore-stack-pointer-just-after-return-fr.patch uclibc: add Thumb2 fixes 2013-07-16 15:30:47 +02:00
uclibc-0007-arm-clone.S-Add-missing-IT-instruction-for-Thumb2.patch uclibc: add Thumb2 fixes 2013-07-16 15:30:47 +02:00
uclibc-0008-arm-move-check-for-BX-to-its-own-header.patch uclibc: add Thumb2 fixes 2013-07-16 15:30:47 +02:00
uclibc-0009-mips64-fix-n64-interp.patch uClibc: Add uClibc patch to fix MIPS64/n64 interpreter 2013-07-19 23:30:53 +02:00
uclibc-0010-Rules.mak-fix-breakage-from-603af30d.patch package/uclibc: fix big oops from fb354d5f 2013-07-26 21:13:53 +02:00
uclibc-0011-libc-add-non-standard-execvpe-function.patch package/uclibc: add execvpe() backport 2013-07-31 18:02:18 +02:00
uclibc-0012-libc-stdlib-add-mkostemp-helpers.patch package/uclibc: add mkostemp() backport 2013-07-31 18:02:22 +02:00
uclibc-0013-eventfd-Implement-eventfd2-and-fix-eventfd.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0014-pread-pwrite-backport-fix.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0015-add-posix_madvise.c.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0016-nptl-sh-fix-race-condition-in-lll_wait_tid.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0017-librt-re-add-SIGCANCEL-to-the-list-of-blocked-signal.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0018-ldso-include-dlfcn.h-for-RTLD_NODELETE.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0019-include-elf.h-update-for-ELFOSABI_-changes.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0020-update-ptrace.h-to-latest-from-glibc.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0021-pread-pwrite-fix-for-threads.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0022-inet-rpc-fix-authnone_marshal-in-multithreading-cont.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0023-MIPS-Convert-__syscall_error-callers-to-use-a0-for-a.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0024-MIPS-Use-a0-instead-of-v0-for-__syscall_error-argume.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0025-ldso-use-.arm-mode-for-resolver-unconditionally.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0026-make-NPTL-s-getpid-behave-similar-to-the-common-one.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0027-i386-bits-syscalls.h-allow-immediate-values-as-6th-s.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0028-dl-fix-dlsym-lookups-with-RTLD_NEXT.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0029-inet-rpc-fix-build-in-NPTL-case.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0030-stdio-implement-assignment-allocation-m-character.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0031-mmap-sys_mmap2-do-unsigned-shift-of-offset.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0032-pread-pwrite-handle-renamed-syscalls-in-common-ppc-x.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0033-rpmatch-backport-function.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0034-statfs-support-f_frsize.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0035-socket.h-pull-socket_type.h-from-eglibc.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0036-mount.h-update.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0037-buildsys-gen_bits_syscall_h-do-not-leave-undefined-S.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0038-libc-sysdeps-sync-bits-in.h-with-glibc.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0039-libc-atexit-reuse-free-slots-at-the-end-of-exit-func.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0040-mman-rename-MAP_UNINITIALIZE-to-MAP_UNINITIALIZED.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0041-libc-add-posix_fallocate.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0042-nice-fix-overflow-checking-in-int_add_no_wrap.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0043-buildsys-Add-missing-SYMBOL_PREFIX-to-symbol-names.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0044-inet-do-not-filter-responses-in-res_query.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0045-Remove-pragma-weak-for-undeclared-symbol.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0046-inet-fix-getting-the-nameserver-from-_res-state-afte.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0047-_vfprintf.c-use-fputws_unlocked-S-F-instead-of-fputw.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0048-Fix-a-problem-with-scanning-wide-chars.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0049-Fix-some-fragileness-in-dlopen-do_dlopen-wrapper-wor.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0050-libdl-fix-dlopen-implementation-from-statically-link.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0051-libubacktrace-fix-backtrace-for-statically-linked-ap.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0052-libubacktrace-fix-build-due-to-some-typos.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00
uclibc-0053-libc-elf-explicitly-include-uClibc_page.h-to-make-PA.patch uclibc: add upstream 0.9.33 fixes 2013-09-06 15:28:51 +02:00