OpenBSD cvs log

created 2020-01-21T20:52:14Z
begin 2019-12-12T17:52:25Z
end 2019-12-12T18:12:43Z
path src/sys
commits 1

date 2019-12-12T18:12:43Z
author cheloha
files src/sys/kern/kern_timeout.c log diff annotate
message Recommit "timeout(9): make CIRCQ look more like other sys/queue.h data structures"

Backed out during revert of "timeout(9): switch to tickless backend".

Original commit message:

- CIRCQ_APPEND -> CIRCQ_CONCAT
- Flip argument order of CIRCQ_INSERT to match e.g. TAILQ_INSERT_TAIL
- CIRCQ_INSERT -> CIRCQ_INSERT_TAIL
- Add CIRCQ_FOREACH, use it in ddb(4) when printing buckets
- While here, use tabs for indentation like we do with other macros

ok visa@ mpi@