2009-02-10 |
Mike Frysinger | include more info in error messages so we have a better... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Mike Frysinger | add mmap()/munmap() implementation for Windows |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Mike Frysinger | do not rely on features.h so that elf.h can be used... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Mike Frysinger | allow people to run the hostutils targets without havin... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Denis Vlasenko | ldouble_wrappers.c: add long and long long optimized... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Mike Frysinger | unify byte order cruft in bswap.h and porting.h and... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Mike Frysinger | unify the headers/random defines into porting.h to... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Mike Frysinger | dont force -Wl,-s when building host utils -- people... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Denis Vlasenko | reinstate bits/uClibc_arch_features.h in installed... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Denis Vlasenko | Hand-optimize wrappers on i386: |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Denis Vlasenko | ldouble_wrappers.c: fix __signbitl, it was calling... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Denis Vlasenko | forgot to add libc/string/generic/strverscmp.c |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Denis Vlasenko | Add strverscmp() and versionsort[64](). |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Denis Vlasenko | nextafterf: trying to correct FP exception handling |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Denis Vlasenko | libm/s_nextafterf.c: forgot to "svn add" it |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Denis Vlasenko | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Denis Vlasenko | libm: add scalbf, gammaf, significandf wrappers. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Khem Raj | Make TLS configure time variable. Enable it along with... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bernhard Reutner... | - fix install_headers on hosts where ld does not suppor... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Denis Vlasenko | libm/ldouble_wrappers.c: add libm_hidden_def's to fix... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Denis Vlasenko | fix ppoll. we forgot to pass 5th parameter to the syscall |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Denis Vlasenko | Partially revent "make utils" fix. This version is... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Carmelo Amoroso | Added sysdep.h and sysdep-cancel.h for linuxthreads ARM |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Carmelo Amoroso | Remove check for the relocation type check in the resolver, |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Carmelo Amoroso | Follow naming convention for tst-regex2 input file... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Denis Vlasenko | "make utils" now successfully makes utils for target |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Bernhard Reutner... | - also link librt with --as-needed and do so unconditio... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Bernhard Reutner... | - make sure __user is defined when including kernel... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Bernhard Reutner... | - commentary typo fix |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Bernhard Reutner... | - remove unavailable functionality upon request (Peter... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Denis Vlasenko | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Denis Vlasenko | ldouble_wrappers.c: remove erroneous libm_hidden_def's |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Denis Vlasenko | extra/scripts/relative_path.sh: fix it |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Denis Vlasenko | __global_locale must be visible to users, move it outsi... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Bernhard Reutner... | - hide __dl_ldso__ (Peter S. Mazinger) |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Bernhard Reutner... | - make sure to pass the correct PIE flags to gcc (Peter... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Bernhard Reutner... | - make sure not to have relocs in Scrt1.o (Peter S... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Carmelo Amoroso | ldso: performs bootstrap relocations only if required... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Carmelo Amoroso | libm_sh: fix libm build for sh |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Carmelo Amoroso | libm_sh: Re-added sh specific files erroneously removed... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Carmelo Amoroso | ldso: do not comment out unused variables, just delete it. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Bernhard Reutner... | - fixup incomplete r24515 (fix redefinitions of posix_t... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Bernhard Reutner... | - fix typo in r24594 |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Denis Vlasenko | utils/Makefile.in: de-obfuscate it a bit |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Denis Vlasenko | replace yet another _dl_malloc + _dl_memset with _dl_zalloc |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Denis Vlasenko | simple optimizations and style fixes in dynamic loading |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Denis Vlasenko | libc/signal/sigaction.c: s/!=/==/ |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Carmelo Amoroso | Silent compiler warning regarding undefined macro |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Denis Vlasenko | ldso/ldso/dl-startup.c: make _dl_elf_main static; remov... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Denis Vlasenko | forgot to remove one #endif... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Denis Vlasenko | Get rid of the following annoying warnings on ppc: |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Denis Vlasenko | libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Denis Vlasenko | fix small goof in last commit: should use "long" functi... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Denis Vlasenko | libm: remove scalbln implementation, it seems to be... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Khem Raj | Merge some pre-work from branch, needed by NPTL. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Denis Vlasenko | libm/e_lgamma_r.c: cosmetic whitespace fixes |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Denis Vlasenko | libm/*: delete many incarnations of logarithmic gamma... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Denis Vlasenko | libc/stdlib/_strtod.c: add parens around a | b |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Bernhard Reutner... | - whitespace cleanup; no obj-code changes |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Denis Vlasenko | libm/s_nearbyint.c: delete (forgot to do it in prev... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Bernhard Reutner... | - ethers only make sense if we want to play with ethern... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Bernhard Reutner... | - expand SUSv3_LEGACY |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Bernhard Reutner... | - pthread_attr_{g,s}etstacksize would depend on SUSv3... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Denis Vlasenko | remove many functions which just call __ieee754_<function>, |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Denis Vlasenko | fix another corner case in unifdef |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Denis Vlasenko | patch up unifdef to recognize and remove "#if defined... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Denis Vlasenko | Help unifdef to remove private parts of headers |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Denis Vlasenko | ctype: remove some trivial macros from ctype.h; |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Denis Vlasenko | convert yet another old-style function definition |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Denis Vlasenko | new regex: stop confusing ourself with _LIBC being... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Denis Vlasenko | regex: remove useless casts on allocations; |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Denis Vlasenko | regex: drop __<funcname> aliases. remove much of unused... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Denis Vlasenko | include/libc-string_i386.h: fix a bug where memset... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Denis Vlasenko | document internal_function |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Denis Vlasenko | test/regex/tst-regexloc.c: include ok/bad indicator... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Denis Vlasenko | test/regex/tst-regex2.c: fix the rest of testsuite... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Denis Vlasenko | test/regex/tst-regex2.c: fix test failure. Next one... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Denis Vlasenko | test/regex: make it faster to rebuild and run regex... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Denis Vlasenko | rename test file |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Denis Vlasenko | test/Makefile: make "make compile" install headers... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Denis Vlasenko | libc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Khem Raj | These defines needs to be considered after recent linux... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bernhard Reutner... | - mark capset() as linux specific |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bernhard Reutner... | - capget() is linux specific; Sync helptext with curren... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bernhard Reutner... | - remove leftover from r13277 |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bernhard Reutner... | - fix for !GETOPT_LONG |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denis Vlasenko | libm/*: mass removal of: |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denis Vlasenko | extra/locale/gen_wctype.c: remove __CTYPE_isalnum and... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denis Vlasenko | UCLIBC_CTYPE_HEADER define is removed, as it always |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bernhard Reutner... | - remove whitespace |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bernhard Reutner... | - fix fpclassify, signbit, isfinite, isnan, isinf macro... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denis Vlasenko | add new file to docs/ |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denis Vlasenko | remove stray comment (the identical one is just a few... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bernhard Reutner... | - non-pic support for MIPS (Catherine Moore, clm at... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denis Vlasenko | Remove unused macros |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denis Vlasenko | docs/defines.txt: document _extern_inline |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Denis Vlasenko | more of warning fixes, mostly pointer signedness mismatches |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Denis Vlasenko | more of pointer signedness warnings removed |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Denis Vlasenko | heed multiple warnings of the type |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Denis Vlasenko | libc/stdio/_scanf.c: heed lots of warnings about signed... |
commit | commitdiff | tree | snapshot |
next |