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