summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2009-04-22 15:54:27 +0000
committeremax <emax@FreeBSD.org>2009-04-22 15:54:27 +0000
commite61a16aa0ccaafe4723b8549329ca21d99c37bf0 (patch)
tree382087a86a751d6a627e32ebaf297f83340a5ea6
parent4eabe37bddadacacfb50b393da24dd1510236a49 (diff)
downloadFreeBSD-src-e61a16aa0ccaafe4723b8549329ca21d99c37bf0.zip
FreeBSD-src-e61a16aa0ccaafe4723b8549329ca21d99c37bf0.tar.gz
Bump __FreeBSD_version. Add UPDATING entry about low-level Bluetooth HCI API.
-rw-r--r--UPDATING4
-rw-r--r--sys/sys/param.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 00b6d03..e745708 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090422
+ Implement low-level Bluetooth HCI API.
+ Bump __FreeBSD_version to 800083.
+
20090415:
Anticipate overflowing inp_flags - add inp_flags2.
This changes most offsets in inpcb, so checking v4 connection
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 2532eef..649db22 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 800082 /* Master, propagated to newvers */
+#define __FreeBSD_version 800083 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud