Now that we have sendsyslog(2), we can directly use it in the
authorderaadt <deraadt@openbsd.org>
Mon, 14 Jul 2014 03:54:50 +0000 (03:54 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 14 Jul 2014 03:54:50 +0000 (03:54 +0000)
commit9df30356f6897953688fb86249c8bf485747f6e4
tree31f65b6641b162094f623a46da8b46ba183df08f
parenta652035e77d7a98779a8833baa590d194f799157
Now that we have sendsyslog(2), we can directly use it in the
(previously completely retarded) stack_smash_handler of ld.so
ok beck miod tedu
23 files changed:
libexec/ld.so/alpha/ldasm.S
libexec/ld.so/alpha/syscall.h
libexec/ld.so/amd64/ldasm.S
libexec/ld.so/amd64/syscall.h
libexec/ld.so/arm/ldasm.S
libexec/ld.so/arm/syscall.h
libexec/ld.so/hppa/ldasm.S
libexec/ld.so/hppa/syscall.h
libexec/ld.so/i386/ldasm.S
libexec/ld.so/i386/syscall.h
libexec/ld.so/m88k/ldasm.S
libexec/ld.so/m88k/syscall.h
libexec/ld.so/mips64/ldasm.S
libexec/ld.so/mips64/syscall.h
libexec/ld.so/powerpc/ldasm.S
libexec/ld.so/powerpc/syscall.h
libexec/ld.so/sh/ldasm.S
libexec/ld.so/sh/syscall.h
libexec/ld.so/sparc/ldasm.S
libexec/ld.so/sparc/syscall.h
libexec/ld.so/sparc64/ldasm.S
libexec/ld.so/sparc64/syscall.h
libexec/ld.so/util.c