Age | Commit message (Expand) | Author |
2003-02-06 | use common elf.sc instead of own hppaobsd.sc, catch up w/ dale's elf work for... | Michael Shalayeff |
2003-02-02 | pass BSDSRCDIR in environment to submakes. | Marc Espie |
2003-02-02 | I've been guaranteed that guaranteed is better than guarenteed. | Miod Vallat |
2003-01-30 | Again this comment was not updated. now we have 7 load sections. | Dale Rahn |
2003-01-30 | ELF security enhancement: put .rodata into it's own load section instead | Dale Rahn |
2003-01-24 | This is a project to modify executables so that they do not have any | Dale Rahn |
2003-01-23 | Add a "DisableXProg" option to CVSROOT/config that can be used to | Todd C. Miller |
2003-01-20 | In dirswitch(), don't free dir_name until right before allocating | Todd C. Miller |
2003-01-20 | No more libc_r and don't link explicitly with -lpthread Not having | Todd C. Miller |
2003-01-19 | give a second chance for loading dependent modules: | Marc Espie |
2003-01-19 | revamp .init call code to be saner: | Marc Espie |
2003-01-19 | In error message from dependent libraries, mention which dependent library | Marc Espie |
2003-01-17 | Update comment for linker change which just committed. | Dale Rahn |
2003-01-17 | This is a project to modify executables so that they do not have any | Dale Rahn |
2003-01-13 | Add a compatibilty flag '-Z' for upcoming elf changes, does nothing currently | Dale Rahn |
2003-01-06 | syncronous -> synchronous | Miod Vallat |
2003-01-06 | typo: s/specifed/specified | Chad Loder |
2003-01-05 | fix for PR3053 - NULL deref when fd == NULL in first dlsym() arg | Peter Valchev |
2003-01-04 | spelling | Theo de Raadt |
2003-01-04 | Remove the support to force linking against a specific shlib major.minor. | Dale Rahn |
2003-01-03 | fix typo; jmc | Todd C. Miller |
2002-12-31 | Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT pl | Todd C. Miller |
2002-12-23 | Bug Fix | margarida |
2002-12-19 | Add a second keep-locals entry to stop getopt from treating -k as an | Federico G. Schwindt |
2002-12-19 | build LYMainLoop.o -O0 as a workaround for gcc on hppa | Michael Shalayeff |
2002-12-13 | Reverse the order of a test in the loop invariant. It makes more | Todd C. Miller |
2002-12-13 | Two more places where we can use the libc getopt_long() instead of GNU getopt() | Todd C. Miller |
2002-12-12 | don't link LIBCRT0 into ld.so (for DESTDIR builds); PR2928; ok fgsch@, millert@ | Markus Friedl |
2002-12-11 | o Check mmap() return value against MAP_FAILED, not -1. | Todd C. Miller |
2002-12-11 | Remove bc/libmath.h from CLEANFILES since we don't generate it at build | Todd C. Miller |
2002-12-10 | No need to disable stack protection on alpha anymore. | Miod Vallat |
2002-12-09 | We now have getopt_long() in libc, no need to build a private copy. | Todd C. Miller |
2002-12-09 | We now have getopt_long() in libc, no need to build a private copy. | Todd C. Miller |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-08 | correct lcall opcode. fix provided by Hans-Joerg Hoexer | Federico G. Schwindt |
2002-12-08 | getopt returns -1, not EOF | Todd C. Miller |
2002-12-03 | bc can now use the libc getopt | Todd C. Miller |
2002-12-03 | Don't generate libmath.h in the obj dir each time we build since it | Todd C. Miller |
2002-12-03 | Temporarily disable stack protection on alpha, it breaks fbc if compiled | Miod Vallat |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt |
2002-12-02 | xstrdup the return value of basename() before recording it in the bfd, | Peter Valchev |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-29 | do not redefine NULL | Theo de Raadt |
2002-11-27 | Kill some alloca. Reduces temp allocation for big static libraries drastically, | Marc Espie |
2002-11-25 | Fix URL CRLF Injection bug. | margarida |
2002-11-18 | More printf format paranoia; noticed by David Krause | Todd C. Miller |
2002-11-06 | Fix obnoxious makeinfo warnings during build. | Miod Vallat |
2002-11-05 | -bytes_in/_out and total_in/_out are off_t, not long. fixes a few displaying | Henning Brauer |
2002-11-04 | Put back the bits disabling setre[ug]id(). Perl will use setres[ug]id | Todd C. Miller |