CHANGES revision 1.714 1 1.714 christos LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.714 $>
2 1.1 lukem
3 1.1 lukem
4 1.1 lukem [Note: This file does not mention every change made to the NetBSD source tree.
5 1.1 lukem For an exhaustive list, please subscribe to the `source-changes' mailing list,
6 1.1 lukem or see the mailing list archives. For more information, send a message
7 1.182 salo containing just the word `help' to `majordomo (a] NetBSD.org'.]
8 1.1 lukem
9 1.1 lukem
10 1.663 riz Changes from NetBSD 4.0 to NetBSD 5.0:
11 1.664 skrll iwi(4): Use firmload(9) to load firmware images. You no longer need to
12 1.664 skrll use iwictl(8) to load the firmware. [skrll 20060809]
13 1.665 bjh21 acorn32: Remove the old, pre-wscons, console code. Kernel
14 1.665 bjh21 configurations using the old console (kbd, vt, and vidcconsole)
15 1.665 bjh21 will need to be updated to use wscons. [bjh21 20060814]
16 1.666 simonb wpi(4): Driver for Intel PRO/Wireless 3945ABG. OpenBSD wpi driver
17 1.668 bjh21 ported by Jean-Baptiste Campesato. [simonb 20060818]
18 1.667 bjh21 acorn32: Correctly detect the display refresh rate being used under
19 1.667 bjh21 RISC OS and look for a matching mode in a list of standard
20 1.667 bjh21 video modes. This removes the requirement for compiling
21 1.667 bjh21 RISC OS monitor definitions into the kernel. [bjh21 20060820]
22 1.669 matt netns: Support for XNS in the kernel and userspace has been
23 1.669 matt removed. [matt 20060825]
24 1.669 matt netccit: Support for CCITT/X.26 in the kernel and userspace has
25 1.669 matt been removed. [matt 20060825]
26 1.669 matt mips64: Preliminary support for a MIPS64 toolchain using the N64
27 1.669 matt ABI. [matt 20060825]
28 1.670 rpaulo postfix: Updated to 2.3.3 [rpaulo 20060827]
29 1.673 uwe landisk: Initial import of landisk port for SuperH based
30 1.673 uwe network storage appliances by I-O DATA. The port was
31 1.673 uwe done by NONAKA Kimihiro <nonaka (a] NetBSD.org>.
32 1.673 uwe [uwe 20060901]
33 1.674 gdamore evbmips: Add timecounter support. [gdamore 20060901]
34 1.690 tsutsui todr(9): New machine independent time-of-day chip framework for
35 1.690 tsutsui drivers, which provides uniform handling across all ports.
36 1.690 tsutsui Not all ports have adopted it yet. [gdamore 20060902]
37 1.677 gdamore sun2: Add timecounter support. [gdamore 20060903]
38 1.678 rpaulo tcp: Add support for Explicit Congestion Notification as defined
39 1.678 rpaulo in RFC 3168. Sponsored by Google SoC. [rpaulo 20060905]
40 1.690 tsutsui prep: Convert prep to MI todr(9) driver. [garbled 20060905]
41 1.690 tsutsui sun3: Add timecounter support. [gdamore 20060905]
42 1.690 tsutsui cesfic: Add timecounter support. [gdamore 20060906]
43 1.684 garbled prep: Add support for the IBM 7025-F40. [garbled 20060907]
44 1.680 ad lockstat(8): Add the lockstat command: displays a summary of kernel
45 1.680 ad locking events recorded over the lifetime of a called program.
46 1.680 ad [ad 20060907]
47 1.690 tsutsui cobalt: Add timecounter support. [gdamore 20060907]
48 1.682 itohy njata(4): Add driver for Workbit NinjaATA-32 busmastering PIO IDE
49 1.682 itohy controller. [itohy 20060907]
50 1.690 tsutsui ews4800mips: Add timecounter support. [gdamore 20060909]
51 1.690 tsutsui arc: Add timecounter support. [gdamore 20060909]
52 1.687 tsutsui news68k: Add timecounter support. From gdamore. [tsutsui 20060909]
53 1.690 tsutsui msk(4): Driver for Marvell Yukon 2 Gigabit Ethernet. [riz 20060909]
54 1.688 gdamore evbsh5: Add timecounter support. [gdamore 20060909]
55 1.690 tsutsui hp300: Add timecounter support. [tsutsui 20060909]
56 1.708 manu ipsec-tools: ipsec-tools CVS is now part of NetBSD. [manu 20060909]
57 1.692 gdamore iyonix: Add timecounter support. [gdamore 20060910]
58 1.693 gdamore next68k: Add timecounter support. [gdamore 20060911]
59 1.694 gdamore cats: Add timecounter support. [gdamore 20060911]
60 1.694 gdamore netwinder: Add timecounter support. [gdamore 20060911]
61 1.695 gdamore shark: Add timecounter support. [gdamore 20060913]
62 1.696 tsutsui newsmips: Add timecounter support. From gdamore. [tsutsui 20060913]
63 1.697 gdamore luna68k: Add timecounter support. [gdamore 20060914]
64 1.698 gdamore mipsco: Add timecounter support. [gdamore 20060915]
65 1.707 jmcneill hpcmips: Add timecounter support. [gdamore 20060915]
66 1.700 gdamore sgimips: Add timecounter support. [gdamore 20060916]
67 1.701 elad veriexec: Add veriexecgen(8), a tool for easy and fast generation
68 1.701 elad of Veriexec fingerprint files. [elad 20060916]
69 1.702 gdamore x68k: Add timecounter support. [gdamore 20060919]
70 1.703 hubertf who(1): Change -u behaviour to also print PID of process on
71 1.703 hubertf terminal, and add -d to print more information from
72 1.703 hubertf utmpx. [hubertf 20060919]
73 1.710 christos init(8): Add system boot, login process, runlevel, system down
74 1.710 christos utmpx records [christos 20060919]
75 1.704 xtraeme cdplay(1): Add digital transfer mode support, not enabled by
76 1.704 xtraeme default. Thanks to Sergey Svishchev for the patch.
77 1.704 xtraeme [xtraeme 20060922]
78 1.705 jmcneill wscons: Add fr_CA.iso8859-1 keyboard mapping support. Thanks to
79 1.705 jmcneill Matthew Mondor for the patch. [jmcneill 20060922]
80 1.706 tsutsui sh3: Add timecounter support to all sh3 ports. From gdamore with
81 1.706 tsutsui some fixes by me. [tsutsui 20060924]
82 1.707 jmcneill kernel: Modify powerhook_establish(9) API to accept a name
83 1.707 jmcneill argument. [jmcneill 20060924]
84 1.713 rpaulo twa(4): 3ware's tw_cli management tools now works [manu 20060924]
85 1.710 christos csplit(1): Added from FreeBSD/OpenBSD [christos 20060925]
86 1.711 gdamore evbmips: Add AR5315/2315 support, specifically the Meraki Mini,
87 1.711 gdamore which can be found at http://www.meraki.net/
88 1.711 gdamore [gdamore 20060925]
89 1.714 christos ssh: Import openssh-4.4 [christos 20060928]
90