Age | Commit message (Expand) | Author |
2012-06-15 | ldd.c: reduce size | Peter S. Mazinger |
2012-06-15 | libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdl | Peter S. Mazinger |
2012-06-15 | Makefile.commonarch: use proper CFLAGS for jmp-unwind.c | Peter S. Mazinger |
2012-06-15 | nios2,xtensa: common uClibc_page.h is good for them | Peter S. Mazinger |
2012-06-15 | xtensa-config.h: remove XCHAL_MMU_MIN_PTE_PAGE_SIZE used only in uClibc_page.h | Peter S. Mazinger |
2012-06-15 | ldconfig.c: fix strncmp() usage | Peter S. Mazinger |
2012-06-15 | getconf.c: fix noreturn warnings | Peter S. Mazinger |
2012-06-15 | iconv: Do not include __iconv_codesets into iconv utility | Peter S. Mazinger |
2012-06-15 | libnsl,libresolv: do not include unneeded features.h | Peter S. Mazinger |
2012-06-15 | popen.c: get rid of a shadow warning | Peter S. Mazinger |
2012-06-15 | errno and *_init cleanup | Peter S. Mazinger |
2012-06-15 | librt: provide missing prototypes for mq_timedreceive,mq_timedsend | Peter S. Mazinger |
2012-06-15 | librt: get rid of visible __mq_timed(send,receive) | Peter S. Mazinger |
2012-06-15 | Config.in.arch: remove UCLIBC_FORMAT_ELF config option | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: change the guard used to include stdio-lock.h | Peter S. Mazinger |
2012-06-15 | utime.c,utimes.c: include headers only when needed | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: make __uClibc_init hidden | Peter S. Mazinger |
2012-06-15 | clock_{g,s}ettime.c,{create,delete}_module.c: cleanup | Peter S. Mazinger |
2012-06-15 | wrapsyscall.c: include proper header for epoll | Peter S. Mazinger |
2012-06-15 | add epoll_pwait() | Peter S. Mazinger |
2012-06-15 | sysconf.c: the clock_getres function is good for NPTL as well | Peter S. Mazinger |
2012-06-15 | clock_getres.c: include unistd.h unless syscall is defined | Peter S. Mazinger |
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 |