pjd
d5f324cb09
Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEM
...
in sysctl_jail_list(). Because of this, jls(8) could enter into
an endless loop. The strange thing is, that we can call jls(8) while
the other one is in loop and it will succeed - SYSCTL_OUT() will
not return ENOMEM there.
Maybe SYSCTL_OUT() returns first ENOMEM, because there is no memory,
but is marking some memory range as wired even on failure and another
SYSCTL_OUT() calls are not going to succeed, because process exceeds
limit of wired memory? ENOVMCLUE.
Anyway. Fix jls(8) to ignore ENOMEM and retry only 4 times.
Submitted by: Niklas Saers
PR: kern/79245
MFC after: 3 days
2005-08-15 12:15:21 +00:00
..
2005-01-18 20:02:45 +00:00
2004-08-07 04:19:37 +00:00
2005-07-28 19:41:52 +00:00
2005-05-24 04:50:07 +00:00
2005-08-06 16:52:30 +00:00
2005-02-13 22:25:33 +00:00
2005-05-30 18:44:43 +00:00
2005-03-24 01:26:40 +00:00
2005-05-20 12:44:04 +00:00
2005-06-09 15:27:46 +00:00
2005-01-18 20:02:45 +00:00
2005-02-09 18:07:17 +00:00
2005-05-04 08:57:12 +00:00
2005-07-31 03:30:48 +00:00
2005-07-15 08:04:32 +00:00
2005-07-15 15:32:52 +00:00
2005-02-09 12:17:52 +00:00
2005-07-31 03:30:48 +00:00
2005-02-19 21:32:21 +00:00
2005-07-14 20:29:08 +00:00
2005-01-18 20:02:45 +00:00
2005-08-04 12:44:36 +00:00
2005-02-13 22:25:33 +00:00
2004-08-07 04:19:37 +00:00
2005-01-18 20:02:45 +00:00
2005-08-11 15:23:23 +00:00
2005-07-31 13:41:23 +00:00
2005-01-20 10:49:03 +00:00
2005-02-13 22:25:33 +00:00
2005-01-17 07:44:44 +00:00
2005-03-11 14:20:09 +00:00
2005-01-18 20:02:45 +00:00
2005-01-18 20:02:45 +00:00
2005-07-25 14:44:11 +00:00
2005-07-25 14:44:11 +00:00
2005-06-10 06:12:53 +00:00
2005-01-18 20:02:45 +00:00
2005-01-11 11:47:22 +00:00
2005-01-18 20:02:45 +00:00
2005-02-09 18:07:17 +00:00
2005-05-02 07:44:24 +00:00
2005-01-08 15:46:06 +00:00
2005-01-18 09:17:49 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2005-03-23 09:40:18 +00:00
2005-05-20 12:50:47 +00:00
2005-01-27 14:52:47 +00:00
2005-01-27 14:52:47 +00:00
2005-05-27 00:21:12 +00:00
2005-07-31 03:30:48 +00:00
2005-02-09 18:07:17 +00:00
2005-06-10 20:52:36 +00:00
2005-05-26 17:54:16 +00:00
2005-01-17 07:44:44 +00:00
2005-08-05 07:17:23 +00:00
2005-08-07 20:53:29 +00:00
2005-08-15 12:15:21 +00:00
2005-07-21 22:50:31 +00:00
2005-06-30 05:31:01 +00:00
2004-08-07 04:28:56 +00:00
2005-02-10 09:09:18 +00:00
2005-01-18 20:02:45 +00:00
2005-01-18 20:02:45 +00:00
2005-03-03 06:38:00 +00:00
2004-07-02 23:13:00 +00:00
2005-06-10 06:12:53 +00:00
2005-01-25 14:25:18 +00:00
2005-06-10 06:12:53 +00:00
2004-10-18 17:20:29 +00:00
2005-06-10 06:12:53 +00:00
2005-03-29 20:17:47 +00:00
2005-07-20 12:50:49 +00:00
2005-06-14 12:26:36 +00:00
2005-02-09 18:07:17 +00:00
2005-01-18 20:02:45 +00:00
2005-02-13 22:25:33 +00:00
2005-06-14 12:26:36 +00:00
2005-05-04 15:05:46 +00:00
2005-05-13 16:31:11 +00:00
2005-07-19 19:30:49 +00:00
2005-02-13 22:25:33 +00:00
2005-06-10 06:12:53 +00:00
2004-07-02 23:13:00 +00:00
2005-08-11 15:43:55 +00:00
2005-07-25 14:44:11 +00:00
2005-07-25 14:44:11 +00:00
2005-07-25 14:44:11 +00:00
2004-09-21 19:01:48 +00:00
2005-07-31 03:30:48 +00:00
2005-02-09 18:07:17 +00:00
2005-06-14 12:26:36 +00:00
2005-01-23 21:34:00 +00:00
2005-02-09 16:17:33 +00:00
2005-01-18 20:02:45 +00:00
2005-01-04 20:07:12 +00:00
2005-07-31 03:30:48 +00:00
2004-07-02 23:13:00 +00:00
2005-02-13 22:25:33 +00:00
2005-03-26 20:31:09 +00:00
2005-07-21 16:40:40 +00:00
2005-01-18 20:02:45 +00:00
2005-07-27 07:55:12 +00:00
2005-06-24 16:19:46 +00:00
2005-08-04 03:12:55 +00:00
2005-01-27 14:52:47 +00:00
2005-08-14 02:45:04 +00:00
2005-07-25 16:43:12 +00:00
2005-05-13 16:31:11 +00:00
2005-02-13 22:25:33 +00:00
2005-07-31 03:30:48 +00:00
2005-06-03 15:25:13 +00:00
2005-06-10 06:12:53 +00:00
2005-04-09 14:59:10 +00:00
2005-07-31 08:25:53 +00:00
2005-06-15 10:13:04 +00:00
2005-04-09 14:59:10 +00:00
2004-08-07 04:28:56 +00:00
2005-02-09 18:07:17 +00:00
2005-02-13 22:25:33 +00:00
2005-01-18 20:02:45 +00:00
2005-05-13 16:31:11 +00:00
2005-06-10 20:52:36 +00:00
2005-07-25 14:44:11 +00:00
2005-07-25 14:44:11 +00:00
2005-02-09 18:07:17 +00:00
2005-05-20 13:01:47 +00:00
2005-01-18 20:02:45 +00:00
2005-05-27 00:05:16 +00:00
2005-05-02 14:02:43 +00:00
2004-12-21 08:47:35 +00:00
2005-02-13 22:25:33 +00:00
2005-01-18 20:02:45 +00:00
2005-02-15 09:27:00 +00:00
2005-08-10 17:09:08 +00:00
2005-01-18 20:02:45 +00:00
2005-06-09 09:28:35 +00:00
2005-06-03 17:38:33 +00:00
2005-02-13 23:45:54 +00:00
2005-08-05 13:39:08 +00:00
2005-06-10 06:12:53 +00:00
2005-01-27 14:52:47 +00:00
2005-02-09 18:07:17 +00:00
2005-01-27 14:52:47 +00:00
2004-10-02 18:51:37 +00:00
2005-04-09 15:00:51 +00:00
2005-06-10 16:49:24 +00:00
2005-01-18 20:02:45 +00:00
2005-07-20 18:59:25 +00:00
2005-08-05 13:39:08 +00:00
2005-07-31 03:30:48 +00:00
2004-12-21 10:49:29 +00:00
2004-12-21 10:49:29 +00:00
2005-07-14 20:29:08 +00:00
2005-07-11 04:14:42 +00:00
2005-01-18 20:02:45 +00:00
2004-12-21 12:44:20 +00:00
2005-02-09 18:07:17 +00:00
2005-02-13 22:25:33 +00:00
2005-01-18 20:02:45 +00:00
2005-07-21 13:23:23 +00:00
2005-07-01 15:49:52 +00:00
2004-05-24 13:22:00 +00:00
2005-06-14 12:26:36 +00:00
2005-08-02 21:38:03 +00:00
2004-12-21 08:47:35 +00:00
2005-01-18 20:02:45 +00:00
2005-03-19 01:46:37 +00:00
2005-02-13 22:25:33 +00:00
2004-07-02 23:13:00 +00:00
2005-08-13 04:23:33 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2004-05-24 16:10:57 +00:00
2005-04-12 15:02:57 +00:00
2005-05-20 13:04:10 +00:00
2004-10-17 19:33:33 +00:00
2005-02-13 23:45:54 +00:00
2004-06-13 18:03:44 +00:00
2005-08-08 20:10:06 +00:00