Bernhard Reutner-Fischer
|
79c9bcfd28
fix cosmetic typo
|
il y a 15 ans |
Denys Vlasenko
|
a76558a92e
do not pass 3rd param to open() which do not create files
|
il y a 15 ans |
Ron
|
916bd8eff0
Don't shadow stat with a local variable
|
il y a 15 ans |
Ron
|
b9b00cd60a
Make more utility functions static
|
il y a 15 ans |
Mike Frysinger
|
1055a181ad
include more info in error messages so we have a better idea where things are failing
|
il y a 15 ans |
Mike Frysinger
|
32242e7e10
unify the headers/random defines into porting.h to avoid duplication/rot
|
il y a 15 ans |
Denis Vlasenko
|
27d501fdbf
simple optimizations and style fixes in dynamic loading
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
0f50d8abca
- minor shrinkage (-50b)
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
2ba017a2d5
- use c89-style comments
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
1372e95c24
- remove a couple of duplicate includes
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
f1775381f9
- fix inline keyword
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
65ebd664a0
- fixup stripping of host utils and make host-utils compile with std=gnu99
|
il y a 16 ans |
Carmelo Amoroso
|
e130b681c4
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
|
il y a 17 ans |
Mike Frysinger
|
a77c1608a4
cleanup style; no functional changes
|
il y a 17 ans |
Bernhard Reutner-Fischer
|
3e7394c25f
- fix compilation of __LDSO_CACHE_SUPPORT__
|
il y a 18 ans |
Mike Frysinger
|
b9950f0c0f
the makefile will include elf.h for us #778
|
il y a 18 ans |
Eric Andersen
|
9b22ad3660
replace my @debian.org addr with @uclibc.org. Fixup license on
|
il y a 18 ans |
Mike Frysinger
|
937582239b
remove warning since it seems to have "gone away" now
|
il y a 18 ans |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
il y a 19 ans |
Mike Frysinger
|
d2c24c51bd
tell people to ignore these two warnings unless someone can figure out how to make them go away ... the vfork() is safe due to the logic following it
|
il y a 19 ans |
Mike Frysinger
|
e564f18967
need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts
|
il y a 19 ans |
Mike Frysinger
|
1a407ee53f
fix signed/unsigned warnings
|
il y a 19 ans |
Peter S. Mazinger
|
460caef23f
Solve warning about redefined _GNU_SOURCE, allow iconv to build
|
il y a 19 ans |
Mike Frysinger
|
1b3c855bc3
touchup style
|
il y a 19 ans |
Peter S. Mazinger
|
65ae79fb16
Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS
|
il y a 19 ans |
Eric Andersen
|
2193796a36
ldd does not build due to missing fork() on MMUless. Since ldd merely
|
il y a 19 ans |
Mike Frysinger
|
3ae4f469bf
clean 32bit-isms and make code 64/32 bit clean
|
il y a 19 ans |
Mike Frysinger
|
7e67e3cc23
add __thumb__ check
|
il y a 19 ans |
Joakim Tjernlund
|
9f9ab49223
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
|
il y a 20 ans |
Joakim Tjernlund
|
9dca9ff973
Peter S. Mazinger writes:
|
il y a 20 ans |