Age | Commit message (Expand) | Author | Files | Lines |
2006-09-07 | [BZ #2775] | Ulrich Drepper | 2 | -2/+3 |
2006-08-31 | * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812 | Ulrich Drepper | 1 | -2/+8 |
2006-08-28 | [BZ #2684] | Ulrich Drepper | 1 | -0/+23 |
2006-08-27 | * malloc/malloc.c (bin_at): Rewrite to be more clear and to not | Ulrich Drepper | 1 | -5/+14 |
2006-08-24 | * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP | Ulrich Drepper | 2 | -2/+14 |
2006-08-22 | platforms define as 512K. For 64-bit platforms as 32MB. The lower | Ulrich Drepper | 2 | -5/+5 |
2006-08-22 | * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit | Ulrich Drepper | 2 | -2/+19 |
2006-08-21 | [BZ #3040] | Ulrich Drepper | 1 | -6/+6 |
2006-08-19 | * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks | Ulrich Drepper | 1 | -0/+8 |
2006-08-09 | * malloc/memusagestat.c: Silence warnings.cvs/fedora-glibc-20060810T0627 | Ulrich Drepper | 1 | -11/+14 |
2006-08-09 | * malloc/malloc.c: Dynamically size mmap treshold if the program | Ulrich Drepper | 1 | -1/+81 |
2006-05-19 | * malloc/memusage.sh (memusageso): Add quotes. | Ulrich Drepper | 2 | -4/+7 |
2006-04-24 | * malloc/arena.c (ptmalloc_init): Don't call __malloc_check_initcvs/fedora-glibc-20060424T2027 | Ulrich Drepper | 1 | -2/+2 |
2006-03-06 | * sysdeps/mach/hurd/faccessat.c: New file. | Roland McGrath | 1 | -1/+2 |
2006-03-06 | * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.cvs/fedora-glibc-20060306T0720 | Roland McGrath | 2 | -3/+19 |
2006-03-02 | (MALLOC_ALIGNMENT): Set to __alignof__ (long double) if long double is more a... | Ulrich Drepper | 1 | -6/+12 |
2006-01-11 | [BZ #321] | Roland McGrath | 2 | -66/+105 |
2006-01-01 | Update copyright year. | Ulrich Drepper | 2 | -4/+4 |
2005-12-14 | Moved to csu/errno-loc.c. | Ulrich Drepper | 1 | -0/+54 |
2005-12-07 | * catgets/gencat.c: Use GPL, not LGPL. | Ulrich Drepper | 1 | -13/+11 |
2005-12-06 | * malloc/tst-mallocfork.c (do_test): Make sure sa_flags is | Roland McGrath | 1 | -2/+1 |
2005-11-21 | .. | Ulrich Drepper | 3 | -5/+0 |
2005-11-07 | * malloc/malloc.c (munmap_chunk): Suppress warnings from last change. | Roland McGrath | 1 | -1/+1 |
2005-11-06 | * malloc/malloc.c (munmap_chunk): Add sanity checks. | Ulrich Drepper | 1 | -4/+16 |
2005-10-14 | [BZ #804] | Ulrich Drepper | 1 | -3/+2 |
2005-10-14 | * sysdeps/unix/opendir.c (__opendir): Pass extra argument to | Ulrich Drepper | 1 | -5/+11 |
2005-10-13 | * malloc/malloc.c (_int_free): Fail if block size is obviously wrong. | Ulrich Drepper | 1 | -0/+6 |
2005-10-12 | * include/malloc.h: Remove _int_new_arena prototype. | Ulrich Drepper | 1 | -42/+42 |
2005-10-12 | Correctly implement M_MXFAST. | Ulrich Drepper | 2 | -25/+28 |
2005-10-10 | * malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_arena_ptr. | Ulrich Drepper | 1 | -1/+2 |
2005-09-30 | * posix/regexec.c (update_cur_sifted_state, check_arrival, | Ulrich Drepper | 1 | -21/+39 |
2005-09-27 | [BZ #838] | Ulrich Drepper | 3 | -2/+73 |
2005-09-27 | [BZ #786] | Ulrich Drepper | 1 | -1/+1 |
2005-09-12 | [BZ #1331] | Roland McGrath | 1 | -2/+3 |
2005-09-12 | * malloc/malloc.c (struct malloc_chunk): Fix comment typo. | Ulrich Drepper | 1 | -3/+7 |
2005-08-20 | * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort. | Ulrich Drepper | 2 | -104/+123 |
2005-07-20 | * include/stdio.h (__fxprintf): Remove wfmt argument. | Ulrich Drepper | 1 | -1/+1 |
2005-07-20 | * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs, | Ulrich Drepper | 1 | -8/+3 |
2005-04-27 | * elf/dl-close.c: Include stddef.h. | Ulrich Drepper | 3 | -10/+133 |
2005-03-20 | * malloc/malloc.c (public_cALLOc): We cannot skip the memory | Ulrich Drepper | 1 | -3/+3 |
2005-03-19 | [BZ #779] | Ulrich Drepper | 1 | -2/+13 |
2005-03-08 | * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call | Ulrich Drepper | 2 | -15/+56 |
2005-03-08 | (ptmalloc_init): Recognize MALLOC_PERTURB_ and call mallopt appropriately. | Ulrich Drepper | 1 | -2/+9 |
2005-03-01 | 2005-03-01 Alfred M. Szmidt <ams@gnu.org> | Roland McGrath | 1 | -3/+3 |
2005-02-22 | * malloc/Makefile (CFLAGS-mcheck-init.c): Add. | Ulrich Drepper | 1 | -0/+2 |
2005-02-21 | * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory | Ulrich Drepper | 1 | -3/+4 |
2005-01-12 | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 2 | -3/+3 |
2005-01-12 | Always include features.h. | Ulrich Drepper | 1 | -104/+28 |
2005-01-07 | Update. | Ulrich Drepper | 1 | -3/+5 |
2005-01-07 | Update. | Ulrich Drepper | 1 | -7/+10 |