Bump __FreeBSD_version and make a note in UPDATING about removal of
the support for non-MPSAFE filesystems.
This commit is contained in:
parent
560aa751e0
commit
78cfd93a32
5
UPDATING
5
UPDATING
@ -24,6 +24,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
|
||||
disable the most expensive debugging functionality run
|
||||
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20121022:
|
||||
Support for non-MPSAFE filesystems was removed from VFS. The
|
||||
VFS_VERSION was bumped, all filesystem modules shall be
|
||||
recompiled.
|
||||
|
||||
20121018:
|
||||
All the non-MPSAFE filesystems have been disconnected from
|
||||
the build. The full list includes: codafs, hpfs, ntfs, nwfs,
|
||||
|
@ -58,7 +58,7 @@
|
||||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1000020 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1000021 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
Loading…
Reference in New Issue
Block a user