Author: jhb
Date: Fri Oct 17 15:29:47 2014
New Revision: 273221
URL: https://svnweb.freebsd.org/changeset/base/273221
Log:
MFC 272182:
Don't panic if a resource is allocated twice. Instead, print a warning and
fail the allocation request. Allocations of "reserved" resources such as
PCI B
Author: jhb
Date: Fri Oct 17 19:28:21 2014
New Revision: 273237
URL: https://svnweb.freebsd.org/changeset/base/273237
Log:
MFC 272449:
Require p_cansched() for changing a process' protection status via
procctl() rather than p_cansee().
Modified:
stable/9/sys/kern/sys_process.c
Directory P
Author: jhb
Date: Fri Oct 17 19:55:12 2014
New Revision: 273238
URL: https://svnweb.freebsd.org/changeset/base/273238
Log:
MFC 272668:
Properly set the timeout in a query_state. The global query_timeout
configuration value is an integer count of seconds, it is not a timeval.
Using memcpy(