Home | History | Annotate | Line # | Download | only in doc
CHANGES revision 1.1047
      1  1.1047      matt LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1047 $>
      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.1028   xtraeme ------------------------------------------------------------------------------
     10  1.1028   xtraeme PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
     11  1.1028   xtraeme 
     12  1.1028   xtraeme 	theme: Content ...
     13  1.1028   xtraeme 		more content ...
     14  1.1028   xtraeme 		more content. [developer DATE-FORMAT]
     15  1.1028   xtraeme 
     16  1.1028   xtraeme That's it, one tab to start an item, and two tabs to indent the content.
     17  1.1028   xtraeme Also please start the content with a capital and end it with a dot.
     18  1.1028   xtraeme 
     19  1.1028   xtraeme This is very important for the www scripts, otherwise it won't be able to
     20  1.1028   xtraeme parse the file and the HTML output will be mangled.
     21  1.1028   xtraeme ------------------------------------------------------------------------------
     22  1.1028   xtraeme 
     23     1.1     lukem 
     24   1.663       riz Changes from NetBSD 4.0 to NetBSD 5.0:
     25   1.988   xtraeme 	evbppc: Add support for Xilinx Virtex II-Pro/4-FX. [freza 20061202]
     26   1.988   xtraeme 	mac68k: Add support for four more Nubus video cards, including the
     27   1.767     hauke 		VillageTronic MacPicasso 340. [hauke 20061206]
     28   1.988   xtraeme 	ixp425: Add support for NPE Ethernet. [scw 20061210]
     29   1.772      yamt 	nfs: Remove NQNFS support from kernel. [yamt 20061227]
     30   1.988   xtraeme 	mount_psshfs(8): Add puffs sshfs. [pooka 20061229]
     31   1.988   xtraeme 	zaurus: Add support for Sharp C3x00 PDA. [ober 20070105]
     32   1.988   xtraeme 	i386: Add support for Microsoft Xbox. [jmcneill 20070105]
     33   1.962       apb 	ntp: Import ntp 4.2.4 (20061228). Tracking of network interface
     34   1.962       apb 		address changes is now supported - no more ntpd
     35   1.962       apb 		restarts when interface addresses are re-configured
     36   1.962       apb 		(WLAN/DSL/ppp/...). [kardel 20070106]
     37   1.988   xtraeme 	kernel: Global 'securelevel' variable removed; it is now internal to
     38   1.779      elad 		the secmodel. [elad 20070110]
     39  1.1031   tsutsui 	gcc(1): Updated to version 4.1.2-20070110. [mrg 20070111]
     40   1.988   xtraeme 	acpitools: Added from FreeBSD via fvdl. [christos 20070114]
     41   1.988   xtraeme 	scsictl(8): Added setspeed command, to set the highest speed that the
     42   1.782    bouyer 		optical drive should use for reading data,
     43   1.782    bouyer 		contributed by Kimura Fuyuki. [bouyer 20070122]
     44   1.988   xtraeme 	i386, amd64: Add cmos(4), driver for x86 CMOS RAM. [dyoung 20070206]
     45   1.790        ad 	newlock2: Merge the newlock2 branch. Introduces a number of new
     46   1.790        ad 		kernel synchronization primitives, improves scalability
     47   1.790        ad 		on MP systems, and replaces the existing SA threads model
     48   1.790        ad 		with a 1:1 threading model. [ad 20070209]
     49   1.788   tsutsui 	news68k: Implement generic softintr(9) support. [tsutsui 20070210]
     50   1.988   xtraeme 	refuse: Added FUSE (file system in userspace) compatibility
     51   1.988   xtraeme 		functionality, layered on top of libpuffs. [agc 20070211]
     52   1.988   xtraeme 	i386: Added an opencrypto provider for VIA ACE (AES encryption
     53   1.789    daniel 		instructions), ported from OpenBSD. [daniel 20070217]
     54   1.791     rmind 	sdiff(1): Replaced by OpenBSD sdiff(1) (public domain). [rmind 20070219]
     55   1.794   xtraeme 	btuart(4): Add support for Bluetooth HCI UART (H4) driver.
     56   1.794   xtraeme 		[kiyohara 20070221]
     57   1.794   xtraeme 	btuartd(8): Add support for Bluetooth HCI UART (H4) daemon.
     58   1.795   xtraeme 		[kiyohara 20070221]
     59   1.962       apb 	mutex(9), rwlock(9): Support priority inheritance. [yamt 20070226]
     60   1.797  macallan 	eeprom(8): Add the missing kernel bits on arm and powerpc that kept
     61   1.988   xtraeme 		eeprom from actually changing firmware settings.
     62   1.797  macallan 		[macallan 20070228]
     63   1.799       apb 	MAKEDEV(8), MAKEDEV.local(8): Let MAKEDEV.local use functions
     64   1.799       apb 		defined in MAKEDEV. [apb 20070303]
     65   1.801   tsutsui 	x68k: Add generic softintr(9) support. [tsutsui 20070304]
     66   1.801   tsutsui 	luna68k: Add generic softintr(9) support. [tsutsui 20070304]
     67   1.988   xtraeme 	file(1): Update to 4.20.  [pooka 20070304]
     68   1.803     dillo 	hfs: Add read-only Apple HFS+ file system support. [dillo 20070305]
     69   1.988   xtraeme 	ipv6: Add ipv6 fast forward. [liamjfoy 20070307]
     70  1.1004   xtraeme 	openssh: Import 4.6. [christos 20070310]
     71   1.809   xtraeme 	aiboost(4): ASUS AI Booster ACPI Hardware monitor driver,
     72   1.810   xtraeme 		adapted from FreeBSD for envsys(4). [xtraeme 20070313]
     73   1.988   xtraeme 	evbmips: Add Infineon ADM5120 port. [dyoung 20070320]
     74   1.815   xtraeme 	i386, amd64: Intel(R) On Demand Clock Modulation driver, to save
     75   1.815   xtraeme 		power and overheating in CPUs supporting the Thermal
     76   1.815   xtraeme 		Monitor feature (TM). Adapted from OpenBSD/FreeBSD.
     77   1.816   xtraeme 		See options(4) for more information. [xtraeme 20070320]
     78  1.1004   xtraeme 	kernel: Import of DRM (Direct Rendering Manager). Not yet enabled
     79   1.955     rmind 		by default. [drochner 20070320]
     80   1.988   xtraeme 	libc: Add support for LC_TIME. [manu 20070328]
     81  1.1031   tsutsui 	genfb(4): Generic framebuffer console driver with PCI and SBus
     82   1.988   xtraeme 		frontends. [macallan 20070411]
     83   1.988   xtraeme 	sgimips: Add support for SGI O2 PS/2 controller macekbc(4) and
     84   1.988   xtraeme 		onboard display adapter crmfb(4). [jmcneill 20070412]
     85   1.988   xtraeme 	sgimips: Import mavb(4) audio device driver for SGI O2 from
     86   1.988   xtraeme 		OpenBSD. [jmcneill 20070412]
     87   1.988   xtraeme 	sparc64: Add support for hardware monitoring on
     88   1.988   xtraeme 		Ultra Enterprise 450. See envctrl(4). [tnn 20070414]
     89   1.988   xtraeme 	puffs(4): Support NFS exporting puffs file servers. [pooka 20070416]
     90   1.834  christos 	xargs(1): Bring in xargs from FreeBSD to gain -I, -J etc. but keep our
     91   1.834  christos 		GNU compatible exit values. [christos 20070418]
     92   1.831     pooka 	mount_9p(8): Add support to mount a 9P file service with puffs.
     93   1.831     pooka 		[pooka 20070421]
     94   1.832       dsl 	kernel: Remove the CHECK_ALT_xxx() defines and emul_find() used
     95   1.832       dsl 		to locate files within an emulation's root directory.
     96   1.832       dsl 		Instead get namei() to check the emulation root first.
     97   1.835       dsl 		[dsl 20070422]
     98  1.1004   xtraeme 	prep: Add support for the MTX604 RAVEN based machine. Other RAVEN
     99   1.838   garbled 		based machines are also likely to work now. [garbled 20070426]
    100   1.837     rmind 	kernel: Added support for POSIX Asynchronous I/O. [rmind 20070430]
    101   1.843     pooka 	puffs(3): Add puffs_framebuf(3), which abstracts the buffer
    102   1.843     pooka 		management and event loop for networked file systems
    103   1.988   xtraeme 		using puffs_cc(3). Convert mount_psshfs(8) and
    104  1.1004   xtraeme 		mount_9p(8) to use it. [pooka 20070505]
    105   1.962       apb 	kernel: Add the TFTPROOT kernel option for TFTP'ing root RAMdisk
    106   1.844      manu 		at root mount time. [manu 20070508]
    107   1.849    dyoung 	pf(4): Make 'nat' and 'rdr' translation rules obey state
    108   1.849    dyoung 		policy flags ('if-bound', 'group-bound', 'floating').
    109   1.849    dyoung 		Extend pf.conf(5) syntax to express the translation-state
    110   1.849    dyoung 		policies. [dyoung 20070510]
    111   1.856      yamt 	idlelwp: yamt-idlelwp branch was merged.
    112   1.856      yamt 		1. separate context switching and thread scheduling.
    113   1.856      yamt 		2. implement idle lwp.
    114   1.856      yamt 		3. clean up related MD/MI interfaces.
    115   1.856      yamt 		4. make scheduler(s) modular.
    116   1.856      yamt 		[yamt 20070518]
    117  1.1031   tsutsui 	ld.elf_so(1): Support Solaris $ORIGIN etc. expansions in paths.
    118   1.857  christos 		[christos 20070518]
    119   1.988   xtraeme 	uslsa(4): Added CP210x USB-RS232 ucom driver, as submitted by
    120   1.988   xtraeme 		Jonathan A. Kollasch in PR kern/33496. [dogcow 20070520]
    121   1.861        ad 	top(1): Allow a single process to be selected by pid.
    122   1.861        ad 		Add a 'thread mode' that displays LWPs.
    123   1.861        ad 		[ad 20070524]
    124   1.863     blymn 	libcurses: Merge in wide curses work done by Ruibiao Qui as a
    125   1.988   xtraeme 		Google Summer of Code project. [blymn 20070529]
    126   1.988   xtraeme 	powerpc: Add booted_kernel and booted_device sysctl. [nisimura 20070601]
    127   1.865     blymn 	smsc(4): Added a driver for the hardware monitoring portion of
    128   1.988   xtraeme 		the SMSC LPC47B397. [blymn 20070601]
    129  1.1004   xtraeme 	file(1): Update to 4.21. [pooka 20070607]
    130   1.869  kiyohara 	zyd(4): Added OpenBSD's driver. Supports ZyDAS ZD1211/ZD1211B
    131   1.869  kiyohara 		USB IEEE 802.11b/g wireless network device. [kiyohara 20070609]
    132   1.871   tsutsui 	mac68k: Switch sn(4) Ethernet on mac68k to using MI SONIC driver.
    133   1.871   tsutsui 		[tsutsui 20070610]
    134   1.876  christos 	tcp(4): Per socket keepalive timer settings. Ability to change
    135   1.988   xtraeme 		connection timeout. [christos 20070620].
    136   1.877  ginsbach 	newgrp(1): Add POSIX (IEEE Std 1003.1, 2004 / Open Group Base
    137   1.877  ginsbach 		Specifications Issue 6) User Portability Utility to change
    138   1.877  ginsbach 		effective group ID. [ginsbach 20060621]
    139  1.1031   tsutsui 	gcc(1): Updated to version 4.1.3-20070620.  [mrg 20070621]
    140   1.879    kardel 	ntp: Updated to version 4.2.4p2. [kardel 20070624]
    141   1.988   xtraeme 	tcpdrop(8): Ported by anon ymous (from FreeBSD/OpenBSD).
    142   1.880  christos 		[christos 20070625]
    143   1.988   xtraeme 	fast_ipsec(4): Add support for IPsec NAT-T. [degroote 20070627]
    144   1.883    rumble 	efs: Added read-only Silicon Graphics EFS file system. [rumble 20070629]
    145   1.962       apb 	envsys(4), sysmon_envsys(9): Imported envsys2. New API with the
    146   1.962       apb 		following features:
    147   1.884   xtraeme 		- Cleaned up the API for simplicity and efficiency.
    148   1.884   xtraeme 		- Ability to send capacity/critical/warning events to powerd(8).
    149   1.884   xtraeme 		- Added support for a 'dictionary based communication channel'
    150   1.884   xtraeme 		  between sysmon_power(9) and powerd(8), that means there is
    151   1.884   xtraeme 		  no 32 bytes event size event restriction anymore.
    152   1.884   xtraeme 		- Binary compatibility with old envstat(8) and powerd(8) via
    153   1.884   xtraeme 		  COMPAT_40.
    154   1.884   xtraeme 		And more, please see envsys(4) and sysmon_envsys(9) for more
    155   1.884   xtraeme 		information.
    156   1.884   xtraeme 		[xtraeme 20070701]
    157   1.988   xtraeme 	mount_puffsportal: Add experimental version of portalfs
    158   1.887     pooka 		based on puffs(3).  [pooka 20070708]
    159   1.888  jmcneill 	i386: Add gcscehci(4) driver for the EHCI controller found in the AMD
    160   1.888  jmcneill 		Geode CS5536 companion controllers. [jmcneill 20070708]
    161   1.889  kiyohara 	nfsmb(4): Add support for NVIDIA nForce 2/3/4 SMBus controller and
    162   1.889  kiyohara 		SMBus driver. [kiyohara 20070711]
    163   1.890  macallan 	dbri(4): Added support for audio input. [macallan 20070712]
    164   1.891   tsutsui 	alpha: Add timecounter(9) support and switch to MI todr(9)
    165   1.891   tsutsui 		with MI mc146818 driver. [tsutsui 20070721]
    166   1.894  kiyohara 	ichsmb(4): Add support for Intel ICH SMBus controller.
    167   1.894  kiyohara 		[kiyohara 20070728]
    168   1.895      jmmv 	shark: Add dhclient(8) to the install disk image to be able to
    169   1.895      jmmv 		configure network interfaces through DHCP.  [jmmv 20070729]
    170  1.1031   tsutsui 	sparc: The cgfourteen(4) driver now supports wscons. [macallan 20070730]
    171   1.897      jmmv 	shark: Switched the installation disk to use wscons instead of
    172  1.1004   xtraeme 		pccons. [jmmv 20070731]
    173   1.901     rmind 	tcp(4): TCP socket buffers automatic sizing, ported from FreeBSD.
    174   1.901     rmind 		[rmind 20070802]
    175   1.898  kiyohara 	agp(4): Add support agp_amd64. Imported from FreeBSD.
    176   1.898  kiyohara 		[kiyohara 20070804]
    177   1.900        ad 	cpuctl(8): A new utility which allows setting CPUs online/offline.
    178   1.899        ad 		[ad 20070804]
    179   1.900        ad 	libpthread: Make some significant performance improvements around
    180   1.900        ad 		thread synchronization, and fix a minor problem with
    181   1.900        ad 		detaching running threads. [ad 20070804]
    182   1.904     pooka 	rump: Add the Runnable Userspace Meta Program framework to sys/rump.
    183   1.904     pooka 		These are programs which compile in a part from the standard
    184   1.904     pooka 		kernel sources and run in userspace.  Their main use is
    185  1.1004   xtraeme 		testing/debugging. Currently supported are a number of
    186   1.904     pooka 		file systems (e.g. ffs) through puffs(3). [pooka 20070805]
    187  1.1031   tsutsui 	wscons(4): Add scrollback support to vcons, this should work with
    188  1.1004   xtraeme 		any framebuffer console driver that uses vcons.
    189   1.905  macallan 		[macallan 20070805]
    190   1.906   hubertf 	wtf(6): Search pkgsrc's help database when ran inside a package
    191   1.906   hubertf 		directory. [hubertf 20070806]
    192   1.907        ad 	libpthread: Another performance improvement, and a fix for an issue
    193   1.907        ad 		that could cause threaded applications to hang under rare
    194   1.907        ad 		circumstances. [ad 20070807]
    195   1.988   xtraeme 	mount_sysctlfs(8): sysctl(3) to file system translator. [pooka 20070809]
    196   1.909  kiyohara 	slhci(4): Replace to Matthew Orgass's slhci(4). [kiyohara 20070815]
    197   1.910       tnn 	spdmem(4): Add Serial Presence Detect driver/support. This decodes
    198   1.910       tnn 		technical specifications stored in the eeprom on common types
    199   1.910       tnn 		of memory modules. [tnn 20070818]
    200   1.911  kiyohara 	btbc(4): Add support for AnyCom BlueCard. [kiyohara 20070820]
    201  1.1020  drochner 	libm: Add C99 complex support (float/double). [drochner 20070820]
    202   1.913   xtraeme 	ichlpcib(4): The driver has added support for the TCO (watchdog) on
    203   1.913   xtraeme 		ICH6 or newer chipsets plus timecounter support. Also it can
    204   1.913   xtraeme 		be used on EM64T systems running the amd64 port. Adapted from
    205   1.912   xtraeme 		FreeBSD and OpenBSD. [xtraeme 20070826]
    206   1.914  macallan 	agten(4): Add support for Fujitsu AG-10e graphics cards working as
    207   1.914  macallan 		accelerated framebuffer console. [macallan 20070826]
    208   1.915  macallan 	ag10e(4): Add XFree86 driver to run the AG-10e in 24bit with
    209   1.915  macallan 		acceleration. [macallan 20070830]
    210   1.921  tshiozak 	uchcom(4): Add support for WinChipHead CH341/340 USB-Serial adapter.
    211   1.921  tshiozak 		[tshiozak 20070903]
    212   1.988   xtraeme 	amd64, i386: cgd(4) is part of GENERIC. [joerg 20070906]
    213   1.924        ad 	libpthread: scalability and performance enhancements. The MySQL
    214   1.924        ad 		sysbench benchmark in read-only mode now scales to 900
    215   1.924        ad 		simultaneous client threads on a 4xCPU i386 system before
    216   1.924        ad 		serious performance drop-off occurs. [ad 20070907]
    217   1.925     rmind 	kernel: Added support for POSIX message queues. [rmind 20070907]
    218   1.962       apb 	aps(4): driver for IBM Thinkpad Active Protection System,
    219   1.926   xtraeme 		provides support for some sensors exported through
    220   1.926   xtraeme 		the envsys(4) framework. Ported by Pierre Pronchery
    221   1.926   xtraeme 		from OpenBSD. [xtraeme 20070911]
    222   1.928        ad 	i386, amd64: pcc is now able to compile most of the i386 kernel.
    223   1.928        ad 		a number of changes have been made for LKM and
    224   1.928        ad 		preemption safety. [ad 20070927]
    225   1.928        ad 	i386: i386 bootblocks are now able to boot amd64 kernels.
    226   1.988   xtraeme 		support for a.out kernels has been removed. [ad 20070927]
    227   1.931     oster 	kernel: Added support for kernel core dumps to RAID 1 sets.
    228   1.931     oster 		[oster 20071004]
    229   1.932    dyoung 	kernel: The new socket option SO_NOHEADER tells the network
    230   1.932    dyoung 		stack to strip the protocol header from packets
    231   1.932    dyoung 		received on a raw socket. [dyoung 20071005]
    232   1.932    dyoung 	gre(4): Available encapsulations increase to IPv6, UDP in
    233   1.932    dyoung 		IPv6, and UDP in IPv4.  The Mobile IP encapsulation
    234   1.932    dyoung 		is no more. [dyoung 20071005]
    235  1.1031   tsutsui 	malloc(3): Replace the default memory allocator with 'jemalloc',
    236   1.936        ad 		designed to perform well in both single- and multi-
    237  1.1004   xtraeme 		threaded processes. This provides a significant
    238   1.936        ad 		performance boost for many threaded workloads that
    239   1.936        ad 		make use of malloc, such as MySQL. [ad 20071006]
    240   1.933     rmind 	kernel: A new SCHED_M2 scheduler, improves the performance on
    241   1.933     rmind 		MP systems, supports real-time and time-sharing classes,
    242   1.934     rmind 		ready for the CPU affinity. [rmind 20071009]
    243  1.1031   tsutsui 	powerpc, prep, pmppc, evbppc, macppc, ibmnws, bebox, sandpoint, ofppc:
    244  1.1004   xtraeme 		Merge ppcoea-renovation branch. [garbled 20071017]
    245  1.1004   xtraeme 	prep: Convert to generic powerpc PCI framework. [garbled 20071017]
    246  1.1004   xtraeme 	powerpc: New generic interrupt handler framework. [macallan 20071017]
    247  1.1004   xtraeme 	macppc: Switch to generic powerpc interrupt framework.
    248  1.1003   garbled 		[macallan 20071017]
    249  1.1004   xtraeme 	prep: Convert to generic powerpc ISA framework. [garbled 20071017]
    250  1.1004   xtraeme 	bebox: Convert to generic soft interrupts. [matt 20071017]
    251  1.1004   xtraeme 	prep: Switch to generic powerpc interrupt framework. [garbled 20071017]
    252  1.1004   xtraeme 	powerpc: New generic shared timecounters-based clock routines.
    253  1.1003   garbled 		[garbled 20071017]
    254  1.1004   xtraeme 	prep: Convert to generic powerpc clock. [garbled 20071017]
    255  1.1004   xtraeme 	sandpoint: Convert to generic soft interrupts. [nisimura 20071017]
    256  1.1004   xtraeme 	sandpoint: Switch to generic powerpc interrupt framework.
    257  1.1003   garbled 		[nisimura 20071017]
    258  1.1004   xtraeme 	sandpoint: Convert to generic powerpc clock/PCI/ISA framework.
    259  1.1003   garbled 		[nisimura 20071017]
    260  1.1004   xtraeme 	macppc: Convert to generic powerpc clock/PCI framework.
    261  1.1003   garbled 		[macallan 20071017]
    262  1.1004   xtraeme 	pmppc: Convert to generic powerpc clock/PCI/interrupt framework.
    263  1.1003   garbled 		[garbled 20071017]
    264  1.1003   garbled 	pmppc: Remove pmppc as a port, and move it to a supported board under
    265  1.1004   xtraeme 		evbppc. [garbled 20071017]
    266  1.1004   xtraeme 	ibmnws: Convert to generic powerpc clock.c/PCI/interrupt framework.
    267  1.1003   garbled 		[rjs 20071017]
    268  1.1004   xtraeme 	mvmeppc: Convert to generic powerpc clock.c/PCI/interrupt framework.
    269  1.1003   garbled 		[garbled 20071017]
    270  1.1004   xtraeme 	powerpc: Add shared PReP memory maps. [garbled 20071017]
    271  1.1004   xtraeme 	sandpoint: DHCP/NFS bootloader. [nisimura 20071017]
    272  1.1004   xtraeme 	macppc: Convert to generic powerpc bus_dma. [matt 20071017]
    273  1.1004   xtraeme 	macppc: Convert to generic powerpc bus_space. [garbled 20071017]
    274  1.1004   xtraeme 	powerpc: Generic powerpc OpenFirmware code. [garbled 20071017]
    275  1.1004   xtraeme 	ofppc: Completely rewrite ofppc port from scratch. [garbled 20071017]
    276  1.1004   xtraeme 	bebox: Convert to generic powerpc PCI/ISA framework. [ober 20071017]
    277  1.1031   tsutsui 	macppc: Use genfb(4) as the default framebuffer instead of ofb.
    278  1.1003   garbled 		[macallan 20071017]
    279  1.1004   xtraeme 	macppc: Switch to new ADB subsystem. [macallan 20071017]
    280  1.1004   xtraeme 	macppc: Add support for bus speed control found in some Intrepid-based
    281  1.1004   xtraeme 		*Books like the 800MHz iBook G4. [macallan 20071017] 
    282  1.1004   xtraeme 	powerpc: New generic powerpc IPI framework. [garbled 20071017]
    283  1.1004   xtraeme 	macppc: Convert to generic powerpc IPI framework. [garbled 20071017]
    284  1.1004   xtraeme 	powerpc: New generic powerpc SMP support framework. [garbled 20071017]
    285  1.1004   xtraeme 	macppc: Convert to generic powerpc SMP framework. [macallan 20071017]
    286  1.1004   xtraeme 	prep: Convert to generic powerpc IPI/SMP framework. [garbled 20071017]
    287  1.1004   xtraeme 	ofppc: New ofwpci configuration methods, add rtas device.
    288  1.1003   garbled 		[garbled 20071025]
    289   1.988   xtraeme 	shark: Removed pccons(4), obsoleted by wscons(4). [jmmv 20071028]
    290   1.939   xtraeme 	coretemp(4): Driver for Intel Core's on-die thermal sensor,
    291   1.939   xtraeme 		available on Core or newer CPUs. Ported from FreeBSD.
    292   1.939   xtraeme 		[xtraeme 20071029]
    293   1.996   xtraeme 	i386, amd64: Added support for Intel 82G965 chipset. [jnemeth 20071030]
    294  1.1003   garbled 	ofppc: Stop using ofbus driver, rewrite console code [garbled 20071104]
    295  1.1004   xtraeme 	ofppc, macppc: Convert to shared ofw_autoconf. [garbled 20071107]
    296   1.943   xtraeme 	nsclpcsio(4): Added support for the VLM logical device. This provides
    297   1.942   xtraeme 		14 voltage sensors in addition to the previous 3 temperature
    298   1.942   xtraeme 		sensors provided in the TMS logical device. From OpenBSD.
    299   1.942   xtraeme 		[xtraeme 20071109]
    300   1.944    plunky 	btkey(1): A new utility to manage Bluetooth link keys in OS and
    301   1.944    plunky 		and device storage. [plunky 20071109]
    302   1.951     pooka 	putter(9): A Pass-to-Userspace Transporter, a generic request-response
    303   1.951     pooka 		handler for kernel-attached userspace daemons (e.g. puffs(4)).
    304   1.951     pooka 		[pooka 20071110]
    305   1.945  jmcneill 	pad(4): Added the pseudo-audio device driver, for feeding back raw
    306   1.945  jmcneill 		PCM data to userland. [jmcneill 20071111]
    307   1.946  macallan 	r128fb(4): New accelerated console driver for ATI Rage 128 graphics
    308   1.946  macallan 		controllers. [macallan 20071111]
    309  1.1031   tsutsui 	atf(7): Initial import of the Automated Testing Framework, version 0.3.
    310   1.947      jmmv 		Provides a framework to easily define and run test cases for
    311   1.947      jmmv 		the NetBSD operating system.  Work until 0.1 sponsored by
    312   1.947      jmmv 		Google Summer of Code 2007 and mentored by martin.
    313   1.947      jmmv 		[jmmv 20071112]
    314   1.947      jmmv 	sysinst: Add support to install the new tests.tgz set.
    315   1.947      jmmv 		[jmmv 20071112]
    316   1.947      jmmv 	tests: Converted the regress/bin tree to use ATF and migrated it
    317   1.988   xtraeme 		to tests/util. [jmmv 20071112]
    318   1.947      jmmv 	tests: Converted the regress/sys/fs/tmpfs tree to use ATF and
    319   1.988   xtraeme 		migrated it to tests/fs/tmpfs. [jmmv 20071112]
    320   1.947      jmmv 	tests: Converted the regress/games tree to use ATF and migrated it
    321   1.988   xtraeme 		to tests/games. [jmmv 20071112]
    322   1.948    bouyer 	ahcisata(4): Add support for ATAPI devices. [bouyer 20071112]
    323   1.949   tsutsui 	newfs_ext2fs(8): Add a native newfs_ext2fs(8) command.
    324   1.949   tsutsui 		Closes PR bin/16175. [tsutsui 20071117]
    325   1.988   xtraeme 	i386, amd64: Add support for /boot.cfg to configure the bootloader.
    326   1.988   xtraeme 		This includes optionally displaying menus, altering banner
    327   1.988   xtraeme 		text and changing options such as timeouts and console device
    328   1.950  sborrill 		which previously required use of installboot.
    329   1.950  sborrill 		[sborrill 20071120]
    330   1.951     pooka 	pud(4): Add a driver via which it is possible to implement
    331   1.951     pooka 		block and character devices in userspace. [pooka 20071120]
    332   1.952    bouyer 	xen: Added support for amd64 architecture, both as dom0 and domU.
    333   1.952    bouyer 		[bouyer 20071122]
    334   1.953  sborrill 	i386: Create a boot.cfg on the install CD to allow the end-user to
    335   1.953  sborrill 		select either the standard or non-ACPI kernel easily.
    336   1.953  sborrill 		[sborrill 20071123]
    337   1.956   tsutsui 	libsa: Add ext2fs support. [tsutsui 20071201]
    338   1.957  kiyohara 	bcsp(4): Add support for BlueCore Serial Protocol. [kiyohara 20071202]
    339   1.958    bouyer 	toolchain: Install the linker scripts on amd64, which allows to
    340   1.958    bouyer 		link x86 32bits objects using the native ld(1).
    341   1.958    bouyer 		[bouyer 20071202]
    342   1.960   xtraeme 	arcmsr(4): Areca Technology Corporation SATA RAID controller driver,
    343   1.959   xtraeme 		ported from OpenBSD. [xtraeme 20071204]
    344  1.1014   tsutsui 	fxp(4): Fix some TX timeout and RX pool corruption problems.
    345  1.1014   tsutsui 		Mostly from OpenBSD. [tsutsui 20071208]
    346  1.1004   xtraeme 	ofppc: Convert to shared powerpc major numbers. [garbled 20071210]
    347  1.1004   xtraeme 	ofppc: Added support for the bplan/Genesi Pegasos II. [garbled 20071210]
    348  1.1004   xtraeme 	sandpoint: Convert to shared powerpc major numbers. [nisimura 20071211]
    349  1.1004   xtraeme 	macppc: Convert to shared powerpc major numbers. [macallan 20071211]
    350  1.1031   tsutsui 	acpi(4): Updated ACPI-CA to 20070320. [jmcneill 20071211]
    351   1.980   xtraeme 	kernel: Added a new power management framework, see pmf(9) for details.
    352   1.992   xtraeme 		[jmcneill,joerg 20071211]
    353  1.1021  degroote 	ifconfig(8): Add 'list scan' to ifconfig, which list access point in
    354  1.1022       spz 		the neighbourhood. [adegroot 20071216]
    355   1.961       apb 	MAKEDEV(8): Use pax(1) in preference to mknod(8) to create device
    356   1.961       apb 		nodes more efficiently; use mount_tmpfs(8) in preference to
    357   1.961       apb 		mount_mfs(8) when creating a memory file system. [apb 20071215]
    358  1.1014   tsutsui 	nfe(4): Handle a quirk of newer MCP6x chips on reading MAC address.
    359  1.1014   tsutsui 		[tsutsui 20071217]
    360  1.1004   xtraeme 	rs6000: New port of NetBSD to the MCA based IBM RS/6000 7006-41T.
    361  1.1003   garbled 		[garbled 20071217]
    362   1.988   xtraeme 	openssh: Import 4.7. [christos 20071217]
    363   1.991   xtraeme 	i386, amd64: Add support for ACPI S3 (suspend-to-RAM) on MP systems.
    364   1.965     joerg 		[joerg 20071218]
    365   1.988   xtraeme 	sparc64: Add support for Sun PGX32 / TechSource Raptor GFX 8P to
    366   1.986  macallan 		genfb ( mostly workarounds for firmware bugs ), also build
    367   1.988   xtraeme 		XFree86's glint driver for accelerated X. [macallan 20071219]
    368  1.1031   tsutsui 	newsyslog(8): newsyslog.conf flag 'J' will bzip2 logfiles.
    369   1.966    dogcow 		[dogcow 20071221]
    370   1.967  jmcneill 	thinkpad(4): Add driver for IBM/Lenovo Thinkpad hotkeys and
    371   1.988   xtraeme 		brightness controls. [jmcneill 20071221]
    372   1.980   xtraeme 	kernel: Address Space Layout Randomization support in the kernel and
    373   1.992   xtraeme 		dynamic linker, see security(8). [elad,christos 20071226]
    374   1.998   reinoud 	msdosfs: Significantly improved writing speed (up to 16x faster).
    375   1.972       jdc 		[reinoud 20071228]
    376   1.970   xtraeme 	itesio(4): Added support for the Watchdog Timer. [xtraeme 20071229]
    377   1.973  jmcneill 	usermode: Add port of the NetBSD kernel to userspace.
    378   1.973  jmcneill 		[jmcneill 20071229]
    379   1.989   xtraeme 	hp700: Kernels are now compiled with -O2. [skrll 20071230]
    380   1.988   xtraeme 	compat_hpux: Removed. [ad 20071231]
    381   1.988   xtraeme 	systrace(1): Removed. [ad 20071231]
    382   1.988   xtraeme 	tprof: Add tprof, a simple performance monitor based profiler,
    383   1.976      yamt 		inspired from linux oprofile.  it's still very experimental.
    384   1.982   xtraeme 		[yamt 20080102]
    385   1.978   xtraeme 	bioctl(8): Rewritten to handle new features like creating/removing
    386   1.977   xtraeme 		hot-spare, pass-through disks and RAID volumes, start/stop
    387   1.977   xtraeme 		consistency checks in volumes and others. [xtraeme 20080102]
    388   1.978   xtraeme 	arcmsr(4): Added support to create/remove hot-spare, pass-through
    389   1.978   xtraeme 		disks and RAID volumes, start/stop consistency checks
    390   1.977   xtraeme 		in volumes as well as showing information about physical
    391   1.977   xtraeme 		disks (even if they are marked as hot-spare, pass-through
    392   1.977   xtraeme 		or unused). [xtraeme 20080102]
    393   1.988   xtraeme 	ofppc: Support intallation and RAID bootable root. [mrg 20080102]
    394   1.981       jdc 	gem(4): Add support for Sun SX fibre cards.  [jdc 20080105]
    395  1.1031   tsutsui 	kernel: All platforms have been converted to use generic todr(9).
    396   1.993     joerg 		[gdamore,joerg 20080108]
    397   1.990       gdt 	ulpt(4): Implement non-blocking read. [gdt 20080108]
    398   1.983   xtraeme 	gcscpcib(4): Added driver for the AMD CS5535 and CS5536 Companion
    399   1.983   xtraeme 		Device with support for Timecounter, Watchdog Timer and
    400   1.983   xtraeme 		GPIO. Adapted from OpenBSD by Yojiro UO. [xtraeme 20080109]
    401   1.996   xtraeme 	pc532: Port deleted. [simonb 20080109]
    402  1.1004   xtraeme 	ofppc: Fix ofwboot to work on an IBM CHRP-based RS/6000.
    403  1.1003   garbled 		[garbled 20080109]
    404   1.989   xtraeme 	i386: Add sparse kernel core dumps (minidumps) for this platform
    405   1.991   xtraeme 		using a backwards-compatible on-disk core format. Not
    406   1.991   xtraeme 		turned on by default yet. Similar to FreeBSD minidumps but
    407   1.991   xtraeme 		simpler in implementation. Implementation by Jed Davis and
    408   1.991   xtraeme 		Devon O'Dell, contributed to NetBSD by Coyote Point Systems.
    409   1.991   xtraeme 		[tls 20080110]
    410  1.1031   tsutsui 	hppa: Added gdb(1) support. [skrll 20080110]
    411  1.1014   tsutsui 	auvia(4): Make this work on big endian machines. [tsutsui 20080114]
    412  1.1000     rmind 	kernel: Implementation of processor-sets and affinity. [rmind 20080115]
    413  1.1000     rmind 	libpthread: POSIX real-time extensions. [rmind 20080115]
    414  1.1000     rmind 	schedctl(8): A new program to control scheduling of processes and
    415  1.1000     rmind 		threads. [rmind 20080115]
    416  1.1017      jmmv 	kernel: Added a new framework for kernel modules, enabled through the
    417  1.1017      jmmv 		MODULAR kernel option and used through the modctl(2) system
    418  1.1017      jmmv 		call.  [ad 20080116]
    419  1.1017      jmmv 	modules: Added new versions of modload(8), modstat(8) and modunload(8)
    420  1.1017      jmmv 		that use modctl(2).  Not built by default.  [ad 20080116]
    421   1.997  jmcneill 	bktr(4): Added amd64 support. [jmcneill 20080116]
    422  1.1004   xtraeme 	ofppc: Add support for the IBM 7044-270. [garbled 20080117]
    423  1.1014   tsutsui 	fdisk(8): Fix possible division by zero errors. [tsutsui 20080120]
    424  1.1031   tsutsui 	kernel: All platforms have been converted to use timecounter(9).
    425   1.999     joerg 		[joerg 20080120]
    426  1.1031   tsutsui 	usb(4): Add uhmodem(4) driver for Huawei E220 wireless modem.
    427  1.1001    ichiro 		[ichiro 20080121]
    428  1.1031   tsutsui 	compat_linux32: Add ossaudio(3) support. [jmcneill 20080121]
    429  1.1006    bouyer 	xen: Added support for the i386 PAE extention to Xen3 domU
    430  1.1006    bouyer 		[bouyer 20080123]
    431  1.1007  jmcneill 	uhub(4): The device attachment function has been optimized to
    432  1.1007  jmcneill 		improve system startup time. [jmcneill 20080124]
    433  1.1011     joerg 	kernel: The interface for IP checksumming was changed to reduce
    434  1.1008     joerg 		duplication and more general use. [joerg 20080125]
    435  1.1031   tsutsui 	hostapd(8), wpa_supplicant(8): Upgrade to 0.6.2 [christos 20080126]
    436  1.1014   tsutsui 	nfe(4): Wakeup some newer chips from powerdown mode.
    437  1.1014   tsutsui 		From FreeBSD/Linux driver via OpenBSD. [tsutsui 20080126]
    438  1.1014   tsutsui 	sgimips: Enable bootinfo passed from bootloader so that now kernel
    439  1.1014   tsutsui 		symbol table and ksyms(4) are usable. [tsutsui 20080126]
    440  1.1014   tsutsui 	hpcmips: Fix silent hangup problem on TX3922 machines.
    441  1.1014   tsutsui 		From Risto Sainio. [tsutsui 20080126]
    442  1.1031   tsutsui 	openpam(3): upgrade to 20071221 [christos 20080126]
    443  1.1012  jmcneill 	azalia(4): Analog Devices AD1984 codec support has been improved
    444  1.1012  jmcneill 		to support headphones and 4 channel playback, and now
    445  1.1012  jmcneill 		exposes an outputs.master mixer control that mirrors the
    446  1.1012  jmcneill 		inputs.dac mixer control to make libossaudio happy.
    447  1.1012  jmcneill 		[jmcneill 20080130]
    448  1.1014   tsutsui 	arc: Add sysinst support. [tsutsui 20080202]
    449  1.1014   tsutsui 	cobalt: Add sysinst support. [tsutsui 20080202]
    450  1.1031   tsutsui 	gcc(1): Updated to version 4.1.3-20080202.  [mrg 20080202]
    451  1.1031   tsutsui 	atf(7): Import 0.4.  [jmmv 20080204]
    452  1.1015  macallan 	sgimips: Add hardware acceleration for crmfb [macallan 20080205]
    453  1.1018      jmmv 	modules: Added the MKMODULAR option to the build system to easily
    454  1.1018      jmmv 		enable the build of the new kernel modules framework.
    455  1.1018      jmmv 		[jmmv 20080209]
    456  1.1019      ober 	iwn(4): Added a driver for the Intel Pro/Wireless Lan 4965AGN          
    457  1.1027   xtraeme 		Mini-PCI Adapter, ported from OpenBSD. [ober 20080209]
    458  1.1023   garbled 	ofppc: Add support for the 7046-B50. [garbled 2008-02-13]
    459  1.1031   tsutsui 	powerpc: Add tuned assembler from IBM for memcpy(3), memmove(3) and
    460  1.1031   tsutsui 		memcmp(3).  [garbled 20080221]
    461  1.1032   tsutsui 	puc(4): Add support for I-O DATA RSA-PCI 2 port serial board.
    462  1.1032   tsutsui 		[tsutsui 20080222]
    463  1.1024  dholland 	monop(6): Save and restore format changed; compatibility with old
    464  1.1024  dholland 		save files broken, but they were not usable anyway.
    465  1.1024  dholland 		[dholland 20080223]
    466  1.1025   xtraeme 	mfi(4): Added support for LSI SAS1078 and Dell PERC 6, from OpenBSD.
    467  1.1025   xtraeme 		[xtraeme 20080225]
    468  1.1032   tsutsui 	cobalt: Add netboot support for 21041 on Qube 2700. [tsutsui 20080301]
    469  1.1032   tsutsui 	cobalt: Print startup and shutdown messages on LCD panel.
    470  1.1032   tsutsui 		[tsutsui 20080304]
    471  1.1029  nakayama 	sparc64: SMP support now works on some models. [nakayama 20080314]
    472  1.1032   tsutsui 	cobalt: Add bootloader support for optional Z85C30 serial on Qube 2700.
    473  1.1032   tsutsui 		[tsutsui 20080316]
    474  1.1032   tsutsui 	re(4): Make hardware vlan(4) tag insertion/extraction work properly.
    475  1.1032   tsutsui 		[tsutsui 20080318]
    476  1.1032   tsutsui 	cobalt: Fix a botched spl(9) bug which could cause network freeze
    477  1.1032   tsutsui 		on traffic between two network interfaces. [tsutsui 20080318]
    478  1.1033   mlelstv 	bzip2(1): Upgrade to 1.0.5. [christos 20080318]
    479  1.1043       jdc 	libcurses: Add termattrs() and term_attrs(). [jdc 20080321]
    480  1.1033   mlelstv 	kerberos: Upgrade to Heimdal-1.1. [mlelstv 20080322]
    481  1.1034   tsutsui 	cobalt: Add kernel support for optional Z85C30 serial on Qube 2700.
    482  1.1034   tsutsui 		[tsutsui 20080327]
    483  1.1035      cube 	lii(4): Added a driver for the Atheros L2 Fast-Ethernet controller,
    484  1.1035      cube 		notably found on Asus's EeePC. [cube 20080328]
    485  1.1037  jmcneill 	azalia(4): Added support for the Realtek ALC662-GR codec as found
    486  1.1037  jmcneill 		in the EeePC. [jmcneill 20080331]
    487  1.1037  jmcneill 	asus(4): Added a driver for ASUS ACPI hotkeys as found in the EeePC.
    488  1.1037  jmcneill 		[jmcneill 20080331]
    489  1.1036     chris 	zaurus: Add sysinst support. [chris 20080401]
    490  1.1038   xtraeme 	finsio(4): Added a driver for the Fintek Super I/O chips, supporting
    491  1.1038   xtraeme 		the Hardware Monitor device. Adapted from OpenBSD.
    492  1.1038   xtraeme 		[xtraeme 20080403]
    493  1.1039     skrll 	hp700: Add support for the SCSI NCR 53C720 SCSI controller found in
    494  1.1039     skrll 		early HP 9000s for the attachment of an Fast-Wide (16-bit)
    495  1.1039     skrll 		SCSI-2 bus, utilizing HVD signalling via the siop(4)
    496  1.1039     skrll 		driver. [skrll 20080405]
    497  1.1040  christos 	openssh: Import 5.0. [christos 20080406]
    498  1.1041       tls 	opencrypto: Improve performance to 84,000 short modular math ops/sec
    499  1.1041       tls 		    by adding asynchronous operation and batched submit/
    500  1.1041       tls 		    retrieve of requests/results.  Rewrite manual page to
    501  1.1041       tls 		    make it easier to write new code to the API.  Donated
    502  1.1041       tls 		    by Coyote Point Systems, Inc. [tls 20080410]
    503  1.1042  jmcneill 	acpi(4): Updated ACPI-CA to 20080321. [jmcneill 20080412]
    504  1.1043       jdc 	libcurses: Add getwin() and putwin(). [jdc 20080414]
    505  1.1044  macallan 	shark: Support for X on rev. 4 sharks is back [macallan 20080419]
    506  1.1045    cegger 	amdtemp(4): AMD CPU Temperature driver. Adapted from OpenBSD.
    507  1.1045    cegger 		[cegger 20080423]
    508  1.1046    plunky 	netiso: Remove obsolete TPCONS support. [plunky 20080423]
    509  1.1047      matt 	arm: merge armv6 kernel support from matt-armv6 branch.
    510  1.1047      matt 		[matt 20080427]
    511