summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2004-09-18ARGSUSED on signal handlersderaadt1-2/+4
2004-09-16more signal flag races; ok miod@otto2-6/+6
2004-09-16i hate macros with 50 , :? and ())()()((()())); otto okderaadt5-61/+47
2004-09-16clean C for a changederaadt1-19/+14
2004-09-16remove unused variablesderaadt1-4/+3
2004-09-16more unsigned charderaadt1-4/+4
2004-09-15ARGSUSED signal handlerderaadt3-6/+9
2004-09-15ARGSUSED before signal handler with unused signoderaadt1-1/+2
2004-09-14remove unused variables galorederaadt2-10/+7
2004-09-14ARGSUSED before signal handler with unused signoderaadt1-2/+3
2004-09-14ARGSUSED before signal handler with unused signoderaadt2-3/+6
2004-09-11Verify packets from the server were md5'd with the same sharedmillert1-4/+16
2004-09-09ABI64 shared libs now handled.pefo4-188/+214
2004-09-08after openpty() do not close() slave and reopen it. that is just crazyderaadt1-1/+8
2004-08-30minimal documentation for LD_DEBUG.espie1-1/+5
2004-08-30Use CMSG_SPACE when allocating space for the control message.millert1-6/+6
2004-08-24synch with apropos, kill lines longer than 8192.espie1-1/+4
2004-08-17impliment QUIT, beck okhenning1-1/+11
2004-08-15Expire entries that exactly match the time now in addition to onesmillert1-2/+2
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapdrahn1-11/+14
2004-08-13Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@drahn1-2/+2
2004-08-11add dladdr() support and add some 'standard' dlsym() support.drahn2-10/+161
2004-08-11revert, should not have gone inpefo1-3/+1
2004-08-11mips->mips64pefo6-6/+8
2004-08-11Rename confusing variable for readability's sake. No actual code changes.millert1-3/+3
2004-08-10Variable size arrays are not ANSI C. Replace by malloc/free.otto1-2/+8
2004-08-09bang! no reloc.hpefo1-2/+1
2004-08-08spacingderaadt8-37/+37
2004-08-07.tbl is also a valid suffix.espie1-2/+2
2004-08-06not an error when merging in a directory without whatis.db.espie1-7/+7
2004-08-06creeping chdir. Not used at all these days, but would bug other clients,espie1-5/+1
2004-08-06Reorganize makewhatis in smaller modules.espie9-637/+831
2004-08-06update for mipspefo2-15/+77
2004-08-05Add support for passing an fd to the user's S/Key record back andmillert2-118/+150
2004-07-14- new sentence, new linejmc1-14/+18
2004-07-14sync usage() w/ SYNOPSIS;jmc1-2/+2
2004-07-11addr -> address in usage() for consistency.brad1-2/+2
2004-07-06The 'reverse ftp-proxy' mode adds a command line option -R todhartmei4-15/+80
2004-07-06the whatis.db database is also used by whatis(1), so note that;jmc1-4/+7
2004-07-05Fix an issue where a shared library could be loaded at two differentkjell4-6/+49
2004-07-04two missing freeaddrinfo() -- leak; andrushock@korovino.netderaadt1-3/+7
2004-07-04typo; andrushock@korovino.netderaadt1-2/+2
2004-06-29absolutely no need to include machine/endian.h after sys/types.h and sys/types.h after sys/param.hmickey2-5/+2
2004-06-21restrict address resolution to AF_INET for nowitojun1-1/+3
2004-06-21use getaddr/nameinfo for address resolution. beck, henning okitojun2-19/+36
2004-06-14Make _dl_malloc() deal with allocations > 4096 correctly. Also placemillert1-14/+20
2004-06-07use the func args and not the key material to init a new plabelmickey1-3/+3
2004-06-07fixup the dlsym() return to produce a callable address (plabel) and move one comment closer to the code it talks about earlier; drahn@ okmickey2-5/+12
2004-06-07debugging notify that dlopen() has finished as it was said when it had started; drahn@ okmickey1-1/+4
2004-06-07better debugging printfs for init/fini fixupsmickey1-5/+7