| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-05 | Merge remote-tracking branch 'origin/release/2.14/master' into ↵ | Andreas Schwab | 1 | -1/+1 | |
| fedora/2.14/master | |||||
| 2011-06-30 | Fix quoting in some installed shell scripts | Ulrich Drepper | 1 | -1/+1 | |
| (cherry picked from commit 5c0b8d9013560bb24805844d31a7fb3959ee1e8d) | |||||
| 2011-05-31 | Merge commit 'glibc-2.14' into fedora/master | Andreas Schwab | 2 | -40/+55 | |
| 2011-05-29 | Mark malloc hook variables as deprecated | Ulrich Drepper | 1 | -6/+14 | |
| 2011-05-29 | Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added | Ulrich Drepper | 1 | -1/+1 | |
| 2011-05-29 | Missed one malloc hook variable | Ulrich Drepper | 1 | -1/+1 | |
| 2011-05-29 | Declare malloc hook variables as volatile. | Ulrich Drepper | 1 | -38/+45 | |
| 2011-05-28 | Unify messages | Ulrich Drepper | 1 | -2/+2 | |
| Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators. | |||||
| 2011-05-17 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -40/+43 | |
| 2011-05-16 | Avoid potential deadlock in mtrace | Ulrich Drepper | 1 | -23/+41 | |
| The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early. | |||||
| 2011-05-16 | Remove USE_MTRACE_FILE support from mtrace | Ulrich Drepper | 1 | -17/+2 | |
| 2011-05-04 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -2/+2 | |
| 2011-04-22 | Remove doubled words. | Jim Meyering | 1 | -2/+2 | |
| 2011-01-18 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 3 | -5/+5 | |
| 2011-01-17 | Update copyright year. | Ulrich Drepper | 2 | -4/+4 | |
| 2010-12-25 | Use fastbin macro everywhere. | Ulrich Drepper | 1 | -1/+1 | |
| 2010-11-12 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -2/+2 | |
| 2010-10-24 | Fix perturbing in malloc on free. | Ulrich Drepper | 1 | -2/+2 | |
| 2010-10-04 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -1/+21 | |
| 2010-10-03 | Handle large requests. | Ulrich Drepper | 1 | -1/+21 | |
| 2010-08-23 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 2 | -6/+6 | |
| 2010-08-16 | Replace divide and multiply with mask in sYSTRIm | Anton Blanchard | 2 | -6/+6 | |
| 2010-05-19 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -6/+9 | |
| 2010-05-06 | Fix race in free sanity check. | Ulrich Drepper | 1 | -6/+9 | |
| 2010-04-14 | Remove unintended change. | Ulrich Drepper | 1 | -4/+0 | |
| 2010-04-14 | Optimie x86-64 SSE4 memcmp for unaligned data. | H.J. Lu | 1 | -0/+4 | |
| 2010-04-12 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+1 | |
| 2010-04-08 | Fix possibly uninitilized variable handling. | Ulrich Drepper | 1 | -0/+1 | |
| If malloc errors are ignored (which say aren't by default and never should be) malloc in the old, slow form might use an uninitialized variable. | |||||
| 2010-04-06 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 3 | -11/+24 | |
| 2010-04-03 | One more sanity check in free. | Ulrich Drepper | 1 | -1/+14 | |
| 2010-04-03 | Fix set_max_fast in malloc. | Ulrich Drepper | 1 | -1/+2 | |
| 2010-03-26 | Remove stale reference to website | Ulrich Drepper | 1 | -2/+1 | |
| 2010-03-26 | Remove unwanted malloc changes, again. | Ulrich Drepper | 2 | -20/+1 | |
| 2010-03-25 | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | 2 | -1/+20 | |
| Conflicts: ChangeLog | |||||
| 2010-03-15 | Update copyright year. | Ulrich Drepper | 2 | -7/+7 | |
| 2010-03-09 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -7/+9 | |
| 2010-02-24 | Fix typos I added in malloc.c | Ulrich Drepper | 1 | -2/+2 | |
| 2010-02-24 | Fix assertion in palloc and pvalloc as well. | Petr Baudis | 1 | -7/+9 | |
| 2010-02-10 | Undo unintended maloc change. | Ulrich Drepper | 1 | -15/+2 | |
| 2010-02-09 | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 1 | -2/+15 | |
| 2010-01-15 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -17/+24 | |
| 2010-01-14 | Fix malloc_info without prioor allocations. | Ulrich Drepper | 1 | -17/+24 | |
| 2009-11-12 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 2 | -18/+21 | |
| 2009-11-06 | Fix spelling in memusagestat.c | Holger Hans Peter Freyther | 1 | -1/+1 | |
| 2009-11-01 | Restore locking in free_check. | Ulrich Drepper | 1 | -17/+20 | |
| This code is only used when MALLOC_CHECK_ is used. Then some bogus crashes and/or assert could result from the locking changes. The code ain't fast. | |||||
| 2009-10-30 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 3 | -19/+26 | |
| 2009-10-29 | Fix typos in format strings of malloc_info. | John Sullivan | 1 | -2/+2 | |
| 2009-10-29 | Fix repairing of memusage trace files. | Ulrich Drepper | 1 | -13/+19 | |
| 2009-10-29 | Fix wrap-around in memusage. | Andreas Schwab | 1 | -4/+5 | |
| 2009-09-01 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | 1 | -439/+461 | |
