aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/ffsll.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* lib/libc/string/ffs*.c: work around gcc warningRobert Clausecker2023-07-141-1/+1
* lib/libc/string: replace ffs/fls implementations with clang builtinsRobert Clausecker2023-07-031-7/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov2008-11-031-0/+48