| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | sleep(9), sleepqueue(9): const'ify wchan pointers | Conrad Meyer | 2019-12-24 | 1 | -9/+9 |
* | Add wakeup_any(), cheaper wakeup_one() for taskqueue(9). | Alexander Motin | 2019-06-20 | 1 | -7/+23 |
* | Document pause_sig(9) and update prototypes for existing pause(9) and | Hans Petter Selasky | 2018-03-03 | 1 | -4/+20 |
* | Add missing pieces of r315280 | Eric van Gyzen | 2017-03-14 | 1 | -0/+18 |
* | Remove a reference to the PBDRY flag, which itself was removed in r248470. | Mark Johnston | 2015-05-25 | 1 | -14/+1 |
* | use .Mt to mark up email addresses consistently (part6) | Baptiste Daroussin | 2014-06-26 | 1 | -1/+1 |
* | Correct sentence syntax too. | Matt Jacob | 2013-08-17 | 1 | -3/+3 |
* | Correct spelling. | David E. O'Brien | 2013-08-17 | 1 | -1/+1 |
* | MFcalloutng: | Davide Italiano | 2013-03-04 | 1 | -2/+40 |
* | Fix some minor inaccuracies introduced in r243251. | Benjamin Kaduk | 2013-01-05 | 1 | -6/+6 |
* | Improve grammar. | Benjamin Kaduk | 2012-11-18 | 1 | -7/+9 |
* | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -2/+2 |
* | document that even when wakeup_one is used to wakeup, msleep and friends | John-Mark Gurney | 2011-01-19 | 1 | -0/+8 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 1 | -1/+1 |
* | Document PBDRY and SLEEPQ_STOP_ON_BDRY. | Konstantin Belousov | 2009-12-12 | 1 | -1/+13 |
* | Permit Giant to be passed as the explicit interlock either to | John Baldwin | 2008-08-07 | 1 | -0/+6 |
* | Add note about PZERO being obsolete, because so much code uses it. | Warner Losh | 2008-04-04 | 1 | -1/+5 |
* | Add some cross references to locking.9 from related pages. | Julian Elischer | 2007-03-30 | 1 | -0/+1 |
* | Typo. | Greg Lehey | 2007-03-13 | 1 | -1/+1 |
* | Allow threads to atomically release rw and sx locks while waiting for an | John Baldwin | 2007-03-09 | 1 | -68/+111 |
* | Another typo. | Greg Lehey | 2007-03-05 | 1 | -1/+1 |
* | Cosmetics: remove trailing white space, wrap over-long lines. | Greg Lehey | 2007-03-05 | 1 | -4/+6 |
* | Rearrange function descriptions in more logical order. | Greg Lehey | 2007-03-04 | 1 | -24/+30 |
* | Furhter clarifications: | Greg Lehey | 2007-02-27 | 1 | -6/+15 |
* | In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes. | John Baldwin | 2007-02-27 | 1 | -3/+3 |
* | Fix markup and grammar bugs in recent revisions. | Ruslan Ermilov | 2007-02-27 | 1 | -6/+8 |
* | Update HISTORY. | Greg Lehey | 2007-02-27 | 1 | -11/+14 |
* | Add warning about deadlocks created by use of wakeup_one. | Greg Lehey | 2007-02-27 | 1 | -0/+6 |
* | Add a new kernel sleep function pause(9). pause(9) is for places that | John Baldwin | 2007-02-23 | 1 | -4/+23 |
* | Markup fixes. | Ruslan Ermilov | 2006-09-18 | 1 | -3/+3 |
* | - Sleep/wakeup operate on threads now, not processes. | John Baldwin | 2006-04-17 | 1 | -40/+62 |
* | allow timo to be 0 when mtx is not NULL (KASSERT allowed this as | John-Mark Gurney | 2006-02-22 | 1 | -1/+5 |
* | - Don't list sleep() in the NAME section as we haven't had a sleep() | John Baldwin | 2006-01-03 | 1 | -9/+40 |
* | Use 'manual page' instead of 'man page' for consistency. | Hiten Pandya | 2005-06-28 | 1 | -1/+1 |
* | Point out that tsleep(... , 0) is not permitted if the Giant lock is not | Colin Percival | 2005-01-07 | 1 | -0/+5 |
* | o Be consistent with the declaration: pri -> priority. | Maxim Konovalov | 2004-02-17 | 1 | -2/+2 |
* | Mdoc Janitor: | Hiten Pandya | 2003-10-23 | 1 | -3/+6 |
* | Some mdoc(7) fixes: | Hiten Pandya | 2003-05-31 | 1 | -10/+10 |
* | - Use better terminology when describing mutex operations in msleep(9)'s | John Baldwin | 2003-05-16 | 1 | -4/+4 |
* | mdoc(7) police: Scheduled sweep. | Ruslan Ermilov | 2003-02-24 | 1 | -8/+8 |
* | sleep -> msleep | Guido van Rooij | 2003-02-04 | 1 | -1/+1 |
* | mdoc(4) police: Markup. Fix 1 hard sentence break. | Tom Rhodes | 2003-01-03 | 1 | -4/+7 |
* | mdoc(7) police: Remove hard sentence breaks. | Tom Rhodes | 2003-01-03 | 1 | -9/+18 |
* | mdoc(7) police: markup nits. | Tom Rhodes | 2003-01-03 | 1 | -5/+7 |
* | mdoc(7) police: macroize UNIX. | Ruslan Ermilov | 2002-03-18 | 1 | -1/+2 |
* | Fix speling errur. | John Polstra | 2001-12-05 | 1 | -1/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -3/+3 |
* | Remove references to asleep/await. | John Baldwin | 2001-08-23 | 1 | -113/+0 |
* | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -1/+2 |