summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-11-16New simplified make dist using git archive.Roland McGrath
2009-11-13Correct readahead syscall wrapper on powerpc32.Andreas Schwab
2009-11-13Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek
2009-09-18Support binutils 2.100 and 3.0.H.J. Lu
2009-09-18Fix endless loop in localedef.Ulrich Drepper
2009-09-18Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper
2009-09-18Support binutils 2.20.H.J. Lu
2009-09-18Fix lookup of group names in hesiod initgroups.Andreas Schwab
2009-09-18Fix fsetpos on wide stream.Andreas Schwab
2009-09-18Cleanup _IO_wfile_seekoff.Andreas Schwab
2009-09-18Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer
2009-09-18Fix problems with memory allocation in assert.Ulrich Drepper
2009-09-18Fix generic fdiml.Joseph Myers
2009-09-18Fix overflow handling in fdim.Ulrich Drepper
2009-09-18Add test case for last fixed regex bug.Ulrich Drepper
2009-09-18Recognize ill-formed { } expressions in regcomp.Ulrich Drepper
2009-09-18Also correct _POSIX2_* constants in case older standards are selected.Ulrich Drepper
2009-09-18Define _POSIX_VERSION correctly when older POSIX versions are selected.Ulrich Drepper
2009-09-18SH: fix clobber list in stdlib/longlong.hSUGIOKA Toshinobu
2009-09-18Fix obstack* on i?86Jakub Jelinek
2009-09-18Stop backtrace when we make no more progress.Ulrich Drepper
2009-08-17Handle missing NSS modules and those without callbacks.Ulrich Drepper
2009-08-04Build pt_chown as PIE.Ulrich Drepper
2009-08-04Extend pt_chown to drop privileges.Ulrich Drepper
2009-08-04Consolidate PIE linking Makefile rules.H.J. Lu
2009-07-29Implement accept4 for more archs using socketcall.Jakub Jelinek
2009-07-29Compatibility of signalfd/eventfd with older kernels.Ulrich Drepper
2009-07-29Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.Ulrich Drepper
2009-07-29Sun agreed to a change of the license for the RPC code to a BSD-like license.Ulrich Drepper
2009-07-16Use correct release semantic in list update.Andreas Schwab
2009-07-16Fix race in corruption check.Ulrich Drepper
2009-07-16Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek
2009-07-16Fix build issue with modules for audit test on machines != x86-64.Ulrich Drepper
2009-07-16Fix comment in Linux's <sys/epoll.h>.Ulrich Drepper
2009-07-16Fix wrong PPC_FEATURE_* values.Andreas Schwab
2009-07-16Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu
2009-07-16Fix possible race when freeing object in fast bin list.Ulrich Drepper
2009-07-16Fix NIS and NIS+ getnetbyaddr backends.Ulrich Drepper
2009-07-16Fix getent networks lookup and resulting incorrect NSS change.Ulrich Drepper
2009-07-16Fix getnetbyaddr implementation.Ulrich Drepper
2009-07-16Fix cfa offset for saved registers in PPC sqrt implementations.Andreas Schwab
2009-07-16Handle empty TZ strings at the end of new-style timzeone files correctly.Andreas Schwab
2009-07-16Add 802.15.4 definitions to header files.Ulrich Drepper
2009-06-18Fix x86-64 memchr for large lengths.Jakub Jelinek
2009-06-18Fix incorrect use of cmpldi in 32-bit PPC code.Ryan S. Arnold
2009-06-18Run tst-fgetwc with necessary envvar.Ulrich Drepper
2009-06-16Fix permission of slave device on devpts if necessary.Ulrich Drepper
2009-06-16When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper
2009-06-16Fix type of nd_opt_home_agent_info_preference.Arnaud Ebalard
2009-06-16Fix memory leak when batch-reading large NIS password maps.Joe Landers