Marcel Moolenaar ddbe5b951f Fix nits in previous commit:
1.  Remove initializer for badstack_sbuf_size; it gets set unconditionally.
2.  Remove meaningless comment.
3.  Group witness_count and its sysctl together.
4.  Fix spacing in for statements (space after for and within condition).
5.  Change *all* M_NOWAIT usages in witness_initialize() to M_WAITOK; not
    just those that were newly introduced -- the allocation is assumed to
    succeed for all allocations.
6.  Avoid using uint8_t as the base type in sizeof() expressions; Use the
    variable name (w_rmatrix) as much as possible.

Pointed out by: jhb@ (thanks!)
2014-10-11 16:34:01 +00:00
..
2014-10-04 18:35:00 +00:00
2014-10-09 15:19:35 +00:00
2014-10-05 02:16:53 +00:00
2014-10-04 18:35:00 +00:00
2014-09-03 08:40:16 +00:00
2014-07-07 00:27:09 +00:00
2014-03-14 06:29:43 +00:00
2014-09-17 17:43:32 +00:00
2014-06-26 13:57:44 +00:00
2014-05-01 22:28:14 +00:00
2014-08-11 15:06:07 +00:00
2014-10-11 16:34:01 +00:00
2014-10-09 15:19:35 +00:00
2014-03-18 21:34:11 +00:00
2014-10-09 02:30:38 +00:00
2014-08-03 22:37:21 +00:00