summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2013-08-03Fix DEBUG build.skrll
2013-07-31fstat returns -1 on error (Maxime Villard)christos
2013-07-20Use Mt for email addresses.wiz
2013-07-18Support MACHINE_ARCH of coldfirematt
2013-07-18Use new macros from <machine/asm.h> to be more portablematt
2013-07-18Use ${MACHINE_CPU} for m68kmatt
2013-07-11add a target to export a bozohttpd distfile.mrg
2013-07-11merge parts of the release Makefile back in; unused by the netbsd build.mrg
2013-07-11prepare for netbsd to be mastersrc for bozohttpd.mrg
2013-07-11netbsd.org -> NetBSD.org and use my @NetBSD.org address as well.wiz
2013-07-11copyright maint.mrg
2013-07-11- update CHANGES with recent changesmrg
2013-07-10Simplify ELFSIZE by using _MIPS_SZPTRmatt
2013-07-09Fix sendmail section (8 -> 1) in xrefs.njoly
2013-07-04Simplify error handling and make it actually return a useable error code.christos
2013-07-03Check snprintf for -1 (Maxime Villard)christos
2013-07-03remove unneeded initialization.christos
2013-07-03check that stat succeeded before testing the guts of struct statchristos
2013-06-28Prevent buffer overflows; reported by Maxime Villardchristos
2013-06-28fix wrong variable check, remove castschristos
2013-06-28Fix violations of the sequence point rule.joerg
2013-06-27Check for needed authentication even before redirecting.martin
2013-06-27Fix debug output for redirectsmartin
2013-06-27Fix copy&pasto in debug outputmartin
2013-06-27After handling a request by sending a redirect, do not proceed with the normalmartin
2013-06-27Redo previous (fixing a memory leak introduced), and while there reworkmartin
2013-06-24skip text that is in the cvs log (joerg)christos
2013-06-24PR/47958: Robert Kovacic: makewhatis.c not generating entries in whatisdbchristos
2013-06-23Do not keep pointers into a readdir result (which will become invalidmartin
2013-06-18Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.christos
2013-06-08Missed one of the -I${NETBSDSRCDIR}/sys hacks yesterday; remove it now.dholland
2013-06-08Redo these changes properly:dholland
2013-06-08Tidy up the LFS userland build hacks.dholland
2013-06-08Move the dinode (on-disk inode) structures to lfs.h, since they aredholland
2013-06-06Cleanups and hacks to make lfs userland stuff build:dholland
2013-06-06ufs -> ulfs for lfs_cleanerddholland
2013-05-29- Add the actual binary to `FILES' section;wiz
2013-05-09Remove redundant assignment. Hasn't been needed since 1999.skrll
2013-05-09remove stray debuggingchristos
2013-05-09convert to SIMPLEQ like the rest of the queues.christos
2013-05-09Fix refcount of the object we found in our list by name.christos
2013-05-09Fix debug symlinkskrll
2013-05-08provide debug symlink.christos
2013-05-08need xfree() instead of free(). Using free() ends us up in an infinite loop.christos
2013-05-07we don't need the versioning stuff for lddchristos
2013-05-06don't overwrite COPTSchristos
2013-05-06Fixed handling of DT_SONAME:christos
2013-05-06Trailing whitespaceskrll
2013-05-06Disalble a debug only where it causes problems.skrll
2013-05-06Add some DEBUG code.skrll