blob: 155df167fb31b9b932dfe819fedca9fb719c25ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
0001-Compatible-stack-protector-for-non-Thread-Local-stor.patch
Origin: Alpine
This patch is specific to Alpine and should not be upstreamed.
0002-resolv-res_query-for-CNAMEs.patch
Origin: Alpine
Needs to be upstreamed once again:
http://lists.busybox.net/pipermail/uclibc/2009-June/042583.html
0003-resolv-fix-resolver-to-return-TRY_AGAIN-on-timeout.patch
Origin: Alpine
Upstreaming is needed.
0004-libm-x86_64-implement-some-fenv-functions.patch
Origin: Alpine
Needs to be fixed for upstream:
http://www.mail-archive.com/uclibc@uclibc.org/msg05947.html
0005-stdlib-fix-arc4random-return-type-to-u_int32_t.patch
Origin: Alpine
Patch sent upstream a while ago, and merged into "future" branch.
http://lists.busybox.net/pipermail/uclibc/2011-March/045015.html
0006-malloc-standard-synchronize-on-fork.patch
Origin: Alpine
Bugzilla: https://bugs.busybox.net/show_bug.cgi?id=2341
Patch sent upstream a while ago:
http://lists.busybox.net/pipermail/uclibc/2011-March/045117.html
But needs more work since it introduces a race:
http://lists.busybox.net/pipermail/uclibc/2011-March/045139.html
0007-libc-x86-fix-stack-unwinding-and-backtrace-informati.patch
Origin: Alpine
Sent upstream:
http://lists.uclibc.org/pipermail/uclibc/2011-November/045945.html
Needs more work:
http://lists.uclibc.org/pipermail/uclibc/2011-November/045948.html
0008-ldso-limited-support-for-ORIGIN-in-rpath.patch
Origin: Alpine
Rebased version of the patch that was sent upstream:
http://lists.busybox.net/pipermail/uclibc/2011-March/045003.html
Needs to be upstreamed
uclibc-dlclose-fix.patch
Origin: Alpine
Author: Timo Teräs
Fix dlclose() to not try to free static TLS symbols. This seems
to happen on x86_64 with certain .so's. They probably link against
TLS symbol defined in the main binary (or the loader has additional
bug on this).
Needs to be upstreamed
uclibc-rtld_next-fix.patch
Origin: Alpine
Author: Timo Teräs
Fix dlsym(RTLD_NEXT) lookups to search all linked-in modules
instead of just the first one of them.
Needs to be upstreamed
|