| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-05-12 | one less Ar; |  jmc | 1 | -2/+2 |
| 2006-05-11 | use CFLAGS with -I to reach for prebind.h |  deraadt | 2 | -4/+4 |
| 2006-05-11 | move prebind_strip(8) into ldconfig as the -D option; ok drahn |  deraadt | 8 | -304/+272 |
| 2006-05-11 | move the DESIGN section into the main body of the text, plus tweaks; |  jmc | 1 | -11/+13 |
| 2006-05-11 | fix some type definitions |  dhill | 1 | -10/+13 |
| 2006-05-10 | fix a bunch of missing [mc]alloc failure checks by using xcalloc/xmalloc, |  drahn | 2 | -50/+69 |
| 2006-05-10 | pretty this up; ok drahn |  deraadt | 3 | -104/+82 |
| 2006-05-08 | prettier |  deraadt | 2 | -14/+18 |
| 2006-05-08 | more spacing |  deraadt | 8 | -30/+31 |
| 2006-05-08 | de-space |  deraadt | 11 | -62/+61 |
| 2006-05-07 | Initialize oprebind_data so that unintialized memory is not referenced. |  drahn | 1 | -1/+2 |
| 2006-05-06 | While os-note-elf.h uses '.long' on the openbsd note section, they |  drahn | 1 | -7/+7 |
| 2006-05-06 | If there is a conflict between two symbols, and one of the symbols is a |  drahn | 1 | -10/+22 |
| 2006-05-06 | Do not write the same data to a library that is already there when |  drahn | 1 | -5/+7 |
| 2006-05-06 | improve wording somewhat. |  drahn | 1 | -3/+15 |
| 2006-05-05 | sigh, build on non gcc3 systems. |  drahn | 1 | -5/+9 |
| 2006-05-05 | Prebind should not force lazy binding to be turned off during dlopen() |  drahn | 1 | -1/+4 |
| 2006-05-05 | various fixes up; some from michael knudsen, some from myself |  jmc | 3 | -36/+45 |
| 2006-05-05 | Ignore binaries which are not OpenBSD binaries (.note section), some cleanup |  drahn | 1 | -28/+64 |
| 2006-05-05 | Make certain that it doesn't try to load prelink info once the primary link |  drahn | 1 | -1/+2 |
| 2006-05-05 | Add -o <output> mode in addition to strip in place, '-' is stdout. |  drahn | 1 | -19/+121 |
| 2006-05-04 | Work around a problem on sparc32 (for now), some debug cleanup. |  drahn | 1 | -7/+16 |
| 2006-05-04 | When copying a prog reference from a lib do not put it in the common table |  drahn | 1 | -42/+43 |
| 2006-05-04 | Add missing copyright on header file, OpenBSD -> .Ox in manpages, thanks Dries. |  drahn | 3 | -4/+23 |
| 2006-05-04 | Avoid a couple of potential crashes if the input data isn't right. ok beck@ |  drahn | 1 | -1/+7 |
| 2006-05-04 | Fix wordo, pointed out by jmc@ |  drahn | 1 | -4/+3 |
| 2006-05-04 | Dont build/install prebind tools just yet. |  drahn | 1 | -2/+2 |
| 2006-05-03 | Using mmap for these is going to be trickier than I thought, go ahead |  drahn | 1 | -2/+33 |
| 2006-05-03 | several fixes dealing with determining if a program or library is being |  drahn | 3 | -35/+51 |
| 2006-05-03 | goodbye noisy debug. |  drahn | 1 | -3/+1 |
| 2006-05-03 | checks that libraries are libaries and programs are programs. (needs cleanup) |  drahn | 1 | -4/+7 |
| 2006-05-03 | When loading 'binaries' ignore libraries. |  drahn | 1 | -1/+5 |
| 2006-05-03 | prebind - how to prelink a binary without throwing security out the window |  drahn | 37 | -32/+4172 |
| 2006-05-03 | Extra paranoid, do not allow the dynamic linker to have unresolved references |  drahn | 1 | -2/+2 |
| 2006-05-03 | Keep the state of the debugger constistant, let it know a the dynamic |  drahn | 1 | -6/+12 |
| 2006-05-03 | Rewrite the ld.so syscall stubs as macros. no binary change. |  drahn | 1 | -139/+32 |
| 2006-04-25 | kill setjmp() and alarm() methods, which are almost always inverted signal |  deraadt | 1 | -120/+172 |
| 2006-04-21 | lint cleanup; ok ray moritz dhill |  deraadt | 4 | -109/+88 |
| 2006-04-17 | spaces. |  deraadt | 1 | -8/+8 |
| 2006-04-11 | Plug memory leaks. |  ray | 1 | -11/+15 |
| 2006-04-10 | incorrect freeaddrinfo() call on failure; mike.pechkin, otto ok |  deraadt | 1 | -2/+1 |
| 2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks |  djm | 1 | -4/+3 |
| 2006-04-02 | some extern and goo |  deraadt | 1 | -2/+4 |
| 2006-04-02 | #ifdef lint not LINT |  deraadt | 3 | -9/+9 |
| 2006-04-02 | a FALLTHROUGH and one size_t cast |  deraadt | 1 | -2/+3 |
| 2006-04-02 | use SEEK_* for lseek() |  deraadt | 1 | -3/+3 |
| 2006-04-01 | minor lint cleaning; ok millert |  deraadt | 3 | -13/+15 |
| 2006-03-31 | ARGSUSED for signal handlers |  deraadt | 1 | -2/+3 |
| 2006-03-26 | Remove an extraneous prototype |  kjell | 1 | -2/+1 |
| 2006-03-26 | More KNF. Prodding from ray@ |  kjell | 1 | -76/+76 |