summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-15ldconfig.c: fix strncmp() usagePeter S. Mazinger
2012-06-15getconf.c: fix noreturn warningsPeter S. Mazinger
2012-06-15iconv: Do not include __iconv_codesets into iconv utilityPeter S. Mazinger
2012-06-15libnsl,libresolv: do not include unneeded features.hPeter S. Mazinger
2012-06-15popen.c: get rid of a shadow warningPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15librt: provide missing prototypes for mq_timedreceive,mq_timedsendPeter S. Mazinger
2012-06-15librt: get rid of visible __mq_timed(send,receive)Peter S. Mazinger
2012-06-15Config.in.arch: remove UCLIBC_FORMAT_ELF config optionPeter S. Mazinger
2012-06-15uClibc_stdio.h: change the guard used to include stdio-lock.hPeter S. Mazinger
2012-06-15utime.c,utimes.c: include headers only when neededPeter S. Mazinger
2012-06-15__uClibc_main.c: make __uClibc_init hiddenPeter S. Mazinger
2012-06-15clock_{g,s}ettime.c,{create,delete}_module.c: cleanupPeter S. Mazinger
2012-06-15wrapsyscall.c: include proper header for epollPeter S. Mazinger
2012-06-15add epoll_pwait()Peter S. Mazinger
2012-06-15sysconf.c: the clock_getres function is good for NPTL as wellPeter S. Mazinger
2012-06-15clock_getres.c: include unistd.h unless syscall is definedPeter S. Mazinger
2012-06-15Config.in: NPTL does not compile with disabled UCLIBC_HAS_REALTIMEPeter S. Mazinger
2012-06-15chdir.c: simplify codePeter S. Mazinger
2012-06-15memmove.c,strchrnul.c: use real name in libc_hidden_defPeter S. Mazinger
2012-06-15bcopy.c,bzero.c: include string.h instead of _string.hPeter S. Mazinger
2012-06-15_vfprintf.c: use _fpmaxtostr.hPeter S. Mazinger