Justin Hibbits
534ccd7bbf
Replace all resource occurrences of '0UL/~0UL' with '0/~0'.
...
Summary:
The idea behind this is '~0ul' is well-defined, and casting to uintmax_t, on a
32-bit platform, will leave the upper 32 bits as 0. The maximum range of a
resource is 0xFFF.... (all bits of the full type set). By dropping the 'ul'
suffix, C type promotion rules apply, and the sign extension of ~0 on 32 bit
platforms gets it to a type-independent 'unsigned max'.
Reviewed By: cem
Sponsored by: Alex Perez/Inertial Computing
Differential Revision: https://reviews.freebsd.org/D5255
2016-03-03 05:07:35 +00:00
..
2015-10-24 03:16:40 +00:00
2015-09-22 06:51:55 +00:00
2015-11-07 12:30:43 +00:00
2016-01-27 02:23:54 +00:00
2016-02-12 07:38:19 +00:00
2015-07-11 15:21:37 +00:00
2015-09-04 00:14:20 +00:00
2016-03-01 18:12:14 +00:00
2016-02-04 19:53:54 +00:00
2015-12-03 20:54:55 +00:00
2016-02-29 03:54:51 +00:00
2015-12-16 21:30:45 +00:00
2015-07-08 22:09:47 +00:00
2016-03-03 05:07:35 +00:00
2016-03-02 18:46:17 +00:00
2015-08-27 15:16:41 +00:00
2016-01-29 15:12:31 +00:00
2015-05-21 16:43:26 +00:00
2016-01-13 14:03:06 +00:00
2015-12-31 11:21:45 +00:00
2015-07-09 07:31:40 +00:00
2015-05-05 09:33:02 +00:00
2015-07-04 10:33:33 +00:00
2015-07-14 02:00:50 +00:00
2015-12-19 19:01:43 +00:00
2016-01-26 18:20:25 +00:00
2016-02-05 20:38:09 +00:00
2015-10-06 18:07:00 +00:00
2016-01-17 08:40:51 +00:00
2016-03-01 18:12:14 +00:00
2015-09-07 20:02:56 +00:00
2015-12-27 18:12:13 +00:00
2015-11-25 07:31:59 +00:00
2015-10-21 16:32:01 +00:00
2015-07-16 07:05:42 +00:00
2016-03-01 10:57:29 +00:00
2015-11-15 12:50:14 +00:00
2015-10-08 21:52:20 +00:00
2016-01-29 15:12:31 +00:00
2015-06-28 12:52:28 +00:00
2015-10-26 02:21:19 +00:00
2015-05-22 11:09:41 +00:00
2015-12-24 04:30:15 +00:00
2015-06-23 22:40:22 +00:00
2015-12-18 06:13:18 +00:00
2015-07-16 13:57:05 +00:00
2015-07-20 04:41:25 +00:00
2015-11-15 12:50:14 +00:00
2015-05-15 20:43:37 +00:00
2016-03-01 00:17:14 +00:00
2016-02-28 17:52:33 +00:00
2015-12-13 04:15:10 +00:00
2015-11-20 23:52:27 +00:00
2015-05-10 20:36:57 +00:00
2015-07-30 18:59:01 +00:00
2015-07-19 22:14:09 +00:00
2015-05-28 22:06:05 +00:00
2015-07-11 15:21:37 +00:00
2016-01-07 20:52:35 +00:00
2016-02-27 03:35:28 +00:00
2015-08-28 00:44:17 +00:00
2016-02-12 07:20:27 +00:00
2015-08-30 17:58:11 +00:00
2016-01-21 20:52:20 +00:00
2016-02-09 16:30:16 +00:00
2015-04-23 14:22:20 +00:00
2015-12-29 23:25:26 +00:00
2015-06-28 21:06:45 +00:00
2015-11-08 18:08:31 +00:00
2015-09-08 08:50:28 +00:00
2015-09-18 17:32:22 +00:00
2016-02-28 17:52:33 +00:00
2016-02-28 17:52:33 +00:00
2016-02-20 01:34:13 +00:00
2015-07-19 22:24:33 +00:00
2015-06-09 21:39:38 +00:00
2015-09-29 12:14:59 +00:00
2015-07-30 18:59:01 +00:00
2015-07-08 22:21:25 +00:00
2016-01-08 20:34:57 +00:00
2015-07-30 18:59:01 +00:00
2016-02-12 07:38:19 +00:00
2015-08-22 05:50:18 +00:00
2016-03-01 18:12:14 +00:00
2016-01-29 14:12:12 +00:00
2016-03-01 18:12:14 +00:00
2015-05-24 11:24:14 +00:00
2015-09-11 03:54:37 +00:00
2015-11-07 12:30:43 +00:00
2015-07-19 22:24:33 +00:00
2015-10-22 21:30:39 +00:00
2015-10-22 21:30:39 +00:00
2016-02-25 19:58:23 +00:00
2015-11-07 18:26:32 +00:00
2016-01-09 20:18:53 +00:00
2015-10-22 21:30:39 +00:00
2015-11-19 05:50:22 +00:00
2016-03-01 17:47:32 +00:00
2015-08-13 14:43:25 +00:00
2015-05-04 17:59:39 +00:00
2015-08-13 14:43:25 +00:00
2016-01-25 22:58:06 +00:00
2016-01-27 02:23:54 +00:00
2016-02-12 07:38:19 +00:00
2016-01-14 10:16:25 +00:00
2015-12-03 20:54:55 +00:00
2016-02-28 17:52:33 +00:00
2015-07-14 02:00:50 +00:00
2015-10-06 18:07:00 +00:00
2015-11-23 07:09:35 +00:00
2015-09-11 03:00:20 +00:00
2016-02-24 15:15:46 +00:00
2015-07-18 09:02:50 +00:00
2015-04-22 14:38:58 +00:00
2015-04-22 14:38:58 +00:00