summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2007-10-21 04:22:46 +0000
committerJulian Elischer <julian@FreeBSD.org>2007-10-21 04:22:46 +0000
commit260b027e192406d2458abe92dabea4d3f72fc9f0 (patch)
tree67a528d1b4c2b1074ccc5ccc208cacd4d4f64ab4 /UPDATING
parent7c47022d93491c84f29f94aba2d57070c146aa17 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 0 insertions, 8 deletions
diff --git a/UPDATING b/UPDATING
index e0bb2888e89a..e11a17321bbc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -8,14 +8,6 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running
portupgrade.
-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.
-
20070806:
An incorrect field size in an ioctl struct for if_bridge(4) has been
corrected, ifconfig(8) will need to be recompilied.