Deleted Added
full compact
UPDATING (199087) UPDATING (199243)
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
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.
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.
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
2520091109:
26 The layout of the structure ieee80211req_scan_result has changed.
27 Applications that require wireless scan results (e.g. ifconfig(8))
28 from net80211 need to be recompiled.
29
3020091025:
31 The iwn(4) driver has been updated to support the 5000 and 5150 series.
32 There's one kernel module for each firmware. Adding "device iwnfw"

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

1052HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1053STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1054IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1055POSSIBILITY OF SUCH DAMAGE.
1056
1057Contact Warner Losh if you have any questions about your use of
1058this document.
1059
4020091109:
41 The layout of the structure ieee80211req_scan_result has changed.
42 Applications that require wireless scan results (e.g. ifconfig(8))
43 from net80211 need to be recompiled.
44
4520091025:
46 The iwn(4) driver has been updated to support the 5000 and 5150 series.
47 There's one kernel module for each firmware. Adding "device iwnfw"

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

1067HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1068STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1069IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1070POSSIBILITY OF SUCH DAMAGE.
1071
1072Contact Warner Losh if you have any questions about your use of
1073this document.
1074
1060$FreeBSD: head/UPDATING 199087 2009-11-09 16:05:32Z rpaulo $
1075$FreeBSD: head/UPDATING 199243 2009-11-13 05:54:55Z ed $