History log of /freebsd-9.3-release/sys/libkern/fls.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 128019 07-Apr-2004 imp

Remove advertising clause from University of California Regent's
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.

Approved by: core, peter, alc, rwatson


# 124514 14-Jan-2004 des

Translate from GNU C to ISO C.


# 124482 13-Jan-2004 des

Cast to unsigned to avoid sign-extension problems.


# 124480 13-Jan-2004 des

Add C implementations of ffsl(), fls() and flsl().