History log of /freebsd-10.2-release/share/man/man9/critical_enter.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 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


# 150978 05-Oct-2005 jhb

Update this manpage:
- Remove references to cpu_critical_*() as they no longer exist.
- Explain that any preemptions that occur during a critical section are
deferred until the current thread exits the section.
- Remove a bogus example usage of a critical section.
- Note that one can interlock critical sections with spin mutexes in
certain situations.

MFC after: 3 days


# 94479 12-Apr-2002 davidc

Fix the prototypes for cpu_critical_exit and cpu_critical_enter and update
the text to reflect the changes.

Update the header files list.


# 89124 09-Jan-2002 mpp

ispell sweep of share/man/man9/*.


# 88891 04-Jan-2002 jhb

Fully catch up to the recent critical section API change. Update the
content of the manpage and document cpu_critical_enter/exit.


# 88509 26-Dec-2001 davidc

Update function definitions and required include files to reflect
the current state of the system.

Approved by: alfred


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 75171 04-Apr-2001 ru

mdoc(7) police: there is no single manpage that uses ``.Sy not''.


# 74910 28-Mar-2001 jhb

Add a manpage for the critical_enter/exit() functions.