summaryrefslogtreecommitdiffstats
path: root/share/man/man9/sleep.9
Commit message (Expand)AuthorAgeFilesLines
* MFC r315280 r315287vangyzen2017-03-291-0/+18
* Remove a reference to the PBDRY flag, which itself was removed in r248470.markj2015-05-251-14/+1
* use .Mt to mark up email addresses consistently (part6)bapt2014-06-261-1/+1
* Correct sentence syntax too.mjacob2013-08-171-3/+3
* Correct spelling.obrien2013-08-171-1/+1
* MFcalloutng:davide2013-03-041-2/+40
* Fix some minor inaccuracies introduced in r243251.bjk2013-01-051-6/+6
* Improve grammar.bjk2012-11-181-7/+9
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-2/+2
* document that even when wakeup_one is used to wakeup, msleep and friendsjmg2011-01-191-0/+8
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Document PBDRY and SLEEPQ_STOP_ON_BDRY.kib2009-12-121-1/+13
* Permit Giant to be passed as the explicit interlock either tojhb2008-08-071-0/+6
* Add note about PZERO being obsolete, because so much code uses it.imp2008-04-041-1/+5
* Add some cross references to locking.9 from related pages.julian2007-03-301-0/+1
* Typo.grog2007-03-131-1/+1
* Allow threads to atomically release rw and sx locks while waiting for anjhb2007-03-091-68/+111
* Another typo.grog2007-03-051-1/+1
* Cosmetics: remove trailing white space, wrap over-long lines.grog2007-03-051-4/+6
* Rearrange function descriptions in more logical order.grog2007-03-041-24/+30
* Furhter clarifications:grog2007-02-271-6/+15
* In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes.jhb2007-02-271-3/+3
* Fix markup and grammar bugs in recent revisions.ru2007-02-271-6/+8
* Update HISTORY.grog2007-02-271-11/+14
* Add warning about deadlocks created by use of wakeup_one.grog2007-02-271-0/+6
* Add a new kernel sleep function pause(9). pause(9) is for places thatjhb2007-02-231-4/+23
* Markup fixes.ru2006-09-181-3/+3
* - Sleep/wakeup operate on threads now, not processes.jhb2006-04-171-40/+62
* allow timo to be 0 when mtx is not NULL (KASSERT allowed this asjmg2006-02-221-1/+5
* - Don't list sleep() in the NAME section as we haven't had a sleep()jhb2006-01-031-9/+40
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-281-1/+1
* Point out that tsleep(... , 0) is not permitted if the Giant lock is notcperciva2005-01-071-0/+5
* o Be consistent with the declaration: pri -> priority.maxim2004-02-171-2/+2
* Mdoc Janitor:hmp2003-10-231-3/+6
* Some mdoc(7) fixes:hmp2003-05-311-10/+10
* - Use better terminology when describing mutex operations in msleep(9)'sjhb2003-05-161-4/+4
* mdoc(7) police: Scheduled sweep.ru2003-02-241-8/+8
* sleep -> msleepguido2003-02-041-1/+1
* mdoc(4) police: Markup. Fix 1 hard sentence break.trhodes2003-01-031-4/+7
* mdoc(7) police: Remove hard sentence breaks.trhodes2003-01-031-9/+18
* mdoc(7) police: markup nits.trhodes2003-01-031-5/+7
* mdoc(7) police: macroize UNIX.ru2002-03-181-1/+2
* Fix speling errur.jdp2001-12-051-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* Remove references to asleep/await.jhb2001-08-231-113/+0
* mdoc(7) police:ru2001-08-071-1/+2
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-12/+12
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-4/+4
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
OpenPOWER on IntegriCloud