summaryrefslogtreecommitdiff
path: root/lib/resource.c
AgeCommit message (Expand)Author
2022-09-18Memory pages allocator is now a global simple lockless structureMaria Matejka
2022-08-02Introducing basic RCU primitives for lock-less shared data structuresMaria Matejka
2022-07-18Merge commit '94eb0858' into thread-nextMaria Matejka
2022-05-04Explicit definition structures of route attributesMaria Matejka
2022-03-15Printf variant with a result allocated inside a pool / linpoolMaria Matejka
2022-03-09Single-threaded version of sark-branch memory page managementMaria Matejka
2022-03-02Introducing an universal temporary linpool flushed after every taskMaria Matejka
2021-11-27Memory statistics split into Effective and OverheadMaria Matejka
2021-10-13Multipage allocationMaria Matejka
2021-09-10Bound allocated pages to resource pools with page caches to avoid unnecessary...Maria Matejka
2021-03-30Resources: added mb_move() to complement rmove() for memory blocksMaria Matejka
2020-05-01Lists: Replaced replace_node() by update_node() which is the only use of that...Maria Matejka
2020-05-01Uninitialized list nodes fixesMaria Matejka
2016-12-07RPKI protocol with one cache server per protocolPavel TvrdĂ­k
2016-03-23Birdlib: Do cleanups after remove/freeOndrej Zajicek (work)
2014-02-06Many changes in I/O and OSPF sockets and packet handling.Ondrej Zajicek
2013-09-16BFD work in progress.Ondrej Zajicek
2013-09-10Initial BFD commit, work in progress.Ondrej Zajicek
2012-04-22Small typo in programmer's documentation.Ondrej Filip
2010-06-02Implements command that shows memory usage.Ondrej Zajicek
2009-09-17Fixes headers for uintptr_t (and build on NetBSD).Ondrej Zajicek
2009-09-04Clear memory allocated by ralloc().Ondrej Zajicek
2009-07-06Fixes memory alignment problems on Sparc64.Ondrej Zajicek
2009-06-10Changes OSPF to generate stub networks for non-primary addresses.Ondrej Zajicek
2008-12-25fixes some 64-bit related bugs.Ondrej Zajicek
2004-06-05One more in the library.Martin Mares
2004-05-31Added rmove() (by Andreas, tweaked by me).Martin Mares
2000-06-05Documented memory resources.Martin Mares
2000-05-08Implemented debugging function rlookup() which you can call from gdbMartin Mares
2000-03-31Use bsprintf() instead of sprintf().Martin Mares
2000-03-31Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
1999-03-29Clarify resource dumps and include them in the main debugging dump.Martin Mares
1999-03-04Use dmalloc instead of EFence when available (dmalloc has lot of improvementsMartin Mares
1998-05-26Resource pools are now named.Martin Mares
1998-05-24Staticized some variables and functions.Martin Mares
1998-05-03BIRD library: The story continues.Martin Mares