summaryrefslogtreecommitdiffstats
path: root/share/man/man9/sleep.9
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
* Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.jhb2000-11-101-1/+1
* Add scant documentation for msleep.jake2000-09-111-0/+19
* Improve the cross-references.markm2000-08-151-1/+2
* Fix grammar and a function name.markm2000-08-151-2/+2
* Small grammar gnit.hoek2000-05-091-2/+2
* Fix a typo (simple --> simply).jasone2000-02-161-1/+1
* Move the description of the traditional sleep() form out into the historyjoerg1999-11-031-6/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Various man page cleanup:mpp1999-08-151-3/+6
* Fix some spelling errors.mpp1999-02-011-2/+2
OpenPOWER on IntegriCloud