Deleted Added
full compact
UPDATING (231506) UPDATING (232317)
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

--- 8 unchanged lines hidden (view full) ---

17 system performance. If you want to do performance measurement,
18 benchmarking, and optimization, you'll want to turn them off. This
19 includes various WITNESS- related kernel options, INVARIANTS, malloc
20 debugging flags in userland, and various verbose features in the
21 kernel. Many developers choose to disable these features on build
22 machines to maximize performance. (To disable malloc debugging, run
23 ln -s aj /etc/malloc.conf.)
24
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

--- 8 unchanged lines hidden (view full) ---

17 system performance. If you want to do performance measurement,
18 benchmarking, and optimization, you'll want to turn them off. This
19 includes various WITNESS- related kernel options, INVARIANTS, malloc
20 debugging flags in userland, and various verbose features in the
21 kernel. Many developers choose to disable these features on build
22 machines to maximize performance. (To disable malloc debugging, run
23 ln -s aj /etc/malloc.conf.)
24
2520120229:
26 Now unix domain sockets behave "as expected" on nullfs(5). Previously
27 nullfs(5) did not pass through all behaviours to the underlying layer,
28 as a result if we bound to a socket on the lower layer we could connect
29 only to the lower path; if we bound to the upper layer we could connect
30 only to the upper path. The new behavior is one can connect to both the
31 lower and the upper paths regardless what layer path one binds to.
32
2520120211:
26 The getifaddrs upgrade path broken with 20111215 has been restored.
27 If you have upgraded in between 20111215 and 20120209 you need to
28 recompile libc again with your kernel. You still need to recompile
29 world to be able to configure CARP but this restriction already
30 comes from 20111215.
31
3220120114:

--- 1519 unchanged lines hidden (view full) ---

1552HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1553STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1554IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1555POSSIBILITY OF SUCH DAMAGE.
1556
1557Contact Warner Losh if you have any questions about your use of
1558this document.
1559
3320120211:
34 The getifaddrs upgrade path broken with 20111215 has been restored.
35 If you have upgraded in between 20111215 and 20120209 you need to
36 recompile libc again with your kernel. You still need to recompile
37 world to be able to configure CARP but this restriction already
38 comes from 20111215.
39
4020120114:

--- 1519 unchanged lines hidden (view full) ---

1560HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1561STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1562IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1563POSSIBILITY OF SUCH DAMAGE.
1564
1565Contact Warner Losh if you have any questions about your use of
1566this document.
1567
1560$FreeBSD: head/UPDATING 231506 2012-02-11 06:05:40Z bz $
1568$FreeBSD: head/UPDATING 232317 2012-02-29 21:38:31Z trociny $