History log of /freebsd-10-stable/sys/libkern/flsl.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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

# 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().