| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE, | Andreas Jaeger | 2007-01-26 | 2 | -4/+15 |
* | * elf/dl-minimal.c: Undefine _itoa first. | Ulrich Drepper | 2007-01-25 | 2 | -1/+3 |
* | * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms. | Ulrich Drepper | 2007-01-25 | 4 | -27/+30 |
* | * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__ | Ulrich Drepper | 2007-01-25 | 3 | -4/+14 |
* | * stdio-common/_itoa.c: Include <limits.h>. | Ulrich Drepper | 2007-01-23 | 3 | -0/+7 |
* | * stdio-common/_itowa.c: Don't compile _itowa for 64-bit | Ulrich Drepper | 2007-01-22 | 5 | -54/+84 |
* | [BZ #3902] | Ulrich Drepper | 2007-01-22 | 4 | -3/+44 |
* | * iconvdata/testdata/BRF: New file. | Ulrich Drepper | 2007-01-20 | 2 | -2/+8 |
* | * iconvdata/brf.c: New file. | Ulrich Drepper | 2007-01-20 | 9 | -7/+175 |
* | * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of | Ulrich Drepper | 2007-01-19 | 2 | -3/+9 |
* | * tst-initializers1.c: We want to test the initializers as seen | Ulrich Drepper | 2007-01-19 | 2 | -1/+7 |
* | * scripts/gen-as-const.awk: Add cast to long to avoid int promotion | Ulrich Drepper | 2007-01-19 | 2 | -1/+6 |
* | * pthread_join.c (cleanup): Avoid warning. | Ulrich Drepper | 2007-01-18 | 1 | -0/+4 |
* | (cleanup): Avoid warning. | Ulrich Drepper | 2007-01-18 | 1 | -2/+2 |
* | [BZ #2749] | Jakub Jelinek | 2007-01-17 | 7 | -34/+31 |
* | * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos. | Jakub Jelinek | 2007-01-17 | 2 | -2/+4 |
* | * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove. | Jakub Jelinek | 2007-01-17 | 2 | -3/+6 |
* | * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to cvs/fedora-glibc-20070117T1043 cvs/fedora-glibc-20070117T0857 | Ulrich Drepper | 2007-01-17 | 3 | -1/+23 |
* | * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy the | Ulrich Drepper | 2007-01-17 | 10 | -48/+93 |
* | * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot | Ulrich Drepper | 2007-01-17 | 2 | -17/+6 |
* | * nscd/connections.c (servinfo): Renamed to reqinfo. Change all | Ulrich Drepper | 2007-01-16 | 2 | -12/+11 |
* | .. | Ulrich Drepper | 2007-01-16 | 1 | -0/+4 |
* | (cache_add): Record the failure to add to the cache. | Ulrich Drepper | 2007-01-16 | 1 | -1/+4 |
* | [BZ #2749] | Jakub Jelinek | 2007-01-15 | 5 | -20/+130 |
* | * nscd/connections.c (handle_request): Add a __builtin_expect. | Ulrich Drepper | 2007-01-15 | 2 | -1/+3 |
* | * nscd/connections.c (serv2db): Change type into structure which | Ulrich Drepper | 2007-01-15 | 2 | -26/+34 |
* | * nscd/connections.c (handle_request): Fix thinko in selinux test | Ulrich Drepper | 2007-01-15 | 2 | -1/+3 |
* | * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK. | Ulrich Drepper | 2007-01-15 | 5 | -27/+68 |
* | * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and | Ulrich Drepper | 2007-01-14 | 2 | -1/+45 |
* | * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct | Ulrich Drepper | 2007-01-14 | 24 | -143/+1012 |
* | * include/string.h: Only redefine strndupa if this is really for | Ulrich Drepper | 2007-01-13 | 2 | -2/+9 |
* | * nscd/nscd_gethst_r.c: Minor cleanups. | Ulrich Drepper | 2007-01-13 | 2 | -8/+6 |
* | * nscd/connections.c (handle_request): Check selinux permissions | Ulrich Drepper | 2007-01-13 | 2 | -3/+7 |
* | * sysdeps/i386/i486/bits/atomic.h: Define | Ulrich Drepper | 2007-01-13 | 3 | -11/+41 |
* | [BZ #3840] | Ulrich Drepper | 2007-01-12 | 4 | -3/+17 |
* | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | Ulrich Drepper | 2007-01-12 | 2 | -1/+7 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 448 | -13173/+10325 |
* | . | Jakub Jelinek | 2007-07-31 | 448 | -10321/+13180 |
* | Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ... | Ulrich Drepper | 2007-01-11 | 4 | -5/+74 |
* | [BZ #3855] | Ulrich Drepper | 2007-01-11 | 3 | -17/+54 |
* | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Cleanups. Define | Ulrich Drepper | 2007-01-11 | 1 | -0/+5 |
* | Cleanups. Define FUTEX_CMP_REQUEUE and lll_futex_requeue. | Ulrich Drepper | 2007-01-11 | 1 | -6/+22 |
* | * sysdeps/i386/soft-fp/sfp-machine.h: Remove. | Jakub Jelinek | 2007-01-10 | 3 | -140/+5 |
* | * shlib-versions: Fix sparc64 linux target specification. | Jakub Jelinek | 2007-01-10 | 2 | -1/+5 |
* | * io/fts.c: Make sure fts_cur is always valid after return from | Ulrich Drepper | 2007-01-10 | 3 | -2/+13 |
* | Make sure fts_cur is always valid after return from fts_read. | Ulrich Drepper | 2007-01-10 | 1 | -3/+6 |
* | * elf/elf.h (R_MIPS_GLOB_DAT): Define. | Jakub Jelinek | 2007-01-08 | 2 | -2/+8 |
* | * posix/execvp.c: Include alloca.h. | Ulrich Drepper | 2007-01-03 | 6 | -47/+317 |
* | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 2007-01-03 | 17 | -32/+52 |
* | * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment | Ulrich Drepper | 2006-12-24 | 2 | -4/+23 |