Mikolaj Golub
fa3935bcea
On start most of sysctl_kern_proc functions use the same pattern:
...
locate a process calling pfind() and do some additional checks like
p_candebug(). To reduce this code duplication a new function pget() is
introduced and used.
As the function may be useful not only in kern_proc.c it is in the
kernel name space.
Suggested by: kib
Reviewed by: kib
MFC after: 2 weeks
2011-12-17 16:59:22 +00:00
..
2011-12-13 13:38:03 +00:00
2011-12-15 12:14:15 +00:00
2011-12-16 14:28:34 +00:00
2011-12-13 21:26:33 +00:00
2011-12-12 23:29:32 +00:00
2011-12-04 21:43:13 +00:00
2011-12-17 15:48:55 +00:00
2011-12-15 23:47:36 +00:00
2011-12-16 11:44:20 +00:00
2011-12-17 15:57:39 +00:00
2011-12-16 15:47:43 +00:00
2011-12-17 15:08:43 +00:00
2011-12-17 15:26:34 +00:00
2011-12-15 17:54:23 +00:00
2011-12-17 15:08:43 +00:00
2011-11-22 21:28:20 +00:00
2011-12-17 16:59:22 +00:00
2011-12-17 15:48:55 +00:00
2011-12-17 15:42:37 +00:00
2011-12-16 14:28:34 +00:00
2011-12-16 12:16:56 +00:00
2011-12-17 10:32:31 +00:00
2011-11-11 22:57:52 +00:00
2011-12-16 13:30:17 +00:00
2011-12-16 12:16:56 +00:00
2011-11-26 23:57:03 +00:00
2011-11-18 03:05:20 +00:00
2011-12-13 07:02:48 +00:00
2011-11-30 17:39:00 +00:00
2011-12-15 02:26:53 +00:00
2011-12-13 13:38:03 +00:00
2011-12-17 15:08:43 +00:00
2011-11-23 23:29:18 +00:00
2011-12-17 15:08:43 +00:00
2011-12-12 23:29:32 +00:00
2011-12-15 05:07:16 +00:00
2011-12-17 16:59:22 +00:00
2011-11-09 13:26:59 +00:00
2011-11-09 07:48:48 +00:00
2011-12-16 10:56:16 +00:00
2011-12-05 16:08:18 +00:00
2011-12-15 06:29:13 +00:00