History log of /dflybsd-src/share/man/man9/serializer.9 (Results 1 – 13 of 13)
Revision Date Author Comments
# c04308e8 06-Jun-2014 Markus Pfeiffer <markus.pfeiffer@morphism.de>

locking.9 updates


# cb5caf9a 17-Jan-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

serializer.9: Mention LWKT_SERIALIZE_INITIALIZER


# 8351abad 15-Jan-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

serializer.9: Update


# 5700433e 06-Jan-2014 Franco Fichtner <franco@lastsummer.de>

fix a couple of MLINKS issues


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


# deff95cb 10-Apr-2010 Sascha Wildner <saw@online.de>

In man9 manual pages, add some references to where the code is.

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


# 146c9aa0 14-Dec-2009 Sascha Wildner <saw@online.de>

sleep.9: Adjust for serialize_sleep() -> zsleep() rename.

See ed3f6624e9093425dd733be90efc696df86c9e0e

Also, sync the MLINKS with the manual page.


# a14bc067 05-Apr-2009 Sepherosa Ziehau <sephe@dragonflybsd.org>

serializer manpage: Remove IS_SERIALIZED(), which is available only if
INVARIANTS is defined and probably should not be used in any places
other than the serializer implementation itself.


# 872e08f8 15-May-2008 Sascha Wildner <swildner@dragonflybsd.org>

Mention ASSERT_NOT_SERIALIZED() and IS_SERIALIZED() macros.


# a3df9cc3 07-May-2008 Sascha Wildner <swildner@dragonflybsd.org>

Add some lines about lwkt_serialize_adaptive_enter().

Submitted-by: sephe


# 7845a2b6 05-Mar-2008 Sascha Wildner <swildner@dragonflybsd.org>

* Add MLINK for serialize_sleep()

* Add reference to serialize_sleep(9) to serializer(9)

* Add <sys/serialize.h> to serialize_sleep(9) for lwkt_serialize


# e88bfb7d 03-Apr-2007 Sascha Wildner <swildner@dragonflybsd.org>

Remove trailing whitespace.


# 04262d71 31-Mar-2007 Sascha Wildner <swildner@dragonflybsd.org>

Add a first version of a serializer(9) manual page.

Submitted-by: Hasso Tepper <hasso@estpak.ee>
Reviewed-by: sephe

I did the markup and added a few things.