]> sourceware.org Git - glibc.git/shortlog
glibc.git
2011-06-21 Ulrich DrepperMinor optimization of getaddrinfo after recent patch
2011-06-21 Ulrich DrepperRevert unwanted patch
2011-06-21 Ulrich DrepperAdd missing DL_CALL_FCT
2011-06-21 David S. MillerAdd an elf_ifunc_invoke interface so that architectures...
2011-06-16 Ulrich DrepperFix typo in recent resolver change which causes segvs
2011-06-16 Andreas SchwabImprove 64-bit build
2011-06-16 Ulrich DrepperInstall db-Makefile
2011-06-16 Ulrich DrepperCleanup of db-XXX.c
2011-06-16 Ulrich DrepperAdd initgroups lookups to nss_db
2011-06-16 Ulrich DrepperAdd initgroups lookup support to getent
2011-06-16 Ulrich DrepperFix handling of initgroups database.
2011-06-16 Ulrich DrepperOptimize hash table generation in makedb
2011-06-16 Ulrich DrepperReenable nss_db with a completely new implementation
2011-06-16 Ulrich DrepperRewrite makedb to avoid using db library
2011-06-14 Andreas JaegerQuash two memset undeclared warnings.
2011-06-13 Ulrich DrepperFix memory leak in getaddrinfo
2011-06-11 Roland McGrathBetter detect total failure of linker script generation.
2011-06-11 Roland McGrathQuash some new warnings from GCC 4.6.
2011-06-10 Roland McGrathUse AC_LANG_PROGRAM in nss-crypt check.
2011-06-10 Roland McGrathRevert -r -> -Wl,-r change.
2011-06-10 Roland McGrathUse -Wl,-r instead of plain -r.
2011-06-09 Ulrich DrepperOOps, wrong version number for development version
2011-06-09 Ulrich DrepperAdd pldd program
2011-06-09 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-06-08 David S. Millersparc: Fix LD_BIND_NOW with multiarch.
2011-06-08 Ulrich DrepperStart 2.15 development
2011-06-07 Andreas KrebbelS/390 longlong.h: Fix smul_ppmm with -m31 -mzarch
2011-06-06 Roland McGrathUse canonical FSF .texi files for LGPL and FDL texts.
2011-06-04 Jakub JelinekFix <bits/mqueue2.h> for C++
2011-06-03 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-06-03 H.J. LuAssume Intel Core i3/i5/i7 processor if AVX is available
2011-05-31 Ulrich DrepperFix typo in stack guard setup code for old kernels
2011-05-31 Ulrich DrepperDon't free non-malloced memory and fix memory leak glibc-2.14.9000
2011-05-31 Ulrich Drepper2.14 release glibc-2.14
2011-05-31 Ulrich DrepperNo need for RANLIB make variable anymore
2011-05-31 Ulrich DrepperUpdated translation template file
2011-05-31 Ulrich DrepperAlso translation messages in .ksh files
2011-05-31 Ulrich DrepperHandle DNS server failures in case of AF_UNSPEC lookups...
2011-05-30 Ulrich DrepperUndo last patch
2011-05-30 Ulrich DrepperAdd BZ number to NEWS
2011-05-30 Ulrich DrepperHandle DSOs without any dependency in ld.so
2011-05-30 Ulrich DrepperOne more thinko in CL
2011-05-30 Ulrich DrepperFix typo in CL
2011-05-30 Ulrich DrepperPrevent loader from loading itself
2011-05-30 Ulrich DrepperRestore _res correctly
2011-05-30 Ulrich DrepperReference wrong BZ
2011-05-30 Ulrich DrepperInterpret numeric values in shadow file as signed
2011-05-30 Ulrich DrepperMake resolv.conf parsing more compact
2011-05-30 Ulrich DrepperRecognize use-vc option in resolv.conf
2011-05-30 Ulrich DrepperRecord when bug 11577 was fixed and by which patch
2011-05-30 Ulrich DrepperDon't build AVX tests with old compilers
2011-05-30 Ulrich DrepperMark malloc hook variables as deprecated
2011-05-30 Ulrich DrepperPerhaps the real definition of __MALLOC_HOOK_VOLATILE...
2011-05-30 Ulrich DrepperMissed one malloc hook variable
2011-05-30 Ulrich DrepperDeclare malloc hook variables as volatile.
2011-05-30 Ulrich DrepperFix typo in last patch to locarchive.c
2011-05-30 Ulrich DrepperSame change for the other siginfi.h files
2011-05-30 Ulrich DrepperDon't document si_code used for raise()
2011-05-28 Ulrich DrepperFix unnecessary overallocation due to incomplete character
2011-05-28 Ulrich DrepperHandle failure of _nl_explode_name in all cases
2011-05-28 Ulrich DrepperRemove unused variable
2011-05-28 Ulrich DrepperFix bug in last checkin which left ldd uninstalled
2011-05-28 Ulrich DrepperAdd sotruss program
2011-05-28 Ulrich DrepperFix build for platforms with socketcall syscall
2011-05-28 Ulrich DrepperUnify messages
2011-05-28 Ulrich DrepperAdd support for time syscall in vDSO
2011-05-28 Ulrich DrepperAdd sendmmsg syscall
2011-05-28 Ulrich DrepperSet setns system call
2011-05-27 Ulrich DrepperUse getcpu definition from vDSO on x86-64
2011-05-27 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-05-27 Ulrich DrepperAdd test for last iconv bug
2011-05-27 Andreas SchwabFix conversion to ISO-2022-JP-2 with ISO-8859-7 designation
2011-05-25 Jakub JelinekUndo accidental change in x86-64 user.h
2011-05-25 Ulrich DrepperUpdate Japanese translation
2011-05-23 Ulrich DrepperDefine RLIMIT_RTTIME
2011-05-23 Andreas SchwabUpdate longlong.h from GCC
2011-05-23 Andreas SchwabFix sysconf compilation for !HP_TIMING_AVAIL archs
2011-05-23 Ulrich DrepperAdd a few more alloca size checks
2011-05-23 Ulrich DrepperFix flags parameter value passed to pltenter and pltexit
2011-05-21 Ulrich DrepperDefine CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
2011-05-21 Ulrich DrepperFix last change
2011-05-21 Ulrich DrepperAlways fill output buffer in XPG strerror function
2011-05-21 Ulrich DrepperNicer output for negative error numbers in strerror_r
2011-05-21 Ulrich DrepperFix CP1258 conversion
2011-05-21 Ulrich DrepperFix configure visibility tests
2011-05-21 Ulrich DrepperFix handling of LC_CTYPE in locale name handling
2011-05-21 Ulrich DrepperSet stream errors in more cases
2011-05-21 Ulrich DrepperDon't unconditionally use alloca in gaih_inet
2011-05-20 Reuben ThomasUpdate documentation in regex.h
2011-05-20 Ryan S. ArnoldPrevent Altivec and VSX insns on PowerPC64 when no...
2011-05-20 Andreas SchwabRemove __libc_alloca_cutoff workaround
2011-05-20 Ulrich DrepperCleanup namespace use.
2011-05-18 Ulrich DrepperFix whitespace
2011-05-18 H.J. LuFix typo in x86-64 powl
2011-05-17 H.J. LuFix fileops.c build for old kernels
2011-05-17 Ulrich DrepperUpdate GB18030 to 2005 version
2011-05-16 Aharon RobbinsUpdate RE_SYNTAX*_AWK constants in regex.h
2011-05-16 Ulrich DrepperHandle long variable names in putenv
2011-05-16 Ulrich DrepperFix reporting of invalid timeouts in emulated pselect
2011-05-16 Ulrich DrepperFix test for error_one_per_line mode in error
next
This page took 0.057121 seconds and 5 git commands to generate.