Age | Commit message (Expand) | Author |
2012-06-15 | Config.in: NPTL does not compile with disabled UCLIBC_HAS_REALTIME | Peter S. Mazinger |
2012-06-15 | chdir.c: simplify code | Peter S. Mazinger |
2012-06-15 | memmove.c,strchrnul.c: use real name in libc_hidden_def | Peter S. Mazinger |
2012-06-15 | bcopy.c,bzero.c: include string.h instead of _string.h | Peter S. Mazinger |
2012-06-15 | _vfprintf.c: use _fpmaxtostr.h | Peter S. Mazinger |
2012-06-15 | _vfprintf.c: get rid of __STDIO_PRINTF_FLOAT | Peter S. Mazinger |
2012-06-15 | old_vfprintf.c: use _fpmaxtostr.h | Peter S. Mazinger |
2012-06-15 | _fpmaxtostr.c: move common to _fpmaxtostr.h | Peter S. Mazinger |
2012-06-15 | lckpwdf.c: add back lost return | Peter S. Mazinger |
2012-06-15 | getttyent.c: include stdio_ext.h only when needed | Peter S. Mazinger |
2012-06-15 | time.c: fix a guard to avoid a warning about unused label | Peter S. Mazinger |
2012-06-15 | dirname.c: include only what is needed | Peter S. Mazinger |
2012-06-15 | basename.c: define it correctly, use the proper header for each version | Peter S. Mazinger |
2012-06-15 | malloc.h: hide internal functions (mainly debug related) | Peter S. Mazinger |
2012-06-15 | malloc-simple: make _aligned_blocks static and __libc_free_aligned hidden | Peter S. Mazinger |
2012-06-15 | malloc: use uClibc_mutex.h provided macros consequently | Peter S. Mazinger |
2012-06-15 | memalign.c: does not use MAX, do not include param.h | Peter S. Mazinger |
2012-06-15 | _vfprintf.c: fix typo s/NL_MAX_ARG/NL_ARGMAX/ | Peter S. Mazinger |
2012-06-15 | _stdio.h: move _load_inttype.h and _store_inttype.h prototypes here | Peter S. Mazinger |
2012-06-15 | socketcalls.c: prefer using recvfrom in recv and sendto in send | Peter S. Mazinger |
2012-06-15 | Rules.mak: include KERNEL_HEADERS last, even there it is wrong | Peter S. Mazinger |
2012-06-15 | Rules.mak: change the way -include is used | Peter S. Mazinger |
2012-06-15 | do not define _ISOC99_SOURCE in specific files | Peter S. Mazinger |
2012-06-15 | remove duplicate prototypes for _stdio_term(). | Peter S. Mazinger |
2012-06-15 | unwind-{resume,forcedunwind}.c: add missing prototypes | Peter S. Mazinger |
2012-06-15 | fix a bunch of build warnings | Peter S. Mazinger |
2012-06-15 | pthreadP.h: avoid shadow warnings | Peter S. Mazinger |
2012-06-15 | disable __pthread_kill_other_threads, obsoleted | Peter S. Mazinger |
2012-06-15 | uClibc_pthread.h: do not install on target | Peter S. Mazinger |
2012-06-15 | resolv.c,time.c,_atexit.c: hide 3 locks | Peter S. Mazinger |
2012-06-15 | uClibc_mutex.h: fix bug in conditional macros | Peter S. Mazinger |
2012-06-15 | signal.h: sync with glibc, mainly proper guards | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: guard internals with _LIBC | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove consistency check | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove parts solved in features.h | Peter S. Mazinger |
2012-06-15 | stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: move internal to _stdio.h and make them hidden | Peter S. Mazinger |
2012-06-15 | stdio.h: move uClibc specific parts to the common place for these changes | Peter S. Mazinger |
2012-06-15 | mmap.c: provide a common mmap.c that is good for most of archs | Peter S. Mazinger |
2012-06-15 | _hsearch_r.c: use stdlib.h instead of malloc.h for calloc | Peter S. Mazinger |
2012-06-15 | fnmatch: replace __memset and __memcmp | Peter S. Mazinger |
2012-06-15 | pm_getport.c: s/__close/close/ | Peter S. Mazinger |
2012-06-15 | resolv.c: include param.h and use MIN instead of min | Peter S. Mazinger |
2012-06-15 | sa_len.c: do not include ipx.h, the IPX code is disabled | Peter S. Mazinger |
2012-06-15 | getaddrinfo.c: replace #if SALEN with #if 0 | Peter S. Mazinger |
2012-06-15 | change __asm to __asm__ and __volatile to __volatile__ | Peter S. Mazinger |
2012-06-15 | pwd_grp_internal.c: do not include pthread.h | Peter S. Mazinger |
2012-06-15 | iconv.c: make iconv use the XPG version of basename | Peter S. Mazinger |
2012-06-15 | allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused | Peter S. Mazinger |
2012-06-15 | setjmp.h: move __sigjmp_save prototype for consistency | Peter S. Mazinger |