OSDN Git Service

uclinux-h8/uClibc.git
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...
2012-06-15 Peter S. Mazingerldconfig.c: fix strncmp() usage
2012-06-15 Peter S. Mazingergetconf.c: fix noreturn warnings
2012-06-15 Peter S. Mazingericonv: Do not include __iconv_codesets into iconv utility
2012-06-15 Peter S. Mazingerlibnsl,libresolv: do not include unneeded features.h
2012-06-15 Peter S. Mazingerpopen.c: get rid of a shadow warning
2012-06-15 Peter S. Mazingererrno and *_init cleanup
2012-06-15 Peter S. Mazingerlibrt: provide missing prototypes for mq_timedreceive...
2012-06-15 Peter S. Mazingerlibrt: get rid of visible __mq_timed(send,receive)
2012-06-15 Peter S. MazingerConfig.in.arch: remove UCLIBC_FORMAT_ELF config option
2012-06-15 Peter S. MazingeruClibc_stdio.h: change the guard used to include stdio...
2012-06-15 Peter S. Mazingerutime.c,utimes.c: include headers only when needed
2012-06-15 Peter S. Mazinger__uClibc_main.c: make __uClibc_init hidden
2012-06-15 Peter S. Mazingerclock_{g,s}ettime.c,{create,delete}_module.c: cleanup
2012-06-15 Peter S. Mazingerwrapsyscall.c: include proper header for epoll
2012-06-15 Peter S. Mazingeradd epoll_pwait()
2012-06-15 Peter S. Mazingersysconf.c: the clock_getres function is good for NPTL...
2012-06-15 Peter S. Mazingerclock_getres.c: include unistd.h unless syscall is...
2012-06-15 Peter S. MazingerConfig.in: NPTL does not compile with disabled UCLIBC_H...
2012-06-15 Peter S. Mazingerchdir.c: simplify code
2012-06-15 Peter S. Mazingermemmove.c,strchrnul.c: use real name in libc_hidden_def
2012-06-15 Peter S. Mazingerbcopy.c,bzero.c: include string.h instead of _string.h
2012-06-15 Peter S. Mazinger_vfprintf.c: use _fpmaxtostr.h
2012-06-15 Peter S. Mazinger_vfprintf.c: get rid of __STDIO_PRINTF_FLOAT
2012-06-15 Peter S. Mazingerold_vfprintf.c: use _fpmaxtostr.h
2012-06-15 Peter S. Mazinger_fpmaxtostr.c: move common to _fpmaxtostr.h
2012-06-15 Peter S. Mazingerlckpwdf.c: add back lost return
2012-06-15 Peter S. Mazingergetttyent.c: include stdio_ext.h only when needed
2012-06-15 Peter S. Mazingertime.c: fix a guard to avoid a warning about unused...
2012-06-15 Peter S. Mazingerdirname.c: include only what is needed
2012-06-15 Peter S. Mazingerbasename.c: define it correctly, use the proper header...
2012-06-15 Peter S. Mazingermalloc.h: hide internal functions (mainly debug related)
2012-06-15 Peter S. Mazingermalloc-simple: make _aligned_blocks static and __libc_f...
2012-06-15 Peter S. Mazingermalloc: use uClibc_mutex.h provided macros consequently
2012-06-15 Peter S. Mazingermemalign.c: does not use MAX, do not include param.h
2012-06-15 Peter S. Mazinger_vfprintf.c: fix typo s/NL_MAX_ARG/NL_ARGMAX/
2012-06-15 Peter S. Mazinger_stdio.h: move _load_inttype.h and _store_inttype.h...
2012-06-15 Peter S. Mazingersocketcalls.c: prefer using recvfrom in recv and sendto...
2012-06-15 Peter S. MazingerRules.mak: include KERNEL_HEADERS last, even there...
2012-06-15 Peter S. MazingerRules.mak: change the way -include is used
2012-06-15 Peter S. Mazingerdo not define _ISOC99_SOURCE in specific files
2012-06-15 Peter S. Mazingerremove duplicate prototypes for _stdio_term().
2012-06-15 Peter S. Mazingerunwind-{resume,forcedunwind}.c: add missing prototypes
2012-06-15 Peter S. Mazingerfix a bunch of build warnings
2012-06-15 Peter S. MazingerpthreadP.h: avoid shadow warnings
2012-06-15 Peter S. Mazingerdisable __pthread_kill_other_threads, obsoleted
2012-06-15 Peter S. MazingeruClibc_pthread.h: do not install on target
2012-06-15 Peter S. Mazingerresolv.c,time.c,_atexit.c: hide 3 locks
2012-06-15 Peter S. MazingeruClibc_mutex.h: fix bug in conditional macros
2012-06-15 Peter S. Mazingersignal.h: sync with glibc, mainly proper guards
2012-06-15 Peter S. MazingeruClibc_stdio.h: guard internals with _LIBC
2012-06-15 Peter S. MazingeruClibc_stdio.h: remove consistency check
2012-06-15 Peter S. MazingeruClibc_stdio.h: remove parts solved in features.h
2012-06-15 Peter S. Mazingerstdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part...
2012-06-15 Peter S. MazingeruClibc_stdio.h: move internal to _stdio.h and make...
2012-06-15 Peter S. Mazingerstdio.h: move uClibc specific parts to the common place...
2012-06-15 Peter S. Mazingermmap.c: provide a common mmap.c that is good for most...
2012-06-15 Peter S. Mazinger_hsearch_r.c: use stdlib.h instead of malloc.h for...
2012-06-15 Peter S. Mazingerfnmatch: replace __memset and __memcmp
2012-06-15 Peter S. Mazingerpm_getport.c: s/__close/close/
2012-06-15 Peter S. Mazingerresolv.c: include param.h and use MIN instead of min
2012-06-15 Peter S. Mazingersa_len.c: do not include ipx.h, the IPX code is disabled
2012-06-15 Peter S. Mazingergetaddrinfo.c: replace #if SALEN with #if 0
2012-06-15 Peter S. Mazingerchange __asm to __asm__ and __volatile to __volatile__
2012-06-15 Peter S. Mazingerpwd_grp_internal.c: do not include pthread.h
2012-06-15 Peter S. Mazingericonv.c: make iconv use the XPG version of basename
2012-06-15 Peter S. Mazingerallocrtsig.c,pthread.c: disable __libc_allocate_rtsig...
2012-06-15 Peter S. Mazingersetjmp.h: move __sigjmp_save prototype for consistency
2012-06-15 Peter S. Mazingerallocsigrt.c: provide proper crrent_rtmin for LT new
2012-06-15 Peter S. Mazingerlibc-internal.h: provide dummy attribute_tls_model_ie...
2012-06-15 Peter S. Mazingerlocale.c, uClibc_locale.h: provide hidden __curlocale...
2012-06-15 Peter S. Mazinger*_strerror_r.c: keep all occurences in sync with string.h
2012-06-15 Peter S. Mazingererr.c: add attribute_noreturn to static functions
2012-06-15 Peter S. Mazingererr.c, err.h: no need for hidden functions
2012-06-15 Peter S. Mazingerrpc: constify some more data
2012-06-15 Peter S. Mazingerclnt_generic.c: whitespace only, no code change
2012-06-15 Peter S. Mazingerpm_getmaps.c: change __close to close (even though...
2012-06-15 Peter S. Mazingerruserpass.c: needs stdio_ext.h only if threads are...
next