summaryrefslogtreecommitdiff
path: root/libc
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-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-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-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-15remove uClibc_mutex.h on installPeter 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-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-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-15iconv: Do not include __iconv_codesets into iconv utilityPeter S. Mazinger
2012-06-15popen.c: get rid of a shadow warningPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter 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-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-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
2012-06-15_vfprintf.c: get rid of __STDIO_PRINTF_FLOATPeter S. Mazinger
2012-06-15old_vfprintf.c: use _fpmaxtostr.hPeter S. Mazinger
2012-06-15_fpmaxtostr.c: move common to _fpmaxtostr.hPeter S. Mazinger
2012-06-15lckpwdf.c: add back lost returnPeter S. Mazinger
2012-06-15getttyent.c: include stdio_ext.h only when neededPeter S. Mazinger
2012-06-15time.c: fix a guard to avoid a warning about unused labelPeter S. Mazinger
2012-06-15dirname.c: include only what is neededPeter S. Mazinger
2012-06-15basename.c: define it correctly, use the proper header for each versionPeter S. Mazinger
2012-06-15malloc.h: hide internal functions (mainly debug related)Peter S. Mazinger
2012-06-15malloc-simple: make _aligned_blocks static and __libc_free_aligned hiddenPeter S. Mazinger
2012-06-15malloc: use uClibc_mutex.h provided macros consequentlyPeter S. Mazinger
2012-06-15memalign.c: does not use MAX, do not include param.hPeter S. Mazinger
2012-06-15_vfprintf.c: fix typo s/NL_MAX_ARG/NL_ARGMAX/Peter S. Mazinger