aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/lock.9
Commit message (Expand)AuthorAgeFilesLines
* Constify arguments for locking KPIs where possible.Pawel Jakub Dawidek2011-11-161-6/+6
* Introduce support for adaptive spinning in lockmgr.Attilio Rao2009-06-171-1/+4
* Remove the assertive KA_HELD and KA_UNHELD as long as they are dangerous,Attilio Rao2009-02-051-18/+1
* LK_NOWITNESS can be used now in lockmgr*() functions in order to skipAttilio Rao2008-04-121-1/+5
* Commit manpages for lockmgr_args_rw(9) and lockmgr_rw(9).Attilio Rao2008-04-061-16/+42
* Document lockmgr_waiters(9).Christian Brueffer2008-03-281-1/+8
* New sentence -> new line.Christian Brueffer2008-03-021-1/+2
* Fix lockstatus sorting on the top list.Attilio Rao2008-03-011-1/+1
* - Add the informations for lockmgr_args(9)Attilio Rao2008-03-011-3/+22
* Update lockmgr manpage with last lockmgr modifies:Attilio Rao2008-03-011-6/+9
* Modify VOP_ISLOCKED() and lockstatus() prototypes in order to reflectAttilio Rao2008-02-251-17/+6
* Some language and mdoc style improvements.Christian Brueffer2008-02-141-5/+7
* Update manpage with lockmgr_assert() description.Attilio Rao2008-02-131-2/+71
* Update manpage in order to reflect LK_NODUP and LK_NOWITNESS optionsAttilio Rao2008-02-061-2/+9
* Reflect lockcount() axing and lockmgr() prototype changing.Attilio Rao2008-01-241-20/+2
* Add the newly added function lockmgr_recursed() to the manpages.Attilio Rao2008-01-221-1/+9
* Fix typos.Christian Brueffer2008-01-091-3/+3
* Add lockmgr_disown() and relative explanation.Attilio Rao2008-01-091-1/+10
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.Attilio Rao2007-12-281-10/+2
* Remove duplicate xref and add missing commas.Christian Brueffer2007-06-211-1/+0
* Add some cross references to locking.9 from related pages.Julian Elischer2007-03-301-0/+6
* Allow threads to atomically release rw and sx locks while waiting for anJohn Baldwin2007-03-091-4/+4
* Note that LK_UPGRADE may drop the shared lock before taking theKonstantin Belousov2006-08-211-0/+2
* o Remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags, add LK_NOSHARE.Maxim Konovalov2006-06-201-5/+3
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Update the prototype for lockinit to reflect that wmesg is a const char *.Chad David2002-04-121-1/+1
* Fixed bad wording/spelling in few paragraphs.Chad David2002-03-241-4/+4
* Merged all of the lockmgr functions into a single file (lock.9); as well,Chad David2002-01-261-97/+239
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-01-101-10/+20
* Update function definitions and required include files to reflectChad David2001-12-261-14/+14
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: add the missing and required .Dd macro call.Ruslan Ermilov2000-11-221-0/+1
* Add some very crude man pages to try to induce folk to work on them.Mark Murray2000-10-241-0/+129