summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2006-11-11when calculating envp, skip over the NULL between argv and envp.Dale Rahn
2006-11-11remove '#if 0' block.Dale Rahn
2006-11-11Working?Dale Rahn
2006-11-10dont want to know where this stack corruption is coming from.Dale Rahn
2006-11-10better...Dale Rahn
2006-11-10Getting much closer.Dale Rahn
2006-11-10`elminate' etc. is not really the right way to spell `eliminate'.Michael Knudsen
2006-11-10Not quite working ld.so support for shDale Rahn
2006-11-04remove misplaced -l stuff; henning needs more caffeine...Jason McIntyre
2006-11-03donot for tcpdump, use libpcap directly.Henning Brauer
2006-10-29use setresuid/gid and check for failure, ok bobHenning Brauer
2006-10-28Only mprotect pages during relocation if the library is marked TEXTRELDale Rahn
2006-10-26- sort optionsJason McIntyre
2006-10-25allow spamlogd to use an alternate pflog interfaceHenning Brauer
2006-10-23no need to use "keep state" and "flags S/SA" in pf rules,Jason McIntyre
2006-10-19no need to escape "'";Jason McIntyre
2006-10-18Avoid double fclose() of a file if we exceed retries. Coverity ID 2669.Todd C. Miller
2006-10-18you do not call fclose() on a file descriptor; ok cloderTheo de Raadt
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-10-17Make this easier for people who aren't aware of what shell they are running.Bob Beck
2006-09-29typo; from sthenJason McIntyre
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@Martin Reindl
2006-09-24Fill in the list of loaded segments for the main executable such that we canMark Kettenis
2006-09-22Remove lfs_cleanerd and mount_lfsPedro Martelletto
2006-09-20Recommit non-static array fix.Ray Lai
2006-08-23Support arm libraries with DT_TEXTREL, has no affect for other libraries.Dale Rahn
2006-08-19Don't shadow err(3).Ray Lai
2006-08-17Instead of doing all this pointer and buffer arithmetic, generate stringRay Lai
2006-08-17recv(2) returns a ssize_t, so match cc with it.Ray Lai
2006-08-15-r only applies to blacklists. ok beck@Kjell Wooding
2006-08-14Document debug mode. OK jmc@Todd C. Miller
2006-08-14Fix typo introduced in rev 1.16; fixes "login" authentication style.Todd C. Miller
2006-08-12spelling: elminateKevin Steves
2006-08-06Do not take shortcuts when the PLT size is 0; makes emacs work again on alpha.Mark Kettenis
2006-08-06Work around an issue found when working with gcc3 on alpha,Dale Rahn
2006-07-28Only stop processing prebind deletion if an actual error occurs.Dale Rahn
2006-07-28Make tftpd atoi() free.Marcus Glocker
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespaceTheo de Raadt
2006-07-26Mini KNF. No binary changes.Marcus Glocker
2006-07-26Fixing several timeout quirks at tftpd and tftp:Marcus Glocker
2006-07-21- fix protocol for write requests (put) which come with options.Marcus Glocker
2006-07-20no need for .Pp after sections;Jason McIntyre
2006-07-20Adjust BUGS section; we do support blocksize negotiation for tftpdMarcus Glocker
2006-07-20Add blksize option support for tftpd according to RFC 2348.Marcus Glocker
2006-07-14Fix some syslog(3) messages. Prototype usage() by __dead void.Marcus Glocker
2006-07-14knf. no binary change.Marcus Glocker
2006-07-08jmc and I both pronounce ldconfig as ell-dee-config, so it should beMichael Knudsen
2006-06-26build cleanly with -Wall -WerrorDale Rahn
2006-06-22These two env vars don't have a `=' in their name.Michael Knudsen
2006-06-21minimal KNF and spacingJasper Lievisse Adriaanse