History log of /dflybsd-src/share/man/man9/mutex.9 (Results 1 – 14 of 14)
Revision Date Author Comments
# 081e4509 24-Jun-2019 Sascha Wildner <saw@online.de>

Add some missing whitespace/linefeeds in a few manpages.


# 5b77ed3b 15-Feb-2019 Tomohiro Kusumi <kusumi.tomohiro@gmail.com>

sys/sys/mutex2: Fix mutex(9) man page

"mtxex" does no exist after cabfc9f6989fa1e4dbccc61162309bd2ec6891c9.


# 6700dd34 01-Oct-2017 Sascha Wildner <saw@online.de>

Fix some minor issues in several manual pages.


# db335ff8 10-Apr-2015 Sascha Wildner <saw@online.de>

mutex.9: Adjust for latest changes (ident was moved to mtx_init()).


# 8d1b35d0 19-Mar-2015 Sascha Wildner <saw@online.de>

mutex.9: Adjust a bit to current source.


# c04308e8 06-Jun-2014 Markus Pfeiffer <markus.pfeiffer@morphism.de>

locking.9 updates


# 2315115f 17-Sep-2012 Sascha Wildner <saw@online.de>

fortune(6)/mutex.9: s/is is/is/


# dcece5c7 24-Aug-2012 Nuno Antunes <nuno.antunes@gmail.com>

mutex.9: Misc updates and minor improvements.

* mtx_spinlock_ex() and mtx_spinlock_sh() do not exist anymore. mtx_spinlock()
replaced both.

* Add MLINKS for mtx_lock(), mtx_spinlock_try() and mtx

mutex.9: Misc updates and minor improvements.

* mtx_spinlock_ex() and mtx_spinlock_sh() do not exist anymore. mtx_spinlock()
replaced both.

* Add MLINKS for mtx_lock(), mtx_spinlock_try() and mtx_spinunlock().

* Use .Fn for function name mtx_lock_ex_quick().

* Add some text describing mtx_lock(), mtx_spinlock_try() and mtx_spinunlock().

* Start a sentence with capital letter but avoid starting with a function name.

* Add a missing .Fa.

* Add a cross reference to sleep(9) in the SEE ALSO section.

* Bump date.

Reviewed-by: swildner

show more ...


# fb5b3747 28-May-2011 Sascha Wildner <saw@online.de>

manpages: Uniformly order the prologue macros by Dd/Dt/Os.

This is the most widely used order and it also silences warnings
in mandoc -Tlint output.


# b8e54b97 29-Sep-2010 Sascha Wildner <saw@online.de>

mutex.9: Adjust .Nm a bit and fix FILES section.


# 51ee83e2 19-Sep-2010 Sascha Wildner <saw@online.de>

mutex.9: Fix typos in two function names.


# e7c86b60 18-Sep-2010 Sascha Wildner <saw@online.de>

Fix some synopses in various manual pages.


# dd7fb6d2 05-Jun-2010 Sascha Wildner <saw@online.de>

mutex.9: Fix typo.


# 493c9781 09-May-2010 Sascha Wildner <saw@online.de>

Add a mutex(9) manual page.

Submitted-by: Venkatesh Srinivas <me@endeavour.zapto.org>