summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras2012-01-141-1/+1
* buildsys: cache build flags in varsMike Frysinger2012-01-144-63/+128
* libubacktrace: use -asynchronous-funwind-tables rather than -funwind-tablesCarmelo Amoroso2012-01-132-3/+3
* libc: allow to backtrace out of abort callCarmelo Amoroso2012-01-133-0/+6
* config: remove some redundant words in the menusMike Frysinger2012-01-021-4/+4
* ldso: setup search path even when there are no "/"Mike Frysinger2012-01-021-3/+15
* ldso: simplify interp path search logicMike Frysinger2012-01-022-31/+28
* getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgetsDenys Vlasenko2012-01-011-1/+1
* bump version to 0.9.33-rc1-gitBernhard Reutner-Fischer2011-12-301-1/+1
* release 0.9.33-rc1Bernhard Reutner-Fischer2011-12-301-1/+1
* getpass: several fixesDenys Vlasenko2011-12-231-27/+19
* libubacktrace: use -funwind-tables rather than -fexecptionsCarmelo Amoroso2011-12-222-3/+3
* libcrypt: add support for SHA256-CRYPT password hashingWilliam Pitcock2011-12-227-0/+691
* libcrypt: add support for SHA512-CRYPT password hashingWilliam Pitcock2011-12-227-0/+737
* libcrypt: make crypt() itself more modularWilliam Pitcock2011-12-221-6/+24
* libdl: rudimentary locking for dlopen/dlsym/dlcloseTimo Teräs2011-12-222-5/+50
* sys/queue.h: update to eglibc versionNatanael Copa2011-12-221-443/+399
* x86_64: add PLT bypass for __sigsetjmpMike Frysinger2011-12-033-2/+7
* getutid: add a hidden defMike Frysinger2011-12-032-0/+2
* ldso: bfin: fix sram_flags initMike Frysinger2011-11-271-1/+1
* ldso: bfin: shrink sram mapping funcMike Frysinger2011-11-271-21/+15
* ldso: fdpic: clean up styleMike Frysinger2011-11-272-507/+495
* ldso: fdpic: unify duplicate bfin/frv logicMike Frysinger2011-11-278-1214/+626
* make ARRAY_SIZE commonly available internallyMike Frysinger2011-11-272-3/+2
* ldso: use __func__ rather than __FUNCTION__Mike Frysinger2011-11-273-3/+3
* buildsys: drop manual TARGET_SUBARCH .config lookupMike Frysinger2011-11-261-1/+0
* include/: ignore new sys/eventfd.h symlinkMike Frysinger2011-11-261-0/+1
* buildsys: s/CROSS/CROSS_COMPILE/gCarmelo Amoroso2011-11-256-31/+29
* nptl: add missing pt-tempname.cBernhard Reutner-Fischer2011-11-241-0/+1
* libc: do not rely upon ulimit kernel syscall.Carmelo Amoroso2011-11-231-8/+0
* libdl: fix size parameter when unmap library in dlcloseFilippo Arcidiacono2011-11-231-2/+6
* stdio: add support for "e" flag with fopen()Mike Frysinger2011-11-202-1/+17
* libcrypt: do not cast away const of key/saltMike Frysinger2011-11-201-2/+5
* libubacktrace: use .so.$(ABI_VERSION)Bernhard Reutner-Fischer2011-11-181-1/+1
* nptl: sem_open: use open64 if LFSBernhard Reutner-Fischer2011-11-181-9/+10
* misc: hide __gen_tempnameBernhard Reutner-Fischer2011-11-173-5/+5
* stdio: hide _stdio_validate_FILEBernhard Reutner-Fischer2011-11-172-2/+2
* regex_old: make some internal helpers staticBernhard Reutner-Fischer2011-11-171-5/+5
* inet: hide relocationsBernhard Reutner-Fischer2011-11-172-1/+4
* unistd: hide relocationsBernhard Reutner-Fischer2011-11-172-0/+6
* resolv: hide relocationsBernhard Reutner-Fischer2011-11-173-0/+14
* Add a C6X-specific ipc.h.Bernd Schmidt2011-11-141-0/+55
* buildsys: do not install ld.so linker scriptCarmelo Amoroso2011-11-081-1/+2
* libubacktrace: Conditionally link libgcc_ehJason Woodward2011-11-081-1/+1
* libm: pass CFLAGS to e500 fenvBernhard Reutner-Fischer2011-11-081-0/+2
* honor UCLIBC_HAS_FENV for e500Jason Woodward2011-11-081-0/+2
* Fix e500 fpu libm buildJason Woodward2011-11-081-0/+1
* libc: flesh out linux scheduler functionsHenning Heinold2011-11-0710-29/+317
* ldso: support RTLD_NOLOADTimo Teräs2011-11-075-22/+33
* stdlib: add qsort_rBernhard Reutner-Fischer2011-11-074-7/+35