about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Compatibility of signalfd/eventfd with older kernels.Ulrich Drepper2009-07-294-6/+34
| | | | | | | | (cherry picked from commit aa7492d20e5a2cef54dab7b41f534048b3eca479)
| * Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.Ulrich Drepper2009-07-292-5/+7
| | | | | | | | | | | | When doing IPv4+6 lookups we have to pass up the error record from send_dg. (cherry picked from commit e28b969b49811a30887e7a252ac1804a055fe297)
| * remove subsumed .gitignore entries and filesJim Meyering2009-07-299-66/+17
| | | | | | | | (cherry picked from commit edeabc047e56680a293c39992d227b4c430cc0a7)
| * remove mpn-copy.mk from .gitignore filesJim Meyering2009-07-293-3/+3
| | | | | | | | (cherry picked from commit 863615332688db0aa6db3dea642752241f051e5c)
| * remove COPYING* from .gitignore filesJim Meyering2009-07-297-7/+7
| | | | | | | | (cherry picked from commit bb87237534eee688ad8c8eab10e433ae6238fc03)
| * Remove redundant .gitignore files.Andreas Schwab2009-07-2928-168/+0
| | | | | | | | (cherry picked from commit ff6ff38db28323c6de078614198c2d89e8e1df07)
| * Sun agreed to a change of the license for the RPC code to a BSD-like license.Ulrich Drepper2009-07-2992-2726/+2526
| | | | | | | | (cherry picked from commit ab09b221594f12d90a63d29cbf5488d91f39d3f3)
| * Use correct release semantic in list update.Andreas Schwab2009-07-162-1/+7
| | | | | | | | | | | | nscd uses lockfree lists and we need to ensure the correct release semantics is used when adding to the list. (cherry picked from commit 50158f95525ca59459a90f2a7bc65ceb892a0807)
| * Fix race in corruption check.Ulrich Drepper2009-07-162-2/+29
| | | | | | | | | | | | | | With atomic fastbins the checks performed can race with concurrent modifications of the arena. If we detect a problem re-do the test after getting the lock. (cherry picked from commit bec466d922ee22b94ac0d00415fb605e136efe6e)
| * Use rel semantics of cas instead of acq semantics with full barrier before ↵Jakub Jelinek2009-07-163-13/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | it in _int_free The following patch fixes catomic_compare_and_exchange_*_rel definitions (which were never used and weren't correct) and uses catomic_compare_and_exchange_val_rel in _int_free. Comparing to the pre-2009-07-02 --enable-experimental-malloc state the generated code should be identical on all arches other than ppc/ppc64 and on ppc/ppc64 should use lwsync instead of isync barrier. (cherry picked from commit bea0ac1d8703091294fe5822d982591c849b5458)
| * Fix build issue with modules for audit test on machines != x86-64.Ulrich Drepper2009-07-162-1/+8
| | | | | | | | | | (cherry picked from commit 59cbcac015cdd446c346cfd2c2ada3f94ef540b2, removed tst-audit4, tst-audit5 references)
| * Fix comment in Linux's <sys/epoll.h>.Ulrich Drepper2009-07-162-2/+6
| | | | | | | | (cherry picked from commit 339717d5f117d118750ec187b1779cafa349249e)
| * Fix wrong PPC_FEATURE_* values.Andreas Schwab2009-07-162-2/+7
| | | | | | | | | | | | | | Nothing uses these wrong values yet, but it fixes a warning due to conflicting definitions in <asm/cputable.h>. (cherry picked from commit 2123d5815eaaa53a772be4b6069bdc6332f2f491)
| * Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu2009-07-166-3/+229
| | | | | | | | (cherry picked from commit 167d5ed5de0c6e587506b8a595fe0e4aa630bbb0)
| * Fix possible race when freeing object in fast bin list.Ulrich Drepper2009-07-162-0/+6
| | | | | | | | (cherry picked from commit 6cbbaa50aac809ad6e0692247876c82d58e466bf)
| * Fix NIS and NIS+ getnetbyaddr backends.Ulrich Drepper2009-07-163-2/+7
| | | | | | | | | | The addresses were interpreted as class-based network addresses. (cherry picked from commit 2fd0cd8b5257e7ae0c0df0651ee62a6ef7c37cc2)
| * Fix getent networks lookup and resulting incorrect NSS change.Ulrich Drepper2009-07-163-4/+5
| | | | | | | | | | | | | | I changed the files NSS backend for networks because I thought the getent use of getnetbyaddr is correct. But it isn't. Undo parts of the last change and fix getent. (cherry picked from commit 5cd1f906c34256abdccc92052fbbde51fd70a565)
| * Fix getnetbyaddr implementation.Ulrich Drepper2009-07-163-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | There were two problems in the getnetbyaddr implementation. The type argument is pretty much useless since (almost) no input file contains this information and the NSS backends make up the value they fill in for the n_addrtype field. Therefore we now declare that passing AF_UNSPEC is always recognized. Secondly, the files backend didn't compare the network numbers with the correct endianess. Also change getent to take advantage of the type parameter change. (cherry picked from commit 29ba9812bb86bf6da9702f4fbff5cdbb25846401)
| * Fix cfa offset for saved registers in PPC sqrt implementations.Andreas Schwab2009-07-165-8/+16
| | | | | | | | (cherry picked from commit 3f241d758415e050269ebd9b3b909f3d007f89e5)
| * Handle empty TZ strings at the end of new-style timzeone files correctly.Andreas Schwab2009-07-162-0/+8
| | | | | | | | (cherry picked from commit 7a7c2c24654f7ab69b1cec72c329c8d73f0e4c04)
| * Add 802.15.4 definitions to header files.Ulrich Drepper2009-07-164-5/+32
| | | | | | | | (cherry picked from commit d0a2af710654a038903dd4a300030670bfbeaa2d)
| * Fix x86-64 memchr for large lengths.Jakub Jelinek2009-06-183-5/+17
| | | | | | | | (cherry picked from commit fab8238de69de67637d21923b3ec1c26e4ce8450)
| * Fix incorrect use of cmpldi in 32-bit PPC code.Ryan S. Arnold2009-06-183-31/+38
| | | | | | | | | | | | The 32-bit PowerPC POWER6 memcpy uses the cmpldi insn when it should use a cmplwi. BZ #10107 (cherry picked from commit 25bfbb9e0e610afaf6b67e5ee1a1a5338018c42e)
| * Define week, first_weekday, first_workday in de_AT locale.Ulrich Drepper2009-06-182-0/+9
| | | | | | | | | | BZ #10011 (cherry picked from commit b23964c6207124341b89cefc316dc512a669c17b)
| * Run tst-fgetwc with necessary envvar.Ulrich Drepper2009-06-182-3/+4
| | | | | | | | (cherry picked from commit eae3208e249edda25548fa7680d01193d7515e0c)
| * Fix permission of slave device on devpts if necessary.Ulrich Drepper2009-06-162-3/+15
| | | | | | | | | | | | If devptr is misconfigured the slave device permission after grantpt might not be 0620. BZ #10166 (cherry picked from commit 292e3abebff9f94ca47c1a725a691cb6ed6cff5f)
| * When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper2009-06-162-1/+5
| | | | | | | | (cherry picked from commit 395a37e379bf900b2b6a25e17c44cde2d1c46c44)
| * Fix type of nd_opt_home_agent_info_preference.Arnaud Ebalard2009-06-162-2/+7
| | | | | | | | (cherry picked from commit 7ed520bd8504700cf4aaf3b06deb10575bfc546a)
| * Fix memory leak when batch-reading large NIS password maps.Joe Landers2009-06-162-2/+7
| | | | | | | | | | | | Not the whole was traversed in the function to free all buffers. BZ #10203 (cherry picked from commit 233a182b9ee2a48eddbb15f70af8bc24add24af3)
| * (do_test): Use de_DE.UTF-8 as locale name.Bruce Dubbs2009-06-162-1/+5
| | | | | | | | (cherry picked from commit 4155d926336ba38428a98359bf0908453ff83625)
| * Fix computation of tzspec_len.Ulrich Drepper2009-06-162-1/+3
| | | | | | | | | | | | | | Without this it should never have worked that we can use the embedded envvar in the timezone data files for dates after the last matching rule. (cherry picked from commit 6355c99740c91ed5a7fa14e378f74950e09f5f48)
| * Handle leap seconds even if no DST rule exists.Akinori Hattori2009-06-162-4/+10
| | | | | | | | | | This fixes BZ #10211. (cherry picked from commit 29143408ae6d474a115768e809691635f507b1fd)
| * Fix futex syscall parameter for x86 absolute timeout waits.Bryan Kadzban2009-06-122-1/+9
| | | | | | | | | | This affects only installations compiled for kernels older than 2.6.18. (cherry picked from commit 1828530f09bcc321cfb84c27110bbce804605ec4)
| * Remember we switched to single-request mode.Ulrich Drepper2009-06-122-1/+7
| | | | | | | | | | | | This change prevents repetition in most later calls of the resolver in case the DNS server or the network connection is broken. (cherry picked from commit 310647e9809986986650994d036af18ca9b17fb2)
| * Remove comma at end of enum.J.H.M. Dassen2009-06-122-5/+7
| | | | | | | | (cherry picked from commit 88ea382fda5af7717f85bb19837c9c99094f3df4)
| * (_IO_new_file_fopen): Don't prematurely stop parsing mode string.Ulrich Drepper2009-06-092-3/+8
| | | | | | | | | | (cherry picked from commits 0d74e0436195a051d69e78bef10d23879788cb7e, d360a0da2b42b2b79e9ce9c2d7984c234e840b7a)
| * Terminate correct buffer.Ulrich Drepper2009-06-062-1/+5
| | | | | | | | | | Little typo could cause additional characters to be printed. (cherry picked from commit fbb04b35e7997070feec74e0fd46953faef71f9e)
| * Fix mbrtowc example.André Goddard Rosa2009-06-051-1/+1
| | | | | | | | | | The remaining bytes were not copied correctly. (cherry picked from commit 21e66bc528edcbe18d434eb33a601e0f796904c9)
| * Add missing file from accept4 commit.Ulrich Drepper2009-06-051-0/+1
| | | | | | | | | | Hidden by previous .gitignore content. (cherry picked from commit fd469aac31dc09f1328c8c4b976f887ebd592c56)
| * Move AC_CANONICAL_HOST before first use of $host and $build.Andreas Schwab2009-06-053-94/+100
| | | | | | | | (cherry picked from commit c16a054d5e20e4da6ccc528b690910a777d69a8b)
| * Remove arch directory names from .gitignore.Roland McGrath2009-06-051-5/+0
| | | | | | | | (cherry picked from commit cc3ae2461cf5ced13ab7c7787543f4dd3eabe88c)
| * Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper2009-06-055-4/+43
| | | | | | | | | | | | Similar to the changes which went already in for the other formats, follow POSIX rules for errno. (cherry picked from commit 7f3394bdf34e28b374e5569a7a74ddac734fb172)
| * [BZ #10200]Aurelien Jarno2009-06-052-1/+7
| | | | | | | | | | | | * db-symbols.awk: Use the last field for the symbol name instead of the 8th one. (cherry picked from commit 8ee84bd01f85b5ab1430750270b7e51a967d03eb)
| * Describe nss_dns parallel lookup workaround in 2.10 NEWS.Ulrich Drepper2009-05-221-0/+7
| | | | | | | | (cherry picked from commit 57be3fd79a418b14e417e9a6b96f05dcb99932ee)
| * Fix errno for IBM long double.Andreas Schwab2009-05-225-7/+29
| | | | | | | | | | | | After the last addition to the math test suite PPC routines haven't been adjusted so far. (cherry picked from commit 38ae768d88c47dd06030104eb3376212b0d8d164)
| * Fix IA-64 memchr read-ahead.Ulrich Drepper2009-05-222-1/+21
| | | | | | | | | | | | | | The latest stratcliff extension exposed a bug in the IA-64 memchr which uses non-speculative loads to prefetch data. Change the code to use speculative loads with appropriate fixup. Fixes BZ 10162. (cherry picked from commit fa64b7f76b97930cd2aaf7bfd305cac3d925cd8f)
| * Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper2009-05-222-1/+6
| | | | | | | | (cherry picked from commit 3533b1a6a6a6b7e350b7a9459f8152b1f9f0364a)
| * Remove __NR_accept4 definition.Jakub Jelinek2009-05-222-3/+3
| | | | | | | | | | | | This definition was meant to be removed before the checkin. It was used in the development. (cherry picked from commit d14eda9310125ddf8fe66df01bbe46ab7d226a5e)
| * Correct socketcall argument for accept4.Jakub Jelinek2009-05-222-2/+7
| | | | | | | | | | The header had the old name (paccept). (cherry picked from commit a2292378d0d629c26edfae6b197efbdb362a7094)
| * Fix forced loop termination in nscd database lookup.Jakub Jelinek2009-05-222-3/+21
| | | | | | | | | | | | | | | | | | There are two issues with the forced loop exit in the nscd lookup: 1. the estimate of the entry size isn't pessimistic enough for all databases, resulting potentially is too early exits 2. the combination of 64-bit process and 32-bit nscd would lead to rejecting valid records in the database. (cherry picked from commit 5078fff6c4bc1c71c5d558ff7ec4775aa48b0c11)