summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2006-10-18do not name FILE * variables "fd" since it is confusingderaadt1-6/+6
2006-10-17Make this easier for people who aren't aware of what shell they are running.beck1-2/+2
2006-09-29typo; from sthenjmc1-2/+2
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@martin1-2/+2
2006-09-24Fill in the list of loaded segments for the main executable such that we cankettenis1-5/+23
2006-09-22Remove lfs_cleanerd and mount_lfspedro7-1742/+0
2006-09-20Recommit non-static array fix.ray1-2/+3
2006-08-23Support arm libraries with DT_TEXTREL, has no affect for other libraries.drahn1-12/+3
2006-08-19Don't shadow err(3).ray1-18/+17
2006-08-17Instead of doing all this pointer and buffer arithmetic, generate stringray1-7/+10
2006-08-17recv(2) returns a ssize_t, so match cc with it.ray1-10/+10
2006-08-15-r only applies to blacklists. ok beck@kjell1-2/+3
2006-08-14Document debug mode. OK jmc@millert1-1/+6
2006-08-14Fix typo introduced in rev 1.16; fixes "login" authentication style.millert1-2/+2
2006-08-12spelling: elminatestevesk1-2/+2
2006-08-06Do not take shortcuts when the PLT size is 0; makes emacs work again on alpha.kettenis1-2/+2
2006-08-06Work around an issue found when working with gcc3 on alpha,drahn1-4/+15
2006-07-28Only stop processing prebind deletion if an actual error occurs.drahn1-2/+3
2006-07-28Make tftpd atoi() free.mglocker1-7/+14
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespacederaadt1-2/+6
2006-07-26Mini KNF. No binary changes.mglocker1-4/+4
2006-07-26Fixing several timeout quirks at tftpd and tftp:mglocker1-22/+18
2006-07-21- fix protocol for write requests (put) which come with options.mglocker1-22/+28
2006-07-20no need for .Pp after sections;jmc1-3/+2
2006-07-20Adjust BUGS section; we do support blocksize negotiation for tftpdmglocker1-9/+2
2006-07-20Add blksize option support for tftpd according to RFC 2348.mglocker1-23/+57
2006-07-14Fix some syslog(3) messages. Prototype usage() by __dead void.mglocker1-12/+12
2006-07-14knf. no binary change.mglocker1-111/+109
2006-07-08jmc and I both pronounce ldconfig as ell-dee-config, so it should bemk1-2/+2
2006-06-26build cleanly with -Wall -Werrordrahn4-9/+25
2006-06-22These two env vars don't have a `=' in their name.mk1-3/+3
2006-06-21minimal KNF and spacingjasper1-7/+8
2006-06-19sort usage();jmc1-2/+2
2006-06-19tweak the -S stuff;jmc1-7/+9
2006-06-16From Markus Glockner <markus@nazgul.ch>, adds logging of refusalsbeck1-5/+12
2006-06-16Add comment warning not to rename _dl_bind, since gdb(1) knows about it.kettenis1-1/+2
2006-06-15When writing a TXTBUSY file, make certain to preserve all file metadata,drahn5-117/+296
2006-05-18spacingderaadt3-19/+19
2006-05-17prep prebind_newfile() for reuse by dale in prebind; ok drahnderaadt1-7/+6
2006-05-15add an -h option to override the hostname that is reported in thejcs2-4/+13
2006-05-14use __mips64__deraadt2-5/+5
2006-05-13some knf and delinting; ok drahnderaadt5-145/+44
2006-05-13spacingderaadt4-86/+85
2006-05-13delete case for ?; cdp_xe@gmx.netderaadt1-3/+2
2006-05-12do not call abort()deraadt1-9/+6
2006-05-12document new -P optionderaadt1-2/+6
2006-05-12move the prebind code into ldconfig as the -P option.deraadt13-180/+773
2006-05-12Commit the rest of the api change that started in prebind.drahn2-11/+11
2006-05-12fix 'merge mode'.drahn2-419/+23
2006-05-12Major code rewrite, now uses about 1/6th of the memory it used before.drahn3-1430/+1781