UPDATING (6aae3517ed2500fb963ba0a4264b4756088dd0f4) UPDATING (25b0021d401bdbc28980255f69dfadbd64e58564)
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

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

22 includes various WITNESS- related kernel options, INVARIANTS, malloc
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
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

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

22 includes various WITNESS- related kernel options, INVARIANTS, malloc
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
3020211106:
31 Commit f0c9847a6c47 changed the arguments for VOP_ALLOCATE.
32 The NFS modules must be rebuilt from sources and any out
33 of tree file systems that implement their own VOP_ALLOCATE
34 may need to be modified.
35
3020211022:
31 The synchronous PPP kernel driver sppp(4) has been removed.
32 The cp(4) and ce(4) drivers are now always compiled with netgraph(4)
33 support, formerly enabled by NETGRAPH_CRONYX option.
34
3520211020:
36 sh(1) is now the default shell for the root user. To force root to use
37 the csh shell, please run the following command as root:

--- 2571 unchanged lines hidden ---
3620211022:
37 The synchronous PPP kernel driver sppp(4) has been removed.
38 The cp(4) and ce(4) drivers are now always compiled with netgraph(4)
39 support, formerly enabled by NETGRAPH_CRONYX option.
40
4120211020:
42 sh(1) is now the default shell for the root user. To force root to use
43 the csh shell, please run the following command as root:

--- 2571 unchanged lines hidden ---