Age | Commit message (Expand) | Author | Files | Lines |
2007-02-02 | (__uselocale): Add libc_hidden_proto. | Ulrich Drepper | 1 | -0/+1 |
2007-02-02 | * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of | Jakub Jelinek | 2 | -2/+7 |
2007-02-01 | * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value beforecvs/fedora-glibc-20070202T0923 | Ulrich Drepper | 9 | -18/+134 |
2007-01-31 | * nscd/nscd_helper.c (open_socket): Now takes request type and key | Ulrich Drepper | 2 | -52/+80 |
2007-01-31 | Define MAXKEYLEN. | Ulrich Drepper | 1 | -0/+3 |
2007-01-31 | Do recend check before realigning on strict alignment arches, as otherwise it... | Jakub Jelinek | 1 | -4/+4 |
2007-01-31 | * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier | Jakub Jelinek | 9 | -245/+387 |
2007-01-31 | * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test. | Ulrich Drepper | 2 | -4/+7 |
2007-01-26 | * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register | Ulrich Drepper | 2 | -11/+15 |
2007-01-26 | No need for FDPIC_FUNCPTRS. | Ulrich Drepper | 1 | -1/+0 |
2007-01-26 | * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE, | Andreas Jaeger | 2 | -4/+15 |
2007-01-25 | * elf/dl-minimal.c: Undefine _itoa first. | Ulrich Drepper | 2 | -1/+3 |
2007-01-25 | * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms. | Ulrich Drepper | 4 | -27/+30 |
2007-01-25 | * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__ | Ulrich Drepper | 3 | -4/+14 |
2007-01-23 | * stdio-common/_itoa.c: Include <limits.h>. | Ulrich Drepper | 3 | -0/+7 |
2007-01-22 | * stdio-common/_itowa.c: Don't compile _itowa for 64-bit | Ulrich Drepper | 5 | -54/+84 |
2007-01-22 | [BZ #3902] | Ulrich Drepper | 4 | -3/+44 |
2007-01-20 | * iconvdata/testdata/BRF: New file. | Ulrich Drepper | 2 | -2/+8 |
2007-01-20 | * iconvdata/brf.c: New file. | Ulrich Drepper | 9 | -7/+175 |
2007-01-19 | * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of | Ulrich Drepper | 2 | -3/+9 |
2007-01-19 | * tst-initializers1.c: We want to test the initializers as seen | Ulrich Drepper | 2 | -1/+7 |
2007-01-19 | * scripts/gen-as-const.awk: Add cast to long to avoid int promotion | Ulrich Drepper | 2 | -1/+6 |
2007-01-18 | * pthread_join.c (cleanup): Avoid warning. | Ulrich Drepper | 1 | -0/+4 |
2007-01-18 | (cleanup): Avoid warning. | Ulrich Drepper | 1 | -2/+2 |
2007-01-17 | [BZ #2749] | Jakub Jelinek | 7 | -34/+31 |
2007-01-17 | * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos. | Jakub Jelinek | 2 | -2/+4 |
2007-01-17 | * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove. | Jakub Jelinek | 2 | -3/+6 |
2007-01-17 | * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL tocvs/fedora-glibc-20070117T1043cvs/fedora-glibc-20070117T0857 | Ulrich Drepper | 3 | -1/+23 |
2007-01-17 | * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy the | Ulrich Drepper | 10 | -48/+93 |
2007-01-17 | * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot | Ulrich Drepper | 2 | -17/+6 |
2007-01-16 | * nscd/connections.c (servinfo): Renamed to reqinfo. Change all | Ulrich Drepper | 2 | -12/+11 |
2007-01-16 | .. | Ulrich Drepper | 1 | -0/+4 |
2007-01-16 | (cache_add): Record the failure to add to the cache. | Ulrich Drepper | 1 | -1/+4 |
2007-01-15 | [BZ #2749] | Jakub Jelinek | 5 | -20/+130 |
2007-01-15 | * nscd/connections.c (handle_request): Add a __builtin_expect. | Ulrich Drepper | 2 | -1/+3 |
2007-01-15 | * nscd/connections.c (serv2db): Change type into structure which | Ulrich Drepper | 2 | -26/+34 |
2007-01-15 | * nscd/connections.c (handle_request): Fix thinko in selinux test | Ulrich Drepper | 2 | -1/+3 |
2007-01-15 | * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK. | Ulrich Drepper | 5 | -27/+68 |
2007-01-14 | * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and | Ulrich Drepper | 2 | -1/+45 |
2007-01-14 | * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct | Ulrich Drepper | 24 | -143/+1012 |
2007-01-13 | * include/string.h: Only redefine strndupa if this is really for | Ulrich Drepper | 2 | -2/+9 |
2007-01-13 | * nscd/nscd_gethst_r.c: Minor cleanups. | Ulrich Drepper | 2 | -8/+6 |
2007-01-13 | * nscd/connections.c (handle_request): Check selinux permissions | Ulrich Drepper | 2 | -3/+7 |
2007-01-13 | * sysdeps/i386/i486/bits/atomic.h: Define | Ulrich Drepper | 3 | -11/+41 |
2007-01-12 | [BZ #3840] | Ulrich Drepper | 4 | -3/+17 |
2007-01-12 | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | Ulrich Drepper | 2 | -1/+7 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 448 | -13173/+10325 |
2007-07-31 | . | Jakub Jelinek | 448 | -10321/+13180 |
2007-01-11 | Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ... | Ulrich Drepper | 4 | -5/+74 |
2007-01-11 | [BZ #3855] | Ulrich Drepper | 3 | -17/+54 |