tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH 0/2] Delete CIRCLEQ



Switch the last user (ypserv) from CIRCLEQ to TAILQ.
This is inspired by analogous refactoring from OpenBSD:
https://github.com/openbsd/src/commit/d53c0cf4d32fdbd8b42debfba068f1b0efa423dc#diff-8d0a4fbb89658213ebf314ff188581d7

Remove the CIRCLEQ API completely from the system headers and document
this fact in the QUEUE(3) man-page.

Kamil Rytarowski (2):
  Convert the CIRCLEQ (from sys/queue.h) usage to TAILQ
  Remove the CIRCLEQ API

 share/man/man3/queue.3             |  10 ++
 sys/sys/queue.h                    | 196 -----------------------------
 usr.sbin/ypserv/ypserv/ypserv_db.c |  14 +--
 3 files changed, 17 insertions(+), 203 deletions(-)

-- 
2.28.0


Home | Main Index | Thread Index | Old Index