Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-02 | Add EPOLLRDHUP constant | Denis Vlasenko | |
2009-02-27 | fix breakage in x86_64 defconfig | Denis Vlasenko | |
2009-02-25 | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko | |
Now they are only enabled if linuxthreads.old are selected. | |||
2009-02-24 | Fix thinko in svn 25434. | Rob Landley | |
2009-02-24 | Make HARDWIRED_ABSPATH a config option. | Rob Landley | |
2009-02-24 | Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile. | Rob Landley | |
2009-02-23 | - remove superfluous $(strip) | Bernhard Reutner-Fischer | |
2009-02-23 | - remove dependency on GNU error functionality | Bernhard Reutner-Fischer | |
2009-02-23 | - disable libcrypt tests if we have no libcrypt | Bernhard Reutner-Fischer | |
2009-02-23 | - also filter out headers-y | Bernhard Reutner-Fischer | |
2009-02-23 | - fix weak ssp symbol on some arches (Peter S. Mazinger) | Bernhard Reutner-Fischer | |
Work around alleged binutils glitch with weak symbols on some arches. See binutils ML, weak psm and vapier. | |||
2009-02-23 | Use gcc built-in defines for detecting SH cores instead of | Carmelo Amoroso | |
uclibc config option macros (aligning SH to all other archs). Changes applied as below: __CONFIG_SH4__ -> __SH4__ __CONFIG_SH2__ -> __sh2__ __CONFIG_SH2A__ -> __SH2A__ Note: pay attention to capital letters Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-02-20 | Fix my previous commit to use preprocessor in the right way ! | Carmelo Amoroso | |
2009-02-20 | Linuxthreads_old and NPTL must be mutually exclusive. | Carmelo Amoroso | |
TLS support cannot be enabled when using Linuxthreads_old (at least until Linuxthreads and Linuxthreads_old will not me merged togheter) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-02-20 | Fix typo. | Carmelo Amoroso | |
2009-02-20 | sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architecture | Carmelo Amoroso | |
Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk> | |||
2009-02-19 | Install other linux kernel header subdirectories too | Denis Vlasenko | |
2009-02-18 | - explicitely discourage to use pregenerated locale data. | Bernhard Reutner-Fischer | |
Rob Landley promised to provide them for all arches but didn't do that yet so disable it for now since they just do not exist right now (and furthermore cause more pain than gain). | |||
2009-02-18 | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko | |
math.h: make macro machinery a bit more understandable No code changes (verified with objdump) | |||
2009-02-18 | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko | |
2009-02-17 | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko | |
2009-02-17 | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko | |
so that it is easier to modify, sort, etc; use __ in filenames of wrappers which wrap __functions (it may be useful to have function and file names ALWAYS match); remove names of not implemented wrappers (it was generating useless empty .o files). libm/ldouble_wrappers.c: comment out the wrapper which is not compiled anyway test/math/compile_test.c: improve this test, it was optimizing out some calls, and we don't want that. No actual code changes. | |||
2009-02-17 | fix typo in comment | Denis Vlasenko | |
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | |
*: fix everything which prevents above from building | |||
2009-02-16 | Makefile.in: comment out deletion of include/ucontext.h, | Denis Vlasenko | |
it is included from include/signal.h. | |||
2009-02-15 | suppress bogus ioctl on fd==INT_MAX when vasprintf() is called | Denis Vlasenko | |
2009-02-14 | math.h: fix libm_hidden_proto leak into sanitized headers | Denis Vlasenko | |
libm/s_nextafterf.c: use /* */ comments | |||
2009-02-13 | strict POSIX requires a path to specified to `find` | Mike Frysinger | |
2009-02-13 | - repair my r25322 that ment to deal with getdomainname()'s visibility | Bernhard Reutner-Fischer | |
2009-02-13 | - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY | Bernhard Reutner-Fischer | |
2009-02-13 | - fix comment style to make it compile again | Bernhard Reutner-Fischer | |
- add note about "/etc/config/" and the resolver code per se. | |||
2009-02-13 | - we may need getdomainname internally | Bernhard Reutner-Fischer | |
2009-02-13 | - use existing __stringify macro | Bernhard Reutner-Fischer | |
2009-02-13 | - fix link failures coming from recently added, misplaced strverscmp. | Bernhard Reutner-Fischer | |
2009-02-13 | - fix fallout from r24140 and r24160 for !CTYPE_TABLES | Bernhard Reutner-Fischer | |
2009-02-13 | - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits | Bernhard Reutner-Fischer | |
into ctype.h | |||
2009-02-13 | - workaround oddity with position of function attributes | Bernhard Reutner-Fischer | |
2009-02-12 | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso | |
support is not enabled in uclibc to fix build. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-02-11 | docs/probe_math_exception.c: | Denis Vlasenko | |
update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...) | |||
2009-02-11 | add comment why do we need _ISbit() macro | Denis Vlasenko | |
2009-02-10 | Re-add _ISbit macro required to build libstdc++ from gcc toolchain. | Carmelo Amoroso | |
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-02-10 | include more info in error messages so we have a better idea where things ↵ | Mike Frysinger | |
are failing | |||
2009-02-10 | add mmap()/munmap() implementation for Windows | Mike Frysinger | |
2009-02-10 | do not rely on features.h so that elf.h can be used on non-elf systems ↵ | Mike Frysinger | |
(Darwin, Windows, etc...) | |||
2009-02-09 | allow people to run the hostutils targets without having a .config file | Mike Frysinger | |
2009-02-09 | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko | |
float_wrappers.c: add xxxWRAPPER1(func) macros. no code changes, but makes this file much shorter. text data bss dec hex filename - 42504 188 4 42696 a6c8 lib/libm-0.9.30-svn.so + 42488 188 4 42680 a6b8 lib/libm-0.9.30-svn.so | |||
2009-02-09 | unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacement | Mike Frysinger | |
2009-02-09 | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger | |
2009-02-09 | dont force -Wl,-s when building host utils -- people can strip themselves | Mike Frysinger | |
2009-02-09 | reinstate bits/uClibc_arch_features.h in installed headers, | Denis Vlasenko | |
my cross-compile toolchain based on gcc 4.3.1 broke without it. |