UPDATING (5860696e69ec6d08bbe553c4c376efba3511b962) | UPDATING (7cf9caf294ce692b8c01b201fe00b65a8a413937) |
---|---|
1Updating Information for FreeBSD current users. 2 3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>. 4See end of file for further details. For commonly done items, please see the 5COMMON ITEMS: section later in the file. These instructions assume that you 6basically know what you are doing. If not, then please consult the FreeBSD 7handbook: 8 --- 14 unchanged lines hidden (view full) --- 23 debugging flags in userland, and various verbose features in the 24 kernel. Many developers choose to disable these features on build 25 machines to maximize performance. (To completely disable malloc 26 debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild 27 world, or to merely disable the most expensive debugging functionality 28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 29 3020210611: | 1Updating Information for FreeBSD current users. 2 3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>. 4See end of file for further details. For commonly done items, please see the 5COMMON ITEMS: section later in the file. These instructions assume that you 6basically know what you are doing. If not, then please consult the FreeBSD 7handbook: 8 --- 14 unchanged lines hidden (view full) --- 23 debugging flags in userland, and various verbose features in the 24 kernel. Many developers choose to disable these features on build 25 machines to maximize performance. (To completely disable malloc 26 debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild 27 world, or to merely disable the most expensive debugging functionality 28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 29 3020210611: |
31 svnlite has been removed from base. Should you need svn for any reason 32 please install the svn package or port. 33 3420210611: |
|
31 Commit e1a907a25cfa changed the internal KAPI between the krpc 32 and nfsserver. As such, both modules must be rebuilt from 33 sources. Bump __FreeBSD_version to 1400022. 34 | 35 Commit e1a907a25cfa changed the internal KAPI between the krpc 36 and nfsserver. As such, both modules must be rebuilt from 37 sources. Bump __FreeBSD_version to 1400022. 38 |
3920210610: 40 The an(4) driver has been removed from FreeBSD. 41 |
|
3520210608: 36 The vendor/openzfs branch was renamed to vendor/openzfs/legacy to 37 start tracking OpenZFS upstream more closely. Please see 38https://lists.freebsd.org/archives/freebsd-current/2021-June/000153.html 39 for details on how to correct any errors that might result. The 40 short version is that you need to remove the old branch locally: 41 git update-ref -d refs/remotes/freebsd/vendor/openzfs 42 (assuming your upstream origin is named 'freebsd'). --- 2459 unchanged lines hidden --- | 4220210608: 43 The vendor/openzfs branch was renamed to vendor/openzfs/legacy to 44 start tracking OpenZFS upstream more closely. Please see 45https://lists.freebsd.org/archives/freebsd-current/2021-June/000153.html 46 for details on how to correct any errors that might result. The 47 short version is that you need to remove the old branch locally: 48 git update-ref -d refs/remotes/freebsd/vendor/openzfs 49 (assuming your upstream origin is named 'freebsd'). --- 2459 unchanged lines hidden --- |