pooka
022fe45008
Remove the unused and all-but-unusable kthread_destroy(). Also makes
...
it more obvious that the opposite of kthread_create() is kthread_exit().
2015-04-21 11:10:29 +00:00
rmind
a0ffc02ab8
Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.
2011-08-07 14:03:15 +00:00
wiz
ee4a63b058
Improve wording.
2011-05-19 08:55:01 +00:00
rmind
95ea6d26ab
Re-implement kthread_join(9), so that it actually works (hi haad@).
2011-05-19 03:07:29 +00:00
wiz
05859157e6
Remove boilerplate in CODE REFERENCES on file paths.
...
Describe in intro(9) how to read paths in the CODE REFERENCES section.
2010-12-02 12:54:13 +00:00
jruoho
a5d24f20a8
In order to widen the paragraphs, move the newly added list of flags below
...
the list of function parameters. Add two small sentences to give few more
clues about KTHREAD_JOINABLE. Add a missing prototype for kthread_join().
Also: newpl -> newlp.
2010-05-13 13:04:56 +00:00
wiz
cf025cace8
Put flags into a list. Bug fixes to kthread_join docs.
2010-05-13 09:56:12 +00:00
haad
f4b66b2506
Document kthread_join in kthread(9).
2010-05-12 15:54:47 +00:00
rmind
3def089fbe
Relate interfaces by updating "see also" section.
2009-08-03 23:29:19 +00:00
wiz
ee30bd33e5
Mark up NULL and SCHED_*.
2009-01-29 22:33:31 +00:00
ad
a9743c2461
- Allow creating timeshard kthreads. To be used to fix the RAIDframe
...
parity rewrite issue.
- Create kthreads in the SCHED_RR class by default, not SCHED_FIFO.
2009-01-29 22:00:26 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
xtraeme
efb076273b
kthread_create1 is no more, ok thx.
2007-11-21 23:11:06 +00:00
ad
58af9c20d0
Sync with reality.
2007-07-14 11:22:33 +00:00
wiz
4c0f3d6384
Bump date for previous.
2005-09-10 22:21:41 +00:00
briggs
60c87a4d4c
Mention that a kthread *must* call kthread_exit() to terminate itself
...
properly. If you don't, the kernel will likely crash.
2005-08-27 01:32:59 +00:00
simonb
9bc855a931
s/the the/the/ (only in sources that aren't regularly imported from
...
elsewhere).
2004-04-23 02:58:27 +00:00
wiz
472351e13d
Use
...
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
perry
43e0efbdeb
"Utilize" has exactly the same meaning as "use," but it is more
...
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
wiz
770eef2122
New sentence, new line.
2002-10-14 13:43:14 +00:00
itojun
85aeb556eb
fix typo. PR 18597
...
put full ANSI prototype in FUNCTIONS section for consistency.
2002-10-09 15:27:23 +00:00
kleink
26c19c6081
Fix the declaration of the function to be registered with kthread_create{,1};
...
from Peter Seebach in PR kern/15838.
2002-03-08 23:03:23 +00:00
ross
4fa402f116
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-13 08:17:26 +00:00
enami
20b9d83486
proc0 isn't the init.
2001-12-05 13:51:43 +00:00
hubertf
99e2cfa498
fix typo (shaed)
2001-10-10 10:40:54 +00:00
wiz
ab1b3c443e
Two punctuation nits, and sort SEE ALSO.
2001-09-04 03:05:07 +00:00
wiz
42a2a8e490
Boring whitespace fixes.
2001-09-04 02:51:15 +00:00
gmcgarry
8752c2315f
Add some missing documentation.
2001-07-01 04:11:13 +00:00