Bump __FreeBSD_version for r304787 and add a note about it to UPDATING.
This commit is contained in:
parent
c72fc9d2b9
commit
1c828193df
6
UPDATING
6
UPDATING
@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
disable the most expensive debugging functionality run
|
||||
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20160824:
|
||||
r304787 changed some ioctl interfaces between the iSCSI userspace
|
||||
programs and the kernel. ctladm, ctld, iscsictl, and iscsid must be
|
||||
rebuilt to work with new kernels. __FreeBSD_version has been bumped
|
||||
to 1200005.
|
||||
|
||||
20160818:
|
||||
The UDP receive code has been updated to only treat incoming UDP
|
||||
packets that were addressed to an L2 broadcast address as L3
|
||||
|
@ -58,7 +58,7 @@
|
||||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1200004 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1200005 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
Loading…
Reference in New Issue
Block a user