summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2002-09-06ansi; ok millert pvalchevderaadt8-54/+33
2002-09-06spacesderaadt2-6/+4
2002-09-05kill groups too when we revoke privsderaadt1-6/+9
2002-09-05safe_finger no longer installedderaadt1-2/+2
2002-09-01Make sure that the symbol return value is always initialized beforedrahn4-3/+7
2002-08-31argh, include prototype for dl_fdprintf(), missed by myself and reviewers.drahn1-1/+2
2002-08-31Add the ability to output to file descriptors besides stderr.drahn2-33/+49
2002-08-29remove extra arg; jmegq@post.harvard.eduderaadt1-3/+3
2002-08-28o) start new sentence on a new line;mpech8-18/+20
2002-08-23Fix after recent changes.art1-2/+2
2002-08-23Support for i386 ELF. Not an indication that the change is going to be made,drahn6-2/+778
2002-08-23Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt intodrahn8-68/+121
2002-08-22fix int overflow in statbf.st_size, from netbsd PR#17933pb1-2/+8
2002-08-21Split out MD makefile parts into separate files and doart5-34/+28
2002-08-20-n: disallow anon ftp even if ftp account existsderaadt2-6/+14
2002-08-12Add support for REL type relocations, all currently supported archdrahn5-7/+33
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostdrahn5-21/+19
2002-08-11Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSDdrahn8-29/+41
2002-08-09Various fixes.art1-41/+35
2002-08-09Simplify.art1-5/+2
2002-08-08- Add some missing iflush'sjason1-1/+23
2002-08-08There was a possible off-by-one in ld.so when loading shared libraries.art1-14/+27
2002-07-30some snprintf and strlcpyderaadt4-16/+16
2002-07-30knf & ansideraadt2-78/+38
2002-07-29minor formattingart1-2/+3
2002-07-29Bunch of cleanups and one last bugfix that seems to make things work.art2-51/+51
2002-07-28talk about auth-ftp, not auth-ftpd entry in login.conf; from francesco@toscan.bizpvalchev1-2/+2
2002-07-27Commit work in progress before I get drunk tonight.art1-8/+314
2002-07-27I don't see the point of a return at the end of a void function.art1-2/+1
2002-07-27Make self-relocation work.art1-6/+7
2002-07-27this is not sparc64.art1-4/+4
2002-07-27Stop being too creative, steal more code from sparc64.art1-9/+11
2002-07-27Just a skeleton for sparc. Builds, but pieces are missing and it doesn'tart6-4/+514
2002-07-25Check snprintf() rval for < 0; OK deraadt@millert1-7/+6
2002-07-24Also check for snprintf() returning < 0millert1-8/+9
2002-07-24Sanity check snprintf() return values before using them. OK deraadt@millert1-44/+81
2002-07-24What on earth possessed me to use %p instead of %m in syslog() tomillert1-4/+4
2002-07-24spacesderaadt1-2/+2
2002-07-24use real clones of the libc functionsderaadt1-31/+36
2002-07-24ok i found itderaadt11-78/+75
2002-07-24back out broken stuff until it is fixedderaadt11-75/+78
2002-07-24clean up docs a bitderaadt1-11/+19
2002-07-24spacingderaadt5-18/+18
2002-07-24make more _dl_*() func params like real ones in libcderaadt3-14/+14
2002-07-24cope with _dl_mmap() returning void *deraadt1-3/+3
2002-07-24make _dl_mmap() return void * like othersderaadt1-3/+3
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including args and return values; art@ okmickey6-45/+42
2002-07-20Exit on setusercontext() failure; noticed by deraadt@millert1-5/+14
2002-07-17whoops, wrong typederaadt1-2/+2
2002-07-16typos / double wordsjufi4-8/+8