summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2004-08-30minimal documentation for LD_DEBUG.Marc Espie
2004-08-30Use CMSG_SPACE when allocating space for the control message.Todd C. Miller
2004-08-24synch with apropos, kill lines longer than 8192.Marc Espie
2004-08-17impliment QUIT, beck okHenning Brauer
2004-08-15Expire entries that exactly match the time now in addition to onesTodd C. Miller
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapDale Rahn
2004-08-13Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@Dale Rahn
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
2004-08-11revert, should not have gone inPer Fogelstrom
2004-08-11mips->mips64Per Fogelstrom
2004-08-11Rename confusing variable for readability's sake. No actual code changes.Todd C. Miller
2004-08-10Variable size arrays are not ANSI C. Replace by malloc/free.Otto Moerbeek
2004-08-09bang! no reloc.hPer Fogelstrom
2004-08-08spacingTheo de Raadt
2004-08-07.tbl is also a valid suffix.Marc Espie
2004-08-06not an error when merging in a directory without whatis.db.Marc Espie
2004-08-06creeping chdir. Not used at all these days, but would bug other clients,Marc Espie
2004-08-06Reorganize makewhatis in smaller modules.Marc Espie
2004-08-06update for mipsPer Fogelstrom
2004-08-06update for mipsPer Fogelstrom
2004-08-05Add support for passing an fd to the user's S/Key record back andTodd C. Miller
2004-07-14- new sentence, new lineJason McIntyre
2004-07-14sync usage() w/ SYNOPSIS;Jason McIntyre
2004-07-11addr -> address in usage() for consistency.Brad Smith
2004-07-06The 'reverse ftp-proxy' mode adds a command line option -R toDaniel Hartmeier
2004-07-06the whatis.db database is also used by whatis(1), so note that;Jason McIntyre
2004-07-05Fix an issue where a shared library could be loaded at two differentKjell Wooding
2004-07-04two missing freeaddrinfo() -- leak; andrushock@korovino.netTheo de Raadt
2004-07-04typo; andrushock@korovino.netTheo de Raadt
2004-06-29absolutely no need to include machine/endian.h after sys/types.h and sys/type...Michael Shalayeff
2004-06-21restrict address resolution to AF_INET for nowJun-ichiro itojun Hagino
2004-06-21use getaddr/nameinfo for address resolution. beck, henning okJun-ichiro itojun Hagino
2004-06-14Make _dl_malloc() deal with allocations > 4096 correctly. Also placeTodd C. Miller
2004-06-07use the func args and not the key material to init a new plabelMichael Shalayeff
2004-06-07fixup the dlsym() return to produce a callable address (plabel) and move one ...Michael Shalayeff
2004-06-07debugging notify that dlopen() has finished as it was said when it had starte...Michael Shalayeff
2004-06-07better debugging printfs for init/fini fixupsMichael Shalayeff
2004-06-02IPv6 support.Brad Smith
2004-06-01need to fixup for empty pltgot (weak regress is a test for it)Michael Shalayeff
2004-05-27fake plabel32 relocs for dyn.init/fini instead of an evil md macro hookMichael Shalayeff
2004-05-27accept login names over 8 chars; miod okTheo de Raadt
2004-05-26allow md makefile to supply LDADD; drahn@ okMichael Shalayeff
2004-05-26call ctors after debugging has been setup; drahn@ okMichael Shalayeff
2004-05-25spacesTheo de Raadt
2004-05-25md parts for hppaMichael Shalayeff
2004-05-25provide one version of _dl_bcopy instead of copy in every arch; drahn@ okMichael Shalayeff
2004-05-25use md hook for calling init/fini if defined; only say running ctors/dtors if...Michael Shalayeff
2004-05-25return object* the symbol is in for _dl_find_symbol*; drahn@ okMichael Shalayeff
2004-05-25spacingTheo de Raadt
2004-05-24doing ldd exit asap -- move all other tasks towards after it.Michael Shalayeff