summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SH can do fanotify_mark, too.glibc-2.16-tpsAndreas Schwab2012-06-234-0/+14
|
* Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge2012-06-235-107/+9
| | | | | | This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637.
* SH: __lll_robust_timedlock_wait: Simplify CFI directives.Thomas Schwinge2012-06-232-6/+9
|
* SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge2012-06-235-7/+57
|
* SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge2012-06-233-17/+13
| | | | __fortify_fail has »__attribute__ ((__noreturn__))«.
* SH: ____longjmp_chk for GNU/Linux with sigaltstack support.Thomas Schwinge2012-06-234-0/+137
| | | | debug/tst-longjmp_chk2 now passes.
* SH: ABORT_INSTRUCTION.Thomas Schwinge2012-06-233-3/+11
|
* SH: makecontext/.Lexitcode: Always initialize the GOT register before use.Thomas Schwinge2012-06-232-4/+11
| | | | | This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite.
* SH: makecontext: Fix calculation of ARGC > 4.Thomas Schwinge2012-06-232-1/+4
| | | | stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass.
* SH: makecontext: Improve understandability.Thomas Schwinge2012-06-232-29/+34
|
* Fix gUSA sequence in SH atomic functions inKaz Kojima2012-06-232-93/+107
| | | | sysdeps/unix/sysv/linux/sh/bits/atomic.h.
* Fix invalid memory access in do_lookup_x.Andreas Schwab2012-06-227-34/+43
| | | | | | | | [BZ #13579] Do not free l_initfini and allow it to be reused on subsequent dl_open calls for the same library. This fixes the invalid memory access in do_lookup_x when the previously free'd l_initfini was accessed through l_searchlist when a library had been opened for the second time.
* Use AC_LANG_SOURCE to fix autoconf warnings.Carlos O'Donell2012-06-222-2/+7
|
* Use tab not spaces.Carlos O'Donell2012-06-221-1/+1
|
* Respect --localstatedir for /var/db parent directory.Roland McGrath2012-06-227-3/+32
|
* Update copyright yearsJeff Law2012-06-211-1/+1
|
* [BZ #14277]Jeff Law2012-06-213-7/+14
| | | | | * intl/dcigettext.c (_nl_find_msg): Avoid use after potential free. Simplify list management for _LIBC case.
* Fix wordsize-64 cosh regression (bug 14273).Joseph Myers2012-06-213-1/+7
|
* Regenerate sysdeps/mach/configure.Joseph Myers2012-06-212-400/+289
|
* Mention BZ #14278 in NEWSH.J. Lu2012-06-211-1/+1
|
* Fix a typo in i386 SYSCALL_PIC_SETUPH.J. Lu2012-06-212-1/+6
|
* 2012-06-21 Jeff Law <law@redhat.com>Jeff Law2012-06-215-20/+28
| | | | | | | | [BZ #13882] * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use uint16_t for elements in the "seen" array to avoid char overflows. * elf/dl-fini.c (_dl_sort_fini): Likewise. * elf/dl-open.c (dl_open_worker): Likewise.
* Add ChangeLog ...Carlos O'Donell2012-06-211-0/+5
| | | | ... for feca660a796e5782498bd6d6673999d9e26b5f4d.
* Regenerate libc.pot.Carlos O'Donell2012-06-212-1184/+1345
| | | | | Enhance scripts/list-sources.sh to search glibc-ports for translatable strings.
* Fix typo in nameAndreas Jaeger2012-06-211-1/+1
|
* Avoid -Wconversion warning for htonsAndreas Jaeger2012-06-216-21/+31
|
* locales/tr_CY: LC_TIME with copy cannot contain additional dataPetr Baudis2012-06-202-2/+2
| | | | | Luckily, tr_TR also sets first_weekday and first_workday to Monday, so this is just not necessary.
* locales/mag_IN: Fix syntax errorPetr Baudis2012-06-202-1/+5
|
* Account for the extra stack size when rlimit is small enoughSiddhesh Poyarekar2012-06-204-2/+139
| | | | | | | | | | | When rlimit is small enough to be used as the stacksize to be returned in pthread_getattr_np, cases where a stack is made executable due to a DSO load get stack size that is larger than what the kernel allows. This is because in such a case the stack size does not account for the pages that have auxv and program arguments. Additionally, the stacksize for the process derived from this should be truncated to align to page size to avoid going beyond rlimit.
* Use x86-64 fpu_control.h for i386 and x86_64H.J. Lu2012-06-183-101/+4
|
* Use __volatile__ to access fpu control wordH.J. Lu2012-06-182-5/+20
|
* Update news for fixed alpha bzRichard Henderson2012-06-151-11/+11
|
* Mention BZ 14050/14117 in NEWSH.J. Lu2012-06-151-4/+4
|
* Use i386 bits/mathinline.h for i386 and x86_64H.J. Lu2012-06-153-289/+5
|
* Disable x87 inline functions for x86-64H.J. Lu2012-06-152-126/+135
|
* Make endian.h usable for assemblerChung-Lin Tang2012-06-152-1/+6
|
* Mention ix86 shared headersAndreas Jaeger2012-06-151-0/+5
|
* Mention BZ #14229 in NEWSH.J. Lu2012-06-151-1/+2
|
* Fix pow (0.0, -Inf) (bug 14241).Joseph Myers2012-06-154-3/+13
|
* Update manual/contrib.texiAndreas Jaeger2012-06-152-1/+16
| | | | | Update entry of Liubov Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites Machado Filho.
* Add __wur to GNU version of strerror_r.Cyril Hrubis2012-06-152-3/+6
| | | | | | | | Not using the result of the GNU strerror_r() is always a mistake. Moreover this would generate warning if XSI version was expected but GNU version was used instead (because some random used header defined _GNU_SOURCE which was Python.h in this case).
* Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu2012-06-144-10/+55
|
* Make sure <build-dir>/manual directory gets created.Roland McGrath2012-06-142-0/+5
|
* Allow more spurious underflow exceptions from csqrt and Bessel functions.Joseph Myers2012-06-142-5/+18
|
* Set default charset to UTF-8 for libc.pot.Carlos O'Donell2012-06-132-0/+5
|
* Mention 14210 in NEWS.Paul Eggert2012-06-131-1/+1
|
* Suppress sign-conversion warning from FD_SET.Paul Pluzhnikov2012-06-133-10/+20
| | | | | | | [BZ #14210] See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>. * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int, not unsigned long int. * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
* Add SSE math and C++ namespace to i386 bits/mathinline.hH.J. Lu2012-06-122-4/+263
|
* Fix a typo in sysdeps/unix/Makefile.Thomas Schwinge2012-06-122-3/+8
|
* BZ#14218: Reword argp_parse description slightly.Roland McGrath2012-06-113-7/+12
|