summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_log.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* enlarge msgbuf, somewhat line netbsd didderaadt2000-02-221-19/+42
|
* it is definately wrong to initialize the pgid at open() time because thederaadt1997-09-181-2/+1
| | | | | uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously.
* for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidderaadt1997-08-311-9/+8
| | | | | | | 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.
* partial sync with netbsd 960418, more to comederaadt1996-04-211-4/+3
|
* From NetBSD: 960217 mergeniklas1996-03-031-6/+14
|
* initial import of NetBSD treederaadt1995-10-181-0/+238