summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2006-01-11Add some comments.uwe
2006-01-11Kill trailing whitespace.uwe
2006-01-11_GLOBAL_OFFSET_TABLE_ is only used if RTLD_DEBUG, so wrap itsuwe
2005-12-28PR/25605: Frank Kardel: getty leaves ttymodes at read login state whenchristos
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-11-24NLST should return 450 instead of 550 upon error, per RFC 959.lukem
2005-11-18Deal with fts errors properly.christos
2005-10-31- Don't use a stale errno when printing an errorchristos
2005-10-31Don't use hard-coded values for nobody. Specially ones that don't matchchristos
2005-10-13Correct the lookup order of _rtld_symlook_default and makeskrll
2005-10-03logxfer(): don't use the same buffer to store the results of two separatelukem
2005-10-02Fix comment about DEFAULT_UMASK.lukem
2005-09-27ok, the change from rev 1.33 was unnecessary after all,chs
2005-09-26fix two problems with icache invalidation of the PLT:chs
2005-09-15Reject unformatted manual pages with "[" characters in the descriptiontron
2005-09-11Remove duplicate line. From YOMURA Masanori in private mail.wiz
2005-09-10Fix typo.wiz
2005-09-10Don't chown/unlink uninitialized lockfile if not uugetty.elad
2005-08-24* Add recvbufsize configuration optionginsbach
2005-08-23Change PRiu64 with a cast and %llu. I am not using PRIu32 and no cast forchristos
2005-08-20Add __RCSID.skrll
2005-08-20fix compilation problem on LP64kent
2005-08-1964 bit inode changes.christos
2005-08-15KNFskrll
2005-08-07Sort options.wiz
2005-08-04Implement option "-D", for running ftpd in standalone mode (daemon).peter
2005-08-01Cleanup and make the arrays dynamically resizable. This will help forchristos
2005-07-28Add support for immediate PLT binding on SH5. Compile tested only asskrll
2005-07-28Support immediate PLT binding on powerpc. Thanks to Simon Burge forskrll
2005-07-26Support immediate PLT binding on m68k. Tested on NetBSD/sun3 using the newskrll
2005-07-26Crank version for Christos' utmpx/wtmpx changes on 20050623lukem
2005-07-24Support immediate PLT binding on vax. Tested on simh.skrll
2005-07-18Don't do things you are not supposed to inside a signal handler.christos
2005-07-17Support immediate binding on x86_64.skrll
2005-06-26sprinkle little const.christos
2005-06-23cleanup utmp and utmpx support.christos
2005-06-21Remove static local variable so its easier to correctly use strlcpy.lha
2005-06-14Add RCSID.peter
2005-06-14Minor cleanup:peter
2005-06-08appease gcc -Wuninitializedfair
2005-06-07Initialize a bunch of local variables in _rtld_relocate_nonplt_self().he
2005-06-05appease gcc -Wuninitialized on hp700.chs
2005-06-04Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather thanlukem
2005-06-01Ensure IF is initialized before trying to use it.lukem
2005-06-01Shouldn't use += on a variable that we haven't initialized yet ...lukem
2005-06-01appease gcc -Wuninitializedlukem
2005-06-01Ensure rval is initialized before we try to check it; it won't be setlukem
2005-06-01Add some sanity checking inspired by gcc -Wuninitialized.lukem
2005-06-01appease gcc -Wuninitializedlukem