diff options
-rw-r--r-- | UPDATING | 4 | ||||
-rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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> |