index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldso
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove superfluous extra semicolons
Bernhard Reutner-Fischer
2009-11-22
1
-16
/
+17
*
ldso: drop duplicated/unused defines
Mike Frysinger
2009-10-16
1
-23
/
+0
*
ldso: unify and cleanup _dl_mmap code
Mike Frysinger
2009-10-16
1
-40
/
+22
*
ldso: define MAP_FAILED for everyone
Mike Frysinger
2009-10-16
1
-1
/
+1
*
ldso: simplify handling of extra _dl_lookup_hash() arg
Mike Frysinger
2009-10-16
1
-14
/
+6
*
ldso: clean up breakage in tls merge
Mike Frysinger
2009-10-16
2
-9
/
+8
*
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
Mike Frysinger
2009-10-16
1
-0
/
+2
*
whitespace cleanup
Bernhard Reutner-Fischer
2009-10-16
1
-4
/
+4
*
spent this morning beating i386 nptl into shape
Austin Foxley
2009-09-22
1
-1
/
+1
*
fix building for systems w/out ldso support
Mike Frysinger
2009-08-19
1
-0
/
+5
*
Merged revisions 26046,26062,26066,26078 via svnmerge from
Khem Raj
2009-04-14
1
-1
/
+1
*
Merged revisions 26038 via svnmerge from
Khem Raj
2009-04-09
1
-3
/
+1
*
Merged revisions 26033 via svnmerge from
Khem Raj
2009-04-09
1
-2
/
+2
*
Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS related
Carmelo Amoroso
2009-02-20
1
-1
/
+1
*
ldso: do not comment out unused variables, just delete it.
Carmelo Amoroso
2009-01-12
1
-1
/
+0
*
simple optimizations and style fixes in dynamic loading
Denis Vlasenko
2009-01-10
2
-21
/
+21
*
Fix kernl-features.h include path.
Carmelo Amoroso
2008-12-11
1
-1
/
+1
*
Synch with trunk @ 24261
Carmelo Amoroso
2008-12-04
1
-0
/
+13
*
Synch with trunk at rev 22997.
Carmelo Amoroso
2008-07-31
3
-6
/
+6
*
BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...
Carmelo Amoroso
2008-07-09
5
-28
/
+261
*
Change one missing inline to __always_inline
Carmelo Amoroso
2008-04-08
1
-1
/
+1
*
Merge ldso tree with trunk.
Carmelo Amoroso
2008-03-05
4
-40
/
+49
*
This patch solves a problem in dladdr caused by the wrong value
Carmelo Amoroso
2008-01-18
1
-0
/
+1
*
Added GNU hash support to ld.so
Carmelo Amoroso
2007-11-19
3
-6
/
+67
*
Check in all code for TLS relocations. There is still clean up that
"Steven J. Hill"
2006-08-21
5
-49
/
+132
*
Merge from trunk.
"Steven J. Hill"
2006-03-27
3
-64
/
+79
*
Get rid of more glibc NPTL symbol and alias madness. Also disable usage of
"Steven J. Hill"
2006-01-14
1
-5
/
+0
*
Merge from trunk that gives us a valid NPTL dynamic loader and the start of t...
"Steven J. Hill"
2005-11-29
8
-0
/
+56
*
Merge from trunk.
"Steven J. Hill"
2005-10-30
2
-7
/
+12
*
Removed old 'assert' function and created new '_dl_assert' macro and
"Steven J. Hill"
2005-10-29
1
-1
/
+9
*
Fix up dependencies for when 'extern' is used. This file is a mess
"Steven J. Hill"
2005-10-29
1
-3
/
+7
*
Latest 'ldso' changes for TLS support dated 20050930. I just did not get them...
"Steven J. Hill"
2005-10-01
2
-3
/
+6
*
Cleaned up 'struct link_map' and 'struct elf_resolve' such that the TLS data ...
"Steven J. Hill"
2005-09-25
3
-60
/
+55
*
Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a...
"Steven J. Hill"
2005-09-24
1
-1
/
+1
*
Big sync with trunk.
"Steven J. Hill"
2005-09-24
2
-0
/
+5
*
Sync.
"Steven J. Hill"
2005-09-23
1
-8
/
+1
*
Sync with trunk.
"Steven J. Hill"
2005-09-21
2
-2
/
+3
*
Added TLS variables to 'struct elf_resolve' which will be needed for TLS supp...
"Steven J. Hill"
2005-09-21
2
-1
/
+25
*
Sync with trunk.
"Steven J. Hill"
2005-08-30
2
-4
/
+5
*
Merge/sync with trunk.
"Steven J. Hill"
2005-08-17
2
-3
/
+3
*
Merge with latest trunk.
"Steven J. Hill"
2005-08-10
1
-0
/
+1
*
Changes made to the dynamic loader for TLS/NPTL support. Additional changes m...
"Steven J. Hill"
2005-08-09
2
-16
/
+30
*
Last of the merges along with latest changes for NPTL. Nothing much
"Steven J. Hill"
2005-07-30
1
-5
/
+15
*
Finalize the merge from the trunk. There are more files to be
"Steven J. Hill"
2005-07-30
7
-58
/
+81
*
Fixed up resolver and errno code such that both thread models can compile wit...
"Steven J. Hill"
2005-07-22
1
-5
/
+2
*
The function '_dl_memset' should always be inlined regardless of the
"Steven J. Hill"
2005-06-30
1
-59
/
+69
*
Update comment blocks.
"Steven J. Hill"
2005-06-03
2
-7
/
+48
*
Add header file for 'ld.so' definitions. It is used by both the dynamic
"Steven J. Hill"
2005-05-26
1
-0
/
+69
*
libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c
"Steven J. Hill"
2005-05-26
1
-0
/
+6
*
Get rid of extern references to ldso variables.
"Steven J. Hill"
2005-04-27
1
-2
/
+0
[next]