Age | Commit message (Expand) | Author |
2012-06-15 | sh: remove longjmp.c, the common is good for sh | Peter S. Mazinger |
2012-06-15 | sh: add back clone and vfork for non-NPTL | Peter S. Mazinger |
2012-06-15 | Rules.mak: add ldso search paths independently of NPTL | Peter S. Mazinger |
2012-06-15 | uClibc_pthread.h: remove __pthread_mutex_destroy, unused | Peter S. Mazinger |
2012-06-15 | adapt regex to new regex.h | Peter S. Mazinger |
2012-06-15 | ftw.c: errno.h has to be included before undefining _LIBC | Peter S. Mazinger |
2012-06-15 | regex_old.c: adapt to new regex.h | Peter S. Mazinger |
2012-06-15 | dl-string.h: include dl-defs.h instead of dl-sysdep.h | Peter S. Mazinger |
2012-06-15 | dl-defs.h: include dl-sysdep.h before fallbacks. | Peter S. Mazinger |
2012-06-15 | dl-elf.h: add some includes and fix comments | Peter S. Mazinger |
2012-06-15 | ldso/include: change guard of headers to reflect the file names. | Peter S. Mazinger |
2012-06-15 | regex.h: sync with glibc, making it more POSIX-like | Peter S. Mazinger |
2012-06-15 | libdl.c: disable dlinfo | Peter S. Mazinger |
2012-06-15 | dl-string.h: change IS_IN_libdl guard to IS_IN_rtld | Peter S. Mazinger |
2012-06-15 | dl-string.h: use __powerpc__ guard instead of powerpc | Peter S. Mazinger |
2012-06-15 | dl-string.h: remove mips related guard | Peter S. Mazinger |
2012-06-15 | remove uClibc_mutex.h on install | Peter S. Mazinger |
2012-06-15 | ldd.c: change syntax, no size and no functional change | Peter S. Mazinger |
2012-06-15 | _scanf.c: fix to signedness warnings | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | avr32: common do_rem is good for it | Peter S. Mazinger |
2012-06-15 | libdl: no need for _dl_strstr in libdl, use strstr | Peter S. Mazinger |
2012-06-15 | ppc/elfinterp.c: fix comment typos | Peter S. Mazinger |
2012-06-15 | dl-hash.h: remove unused _dl_symbol and unneeded prototypes | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: do not include unused headers | Peter S. Mazinger |
2012-06-15 | getpagesize.c, unistd.h: hide __pagesize | Peter S. Mazinger |
2012-06-15 | malloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2012-06-15 | libdl.c: hide dl_cleanup | Peter S. Mazinger |
2012-06-15 | dl-elf.h: remove unused prototype | Peter S. Mazinger |
2012-06-15 | jmp-unwind.c: add hidden _longjmp_unwind | Peter S. Mazinger |
2012-06-15 | internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2012-06-15 | libc-symbols.h: fix weak functions handling | Peter S. Mazinger |
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 |