]> git.ipfire.org Git - thirdparty/bird.git/history - lib/slab.c
Filter: Fix function comparison
[thirdparty/bird.git] / lib / slab.c
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2014-10-14  Ondrej ZajicekMerge remote-tracking branch 'origin/master' into soft-int
2014-06-30  Ondrej ZajicekFixes integer overflow in show memory command.
2012-01-02  Ondrej ZajicekFixes a tricky bug in route filtering.
2010-06-02  Ondrej ZajicekImplements command that shows memory usage.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-09-17  Ondrej ZajicekFixes headers for uintptr_t (and build on NetBSD).
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-06  Ondrej ZajicekMerge branch 'master' into dev
2009-07-06  Ondrej ZajicekFixes memory alignment problems on Sparc64.
2004-06-05  Martin MaresStaticized lots of local functions.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-05  Martin MaresDocumented memory resources.
2000-05-16  Martin MaresPoisoning: take there...
2000-05-16  Martin MaresOops, the poison was too deadly...
2000-05-16  Martin MaresAdded poisoning of free'd objects when we're debugging.
2000-05-08  Martin MaresImplemented debugging function rlookup() which you...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-05  Martin MaresImplemented real slab allocator. If you suspect it...
1998-05-24  Martin MaresStaticized some variables and functions.
1998-05-03  Martin MaresBIRD library: The story continues.