CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/03/21 16:41:29
Modified files: lib/libc : shlib_version lib/libc/gen : syslog_r.c lib/libc/hidden: syslog.h lib/libc/sys : Makefile.inc sendsyslog.2 stack_protector.c lib/librthread : shlib_version libexec/ld.so : util.c libexec/ld.so/alpha: ldasm.S syscall.h libexec/ld.so/amd64: ldasm.S syscall.h libexec/ld.so/arm: ldasm.S syscall.h libexec/ld.so/hppa: ldasm.S syscall.h libexec/ld.so/i386: ldasm.S syscall.h libexec/ld.so/m88k: ldasm.S syscall.h libexec/ld.so/mips64: ldasm.S syscall.h libexec/ld.so/powerpc: ldasm.S syscall.h libexec/ld.so/sh: ldasm.S syscall.h libexec/ld.so/sparc: ldasm.S syscall.h libexec/ld.so/sparc64: ldasm.S syscall.h sys/kern : init_sysent.c kern_pledge.c subr_log.c syscalls.c syscalls.master sys/sys : syscall.h syscallargs.h Log message: Rename the system call sendsyslog2 to sendsyslog. Keep the old one as osendsyslog for a while. The three argument variant is the only one that will stay. input kettenis@; OK deraadt@