summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
2010-12-23Deduce raw device correctly by prepending "r" to basename.mlelstv
2010-12-19Sprinkle some KNF.skrll
2010-12-19Remove unnecessary #ifdef RTLD_DEBUGskrll
2010-12-17Remove superfluous Pp.wiz
2010-12-17Remove implementation detail.skrll
2010-12-16Replace use of errlist with a single concatenated version and an offsetjoerg
2010-12-16Don't use normal environment handling functions from libc, but iteratejoerg
2010-12-16s/rdbg/dbg/ in a few places.skrll
2010-12-16Remove incorrect comment.skrll
2010-12-16Note that $ORIGIN kernel support (in kern/kern_exec.c) is currently disabled.wiz
2010-12-14When invoking a content handler specified via -C, set the REDIRECT_STATUStls
2010-12-05Build ld.elf_so with -fvisibility=hidden. Exploit this for i386/x86_64joerg
2010-12-03ANSIfyjoerg
2010-12-03Add comment about the unusual stack alignment in .rtld_bind_start.joerg
2010-11-14Don't use internal libc function __findenv().tron
2010-10-29PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12"christos
2010-10-16Add cast so that usr.bin/ldd/elf32 builds.skrll
2010-10-16Implement dl_iterate_phdr.skrll
2010-10-15Revert previous for now. It's part of a larger commit which will arriveskrll
2010-10-15Be more tolerant to the location of PT_PHDR in the segment list.skrll
2010-10-10restore binary compatibility for pre-2.0 binaries, requested by skrll and core.christos
2010-09-30Oops. Remove trailing whitespace in previous.skrll
2010-09-30Improve debug output.skrll
2010-09-30Add the magic branch instruction that is used by GCC'sskrll
2010-09-30Introduce a new type Elf_Symindx for use in decoding the symbol hash tableskrll
2010-09-24Make the GOT1_MASK 64-bit clean.matt
2010-09-24Comment reformat.skrll
2010-09-24Wrap long line.skrll
2010-09-24Whitespace.skrll
2010-09-24Wrap long linesskrll
2010-09-23Avoid casting from d_val to plttype of different signedness.joerg
2010-09-21Fix typo.wiz
2010-09-20merge bozohttpd 20100920mrg
2010-09-20initial import of bozohttpd 20100920. the only change missing in here is:mrg
2010-09-20fix an error in the previous.mrg
2010-09-20fix a serious error in virtual hosting support, noticed by seanb@netbsd,mrg
2010-09-11Wrap long line.skrll
2010-09-09fix another compile error if NO_DAEMON_MODE is defined. also from rudolf.mrg
2010-09-08fix a compile error if NO_DIRINDEX_SUPPORT is defined. from rudolf.mrg
2010-08-16Don't exit when running as a lib after FS is unmounted, just returnpooka
2010-08-16...and free() memory malloc()ed by scandir so we don't leak.dogcow
2010-08-16readdir -> scandir and requisite changes, so that bozohttpd now sortsdogcow
2010-08-07Stricter matching for _rtld_invalid_paths by ensuring separator.joerg
2010-08-06Reduce header pollution for mdreloc.c. Make Obj_Entry argument ofjoerg
2010-07-29Do the semaphore trick only if the cleaner is run as a lib -- thepooka
2010-07-29Add a method for posting a semaphore when cleaner init has reachedpooka
2010-07-28always add to SRCSpooka
2010-07-11make sure to look in CFLAGS, COPTS and CPPFLAGS for abi options.mrg
2010-07-11avoid an unused variable warning(error) for MKCRYPTO=no builds.mrg