summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2002-09-09Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@Dale Rahn
2002-09-06use socklen_t more; henning okTheo de Raadt
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-09-06spacesTheo de Raadt
2002-09-05kill groups too when we revoke privsTheo de Raadt
2002-09-05safe_finger no longer installedTheo de Raadt
2002-09-01Make sure that the symbol return value is always initialized beforeDale Rahn
2002-08-31argh, include prototype for dl_fdprintf(), missed by myself and reviewers.Dale Rahn
2002-08-31Add the ability to output to file descriptors besides stderr.Dale Rahn
2002-08-29remove extra arg; jmegq@post.harvard.eduTheo de Raadt
2002-08-28o) start new sentence on a new line;Mike Pechkin
2002-08-23Fix after recent changes.Artur Grabowski
2002-08-23Support for i386 ELF. Not an indication that the change is going to be made,Dale Rahn
2002-08-23Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt intoDale Rahn
2002-08-22fix int overflow in statbf.st_size, from netbsd PR#17933Philipp Buehler
2002-08-21Split out MD makefile parts into separate files and doArtur Grabowski
2002-08-20-n: disallow anon ftp even if ftp account existsTheo de Raadt
2002-08-12Add support for REL type relocations, all currently supported archDale Rahn
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostDale Rahn
2002-08-11Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSDDale Rahn
2002-08-09Various fixes.Artur Grabowski
2002-08-09Simplify.Artur Grabowski
2002-08-08- Add some missing iflush'sJason Wright
2002-08-08There was a possible off-by-one in ld.so when loading shared libraries.Artur Grabowski
2002-07-30some snprintf and strlcpyTheo de Raadt
2002-07-30knf & ansiTheo de Raadt
2002-07-29minor formattingArtur Grabowski
2002-07-29Bunch of cleanups and one last bugfix that seems to make things work.Artur Grabowski
2002-07-28talk about auth-ftp, not auth-ftpd entry in login.conf; from francesco@toscan...Peter Valchev
2002-07-27Commit work in progress before I get drunk tonight.Artur Grabowski
2002-07-27I don't see the point of a return at the end of a void function.Artur Grabowski
2002-07-27Make self-relocation work.Artur Grabowski
2002-07-27this is not sparc64.Artur Grabowski
2002-07-27Stop being too creative, steal more code from sparc64.Artur Grabowski
2002-07-27Just a skeleton for sparc. Builds, but pieces are missing and it doesn'tArtur Grabowski
2002-07-25Check snprintf() rval for < 0; OK deraadt@Todd C. Miller
2002-07-24Also check for snprintf() returning < 0Todd C. Miller
2002-07-24Sanity check snprintf() return values before using them. OK deraadt@Todd C. Miller
2002-07-24What on earth possessed me to use %p instead of %m in syslog() toTodd C. Miller
2002-07-24spacesTheo de Raadt
2002-07-24use real clones of the libc functionsTheo de Raadt
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24clean up docs a bitTheo de Raadt
2002-07-24spacingTheo de Raadt
2002-07-24make more _dl_*() func params like real ones in libcTheo de Raadt
2002-07-24cope with _dl_mmap() returning void *Theo de Raadt
2002-07-24make _dl_mmap() return void * like othersTheo de Raadt
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...Michael Shalayeff
2002-07-20Exit on setusercontext() failure; noticed by deraadt@Todd C. Miller