scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit a602405535efb9cb9dc065e851c67f1d00cfc8ea
parent 2523880dc2e339eef0e00e76848721f4b2d27812
Author: sin <sin@2f30.org>
Date:   Fri,  2 Aug 2013 10:24:06 +0100

Add usage

Diffstat:
Mrandom/rballoc.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/random/rballoc.c b/random/rballoc.c @@ -1,4 +1,5 @@ /* Compile with gcc -shared -fPIC -o rballoc.so rballoc.c */ +/* LD_PRELOAD=./rballoc.so <prog> */ #include <sys/mman.h> #include <unistd.h> #include <stdio.h>