summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-15posix_fadvise: make posix_fadvise[64] similar on all archsPeter S. Mazinger
2012-06-15i386/posix_fadvise64: remove fallback code, uClibc does not do thatPeter S. Mazinger
2012-06-15splice,sync_file_range: mark them as GNU extensionsPeter S. Mazinger
2012-06-15tee,vmsplice: mark them as GNU extensionsPeter S. Mazinger
2012-06-15readahead.c: add correct guardsPeter S. Mazinger
2012-06-15cacheflush.c: compile only if __NR_cacheflush is availablePeter S. Mazinger
2012-06-15dl-defs.h: avoid including dl-sysdep.h if compiling hostutilsPeter S. Mazinger
2012-06-15mips/README: fix comment about file from which functions were copiedPeter S. Mazinger
2012-06-15utils: expand search path to find dl-sysdep.hPeter S. Mazinger
2012-06-15_collate.c: avoid initialization warningPeter S. Mazinger
2012-06-15_fpmaxtostr.c: align comments, no code changePeter S. Mazinger
2012-06-15arm: avoid 2 compiler warningsPeter S. Mazinger
2012-06-15ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.soPeter S. Mazinger
2012-06-15sh: remove longjmp.c, the common is good for shPeter S. Mazinger
2012-06-15sh: add back clone and vfork for non-NPTLPeter S. Mazinger
2012-06-15Rules.mak: add ldso search paths independently of NPTLPeter S. Mazinger
2012-06-15uClibc_pthread.h: remove __pthread_mutex_destroy, unusedPeter S. Mazinger
2012-06-15adapt regex to new regex.hPeter S. Mazinger
2012-06-15ftw.c: errno.h has to be included before undefining _LIBCPeter S. Mazinger
2012-06-15regex_old.c: adapt to new regex.hPeter S. Mazinger
2012-06-15dl-string.h: include dl-defs.h instead of dl-sysdep.hPeter S. Mazinger
2012-06-15dl-defs.h: include dl-sysdep.h before fallbacks.Peter S. Mazinger
2012-06-15dl-elf.h: add some includes and fix commentsPeter S. Mazinger
2012-06-15ldso/include: change guard of headers to reflect the file names.Peter S. Mazinger
2012-06-15regex.h: sync with glibc, making it more POSIX-likePeter S. Mazinger
2012-06-15libdl.c: disable dlinfoPeter S. Mazinger
2012-06-15dl-string.h: change IS_IN_libdl guard to IS_IN_rtldPeter S. Mazinger
2012-06-15dl-string.h: use __powerpc__ guard instead of powerpcPeter S. Mazinger
2012-06-15dl-string.h: remove mips related guardPeter S. Mazinger
2012-06-15remove uClibc_mutex.h on installPeter S. Mazinger
2012-06-15ldd.c: change syntax, no size and no functional changePeter S. Mazinger
2012-06-15_scanf.c: fix to signedness warningsPeter S. Mazinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15avr32: common do_rem is good for itPeter S. Mazinger
2012-06-15libdl: no need for _dl_strstr in libdl, use strstrPeter S. Mazinger
2012-06-15ppc/elfinterp.c: fix comment typosPeter S. Mazinger
2012-06-15dl-hash.h: remove unused _dl_symbol and unneeded prototypesPeter S. Mazinger
2012-06-15__uClibc_main.c: do not include unused headersPeter S. Mazinger
2012-06-15getpagesize.c, unistd.h: hide __pagesizePeter S. Mazinger
2012-06-15malloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger
2012-06-15libdl.c: hide dl_cleanupPeter S. Mazinger
2012-06-15dl-elf.h: remove unused prototypePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger
2012-06-15libc-symbols.h: fix weak functions handlingPeter S. Mazinger
2012-06-15ldd.c: reduce sizePeter S. Mazinger
2012-06-15libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdlPeter S. Mazinger
2012-06-15Makefile.commonarch: use proper CFLAGS for jmp-unwind.cPeter S. Mazinger
2012-06-15nios2,xtensa: common uClibc_page.h is good for themPeter S. Mazinger
2012-06-15xtensa-config.h: remove XCHAL_MMU_MIN_PTE_PAGE_SIZE used only in uClibc_page.hPeter S. Mazinger