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