History log of /freebsd-10-stable/sys/sys/sema.h
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

# 139825 07-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 84753 10-Oct-2001 bde

Added used includes. <sys/_lock.h> is a prerequisite for <sys/_mutex.h>,
and <sys/queue.h> is a prerequisite for both <sys/_lock.h> and
<sys_mutex.h>.


# 83593 17-Sep-2001 jhb

Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking code
since the filenames are only used in the LOCK_DEBUG case and are just bloat
in the !LOCK_DEBUG case.


# 81645 14-Aug-2001 jasone

Implement kernel semaphores.

Reviewed by: jhb