summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2002-07-17whoops, wrong typeTheo de Raadt
2002-07-16typos / double wordsJan-Uwe Finck
2002-07-16remove more junkTheo de Raadt
2002-07-16by now, this README is way out of dateTheo de Raadt
2002-07-16minor tweaks of no consequenceTheo de Raadt
2002-07-16ERROR2() is not usedTheo de Raadt
2002-07-16let BSS work to our advantageTheo de Raadt
2002-07-16delintTheo de Raadt
2002-07-16minor cleanup, and toast -VTheo de Raadt
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15atrun is now part of cron(8)Todd C. Miller
2002-07-15don't built atrunTodd C. Miller
2002-07-14Rewrite with more (and correct!) info, based on login_passwd.8.Todd C. Miller
2002-07-14make ftpd always listen to a high tcp port for passive data connections.Jakob Schlyter
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-07-07typos/grammar/better wordsJan-Uwe Finck
2002-07-03KNFTheo de Raadt