summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2004-02-11some sections came out wrong (no space) in SDL.Marc Espie
2004-02-11more accurate .so test.Marc Espie
2004-02-10misleading regexp -> patternMarc Espie
2004-02-10harder check in picky mode: find the page AND verify it is the same.Marc Espie
2004-02-10Make this work. will figure out what this should be later.Dale Rahn
2004-02-10Fix/enable lazy binding on amd64 ld.soDale Rahn
2004-02-10Disable lazy binding for now.Dale Rahn
2004-02-10sync with reloc.h change.Dale Rahn
2004-02-10AMD64 dynamic linker. initial work by mickey finished up by myself.Dale Rahn
2004-02-10Check for RTLD_TEXT_PLT define instead of an architecture specific check.Dale Rahn
2004-02-09Enable lazy binding on arm:Dale Rahn
2004-02-09Use macros to reduce the amount of hand written asm. inspired by future amd64Dale Rahn
2004-02-09Disable lazy binding until that feature is fixed.Dale Rahn
2004-02-07Dynamic linker support for arm. non-lazy binding works.Dale Rahn
2004-01-29spamd-setup(8) does not take a file arg;Jason McIntyre
2004-01-27TSIZE & TIMEOUT support; from freebsd via tholoTheo de Raadt
2004-01-22Add a -a address option to set the address which the proxy will useBob Beck
2004-01-21clean from jmcTheo de Raadt
2004-01-21New spamd configuration method. Many people have trouble with the spamTheo de Raadt
2004-01-21cleanupTheo de Raadt
2004-01-21the example should use 'rdr pass' so that you do not have to open 8025 toTheo de Raadt
2004-01-12make DESCRIPTION not conflict with the options;Jason McIntyre
2004-01-12GCC3 compatible asm code. tested on gcc2 myself. ok brad@Dale Rahn
2004-01-10the sparcv9 ABI requires registers %g2, %g3 to be first announced beforePeter Valchev
2004-01-07Inline the cleanup() routine since it is no longer a signal handlerTodd C. Miller
2004-01-05include path fixes for gcc3.Marc Espie
2004-01-04spacesTheo de Raadt
2003-12-22use socklen_t; andrushock@korovino.netTheo de Raadt
2003-12-12knfTheo de Raadt
2003-12-12term 3 cleanup, ok from brezakTheo de Raadt
2003-12-10spacingTheo de Raadt
2003-12-09knfTheo de Raadt
2003-12-09preventative measure against format string problem; from art, viaTheo de Raadt
2003-12-09fix PR 3596 by making root create the socket, ok millert@Bob Beck
2003-12-03Move the asm definition of _dl__syscall from a header file into a .c fileDale Rahn
2003-11-21oops, it wasn't that diff that tedu@ ok'd - revert for nowDamien Miller
2003-11-21add output file and path stripping options useful for pre-generatingDamien Miller
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-11-20ftpd.8:Jason McIntyre
2003-11-12Don't hold on to the bind() while we loop around waiting to see if we canTodd C. Miller
2003-11-11Better fix to the library name parsing. now correctly handlesDale Rahn
2003-11-09add missing -v to getoptDaniel Hartmeier
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08add -v and -w window to usage();Jason McIntyre
2003-11-02some corrections from wiz@netbsd;Jason McIntyre
2003-10-26Work around a problem with shared libraries named as libX-A.B.so.X.Y.Dale Rahn
2003-10-23- add -v to SYNOPSISJason McIntyre
2003-10-22make logging less verbose by default - default logs connect, disconnectBob Beck
2003-10-20document shlib_dirs; from Han Boetes (different diff used, though);Jason McIntyre
2003-10-17double `the the';Jason McIntyre