OSDN Git Service

uclinux-h8/uClibc.git
2012-06-15 Peter S. Mazingerupdate acct.h
2012-06-15 Peter S. Mazingersync.c: simplify code
2012-06-15 Peter S. Mazingerprovide stime and settimeofday functions if at least...
2012-06-15 Peter S. Mazingersetuid.c: always_inline syscall
2012-06-15 Peter S. Mazingersetsid.c: whitespace only
2012-06-15 Peter S. Mazingersetpgrp.c: remove unneeded header
2012-06-15 Peter S. Mazingersetgroups.c: move around some headers, always_inline...
2012-06-15 Peter S. Mazingerpause.c: no need for __UCLIBC_HIDE_DEPRECATED__, the...
2012-06-15 Peter S. Mazingercorrect sendfile for 32/64 bit archs
2012-06-15 Peter S. Mazingerprctl.c: no need to include stdarg.h and extern
2012-06-15 Peter S. Mazingersched_getaffinity.c: mark syscall as __always_inline
2012-06-15 Peter S. Mazingersched_setaffinity.c: make use of the syscall
2012-06-15 Peter S. Mazingerrename.c: simplify code, include only necessary headers
2012-06-15 Peter S. Mazingerpivot_root.c: move prototype into guard
2012-06-15 Peter S. Mazingerpoll.c: do not inline syscall
2012-06-15 Peter S. Mazingerppoll: no need for hidden version
2012-06-15 Peter S. Mazingerno need for hidden __sigpause, use an internal static...
2012-06-15 Peter S. MazingerReorder includes and include only what is necessary
2012-06-15 Peter S. Mazinger*64.[cS]: use _lfs_64.h instead of features.h and remov...
2012-06-15 Peter S. Mazingeropenat*: use a static function with the different type...
2012-06-15 Peter S. Mazingerllseek.c: use off64_t instead of loff_t as in header
2012-06-15 Peter S. Mazingermmap64.c: use void * as in header, disable code that...
2012-06-15 Peter S. Mazingeravoid circular dependency in lseek and llseek, providin...
2012-06-15 Peter S. Mazingergetopt.h: cleanup header, remove anything already in...
2012-06-15 Peter S. Mazinger_stdio.c: pthread.h was already included by _stdio.h
2012-06-15 Peter S. Mazingerhandle the type mismatch of ftell[o] and fseek[o] if...
2012-06-15 Peter S. Mazingersignal: cleanup, include only headers that are needed
2012-06-15 Peter S. Mazingeradd simplified __sigemptyset for internal use
2012-06-15 Peter S. Mazingerresolv.c: shrink code a bit in getnameinfo.
2012-06-15 Peter S. Mazingeraddr.c: get rid of a compiler warning
2012-06-15 Peter S. Mazingertypes.h: both icc and tendra support long long
2012-06-15 Peter S. Mazingerssp: rework, sync messages with the ones in glibc
2012-06-15 Peter S. Mazingersyslog.c: disable locking in setlogmask
2012-06-15 Peter S. Mazingerssp-local.c: make sure that -fstack-protector is not...
2012-06-15 Peter S. Mazingersyslog.c: no need for hidden vsyslog, use a static...
2012-06-15 Peter S. Mazingermake UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS_...
2012-06-15 Peter S. Mazingertempname.c: remove unneeded attribute_hidden, change...
2012-06-15 Peter S. Mazingerwordexp.c: use vfork instead of fork on non-MMU archs
2012-06-15 Peter S. Mazingeradd LDSO_SAFE_RUNPATH config option
2012-06-15 Peter S. Mazingerget_kernel_syms.c: reorganize, no need for attribute_un...
2012-06-15 Peter S. Mazingergetgroups.c: reorganize, include param.h instead of...
2012-06-15 Peter S. Mazinger_exit.c: add ABORT_INSTRUCTION
2012-06-15 Peter S. Mazingerstdlib.c: remove comment about _Exit, it is provided...
2012-06-15 Peter S. Mazingerhppa/bits/atomic.h: include errno.h to get EFAULT/ENOSYS
2012-06-15 Peter S. Mazingeradd lcong48[_r]
2012-06-15 Peter S. Mazingergetpt.c: no need for hidden posix_openpt
2012-06-15 Peter S. Mazinger_exit.c: include the proper headers
2012-06-15 Peter S. Mazingermunmap.c: do not include unistd.h
2012-06-15 Peter S. MazingerPORTING: remove obsolete comment about readelf
2012-06-15 Peter S. Mazingerdl-iterate-phdr.c: no need for visible __dl_iterate_phd...
2012-06-15 Peter S. Mazingerposix_fadvise: make posix_fadvise[64] similar on all...
2012-06-15 Peter S. Mazingeri386/posix_fadvise64: remove fallback code, uClibc...
2012-06-15 Peter S. Mazingersplice,sync_file_range: mark them as GNU extensions
2012-06-15 Peter S. Mazingertee,vmsplice: mark them as GNU extensions
2012-06-15 Peter S. Mazingerreadahead.c: add correct guards
2012-06-15 Peter S. Mazingercacheflush.c: compile only if __NR_cacheflush is available
2012-06-15 Peter S. Mazingerdl-defs.h: avoid including dl-sysdep.h if compiling...
2012-06-15 Peter S. Mazingermips/README: fix comment about file from which function...
2012-06-15 Peter S. Mazingerutils: expand search path to find dl-sysdep.h
2012-06-15 Peter S. Mazinger_collate.c: avoid initialization warning
2012-06-15 Peter S. Mazinger_fpmaxtostr.c: align comments, no code change
2012-06-15 Peter S. Mazingerarm: avoid 2 compiler warnings
2012-06-15 Peter S. Mazingerldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.so
2012-06-15 Peter S. Mazingersh: remove longjmp.c, the common is good for sh
2012-06-15 Peter S. Mazingersh: add back clone and vfork for non-NPTL
2012-06-15 Peter S. MazingerRules.mak: add ldso search paths independently of NPTL
2012-06-15 Peter S. MazingeruClibc_pthread.h: remove __pthread_mutex_destroy, unused
2012-06-15 Peter S. Mazingeradapt regex to new regex.h
2012-06-15 Peter S. Mazingerftw.c: errno.h has to be included before undefining...
2012-06-15 Peter S. Mazingerregex_old.c: adapt to new regex.h
2012-06-15 Peter S. Mazingerdl-string.h: include dl-defs.h instead of dl-sysdep.h
2012-06-15 Peter S. Mazingerdl-defs.h: include dl-sysdep.h before fallbacks.
2012-06-15 Peter S. Mazingerdl-elf.h: add some includes and fix comments
2012-06-15 Peter S. Mazingerldso/include: change guard of headers to reflect the...
2012-06-15 Peter S. Mazingerregex.h: sync with glibc, making it more POSIX-like
2012-06-15 Peter S. Mazingerlibdl.c: disable dlinfo
2012-06-15 Peter S. Mazingerdl-string.h: change IS_IN_libdl guard to IS_IN_rtld
2012-06-15 Peter S. Mazingerdl-string.h: use __powerpc__ guard instead of powerpc
2012-06-15 Peter S. Mazingerdl-string.h: remove mips related guard
2012-06-15 Peter S. Mazingerremove uClibc_mutex.h on install
2012-06-15 Peter S. Mazingerldd.c: change syntax, no size and no functional change
2012-06-15 Peter S. Mazinger_scanf.c: fix to signedness warnings
2012-06-15 Peter S. Mazingererrno, h_errno: correct them for non-TLS
2012-06-15 Peter S. Mazingeravr32: common do_rem is good for it
2012-06-15 Peter S. Mazingerlibdl: no need for _dl_strstr in libdl, use strstr
2012-06-15 Peter S. Mazingerppc/elfinterp.c: fix comment typos
2012-06-15 Peter S. Mazingerdl-hash.h: remove unused _dl_symbol and unneeded prototypes
2012-06-15 Peter S. Mazinger__uClibc_main.c: do not include unused headers
2012-06-15 Peter S. Mazingergetpagesize.c, unistd.h: hide __pagesize
2012-06-15 Peter S. Mazingermalloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesize
2012-06-15 Peter S. Mazingerlibdl.c: hide dl_cleanup
2012-06-15 Peter S. Mazingerdl-elf.h: remove unused prototype
2012-06-15 Peter S. Mazingerjmp-unwind.c: add hidden _longjmp_unwind
2012-06-15 Peter S. Mazingerinternals.h: use sysconf(_SC_PAGESIZE) instead of __pag...
2012-06-15 Peter S. Mazingerlibc-symbols.h: fix weak functions handling
2012-06-15 Peter S. Mazingerldd.c: reduce size
2012-06-15 Peter S. Mazingerlibdl.c,dl-string.h: do not use inlined _dl_memset...
2012-06-15 Peter S. MazingerMakefile.commonarch: use proper CFLAGS for jmp-unwind.c
2012-06-15 Peter S. Mazingernios2,xtensa: common uClibc_page.h is good for them
2012-06-15 Peter S. Mazingerxtensa-config.h: remove XCHAL_MMU_MIN_PTE_PAGE_SIZE...
next