aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2007-10-21 04:27:07 +0000
committerJulian Elischer <julian@FreeBSD.org>2007-10-21 04:27:07 +0000
commit3d461febf05c2025eb7546589fbeb79b88f8ccdb (patch)
treee31674530bb52d1ad27c908f427a5b83d67356ed /UPDATING
parente1ff3d508a45c2cbdc87fe4fbaac656679d9b83a (diff)
downloadsrc-3d461febf05c2025eb7546589fbeb79b88f8ccdb.tar.gz
src-3d461febf05c2025eb7546589fbeb79b88f8ccdb.zip
This time to the right branch
note the renaming of the kthread_xxx calls
Notes
Notes: svn path=/head/; revision=172845
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3ee2894d077a..4fe520b7850a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20071020:
+ The misnamed kthread_create() and friends have been renamed
+ to kproc_create() etc. Many of the callers already
+ used kproc_start()..
+ I will return kthread_create() and friends in a while
+ with implementations that actually create threads, not procs.
+ Renaming corresponds with version 800002.
+
20071010:
RELENG_7 branched.