Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/queue: Update to version from FreeBSD 14.1 #3325

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

sjanc
Copy link
Contributor

@sjanc sjanc commented Oct 29, 2024

This adds various new macros (_SAFE variants in particular) for queue operations.

Consequence is removal of CIRCLEQs which were removed in FreeBSD (and later in other BSDs) in 2000 (sic!), original commit citation: "CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2. Retire them before anybody starts to use them again. Use TAILQ instead, it provides the same functionality."

This adds various new macros (_SAFE variants in particular) for
queue operations.

Consequence is removal of CIRCLEQs which were removed in FreeBSD
(and later in other BSDs) in 2000 (sic!), original commit citation:
"CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1
Chapter 2. Retire them before anybody starts to use them again.
Use TAILQ instead, it provides the same functionality."
@sjanc sjanc mentioned this pull request Oct 29, 2024
@sjanc sjanc merged commit 7c00fe0 into apache:master Oct 30, 2024
18 of 19 checks passed
@sjanc sjanc deleted the queue_update branch October 30, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants