summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2010-06-22Fix typo, remove trailing whitespace.wiz
2010-06-22merge bozohttpd 20100621mrg
2010-06-17merge bozohttpd 20100617.mrg
2010-05-29Remove zombie file.dholland
2010-05-29Remove useless cast, probably motivated by an older and stupider lint.dholland
2010-05-29Update outdated comment (and docs) about which header lines are printed.dholland
2010-05-29Don't launder constdholland
2010-05-15merge bozohttpd 20100512mrg
2010-05-10merge 20100510 properlymrg
2010-05-10merge bozohttpd 20100510.mrg
2010-05-10merge bozohttpd 20100509.mrg
2010-05-10import bozohttpd 20100509. it has these changes:mrg
2010-04-29Wording.wiz
2010-04-29Rename -w to -c by popular demandhubertf
2010-04-29Sort options in SYNOPSIS; improve wording.wiz
2010-04-28tftpd(8): Add -w so files can be uploaded without requiring themhubertf
2010-04-05Use fast_remainder32 for the ELF hash. For the hot cache case, thisjoerg
2010-03-22Use .In instead of .Aq Pa for header files.joerg
2010-03-21Update version to 20100320 for Christos' commit to popen.c 1.37 for:lukem
2010-03-20PR/43023: Bruce Cran: FTPD bug remote crashchristos
2010-03-20Only apply -Wno-stack-protector where alloca is used.skrll
2010-03-19Use the gcc directive to disable SSP warnings.roy
2010-03-18Use alloca(3) instead of local xmalloc for creating our DoneLists.roy
2010-02-27Implement negative cache checks for symbol lookups.roy
2010-02-16Read the padded superblocks to avoid problems with disks that havemlelstv
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-17Restore backwards compatibility for binaries referencing the mainskrll
2010-01-16Remove cargo cult dlinfo entry point.skrll
2010-01-15Put the dlopen,and friends entry points back.skrll
2010-01-14Remove the entry points for dlopen() and friends. They haven't been usedskrll
2010-01-14Make DEBUG build compile.skrll
2010-01-14Wrap a few long lines.skrll
2010-01-14Shut gcc up.skrll
2010-01-13Shut gcc up.skrll
2010-01-13PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbolschristos
2010-01-10Reset the COMBRELOC cache Obj_Entry if it was freed.skrll
2010-01-10Fixup comment.skrll
2010-01-09Small tidyup.skrll
2010-01-09fix buildmbalmer