aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/flsl.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: replace ffs/fls implementations with clang builtinsRobert Clausecker2023-07-031-7/+7
* 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
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Translate from GNU C to ISO C.Dag-Erling Smørgrav2004-01-141-1/+1
* Add and document ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-131-0/+52