UPDATING (e42fc368672e8c3f1d30fbbd7f1903e3baa69b7a) UPDATING (4b2361f811fac65d57b88b8fa5d705909944bc0a)
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

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

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
2520091113:
26 The default terminal emulation for syscons(4) has been changed
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

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

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
2520091113:
26 The default terminal emulation for syscons(4) has been changed
27 from cons25 to xterm on all platforms except i386 and pc98.
28 This means that the /etc/ttys file needs to be updated to ensure
29 correct operation of applications on the console.
27 from cons25 to xterm on all platforms except pc98. This means
28 that the /etc/ttys file needs to be updated to ensure correct
29 operation of applications on the console.
30
31 The terminal emulation style can be toggled per window by using
30
31 The terminal emulation style can be toggled per window by using
32 vidcontrol(1)'s -T flag. The TEKEN_XTERM and TEKEN_CONS25
33 kernel configuration options can be used to change the
34 compile-time default.
32 vidcontrol(1)'s -T flag. The TEKEN_CONS25 kernel configuration
33 options can be used to change the compile-time default back to
34 cons25.
35
36 To prevent graphical artifacts, make sure the TERM environment
37 variable is set to match the terminal emulation that is being
38 performed by syscons(4).
39
4020091109:
41 The layout of the structure ieee80211req_scan_result has changed.
42 Applications that require wireless scan results (e.g. ifconfig(8))

--- 1033 unchanged lines hidden ---
35
36 To prevent graphical artifacts, make sure the TERM environment
37 variable is set to match the terminal emulation that is being
38 performed by syscons(4).
39
4020091109:
41 The layout of the structure ieee80211req_scan_result has changed.
42 Applications that require wireless scan results (e.g. ifconfig(8))

--- 1033 unchanged lines hidden ---