| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-10 | lib: Add some const to bitmap functions | Volker Lendecke | 1 | -2/+2 | |
| The unusual use of const comes from bitmap_copy :-) Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> | |||||
| 2025-11-10 | lib: Fix bitmap_talloc()'s parameter to unsigned | Volker Lendecke | 1 | -1/+1 | |
| It does not make sense to allocate a negative number of bits Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> | |||||
| 2012-11-07 | lib/util: Make "struct bitmap" abstract | Volker Lendecke | 1 | -4/+1 | |
| Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
| 2011-07-08 | lib/util Move bitmap.c to lib/util | Andrew Bartlett | 1 | -0/+32 | |
