Commit Graph

564 Commits

Author SHA1 Message Date
Jeff Law 073b690e45 - Fix first day of week for lv_LV (#682500) 2012-04-03 11:19:38 -06:00
Jeff Law c30958093b - When retrying after main arena failure, always retry in a
different arena. (#789238)
2012-04-02 21:24:18 -06:00
Jeff Law 5022ed713c Avoid unbound alloca usage in *-crypt routines (#804792) 2012-03-29 12:46:29 -06:00
Jeff Law d004e5468f Fix data race in nscd (#806070) 2012-03-29 10:25:56 -06:00
Jeff Law ccb21a9b27 - Fix typo in __nss_getent (#806403). 2012-03-23 14:03:01 -06:00
Jeff Law 4ad934832a - Add doi_IN, sat_IN and mni_IN to SUPPORTED locals (#803286)
- Add stap probes in slowpow and slowexp.
2012-03-14 21:21:22 -06:00
Jeff Law d893fa43b7 - Fix AVX checks (#801650) 2012-03-09 15:20:06 -07:00
Jeff Law b8fef868f3 - Set errno properly in vfprintf (#794797)
- Don't kill application when LD_PROFILE is set. (#800224)
2012-03-07 12:20:16 -07:00
Jeff Law 978e71e3df - Always mark vDSO as used (#758888) 2012-02-29 12:50:51 -07:00
Jeff Law 296965fe20 - Fix out of bounds memory access in resolver (#798471) 2012-02-29 09:46:36 -07:00
Jeff Law f2aa906557 Fix typo 2012-02-24 10:51:48 -07:00
Jeff Law c0564b95e0 - Fix bogus underflow (#760935)
- Correctly handle dns request where large numbers of A and AAA
    records
    are returned (#795498)
  - Fix nscd crash when group has many members (#788959)
2012-02-24 10:41:06 -07:00
Jeff Law 0e190d479d - Avoid "nargs" integer overflow which could be used to bypass
FORTIFY_SOURCE (#794797)
2012-02-20 21:21:30 -07:00
Jeff Law a7a908e669 - Fix main arena locking in malloc/calloc retry path (#789238) 2012-02-20 14:23:27 -07:00
Jeff Law ecc055dd90 - Correctly identify all 127.x.y.z addresses (#739743)
- Don't assign native result if result has no associated interface
(#739743)
2012-02-17 12:36:00 -07:00
Jeff Law 0e9bf8be6a Fixup 730856 bits 2012-02-17 11:17:21 -07:00
Jeff Law fc9b7c8869 Ignore link-local IPV6 addresses for AI_ADDRCONFIG (#697149) 2012-02-17 11:05:38 -07:00
Jeff Law 817ee79b35 Fix reply buffer mismanagement in resolver (#730856) 2012-02-16 23:01:37 -07:00
Jeff Law 47621c91be - Add doi_IN (#791161) 2012-02-16 09:25:08 -07:00
Jeff Law b22f1f5d25 Revert "Fix lost wakeups in pthread_cond_*. (#552960, #769421)"
This reverts commit 0f6595ecf5.
2012-02-16 09:22:24 -07:00
Jeff Law a200e9e81f - Add sat_IN (#790292)
- Add mni_IN (#790298)
2012-02-14 09:54:55 -07:00
Jeff Law 0f6595ecf5 Fix lost wakeups in pthread_cond_*. (#552960, #769421) 2012-02-10 12:56:02 -07:00
Jeff Law ffdb8099ce Clarify info page for snprintf (#564528) 2012-02-09 23:50:17 -07:00
Jeff Law a3c3ac2213 Fix first_weekday and first_workday for ru_UA (#624296) 2012-02-09 23:01:54 -07:00
Jeff Law 29567a505d Fix currency_symbol for uk_UA (#789209) 2012-02-09 22:16:57 -07:00
Jeff Law 5c2160b7f3 Fix weekday names in Kashmiri locale (#770439) 2012-02-09 10:47:47 -07:00
Jeff Law b8f291fb63 Remove change for 787662, correct fix is in gcc. 2012-02-07 22:12:19 -07:00
Jeff Law 7472f9034f Find cpp in /usr/bin too (#767662) 2012-02-07 12:03:30 -07:00
Jeff Law a8b5679282 More accurately detect if we're in a chroot (#688948) 2012-02-06 12:19:06 -07:00
Jeff Law 46bc83a891 - Add fedfs to /etc/rpc (#691912) 2012-02-03 14:32:45 -07:00
Jeff Law af740e08c9 - Run nscd in the foreground w/ syslogging, fix systemd config (#770869) 2012-02-03 13:42:46 -07:00
Jeff Law 92f446a92e - Avoid mapping past end of shared object (#741105) 2012-02-03 11:03:58 -07:00
Jeff Law 360c4a1c78 - Turn off -mno-minimal-toc on PPC (#787201)
- Remove hunk from glibc-rh657588.patch that didn't belong
2012-02-03 09:30:02 -07:00
Jeff Law 2a042bc0f7 Fix month abbreviations for zh_CN (#657588) 2012-02-01 09:52:38 -07:00
Jeff Law dd7f54d17d Prevent erroneous inline optimization of initfini.s on PowerPC64 (#783979) 2012-02-01 09:37:08 -07:00
Jeff Law 7b27d27fa9 Use upstream variant of fix for 740506. 2012-02-01 09:32:10 -07:00
Jeff Law 70c5758f43 - Sort objects before relocations (sw#13618)
- Fix bogus sort code that was copied from dl-deps.c.
2012-01-29 22:24:24 -07:00
Jeff Law 61e27a5181 Resolves: #740682 2012-01-26 11:57:01 -07:00
Jeff Law e8db5b4063 - Add aliases for ISO-10646-UCS-2 (#697421) 2012-01-26 11:03:17 -07:00
Jeff Law 1f95681b6e Bump version# 2012-01-25 21:58:33 -07:00
Jeff Law c89b9e0c47 Resolves: #179072 2012-01-25 21:57:42 -07:00
Jeff Law 26b6b52f86 Break systemtap patches out of glibc-fedora.patch into glibc-stap.patch 2012-01-25 21:42:59 -07:00
Jeff Law 68357f8e9f - Fix first workday/weekday for it_IT (#622499)
- Fix type to uint16_t based on upstream comments (729661)
  - Do not cache negative results in nscd if these are transient
    (#784402)
2012-01-24 21:23:41 -07:00
Jeff Law a434010a7c - Update ports from master. 2012-01-24 14:43:00 -07:00
Jeff Law ee7ce9fbc1 - Fix first workday/weekday for it_IT (#446078)
- Fix first workday/weekday for ca_ES (#454629)
2012-01-23 15:00:11 -07:00
Jeff Law 4dc232f59d Fix cycle detection & overflows (729661) 2012-01-23 14:41:49 -07:00
Dennis Gilmore d9d4748f79 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 21:37:06 -06:00
Jeff Law 71ecd3cdb4 Update from master (a316c1f) 2012-01-01 18:33:52 -07:00
Jeff Law 25912eaa88 - Update from master (16c6f99)
- Fix typo in recent tzfile change (#769476)
  - Make MALLOC_ARENA_MAX and MALLOC_ARENA_TEST match documentation
    (#740506)
  - Revert "fix" to pthread_cond_wait (#769421)
  - Extract patch for 730856 from fedora-patch into a distinct patchfile
2011-12-22 19:25:40 +00:00
Jeff Law f79eb1f502 - Update from master (a4647e7). 2011-12-20 05:46:44 +00:00