aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/sleep.9
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-241-9/+9
* Add wakeup_any(), cheaper wakeup_one() for taskqueue(9).Alexander Motin2019-06-201-7/+23
* Document pause_sig(9) and update prototypes for existing pause(9) andHans Petter Selasky2018-03-031-4/+20
* Add missing pieces of r315280Eric van Gyzen2017-03-141-0/+18
* Remove a reference to the PBDRY flag, which itself was removed in r248470.Mark Johnston2015-05-251-14/+1
* use .Mt to mark up email addresses consistently (part6)Baptiste Daroussin2014-06-261-1/+1
* Correct sentence syntax too.Matt Jacob2013-08-171-3/+3
* Correct spelling.David E. O'Brien2013-08-171-1/+1
* MFcalloutng:Davide Italiano2013-03-041-2/+40
* Fix some minor inaccuracies introduced in r243251.Benjamin Kaduk2013-01-051-6/+6
* Improve grammar.Benjamin Kaduk2012-11-181-7/+9
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* document that even when wakeup_one is used to wakeup, msleep and friendsJohn-Mark Gurney2011-01-191-0/+8
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Document PBDRY and SLEEPQ_STOP_ON_BDRY.Konstantin Belousov2009-12-121-1/+13
* Permit Giant to be passed as the explicit interlock either toJohn Baldwin2008-08-071-0/+6
* Add note about PZERO being obsolete, because so much code uses it.Warner Losh2008-04-041-1/+5
* Add some cross references to locking.9 from related pages.Julian Elischer2007-03-301-0/+1
* Typo.Greg Lehey2007-03-131-1/+1
* Allow threads to atomically release rw and sx locks while waiting for anJohn Baldwin2007-03-091-68/+111
* Another typo.Greg Lehey2007-03-051-1/+1
* Cosmetics: remove trailing white space, wrap over-long lines.Greg Lehey2007-03-051-4/+6
* Rearrange function descriptions in more logical order.Greg Lehey2007-03-041-24/+30
* Furhter clarifications:Greg Lehey2007-02-271-6/+15
* In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes.John Baldwin2007-02-271-3/+3
* Fix markup and grammar bugs in recent revisions.Ruslan Ermilov2007-02-271-6/+8
* Update HISTORY.Greg Lehey2007-02-271-11/+14
* Add warning about deadlocks created by use of wakeup_one.Greg Lehey2007-02-271-0/+6
* Add a new kernel sleep function pause(9). pause(9) is for places thatJohn Baldwin2007-02-231-4/+23
* Markup fixes.Ruslan Ermilov2006-09-181-3/+3
* - Sleep/wakeup operate on threads now, not processes.John Baldwin2006-04-171-40/+62
* allow timo to be 0 when mtx is not NULL (KASSERT allowed this asJohn-Mark Gurney2006-02-221-1/+5
* - Don't list sleep() in the NAME section as we haven't had a sleep()John Baldwin2006-01-031-9/+40
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
* Point out that tsleep(... , 0) is not permitted if the Giant lock is notColin Percival2005-01-071-0/+5
* o Be consistent with the declaration: pri -> priority.Maxim Konovalov2004-02-171-2/+2
* Mdoc Janitor:Hiten Pandya2003-10-231-3/+6
* Some mdoc(7) fixes:Hiten Pandya2003-05-311-10/+10
* - Use better terminology when describing mutex operations in msleep(9)'sJohn Baldwin2003-05-161-4/+4
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-8/+8
* sleep -> msleepGuido van Rooij2003-02-041-1/+1
* mdoc(4) police: Markup. Fix 1 hard sentence break.Tom Rhodes2003-01-031-4/+7
* mdoc(7) police: Remove hard sentence breaks.Tom Rhodes2003-01-031-9/+18
* mdoc(7) police: markup nits.Tom Rhodes2003-01-031-5/+7
* mdoc(7) police: macroize UNIX.Ruslan Ermilov2002-03-181-1/+2
* Fix speling errur.John Polstra2001-12-051-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Remove references to asleep/await.John Baldwin2001-08-231-113/+0
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+2