aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/ffsl.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Translate from GNU C to ISO C.Dag-Erling Smørgrav2004-01-141-1/+1
* Cast to unsigned to avoid sign-extension problems.Dag-Erling Smørgrav2004-01-131-1/+1
* Add C implementations of ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-131-0/+52