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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
revert fdpic patch so we can merge it in bit by bit
Mike Frysinger
2006-07-05
9
-167
/
+78
*
Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs
Mike Frysinger
2006-06-30
9
-78
/
+167
*
Bernd Schmidt writes: too many semicolons!
Mike Frysinger
2006-06-30
1
-1
/
+1
*
eat extraneous ; and insert some whitespace where it belongs
Mike Frysinger
2006-06-19
12
-53
/
+53
*
eat whitespace
Mike Frysinger
2006-06-19
1
-5
/
+3
*
use unsigned long like every other port as pointed out by Peter S. Mazinger
Mike Frysinger
2006-06-07
2
-4
/
+4
*
add a note as to why mips is special
Mike Frysinger
2006-04-20
1
-0
/
+4
*
doh, forgot to copy the final \0
Eric Andersen
2006-04-12
1
-1
/
+1
*
micro-optimization -- we already know how long the source is
Eric Andersen
2006-04-12
1
-1
/
+1
*
cleanup whitespace
Eric Andersen
2006-04-12
1
-4
/
+4
*
fixup a big 'ol memory leak in search_for_named_library()
Eric Andersen
2006-04-12
1
-6
/
+20
*
typo stderrr
Peter S. Mazinger
2006-03-24
1
-1
/
+1
*
forgotten to update gettimeofday here as well
Peter S. Mazinger
2006-03-23
1
-2
/
+6
*
macro out the /10 operation so arches can have their own versions ... and cre...
Mike Frysinger
2006-03-08
10
-21
/
+11
*
Remove additional endif pointed out by vapier
Peter S. Mazinger
2006-03-07
1
-2
/
+1
*
Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp support
Peter S. Mazinger
2006-03-07
1
-1
/
+9
*
make all the warnings the same and add line #s so we can pick em out at runtime
Mike Frysinger
2006-03-02
2
-9
/
+9
*
kill spurious semicolons
Mike Frysinger
2006-03-02
1
-12
/
+12
*
clean out arch subdirs as well
Mike Frysinger
2006-03-02
1
-1
/
+1
*
Added support for the new CRISv32 architecture.
Peter Kjellerstedt
2006-02-23
3
-31
/
+116
*
Moved the definition of MMAP2_PAGE_SHIFT from ldso/ldso/cris/dl-syscalls.h
Peter Kjellerstedt
2006-02-23
1
-2
/
+0
*
Include bits/uClibc_page.h before dl-syscall.h as the latter may
Peter Kjellerstedt
2006-02-23
1
-2
/
+2
*
Specify a correct MMAP2_PAGE_SHIFT to use when calculating the offset
Peter Kjellerstedt
2006-02-23
1
-0
/
+2
*
Allow MMAP2_PAGE_SHIFT to be specified by the architecture specific
Peter Kjellerstedt
2006-02-23
1
-1
/
+8
*
A little clean up.
Peter Kjellerstedt
2006-02-23
1
-18
/
+23
*
sync with glibc
Mike Frysinger
2006-02-22
1
-0
/
+16
*
Nicolas Bellido: switch up order of mmap preference to try and fix arm eabi u...
Mike Frysinger
2006-02-22
1
-27
/
+34
*
move _dl_mmap_check_error() to related mmap bits of code as pointed out by Ni...
Mike Frysinger
2006-02-22
1
-13
/
+10
*
just let user decide CFLAGS instead of assuming stuff for him
Mike Frysinger
2006-02-18
1
-7
/
+0
*
these defines are created for use in features.h so no point in duplicating wo...
Mike Frysinger
2006-02-18
1
-8
/
+0
*
make sure ldso is rebuilt if source files are updated
Mike Frysinger
2006-02-18
1
-0
/
+1
*
Add prototypes
Peter S. Mazinger
2006-02-15
1
-0
/
+4
*
after much deliberation, may i present Joseph S. Myers patch to add support f...
Mike Frysinger
2006-02-14
2
-5
/
+75
*
disable lazy code for now
Mike Frysinger
2006-02-01
1
-1
/
+7
*
s:THUMB_INTERWORK:USE_BX:, thx Khem Raj
Peter S. Mazinger
2006-01-31
1
-2
/
+10
*
John Bowler says: use (!thumb) instead of (arm) since thumb defines arm
Mike Frysinger
2006-01-31
1
-3
/
+3
*
John Bowler writes in Bug 385:
Mike Frysinger
2006-01-31
2
-0
/
+87
*
John Bowler writes in Bug 385:
Mike Frysinger
2006-01-31
1
-2
/
+2
*
back to inline, mips fails
Peter S. Mazinger
2006-01-30
2
-22
/
+22
*
rename local i var to idx to get rid of shadow warning
Mike Frysinger
2006-01-29
1
-4
/
+4
*
remove unneeded double reloc_type definition
Mike Frysinger
2006-01-29
1
-1
/
+0
*
change variable names so we dont shadow others
Mike Frysinger
2006-01-29
1
-9
/
+9
*
use diff variable names so we dont shadow each other
Mike Frysinger
2006-01-29
1
-10
/
+12
*
Bernhard Fischer writes: remove unused variable name
Mike Frysinger
2006-01-29
1
-3
/
+0
*
remove excess whitespace
Mike Frysinger
2006-01-29
1
-1
/
+0
*
use attribute_unused instead of hardcoded
Peter S. Mazinger
2006-01-27
2
-3
/
+5
*
Some warnings go away
Peter S. Mazinger
2006-01-27
1
-1
/
+2
*
Get rid of missing prototype warnings
Peter S. Mazinger
2006-01-26
3
-2
/
+5
*
- use keywords __asm__ and __inline__ c99.
Bernhard Reutner-Fischer
2006-01-24
6
-27
/
+27
*
Make i386 build w/ -std=c99 (almost)
Peter S. Mazinger
2006-01-23
2
-3
/
+3
[prev]
[next]