Martin Mares
|
c976342828
|
Implemented debugging function rlookup() which you can call from gdb
to see what resource does the address given as a parameter belong to.
|
2000-05-08 22:33:38 +00:00 |
|
Martin Mares
|
221135d6bf
|
Include "lib/string.h" instead of <string.h>. It should give us bzero()
and other non-portable functions on all systems.
|
2000-03-31 23:30:21 +00:00 |
|
Martin Mares
|
3549667925
|
Implemented real slab allocator. If you suspect it from being buggy,
just #define FAKE_SLAB at the top of lib/slab.c to bypass it.
|
2000-03-05 22:48:30 +00:00 |
|
Martin Mares
|
d4bc8dc000
|
Staticized some variables and functions.
|
1998-05-24 14:46:20 +00:00 |
|
Martin Mares
|
18c8241a91
|
BIRD library: The story continues.
Complete resource manages and IP address handling.
|
1998-05-03 16:43:39 +00:00 |
|