commit e12ceeed5a1af59e6b0fc7debf4bb0a90e0acde6 Author: Bernhard Reutner-Fischer Date: Tue May 15 09:20:09 2012 +0200 Release 0.9.33.2 Signed-off-by: Bernhard Reutner-Fischer commit 2e1ed3f8121e60bbf7f4943f716e8caa3e89740a Author: Bernhard Reutner-Fischer Date: Tue May 15 09:11:01 2012 +0200 ldd: tweak whitespace Tweak whitespace in preprocessor conditionals. No obj-code changes. Signed-off-by: Bernhard Reutner-Fischer commit 07396f23e5ee50ff985ffd04d91960fac8d74022 Author: Bernhard Reutner-Fischer Date: Tue May 8 21:22:51 2012 +0200 ldd.host: Fix compilation for STANDALONE support Signed-off-by: Bernhard Reutner-Fischer commit c0b7194ea43aaeae5b45e7a824eeda7d0725ee77 Author: Bernhard Reutner-Fischer Date: Tue May 8 19:49:55 2012 +0200 help: Document BUILD_CFLAGS and BUILD_LDFLAGS Signed-off-by: Bernhard Reutner-Fischer commit 53dd81f9a80765a295a4dee87c93a1e0f0b796cd Author: Bernhard Reutner-Fischer Date: Tue May 8 19:37:08 2012 +0200 utils: pass in config flags for ldd Signed-off-by: Bernhard Reutner-Fischer commit 7e87c65e254ff8dabdeb1e559a3de18ca21706c8 Author: Bernhard Reutner-Fischer Date: Tue May 8 19:20:09 2012 +0200 ldd: silence warning if !LDSO_LDD_SUPPORT Signed-off-by: Bernhard Reutner-Fischer commit 50696e0b147b14871c5684f4bb98b8c49f55dc3d Author: Mike Frysinger Date: Sat May 5 15:04:53 2012 -0400 linuxthreads.old: fix build warnings with epoll enabled Pull in the epoll header for the epoll structs. Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit cb7b15dc801f3583a8dbd69287a4d7b621885ca5 Author: Mike Frysinger Date: Sat May 5 01:46:30 2012 -0400 docs: restore crt from old svn tree Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit 5caa594286480671b53bd062a19c355fbdd7a0c9 Author: Bernhard Reutner-Fischer Date: Thu May 3 13:27:17 2012 +0200 config: tweak STRICT_HEADERS description Signed-off-by: Bernhard Reutner-Fischer commit 6869ad3f4e9ae97208da0d5b59a368b60513a583 Author: Mike Frysinger Date: Sat Apr 28 23:51:56 2012 -0400 epoll.h: sync with glibc Since glibc has split out arch-specific stuff to bits/epoll.h, we can pull that sanity back into our tree and drop the arch ifdefs. Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit db27d2f961cfd0838144bdcbc9b30b6ad22950c3 Author: Mark Salter Date: Thu Apr 26 10:14:49 2012 -0400 llseek: support __NR_llseek syscall Older kernels use __NR__llseek for a 64-bit lseek syscall. Newer kernels use __NR_llseek. This patch fixes the implementation of lseek64 to use the __NR_llseek syscall if it exists. Signed-off-by: Mark Salter Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit 032c938d2899e94b08ae5fe8d0004f7e20e5ee1b Author: Mark Salter Date: Thu Apr 26 10:14:01 2012 -0400 getpgrp: fix fallback handling The test for generating a stub for getpgrp was wrong and would result in duplicate symbols when building without __NR_getpgrp, but with __NR_getpgid and __NR_getpid. A closer look at the getpgrp implementation using getpgid showed that getpid was being called to pass the current pid to getpgid. This is unnecessary because passing 0 to getpgid returns the pgid of the current process. This patch cleans up the getpgrp implementation and the stub test. Signed-off-by: Mark Salter Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit f7c18471f1ff8f3e54e462df0e96e19739869c78 Author: Bernhard Reutner-Fischer Date: Thu Apr 26 16:30:42 2012 +0200 arm: use PATH_MEM in ioperm() Signed-off-by: Bernhard Reutner-Fischer commit b8f0aabe0385890f0dd4ef48404c5a68411a6dfe Author: Bernhard Reutner-Fischer Date: Wed Apr 25 14:13:49 2012 +0200 atomic.h: handle new mips R10K errata Signed-off-by: Bernhard Reutner-Fischer commit 149c5390deb74d58e069c208954ca436447e5144 Author: Mike Frysinger Date: Tue Apr 24 01:38:45 2012 -0400 linuxthreads.old: refactor nommu logic a little to avoid mmu warning Should be no functional changes; just fixing: libpthread/linuxthreads.old/manager.c: In function 'pthread_free': libpthread/linuxthreads.old/manager.c:707:9: warning: variable 'h_bottom_save' set but not used [-Wunused-but-set-variable] Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit cf36cfe9a1cef0a6b332d06a96baeae004dd0a71 Author: Mike Frysinger Date: Tue Apr 24 01:33:41 2012 -0400 linuxthreads.old: pass back up saved_errno value in manager init This matches the newer linuxthreads code, and fixes the build warning: libpthread/linuxthreads.old/manager.c: In function 'pthread_handle_create': libpthread/linuxthreads.old/manager.c:487:7: warning: variable 'saved_errno' set but not used [-Wunused-but-set-variable] Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit 7ed3142d182e7805408ea06dd11cae30e52b8e22 Author: Bernhard Reutner-Fischer Date: Wed Apr 18 00:31:03 2012 +0200 sysconf: use getrlimit to determine ARG_MAX getrlimit previously was only called for NPTL (why?), fix that to be used everywhere. Signed-off-by: Bernhard Reutner-Fischer commit 49a08aee17dff12c5fc64e1a132a65e74d4d6e48 Author: Bernhard Reutner-Fischer Date: Wed Apr 18 00:09:02 2012 +0200 config: Fix alphabetical sort order of targets Signed-off-by: Bernhard Reutner-Fischer commit 3902d0c47212193778225e5f5e8257f5584f3061 Author: Bernhard Reutner-Fischer Date: Tue Apr 17 23:19:16 2012 +0200 locale: avoid segfault freelocale() PR 4964 Eric Nadler writes: It looks to me like the base structure is not fully initialized with 0 (only a subset of the structure is initialized). This later results in a free of base->collate.index2weight in _locale_set_l. This free tries to free uninitialized memory and segfaults. Signed-off-by: Bernhard Reutner-Fischer commit 0e2870e3d21986e707e90c88e1aea3bdf962713a Author: Ed W Date: Tue Apr 17 12:13:32 2012 +0100 wchar: Fix BOM emitting in iconv_open() Fix incorrect output of BOM when converting charactersets by name. Only affective when iconv/locale enabled. Signed-off-by: Ed Wildgoose Signed-off-by: Bernhard Reutner-Fischer commit 210da3d58fe7a13b60e5a58e886617e9a275def0 Author: Bernhard Reutner-Fischer Date: Tue Apr 17 22:05:07 2012 +0200 ipc: eventually use stat64 in ftok() PR 4201 ftok() always used 32bit stat Signed-off-by: Bernhard Reutner-Fischer commit bb938c203a2d6e140103e1def1946f86731dcb0a Author: Bernhard Reutner-Fischer Date: Tue Apr 17 18:35:05 2012 +0200 resolv: tiny shrinkage in /etc/hosts handling -4b Signed-off-by: Bernhard Reutner-Fischer commit 4c8670150e83a79aa63b663ad5e11da7a740033f Author: Bernhard Reutner-Fischer Date: Tue Apr 17 17:57:54 2012 +0200 resolv: remove unused variables Signed-off-by: Bernhard Reutner-Fischer commit fb178d8f101dfea5316549e6aecc5887a76f0d6a Author: Bernhard Reutner-Fischer Date: Tue Apr 17 17:54:09 2012 +0200 resolv: Fix /etc/hosts for more than MAXALIASES aliases PR networking/4916 Reserve space for the terminating 0 alias and zero out the scratch-buffer so the last entry of the alias list is empty. Signed-off-by: Bernhard Reutner-Fischer commit ae5b966d9898e22be716236c9606cc0d21a73a41 Author: Bernhard Reutner-Fischer Date: Tue Apr 17 17:47:08 2012 +0200 parse_config: tweak indentation and shuffle tokens memsetting around. No obj-code changes. Signed-off-by: Bernhard Reutner-Fischer commit 40c9a5cc4167bf46a0c149b6fdaf48970c47101d Author: Alexander Komyagin Date: Wed Apr 4 12:58:37 2012 +0400 getaddrinfo(): avoid call to __check_pf() when not needed __check_pf() function is called from getaddrinfo() and it calls getifaddrs(), which is too much overhead especially if RSBAC-Net is enabled. So with this patch __check_pf() is being called only when AI_ADDRCONFIG hint flag is specified - just when we really need that check. Signed-off-by: Alexander Komyagin Signed-off-by: Bernhard Reutner-Fischer commit e88707f2a63f4accf5a7048605cbafe1c1f9a380 Author: Ed W Date: Mon Apr 16 23:27:55 2012 +0100 inet: adjust handling of cacnonname in getaddrinfo Posix says that canonname should use the text representation of an IP address when a numerical nodename given See: http://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html Signed-off-by: Ed Wildgoose Signed-off-by: Bernhard Reutner-Fischer commit 22fcfdfc0ec2740efc50cbd73f3a1f4d00184fc5 Author: Mike Frysinger Date: Thu Apr 26 09:24:38 2012 +0200 mmap64: Use correct type for offset parameter Some arches check the size in INLINE_SYSCALL() and barf if it's too big (i.e. a 64bit value getting truncated to 32bit). Satisfy error-check on ppc32. Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit 9457b3248fa66024e5a3ecea84e5dffb99ec34fc Author: Mike Frysinger Date: Wed Apr 11 16:05:08 2012 -0400 mmap64: use INLINE_SYSCALL() helper Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit d87e550bae5395586c2867c398dd7dea34eb2254 Author: Mike Frysinger Date: Sun Apr 8 16:03:13 2012 -0400 MAKEALL: add more arch aliases Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit b812f05cf40443746b21b7ecc09db6e776748b5c Author: Mike Frysinger Date: Sun Apr 8 15:54:17 2012 -0400 MAKEALL: fix cross-compiler lookup breakage after CROSS cleanup Commit ae14cd49a8da6e62e35636 broke testing of multiple arches in one go. Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit 5e05b53cf12b9bf02567f5dea13f470b8fed1904 Author: Mike Frysinger Date: Sun Apr 8 14:54:23 2012 -0400 MAKEALL: also check for gnu suffixed toolchains too Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit 2baa17a61b84b89e05dd62aefe2ec3c09f8a4bac Author: Mike Frysinger Date: Sun Apr 8 00:32:56 2012 -0400 bfin: set an invalid insn for abort Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer commit aaf044519eedd995475f4ecf1aa04e4276d03b4b Author: Mike Frysinger Date: Tue Apr 24 01:25:48 2012 -0400 linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototype Reported-by: Tony Wu Signed-off-by: Mike Frysinger commit 6effdb6dd46fc939346b4f21500620a3e800db3a Author: Mike Frysinger Date: Sun Apr 22 23:34:31 2012 -0400 getconf: include a newline in error messages The normal error() func implicitly appends a newline, so make sure we do the same. Otherwise getconf outputs an error message like so: prompt$ getconf -h Unrecognized variable `-h'prompt$ Signed-off-by: Mike Frysinger commit 927fb4f856bb9eb11090be33d9bee20261be13b2 Author: Mike Frysinger Date: Sun Apr 22 17:35:03 2012 -0400 linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthread These stubs get used in libc as forwarding funcs, so we don't want them labeled as hidden. Otherwise, attempting to use them in other libraries (like libdl) will result in references to symbols that only libpthread provides. Such as: /usr/bin/python2.6: can't resolve symbol '__pthread_mutex_lock' in lib '/lib/libdl.so.0'. This also brings the old code in line with the newer linuxthreads. Signed-off-by: Mike Frysinger commit 7b736592c14d1e7ec0b2f035849d7cecf34d5f25 Author: Mike Frysinger Date: Wed Apr 11 16:01:29 2012 -0400 mmap64: include stdint.h for uint64_t Some targets include this implicitly, but pull it in explicitly for those which don't to fix building for them. Signed-off-by: Mike Frysinger commit 27698fd1f89cacc8e221f04597ce1b27f254e825 Author: Bernhard Reutner-Fischer Date: Wed Apr 11 19:04:21 2012 +0200 bump version to 0.9.33.2-git Signed-off-by: Bernhard Reutner-Fischer