summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-15_stdio.c: pthread.h was already included by _stdio.hPeter S. Mazinger
2012-06-15handle the type mismatch of ftell[o] and fseek[o] if long int != off_tPeter S. Mazinger
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15resolv.c: shrink code a bit in getnameinfo.Peter S. Mazinger
2012-06-15addr.c: get rid of a compiler warningPeter S. Mazinger
2012-06-15types.h: both icc and tendra support long longPeter S. Mazinger
2012-06-15ssp: rework, sync messages with the ones in glibcPeter S. Mazinger
2012-06-15syslog.c: disable locking in setlogmaskPeter S. Mazinger
2012-06-15ssp-local.c: make sure that -fstack-protector is not enabled when compiling filePeter S. Mazinger
2012-06-15syslog.c: no need for hidden vsyslog, use a static __vsyslog insteadPeter S. Mazinger
2012-06-15make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent...Peter S. Mazinger
2012-06-15tempname.c: remove unneeded attribute_hidden, change type to unsignedPeter S. Mazinger
2012-06-15wordexp.c: use vfork instead of fork on non-MMU archsPeter S. Mazinger
2012-06-15add LDSO_SAFE_RUNPATH config optionPeter S. Mazinger
2012-06-15get_kernel_syms.c: reorganize, no need for attribute_unused in prototypePeter S. Mazinger
2012-06-15getgroups.c: reorganize, include param.h instead of defining MINPeter S. Mazinger
2012-06-15_exit.c: add ABORT_INSTRUCTIONPeter S. Mazinger
2012-06-15stdlib.c: remove comment about _Exit, it is provided in _exit.cPeter S. Mazinger
2012-06-15hppa/bits/atomic.h: include errno.h to get EFAULT/ENOSYSPeter S. Mazinger
2012-06-15add lcong48[_r]Peter S. Mazinger
2012-06-15getpt.c: no need for hidden posix_openptPeter S. Mazinger
2012-06-15_exit.c: include the proper headersPeter S. Mazinger
2012-06-15munmap.c: do not include unistd.hPeter S. Mazinger
2012-06-15PORTING: remove obsolete comment about readelfPeter S. Mazinger
2012-06-15dl-iterate-phdr.c: no need for visible __dl_iterate_phdr, make it staticPeter S. Mazinger
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