aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/sx.9
Commit message (Expand)AuthorAgeFilesLines
* Constify arguments for locking KPIs where possible.Pawel Jakub Dawidek2011-11-161-3/+3
* Reverse the logic for ADAPTIVE_SX option and enable it by default.Attilio Rao2009-05-291-5/+5
* Bump .Dd for previous revision.Christian Brueffer2007-11-261-1/+1
* Update sx(9) lock manpage in order to add missing prototypes for functionAttilio Rao2007-11-251-2/+17
* Rename the macros for assertion flags passed to sx_assert() from SX_* toJohn Baldwin2007-05-191-13/+13
* Document sx_xholder().John Baldwin2007-05-191-0/+12
* Document SX_RECURSE flag.John Baldwin2007-05-191-0/+3
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-311-4/+58
* Add some cross references to locking.9 from related pages.Julian Elischer2007-03-301-0/+2
* Allow threads to atomically release rw and sx locks while waiting for anJohn Baldwin2007-03-091-1/+11
* - Sort functions in the order that rwlock(9) and mutex(9) use.John Baldwin2007-03-091-10/+9
* Document sx_xlocked(9).Pawel Jakub Dawidek2006-07-121-0/+7
* Trim a couple of xrefs.John Baldwin2006-04-191-2/+0
* Xref rwlock(9).Gleb Smirnoff2006-02-011-1/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-121-2/+2
* Make an attempt at explaining why sx(9) locks cannot be safely obtainedGiorgos Keramidas2005-01-051-0/+9
* Document that sx_unlock() exists as a macro.Darren Reed2004-07-111-6/+23
* Assorted markup, spelling, and grammar fixes.Ruslan Ermilov2004-06-161-2/+2
* - Clarify ambiguous statement about not being able to both slock and xlockJohn Baldwin2004-02-241-4/+7
* Document new 'what' value for sx_assert(9).Pawel Jakub Dawidek2004-02-041-1/+6
* Add "options INVARIANTS" and "options INVARIANT_SUPPORT" to theJoseph Koshy2004-01-011-4/+14
* Make this manual page reflect the sources better.Joseph Koshy2003-12-281-1/+1
* Improve continuity of text.Joseph Koshy2003-12-271-15/+14
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
* Document the fact that one is allowed to sleep while holding an sx lock.Hartmut Brandt2003-06-121-0/+2
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-4/+8
* mdoc police: turn .PP back into .PpBill Fenner2002-04-171-1/+1
* Update the .Fn line for SX_SYSINIT to include the parameter types.Chad David2002-04-121-1/+1
* - Add notes about SX_SYSINIT and MTX_SYSINIT in order to document theAndrew R. Reiter2002-04-021-2/+15
* Add mtx_pool(9) to the SEE ALSO section.Dima Dorfman2002-03-281-0/+1
* mdoc(7) police: WITNESS is a #define, mark it as such.Ruslan Ermilov2001-11-211-2/+6
* mdoc(7) police: cosmetique.Ruslan Ermilov2001-11-211-4/+9
* Document sx_assert(9).John Baldwin2001-10-231-1/+32
* Fixed wrong include in synopsis.Bruce Evans2001-10-041-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-4/+4
* Common Mike adds see alsos from all of the synchronizationMike Silbersack2001-09-171-1/+3
* mdoc(7) police: bump document date.Ruslan Ermilov2001-08-141-1/+1
* Add missing commas.Jason Evans2001-08-141-2/+2
* Add sx_try_upgrade() and sx_downgrade().Jason Evans2001-08-131-0/+17
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
* Document sx_try_[sx]lock().Jason Evans2001-08-071-0/+17
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-3/+3
* mdoc(7) police: removed final dot from the .Nd call.Ruslan Ermilov2001-04-041-1/+1
* - Both <sys/sx.h> and <sys/mutex.h> depend on <sys/types.h> andJohn Baldwin2001-03-281-0/+3
* Implement shared/exclusive locks.Jason Evans2001-03-051-0/+85