summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
AgeCommit message (Expand)Author
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-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-15remove uClibc_mutex.h on installPeter S. Mazinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15getpagesize.c, unistd.h: hide __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-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-15clock_{g,s}ettime.c,{create,delete}_module.c: cleanupPeter S. Mazinger
2012-06-15add epoll_pwait()Peter 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-15do not define _ISOC99_SOURCE in specific filesPeter S. Mazinger
2012-06-15uClibc_pthread.h: do not install on targetPeter S. Mazinger
2012-06-15uClibc_mutex.h: fix bug in conditional macrosPeter S. Mazinger
2012-06-15uClibc_stdio.h: guard internals with _LIBCPeter S. Mazinger
2012-06-15uClibc_stdio.h: remove consistency checkPeter S. Mazinger
2012-06-15uClibc_stdio.h: remove parts solved in features.hPeter S. Mazinger
2012-06-15stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.hPeter S. Mazinger
2012-06-15uClibc_stdio.h: move internal to _stdio.h and make them hiddenPeter S. Mazinger
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15change __asm to __asm__ and __volatile to __volatile__Peter S. Mazinger
2012-06-15setjmp.h: move __sigjmp_save prototype for consistencyPeter S. Mazinger
2012-06-15locale.c, uClibc_locale.h: provide hidden __curlocale[_set]Peter S. Mazinger
2012-06-15nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_locationPeter S. Mazinger
2012-06-15dl-osinfo.h: include needed headersPeter S. Mazinger
2012-06-15__xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untypedPeter S. Mazinger
2012-06-15dirent.h: use __ssize_t instead of ssize_tPeter S. Mazinger
2012-06-15move __getdents[64] prototypes to dirent.hPeter S. Mazinger
2012-06-15math: avoid jump relocation in libmPeter S. Mazinger
2012-06-15mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_protoPeter S. Mazinger
2012-06-15remove libc_hidden_proto(ioperm) from all headers except armPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger
2012-06-15huge_val.h: add for vaxPeter S. Mazinger
2012-06-15huge_vall.h: add for i386,ia64,m68k,sparcPeter S. Mazinger
2012-06-15posix_opt.h: update to POSIX 2008Peter S. Mazinger
2012-06-15posix_opt.h: update to glibc's NPTL versionPeter S. Mazinger
2012-06-15local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update commonPeter S. Mazinger
2012-06-15add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensaPeter S. Mazinger
2012-06-15change __HAVE_FPU__ to __UCLIBC_HAS_FPU__Peter S. Mazinger