From 131cdffb53651c00c672b26fc42ed35815e64dc3 Mon Sep 17 00:00:00 2001 From: Maksim Yevmenkin Date: Wed, 22 Apr 2009 15:54:27 +0000 Subject: [PATCH] Bump __FreeBSD_version. Add UPDATING entry about low-level Bluetooth HCI API. --- UPDATING | 4 ++++ sys/sys/param.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 00b6d03b517b..e7457086d2da 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 2532eefd2f1c..649db225ae70 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