aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/bitset.9
Commit message (Expand)AuthorAgeFilesLines
* manuals: Remove trailing spacesGraham Percival2024-11-041-1/+1
* bitset: Add ORNOT macrosJake Freeland2024-04-281-0/+39
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* bitset.9: add description of BIT_ISSETDoug Moore2022-01-061-0/+10
* sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2021-12-051-0/+25
* bitset: Reimplement BIT_FOREACH_IS(SET|CLR)Mark Johnston2021-10-181-0/+4
* bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLRMark Johnston2021-09-211-2/+32
* bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMICRyan Libby2020-12-311-1/+13
* bitset: expand bit index type to `long`D Scott Phillips2020-09-211-5/+5
* bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bitD Scott Phillips2020-08-261-2/+18
* bitset: rename confusing macro NAND to ANDNOTRyan Libby2019-12-131-7/+7
* Improve BIT_FLS() documentation.Konstantin Belousov2017-07-071-2/+4
* Add BIT_FLS() analogous to BIT_FFS().Konstantin Belousov2017-07-061-1/+21
* Add BIT_OR2(), BIT_AND2(), BIT_NAND2(), BIT_XOR() and BIT_XOR2().Konstantin Belousov2017-05-241-1/+112
* Fix two return types in the cpuset(9) and bitset(9) man pagesEric van Gyzen2016-07-291-3/+3
* Document cpuset(9)Conrad Meyer2015-10-201-14/+5
* Document bitset(9)Conrad Meyer2015-10-171-0/+400