History log of /freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/lock.h
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)


# 179035 16-May-2008 attilio

LO_ENROLLPEND is no more existing so just axe it (it was left out by the
original commit axing it).


# 177698 28-Mar-2008 jb

Forced commit to note that these files were repo copied.


# 168514 08-Apr-2007 pjd

Instead of detecting if lock is already initialized based on standard 1 bit
check, use more accurate 13 bits check. We had too many false-positives with
the standard check.

Reported by: mlaier