History log of /openbsd-src/sys/kern/subr_log.c (Results 76 – 80 of 80)
Revision Date Author Comments
# 1e7911a6 18-Sep-1997 deraadt <deraadt@openbsd.org>

it is definately wrong to initialize the pgid at open() time because the
uid/euid used for checking in csignal() is controlled by whoever used
TIOCSPGRP previously.


# 31e15491 31-Aug-1997 deraadt <deraadt@openbsd.org>

for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid
and euid as well, then deliver them using new csignal() interface
which ensures that pgid setting process is permitted to signal

for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid
and euid as well, then deliver them using new csignal() interface
which ensures that pgid setting process is permitted to signal the
pgid process(es). Thanks to newsham@aloha.net for extensive help and
discussion.

show more ...


# d724e01a 21-Apr-1996 deraadt <deraadt@openbsd.org>

partial sync with netbsd 960418, more to come


# 5ac46f4a 03-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: 960217 merge


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


1234