Bump __FreeBSD_version. Add UPDATING entry about low-level Bluetooth HCI API.
This commit is contained in:
parent
78b96635e6
commit
131cdffb53
4
UPDATING
4
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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user