CHANGES revision 1.1967
11.2Sriastrad# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1967 $>
21.2Sriastrad#
31.3Sriastrad#
41.1Sriastrad# [Note: This file does not mention every change made to the NetBSD source tree.
51.1Sriastrad# For an exhaustive list, please subscribe to the `source-changes' mailing list,
61.3Sriastrad# or see the mailing list archives.  For more information, send a message
71.1Sriastrad# containing just the word `help' to `majordomo@NetBSD.org'.]
81.1Sriastrad#
91.1Sriastrad# ----------------------------------------------------------------------------
101.1Sriastrad# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
111.1Sriastrad#
121.1Sriastrad#	theme: Content ...
131.1Sriastrad#		more content ...
141.1Sriastrad#		more content. [developer DATE-FORMAT]
151.1Sriastrad#
161.1Sriastrad# That's it, one tab to start an item, and two tabs to indent the content.
171.1Sriastrad# Also please start the content with a capital and end it with a dot.
181.1Sriastrad#
191.1Sriastrad# This is very important for the www scripts, otherwise it won't be able to
201.1Sriastrad# parse the file and the HTML output will be mangled.
211.1Sriastrad#
221.1Sriastrad# See htutils/changes/changes2html script for more details.
231.1Sriastrad#
241.1Sriastrad# ----------------------------------------------------------------------------
251.1Sriastrad
261.1Sriastrad
271.1SriastradChanges from NetBSD 6.0 to NetBSD 7.0:
281.1Sriastrad	window(1): Removed from the base system in favor of tmux(1).  Use the
291.1Sriastrad		pkgsrc/misc/window package from now on.  [jmmv 20120215]
301.2Sriastrad	pkg_add(1): imported 20120221 version from pkgsrc [wiz 20120221]
311.2Sriastrad	file(1): upgraded to 5.11 [christos 20120222]
321.2Sriastrad	evbmips: Add support for Lemote Yeeloong Notebook. [nonaka 20120302]
331.3Sriastrad	dbsym(8): Add option -p [bsh 20120319]
341.3Sriastrad	dhcpcd(8): Import dhcpcd-5.5.5 [roy 20120323]
351.1Sriastrad	ipf: upgrade to 5.1.1 with new build framework, no module and
361.1Sriastrad		test support yet [christos 20120323]
371.1Sriastrad	pcc: upgrade to 1.1.0.DEVEL 20120325 [plunky 20120325]
381.1Sriastrad	openresolv(8): Import openresolv-3.5.1 [roy 20120327]
391.1Sriastrad	dhcpcd(8): Import dhcpcd-5.5.6 [roy 20120328]
401.1Sriastrad	apple: Recognize the apple disk partitioning scheme, and auto-discover
411.2Sriastrad		wedges. Fix iPod disk mounting, by adding quirk.
421.1Sriastrad		[christos 20120306]
431.1Sriastrad	fstab(5): Add NAME=wedgename for fs_spec and routines to parse it. Now
441.1Sriastrad		wedges can be used in /etc/fstab, even in dynamic environments
451.1Sriastrad		where disks come and go and wedges get renumbered.
461.1Sriastrad		[christos 20120306]
471.1Sriastrad	pdisk(8): Make it work for 64 bit hosts, and make it MI.
481.1Sriastrad		[christos 20120306]
491.1Sriastrad	amiga: Add clockport(4) layer and a driver for A1200 on-board clockport
501.1Sriastrad		a1k2cp(4). [rkujawa 20120417]
511.1Sriastrad	kernel: add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing
521.1Sriastrad		Interface II SAS controllers.  [bouyer 20120419]
531.1Sriastrad	kernel: Add support for 256 CPUs on amd64. [rmind 20120420]
541.1Sriastrad	OpenSSH: Imported 6.0 [christos 20120501]
551.1Sriastrad	bzip2(1): Imported 1.0.6 [wiz 20120507]
561.1Sriastrad	kernel: Add a genfs_rename abstraction to help file systems correctly
571.1Sriastrad		implement rename, and use it for tmpfs, ffs, and ext2fs.
581.1Sriastrad		[riastradh 20120508]
591.1Sriastrad	amiga: Rework X-Surf driver as xsurf(4). Add support for clockport(4)
601.1Sriastrad		on top of xsurf(4). [rkujawa 20120515]
611.1Sriastrad	backtrace(3): Add <execinfo.h> and the backtrace family of functions
621.1Sriastrad		[christos 20120526]
631.1Sriastrad	kernel: Add run(4), a driver for Ralink Technology
641.1Sriastrad		RT2700U/RT2800U/RT3000U USB IEEE 802.11a/b/g/n wireless
651.1Sriastrad		network devices, ported from OpenBSD. [nonaka 20120530]
661.1Sriastrad	bind: update to 9.9.1-P1 to fix the recent rdata exploit.
671.1Sriastrad		[christos 20120604]
681.1Sriastrad	empb(4): Add ELBOX Mediator PCI 1200 driver. [rkujawa 20120604]
691.1Sriastrad	kernel: Add a new RLIMIT_NTHR limit to limit the number of processes
701.1Sriastrad		per user and the corresponding kern.maxlwp sysctl. Expose
711.1Sriastrad		kern.uidinfo.* via sysctl. [christos 20120608]
721.1Sriastrad	usb(9): Added support for SMP to the USB subsytem.  By Jared D.
731.1Sriastrad		McNeill and myself.  [mrg 20120609]
741.1Sriastrad	kernel: Add sendmmsg and recvmmsg support [christos 20120621]
751.1Sriastrad	kernel: Add sysctls to avoid ipv6 DoS attacks (from OpenBSD):
761.1Sriastrad		net.inet6.ip6.neighborgcthresh = 2048
771.2Sriastrad		net.inet6.ip6.maxifprefixes = 16
781.2Sriastrad		net.inet6.ip6.maxifdefrouters = 16
791.2Sriastrad		net.inet6.ip6.maxdynroutes = 4096
801.2Sriastrad		[christos 20120622]
811.2Sriastrad	ata(4): added support for sata Port MultiPliers (PMP)
821.2Sriastrad		[bouyer 20120702]
831.2Sriastrad	kernel, libc: Add MurmurHash2 function. [rmind 20120708]
841.2Sriastrad	atf(7): Import 0.16.  [jmmv 20120711]
851.2Sriastrad	dhcpcd(8): Import dhcpcd-5.6.1 [roy 20120712]
861.2Sriastrad	kernel: Add support for sensors to provide entropy to rnd(4)
871.2Sriastrad		[pgoyette 20120715]
881.2Sriastrad	tdvfb(4): Add 3Dfx Voodoo2 driver. [rkujawa 20120719]
891.2Sriastrad	tdvfb(4): Add 3Dfx Voodoo Graphics (aka Voodoo1) support.
901.2Sriastrad		[rkujawa 20120720]
911.2Sriastrad	kernel: Change mii_statchg to take "struct ifnet *" instead of
921.2Sriastrad		"device_t". [matt 20120722]
931.2Sriastrad	pr(1): Add support for POSIX -f and -p options. [ginsbach 20120724]
941.1Sriastrad	powerpc: Add support for FPU emulation on BookE. [matt 20120722]
951.1Sriastrad	OpenSSL: Imported 1.0.1c [christos 20120726]
961.1Sriastrad	kernel: safepri is dead; replaced by macro IPL_SAFEPRI. [matt 20120727]
971.1Sriastrad	kernel: Add malo(4), a driver for Marvell Libertas IEEE 802.11b/g
981.1Sriastrad		wireless network devices, ported from OpenBSD.
991.1Sriastrad		[degroote 20120730]
1001.1Sriastrad	kernel, libc: Add modctl(MODCTL_EXISTS, ...) to determine if modules
1011.1Sriastrad		can be loaded. [jnemeth 20120803]
1021.1Sriastrad	modstat(8): Add -A, -a, and -e options for testing module loadability.
1031.1Sriastrad		[jnemeth 20120803]
1041.1Sriastrad	uatp(4): Add driver for USB Apple trackpads. [riastradh 20120804]
1051.1Sriastrad	libc: Update to tzcode2012e. [christos 20120809]
1061.1Sriastrad	evbarm: Add support for the Beaglebone (TI AM335x-based board).
1071.1Sriastrad		[matt 20120820]
1081.1Sriastrad	evbarm: Add support for BEAGLEBOARDXM (TI DM37XX cpus) boards.
1091.1Sriastrad		[matt 20120822]
1101.1Sriastrad	mfi(8): Added tagged queuing support.  [bouyer 20120823]
1111.1Sriastrad	mfi(8): Added support for LSI SAS2208-based controllers.
1121.1Sriastrad		[bouyer 20120823]
1131.1Sriastrad	mkdep(1): Add -P option.  [jmmv 20120826]
1141.1Sriastrad	share/mk: Add placeholder test programs (with some very basic test
1151.1Sriastrad		cases within) for common bsd.*.mk modules.  [jmmv 20120826]
1161.2Sriastrad	arm: Add Cortex-A9 support (a9tmr, a9wdt, armgic, armperiph).  Add
1171.1Sriastrad		initial MP support (can boot 2nd cpu but dies quickly).  Add
1181.1Sriastrad		L1 SuperSection support for ARMv6/ARMv7.  Add support for 
1191.1Sriastrad		BCM5301X SoC.  Add initial support for OMAP4430 and partial
1201.1Sriastrad		support for Freescale i.MX6.  Add new common boot/kvminit
1211.1Sriastrad		code.  [matt 20120831]
1221.1Sriastrad	dhcpcd(8): Import dhcpcd-5.6.2 [roy 20120903]
1231.1Sriastrad	bge(4): Add support for BCM57762, found in Apple's Thunderbolt to
1241.1Sriastrad		Gigabit Ethernet Adapter. PR/46961 [tsutsui 20120917]
1251.1Sriastrad	mfi(4): add a command pass-through ioctl, and associated COMPAT_LINUX
1261.1Sriastrad		support. This allows to use the LSI MegaCLI linux binary
1271.1Sriastrad		on a NetBSD host.  [bouyer 20120919]
1281.1Sriastrad	zoneinfo: Import tzdata2012f. [apb 20120927]
1291.1Sriastrad	kernel: add clock_nanosleep(2) [christos 20121001]
1301.1Sriastrad	wpa:	New wpa_supplicant(8) and hostapd(8) 1.0 [christos 20121007]
1311.2Sriastrad	x68k: Add network bootloader for Neptune-X and Nereid Ethernet.
1321.1Sriastrad		[tsutsui,isaki 20121012]
1331.1Sriastrad	x68k: Add support for formatting floppy. [tsutsui 20121014]
1341.1Sriastrad	zoneinfo: Import tzdata2012g. [apb 20121018]
1351.1Sriastrad	kernel: Added experimental support for the (mostly SSD specific)
1361.1Sriastrad		"discard", or ATA "TRIM" command to wd(4) and ffs
1371.1Sriastrad		[drochner 20121019]
1381.1Sriastrad	libc: Import tzcode2012g. [christos 20121023]
1391.1Sriastrad	zoneinfo: Import tzdata2012h. [apb 20121027]
1401.1Sriastrad	libc: Update to tzcode2012h. [christos 20121028]
1411.1Sriastrad	kernel: Import sljit and add BPF JIT compiler. [alnsn 20121028]
1421.1Sriastrad	flock(1): Add a utility to provide locks to shell scripts similar
1431.1Sriastrad		to shlock(1) [christos 20121101]
1441.1Sriastrad	zoneinfo: Import tzdata2012i. [apb 20121104]
1451.1Sriastrad	voodoofb(4): Add 3Dfx Voodoo Banshee support. [rkujawa 20121109]
1461.1Sriastrad	zoneinfo: Import tzdata2012j. [apb 20121113]
1471.1Sriastrad	msm6242b(4): Add MI OKI MSM6242B driver. [rkujawa 20121114]
1481.1Sriastrad	amiga: A2000-style RTCs are now driven by the msm6242b(4) driver.
1491.1Sriastrad		[rkujawa 20121114]
1501.1Sriastrad	xsurf(4): Add X-Surf IDE controller support. [rkujawa 20121119]
1511.1Sriastrad	z3rambd(4): Add driver for Zorro III RAM boards as block devices.
1521.1Sriastrad		[rkujawa 20121126]
1531.1Sriastrad	bind: update to 9.9.2-P1 to fix the DNS64 vulnerability.
1541.1Sriastrad		[spz 20121204]
1551.1Sriastrad	arm: ARMFPE support had bitrotted and has been removed. [matt 20121205]
1561.3Sriastrad	dhcpcd(8): Import dhcpcd-5.6.4 [roy 20121206]
1571.1Sriastrad	openresolv(8): Import openresolv-3.5.3 [roy 20121206]
1581.1Sriastrad	arm: fix EHCI support for OMAP3.  [jmcneill 20121211]
1591.1Sriastrad	arm: enable direct-mapped poolpage support.  [matt 20121211]
1601.1Sriastrad	arm: enable VFP-based pmap page zero/copy ops.  [matt 20121211]
1611.1Sriastrad	OpenSSH: Import 6.1. [christos 20121212]
1621.1Sriastrad	ptcd(4): Add a driver for the Protech PS3100 cash drawer port.
1631.1Sriastrad		[mbalmer 20121216]
1641.1Sriastrad	ibmcd(4): Add a driver for the IBM 4810 BSP cash drawer port.
1651.1Sriastrad		[mbalmer 20121217]
1661.2Sriastrad	postfix(1): Import version 2.8.13 [tron 20121218]
1671.1Sriastrad	dhcpcd(8): Import dhcpcd-5.6.6 [roy 20121219]
1681.1Sriastrad	arm: support NEON in userland [matt 20121226]
1691.1Sriastrad	kernel: allow MD kernel code to use PCUs [matt 20121226]
1701.1Sriastrad	units(1): add -l and -L options.  [apb 20130101]
1711.1Sriastrad	postfix(1): Import version 2.9.5 [tron 20130102]
1721.1Sriastrad	file(1): upgraded to 5.12 [christos 20130103]
1731.1Sriastrad	luna68k: Add native bootloader. Based on 4.4BSD-Lite2/luna68k
1741.1Sriastrad		"Stinger" loader. [tsutsui 20130105]
1751.1Sriastrad	kernel: Add dotg(4), a driver for Synopsys DesignWare USB OTG,
1761.1Sriastrad		ported from FreeBSD. [skrll 20130109]
1771.1Sriastrad	kernel: Add usmsc(4), a driver for SMSC LAN95xx USB LAN devices, 
1781.1Sriastrad		ported from OpenBSD. [skrll 20130109]
1791.1Sriastrad	atactl(8): Add support for ATA SECURITY commands including setting
1801.1Sriastrad		firmware passwords and erasing disks. [riastradh 20130109]
1811.1Sriastrad	hp300: Add support for sti(4) framebuffer at sgc bus on some 425t.
1821.1Sriastrad		Ported by kiyohara@ from OpenBSD. [tsutsui 20130111]
1831.1Sriastrad	arm: kill userland FPA support, replace with VFP. [matt 20130111]
1841.1Sriastrad	luna68k: Add netboot support. [tsutsui 20130113]
1851.1Sriastrad	luna68k: Fix bootloader to make secondary SPC SCSI on LUNA-II work
1861.1Sriastrad		properly.  [tsutsui 20130114]
1871.1Sriastrad	libdwarf: Sync with FreeBSD [christos 20130117]
1881.1Sriastrad	empm(4): Add driver for power manager present on Mediator 1200 TX and
1891.1Sriastrad		SX bridges. [rkujawa 20130128]
1901.1Sriastrad	amiga: Support software power-off with empm(4). [rkujawa 20130128]
1911.1Sriastrad	dhcpcd(8): Import dhcpcd-5.6.7 [roy 20130128]
1921.1Sriastrad	em4k(4): Add driver for Mediator 4000 PCI bridges. [rkujawa 20130129]
1931.1Sriastrad	makefs(8): Add support for msdos, creating filesystems at an offset,
1941.1Sriastrad		merging directories with common files.  [christos 20130202]
1951.1Sriastrad	OpenSSL: update to 1.0.1d [christos 20130205]
1961.1Sriastrad	sparc: Add hardware acceleration for cgfourteen(4) using SX
1971.1Sriastrad		[macallan 20130207]
1981.1Sriastrad	OpenSSL: update to 1.0.1e [christos 20130212]
1991.1Sriastrad	atf(7): Import 0.17.  [jmmv 20130215]
2001.1Sriastrad	lutok: Import 0.2.  This is a new import that provides a C++ wrapper
2011.1Sriastrad		for the Lua API and will be used by Kyua.  Its build depends
2021.1Sriastrad		on the MKKYUA knob.  [jmmv 20130216]
2031.1Sriastrad	kyua(1): Import kyua-testers 0.1.  This is a new import that provides
2041.1Sriastrad		scriptable utilities to invoke test programs that implement
2051.1Sriastrad		different interfaces.  [jmmv 20130217]
2061.1Sriastrad	services(5), protocols(5): Pull iana-generated services and protocols
2071.1Sriastrad		[christos 20130221]
2081.1Sriastrad	kyua(1): Import kyua-cli 0.6.  This is a new import that provides the
2091.1Sriastrad		command-line interface to Kyua.  Its build depends on the
2101.1Sriastrad		MKKYUA knob.  [jmmv 20130223]
2111.3Sriastrad	kyua(1): Import kyua-atf-compat 0.1.  This is a new import that
2121.3Sriastrad		provides the last piece of Kyua, namely a compatibility
2131.2Sriastrad		version of atf-run and atf-report that use kyua(1) internally.
2141.1Sriastrad		[jmmv 20130223]
2151.2Sriastrad	kernel: Retire OSI protocol support.  [joerg 20130301]
2161.2Sriastrad	libc: Update to tzcode2013a. [christos 20130302]
2171.2Sriastrad	zoneinfo: Import tzdata2013a. [apb 20130303]
2181.2Sriastrad	zoneinfo: Import tzdata2013b. [apb 20130312]
2191.2Sriastrad	libc: Update to tzcode2013b. [christos 20130315]
2201.2Sriastrad	brgphy(4): Add support for BCM5756, BCM5717C, BCM5719C, BCM5720C and
2211.2Sriastrad		BCM57780. [msaitoh 20130315]
2221.2Sriastrad	vmt(4): Synchronize the clock periodically to ensure it remains
2231.2Sriastrad		up-to-date even when the host is suspended.  [jmmv 20130316]
2241.2Sriastrad	file(1): upgraded to 5.14 [christos 20130323]
2251.1Sriastrad	dhcp: upgrade to 4.2.5 [christos 20130324]
2261.1Sriastrad	vchiq(4): Add support for Broadcom VideoCore IV firmware interface.
2271.1Sriastrad		[jmcneill 20130325]
2281.3Sriastrad	vcaudio(4): Add support for Broadcom VideoCore IV audio service.
2291.1Sriastrad		[jmcneill 20130325]
2301.1Sriastrad	OpenSSH: Import 6.2. [christos 20130329]
2311.3Sriastrad	mdocml: Import 1.12.1 [christos 20130402]
2321.1Sriastrad	openpam(3): Import 20120526 (Micrampelis) [christos 20130405]
2331.1Sriastrad	flex: Import 2.5.37 [christos 20130405]
2341.1Sriastrad	byacc: Import 20130304 [christos 20130405]
2351.1Sriastrad	libpcap: Import 1.3.0 [christos 20130406]
2361.1Sriastrad	tcpdump(8): Import 4.3.0 [christos 20130406]
2371.1Sriastrad	libevent: Upgrade 2.0.21-stable [christos 20130411]
2381.1Sriastrad	wm(4): Add support for I210 and I211 [msaitoh 20130419]
2391.2Sriastrad	m68k: Add inverse trigonometric functions, hyperbolic arctangent,
2401.2Sriastrad		exponential and power functions to m68k FPE.  As a result,
2411.2Sriastrad		m68k FPE supports all mathematics functions. [isaki 20130420]
2421.1Sriastrad	tps65217pmic(4): Add support for TPS65217 PMIC as found on BeagleBone
2431.1Sriastrad		and other AM335x based boards. [rkujawa 20130425]
2441.1Sriastrad	amiga: Add minimal support for Thylacine USB card using slhci(4).
2451.2Sriastrad		Works at least with some keyboards and mice. [rkujawa 20130428]
2461.3Sriastrad	epoc32: Add new port NetBSD/epoc32. [kiyohara 20130428]
2471.3Sriastrad	arm: Make all arm ports with a command MACHINE_ARCH generate the same
2481.3Sriastrad		userspace.  All sets are the same except for etc.tgz.
2491.3Sriastrad		[matt 20130501]
2501.1Sriastrad	disklabel(8): this is now a MI tool like installboot.  [matt 20130503]
2511.1Sriastrad	vndcompress(1): Add support for restarting after interrupt.
2521.1Sriastrad		[riastradh 20130503]
2531.2Sriastrad	mcp980x(4): Add driver for Microchip MCP9800/1/2/3 I2C temperature
2541.2Sriastrad		sensor. [rkujawa 20130507]
2551.2Sriastrad	zoneinfo: Import tzdata2013c. [apb 20130508]
2561.2Sriastrad	arm: Add support for Marvell Armada XP SoCs. From Marvell and Semihalf.
2571.1Sriastrad		[rkujawa 20130530]
2581.1Sriastrad	wm(4): Add support for I217 and I218 [msaitoh 20130602]
2591.1Sriastrad	X11: Updated all Xorg packages that could be, for Xorg SA 2003-05-23,
2601.1Sriastrad		and general.  [mrg 20130605]
2611.1Sriastrad	ipsec(4): FAST_IPSEC is now named IPSEC, old IPSEC is gone.
2621.1Sriastrad		[christos 20130605]
2631.1Sriastrad	kernel: Add driver soekrisgpio for Soekris net6501 
2641.1Sriastrad		Ported by kardel@ from a patch for OpenBSD. [kardel 20130609]
2651.1Sriastrad	cgfourteen: both kernel and Xorg driver now support hardware
2661.3Sriastrad		acceleration using SX [macallan 20130619]
2671.1Sriastrad	dhcpcd(8): Import dhcpcd-6.0.0 [roy 20130621]
2681.1Sriastrad	zoneinfo: Import tzdata2013d. [apb 20130707]
2691.1Sriastrad	bge(4): Add support for Altima AC1003, Apple BCM5701,
2701.1Sriastrad		Broadcom BCM5787F, BCM5787G, BCM5787F, BCM5719, BCM5720,
2711.3Sriastrad		BCM57766, BCM57782 and BCM57786. [msaitoh 20130708]
2721.1Sriastrad	openresolv(8): Import openresolv-3.5.6 [roy 20130712]
2731.3Sriastrad	libc: Update to tzcode2013d. [christo 20130717]
2741.1Sriastrad	wpa:	Import wpa_supplicant and hostapd 1.1 [adam 20130717]
2751.1Sriastrad	dhcpcd(8): Import dhcpcd-6.0.3 [roy 20130719]
2761.2Sriastrad	coldfire: add userland and toolchain support for FreeScale Coldfire
2771.1Sriastrad		CPUs (which implement a subset of m68k instructions and
2781.1Sriastrad		addressing modes). [matt 20130719]
2791.1Sriastrad	bind: update to 9.9.3-P2 to fix CVE-2013-4854 remote query can cause
2801.2Sriastrad		named to terminate [christos 20130727]
2811.1Sriastrad	iwn(4): Add support for Centrino Wireless-N 1030 and Centrino
2821.1Sriastrad		Advanced-N 6230 [prlw1 20130728]
2831.2Sriastrad	dhcpcd(8): Import dhcpcd-6.0.5 [roy 20130803]
2841.2Sriastrad	makefs(8): Added UDF support for makefs(8). It allows for the creation
2851.2Sriastrad		of images for both read-only, rewritable or recordable media.
2861.2Sriastrad		[reinoud 20130805]
2871.2Sriastrad	xsh(4): Add driver for Individual Computers X-Surf 100 network interface
2881.2Sriastrad		card. [rkujawa 20130808]
2891.1Sriastrad	postfix(1): Import version 2.9.7 [tron 20130821]
2901.1Sriastrad	libc: Add consttime_memequal and explicit_memset for crypto
2911.1Sriastrad		applications. [riastradh 20130828]
2921.1Sriastrad	kernel: Add BPF coprocessor support (BPF_COP/BPF_COPX instructions).
2931.1Sriastrad		[rmind 20130829]
2941.1Sriastrad	npf: Convert NPF to use BPF byte-code by default.  Many other
2951.1Sriastrad		improvements. [rmind 20130929]
2961.1Sriastrad	less(1): Import version 458 [tron 20130804]
2971.1Sriastrad	mpl115a(4): Add driver for Freescale MPL115A2 I2C absolute pressure 
2981.2Sriastrad		sensor. [rkujawa 20130908]
2991.1Sriastrad	dhcpcd(8): Import dhcpcd-6.1.0 [roy 20130920]
3001.2Sriastrad	alpha: Add support for AlphaStation DS15.  Ported from OpenBSD via
3011.2Sriastrad		PR port-alpha/48148 by nullnilaki. [tsutsui 20130923]
3021.2Sriastrad	postfix(1): Import version 2.10.2 [tron 20130925]
3031.2Sriastrad	binutils: updated to FSF binutils 2.23.2.  [christos 20130929]
3041.2Sriastrad	getaddrinfo(1): Add utility for querying the system's name resolver.
3051.1Sriastrad		[riastradh 20130929]
3061.3Sriastrad	gdb(1): Updated to 7.6.1.  [christos 20131003]
3071.3Sriastrad	httpd(8): Added Lua scripting for content creation. [mbalmer 20131012]
3081.1Sriastrad	lutok: Update to 0.3.  [jmmv 20131018]
3091.1Sriastrad	kyua-cli: Update to 0.7.  [jmmv 20131018]
3101.1Sriastrad	netstat(1): Accept -faddress_family[,family ...]. [bad 20131019]
3111.1Sriastrad	systat(1): Accept shell patterns to select drives. [bad 20131019]
3121.1Sriastrad	gffb: add a driver for NVIDIA GeForce2 MX graphics controllers.
3131.2Sriastrad		[macallan 20131023]
3141.1Sriastrad	axen(4): Add a driver for ASIX AX88178a and AX88179 Ethernet interface.
3151.1Sriastrad		Ported from OpenBSD. [nonaka 20131026]
3161.1Sriastrad	x68k: Support upto 1008 MB extended memory that is found on the XM6i
3171.2Sriastrad		emulator. [tsutsui 20131027]
3181.2Sriastrad	OpenSSH: Imported 6.4 [christos 20131108]
3191.2Sriastrad	x86: Default rounding mode of the x87 changed to long double precision.
3201.2Sriastrad		[joerg 20131111]
3211.2Sriastrad	zless(1): Added via lastest version of zmore(1) from OpenBSD
3221.1Sriastrad		[pettai 20131112]
3231.2Sriastrad	libm: Added basic long double support for elementary functions.
3241.2Sriastrad		Most transcendent functions are stubbed out. [joerg 20131119]
3251.2Sriastrad	nvi(1): Upgrade to the latest git source [christos 20131122]
3261.2Sriastrad	MPC: Updated to MPC 1.0.1.  [mrg 20131128]
3271.2Sriastrad	MPFR: Updated to MPFR 3.1.2.  [mrg 20131128]
3281.2Sriastrad	GMP: Updated to GMP 5.1.3.  [mrg 20131129]
3291.3Sriastrad	file(1): Updated to 5.16. [christos 20131201]
3301.3Sriastrad	librt: Added shm_open(3) and shm_unlink(3). [rmind 20131219]
3311.2Sriastrad	acafh(4): Added driver for Individual Computers ACA500. Enjoy NetBSD
3321.2Sriastrad		on an Amiga 500.  [rkujawa 20131222] 
3331.2Sriastrad	libc: Update to tzcode2013i. [christos 20131226]
3341.2Sriastrad	zoneinfo: Import tzdata2013i. [apb 20131226]
3351.3Sriastrad	acpi(4): Updated ACPICA to 20131218. [christos 20131227]
3361.3Sriastrad	openpam(3): Import 20130907 (Nummularia) [christos 20131227]
3371.3Sriastrad	ntp: import ntp 4.2.7p404.  [christos 20131227]
3381.2Sriastrad	luna68k: Add preleminary support of 4bpp framebuffer.
3391.2Sriastrad		[tsutsui 20131227]
3401.2Sriastrad	wm(4): Add support for I354 (C2000 Internal) Ethernet
3411.2Sriastrad		[msaitoh 20131230]
3421.2Sriastrad	tcpdump(8): Import 4.5.1 [christos 20131231]
3431.2Sriastrad	libpcap: Import 1.5.2 [christos 20131231]
3441.2Sriastrad	bind: update to 9.9.5b1 [christos 20131231]
3451.2Sriastrad	wpa: Import wpa_supplicant and hostapd 2.0 [christos 20140102]
3461.2Sriastrad	dhcpcd(8): Import dhcpcd-6.2.0 [roy 20140103]
3471.2Sriastrad	luna68k: Make bootloader to detect booted device on ROM monitor's
3481.2Sriastrad		load command and set proper default boot device.
3491.2Sriastrad		[tsutsui 20140105]
3501.2Sriastrad	luna68k: Reorganize bootloader device configuration.  I.e. use
3511.2Sriastrad		(controller * 10 + id) for sd unit number, rather than
3521.2Sriastrad		static numbers against probed disks at ID 5 and 6.
3531.2Sriastrad		[tsutsui 20140110]
3541.2Sriastrad	luna68k: Add support to pass boothowto and boot device info from
3551.2Sriastrad		 bootloader to kernel. [tsutsui 20140111]
3561.1Sriastrad	OpenSSL: Imported 1.0.1f [christos 20130111]
3571.1Sriastrad	postfix(1): Import version 2.10.3 [tron 20140118]
3581.2Sriastrad	igmafb(4): Added framebuffer driver for Intel Graphics
3591.1Sriastrad		[mlelstv 20140121]
3601.1Sriastrad	vndcompress(1): Add support for constant memory, so 32-bit systems
3611.2Sriastrad		should in theory now be able to compress or uncompress
3621.2Sriastrad		multi-terabyte disks. [riastradh 20140122]
3631.2Sriastrad	ohci(4): Support the National Semiconductor PC87560 as found in
3641.2Sriastrad		many hppa machines. [skrll 20140128]
3651.1Sriastrad	ews4800mips: Switch to X11FLAVOUR=Xorg. Untested. [tsutsui 20140131]
3661.3Sriastrad	newsmips: Switch to X11FLAVOUR=Xorg. Untested. [tsutsui 20140131]
3671.1Sriastrad	npf: Added support for CDB based tables. [rmind 20140206]
3681.1Sriastrad	npf: Added support for static (stateless) NAT. [rmind 20140207]
3691.3Sriastrad	atf(7): Import atf 0.19.  [jmmv 20140208]
3701.1Sriastrad	atf(7): Import atf 0.20.  [jmmv 20140211]
3711.1Sriastrad	npf: Added support for IPv6-to-IPv6 Network Prefix Translation
3721.3Sriastrad		(NPTv6), as per RFC 6296. [rmind 20140213]
3731.3Sriastrad	sqlite3: Import 3.8.3.1 [christos 20140216]
3741.1Sriastrad	luna68k: Make sysinst to create a boot UFS partition and install
3751.1Sriastrad		the native bootloader during installation. [tsutsui 20140219]
3761.2Sriastrad	dhcpcd(8): Import dhcpcd-6.3.0 [roy 20140225]
3771.2Sriastrad	mcp48x1dac(4): Add preliminary support for Microchip MCP48x1 family of
3781.2Sriastrad		Digital-to-Analog converters. [rkujawa 20140225]
3791.2Sriastrad	micphy(4): Add Micrel PHY (KSZ9021RN) [ozaki-r 20140226]
3801.2Sriastrad	bind: update to 9.10.0b1 [christos 20130228]
3811.2Sriastrad	dhcpcd(8): Import dhcpcd-6.3.1 [roy 20140301]
3821.2Sriastrad	x68k: Switch to X11FLAVOUR=Xorg, including X68k monolithic server.
3831.2Sriastrad		[tsutsui 20140301]
3841.2Sriastrad	macppc: add support for ppc601-based machines
3851.2Sriastrad		from scole_mail via PR48600 [macallan 20140303]
3861.2Sriastrad	hppa: Switched to GCC 4.8.  [skrll 20140306]
3871.2Sriastrad	sparc: Switched to GCC 4.8.  [mrg 20140306]
3881.1Sriastrad	sparc64: Switched to GCC 4.8.  [mrg 20140306]
3891.1Sriastrad	alpha: Switched to GCC 4.8.  [martin 20140307]
3901.1Sriastrad	arm: Switched to GCC 4.8.  [skrll 20140307]
3911.1Sriastrad	elftoolchain: import FreeBSD-2014-03-08 [christos 20140309]
3921.1Sriastrad	amd64: Switched to GCC 4.8.  [christos 20140311]
3931.1Sriastrad	dhcpcd(8): Import dhcpcd-6.3.2 [roy 20140314]
3941.1Sriastrad	rtsx(4): Add a driver for Realtek RTS5209/RTS5229 Card Reader.
3951.1Sriastrad		Ported from OpenBSD. [nonaka 20140319]
3961.1Sriastrad	mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 258.14
3971.1Sriastrad		[pettai 20140324]
3981.1Sriastrad	arm: add support for ARMv6+ MMU features ASIDS, XN, split TTBR.
3991.1Sriastrad		add support for SMP. [matt 20140330]
4001.1Sriastrad	applesmc(4): Add drivers for the Apple System Management Controller.
4011.1Sriastrad		[riastradh 20140401]
4021.1Sriastrad	ptyfs: Allow multiple mounts and support proper device visibility
4031.1Sriastrad		in chroots (Ilya Zykov) [christos 20140404]
4041.1Sriastrad	i386: Switched to GCC 4.8.  [christos 20140404]
4051.1Sriastrad	mcp23s17gpio(4): Add Microchip MCP23S17 16-bit GPIO chip driver.
4061.1Sriastrad		e.g. Raspberry Pi interface boards [kardel 20140406]
4071.1Sriastrad	OpenSSL: Imported 1.0.1g [christos 20140407]
4081.1Sriastrad	sparc64: Switched to TOPDOWN_VM [martin 20140414]
4091.1Sriastrad	hp300: Fix broken apci console support of bootloader. [tsutsui 20140410]
4101.1Sriastrad	hp300: Add sti(4) at sgc screen console support to bootloader.
4111.1Sriastrad		[tsutsui 20140413]
4121.1Sriastrad	hp300: Add HP9000/425e RTC support. [tsutsui 20140419]
4131.1Sriastrad	ubsec(4): Add support for AES-CBC modes and BCM586x chips.
4141.1Sriastrad		[bad 20140419]
4151.1Sriastrad	hp300: Add proper consinit(9) support for sti(4) at sgc framebuffer on
4161.1Sriastrad		HP9000/425e. [tsutsui 20140420]
4171.1Sriastrad	bcmgpio(4): Add BCM2835 GPIO obio driver.
4181.3Sriastrad		[kardel 20140422]
4191.1Sriastrad	kerberos(8): Update to latest Heimdal-1-5-branch.
4201.1Sriastrad		[pettai 20140424]
4211.1Sriastrad	hp300: Make the Apollo Domain keyboard actually work.
4221.1Sriastrad		[tsutsui 20140424]
4231.1Sriastrad	hp300: Enable sti(4) driver for HP9000/425e console graphics on
4241.1Sriastrad		install kernels. [tsutsui 20140430]
4251.1Sriastrad	libc: Update to tzcode2014c. [christos 20140513]
4261.1Sriastrad	zoneinfo: Import tzdata2014c. [apb 20140515]
4271.1Sriastrad	hythygtemp(4): Add HYT-221/271/939 humidity/temperature iic sensor
4281.1Sriastrad		driver.	[kardel 20140518]
4291.1Sriastrad	envsys(4): Add %rH (relative Humidity) to sensor framework. 
4301.1Sriastrad		[kardel 20140518]
4311.1Sriastrad	gcc(1): Import version 4.8.3.  [skrll 20140527]
4321.1Sriastrad	openldap: Import 2.4.39 [tron 20140528]
4331.1Sriastrad	libc: Update to tzcode2014d. [christos 20140528]
4341.1Sriastrad	alpha: Fix wrong disk cylinder detection during sysinst installation
4351.1Sriastrad		onto a disk disklabel'ed by Tru64 as reported in PR/48697.
4361.1Sriastrad		[tsutsui 20140602]
4371.1Sriastrad	OpenSSL: Imported 1.0.1h [christos 20140605]
4381.1Sriastrad	vax: Switch to GCC 4.8 [matt 20140605]
4391.1Sriastrad	vmx(4): Add VMware VMXNET3 driver, from OpenBSD [hikaru 20140610]
4401.1Sriastrad	etcupdate(8): Add destdir support.  [apb 20140612]
4411.3Sriastrad	file(1): upgraded to 5.19 [christos 20140612]
4421.3Sriastrad	zoneinfo: Import tzdata2014e. [apb 20140613]
4431.3Sriastrad	libc: Update to tzcode2014e. [christos 20140614]
4441.3Sriastrad	dhcpcd(8): Import dhcpcd-6.4.0 [roy 20140614]
4451.3Sriastrad	pigz(1): Update to pigz-2.3.1 [tls 20140615]
4461.1Sriastrad	gdb(1): Updated to 7.7.1.  [christos 20140622]
4471.1Sriastrad	m68k: Use "-O2 -fno-reorder-blocks" for the default optimization
4481.1Sriastrad		by default to avoid unexpected code size growth by
4491.1Sriastrad		-freorder-blocks option on m68k. [tsutsui 20140705]
4501.1Sriastrad	m68k: Use "-O2 -fno-reorder-blocks" for most kernels as userland.
4511.3Sriastrad		[tsutsui 20140705]
4521.1Sriastrad	/usr/share/doc: Install formatted docs instead of nroff sources,
4531.1Sriastrad		and reorganize. [dholland 20140705]
4541.1Sriastrad	x68k: Make bootloader probe actual memory size and warn if memory size
4551.3Sriastrad		value stored in SRAM is different, for machines with dead
4561.1Sriastrad		battery.  [tsutsui 20140706]
4571.1Sriastrad	postfix(1): Import version 2.11.1 [tron 20140706]
4581.3Sriastrad	bind: Import version 9.10.0-P2 [spz 20140708]
4591.1Sriastrad	dhcp: Import version 4.3.0 [spz 20140712]
4601.1Sriastrad	luna68k: Add ANSI text color support for 8bpp color framebuffer.
4611.1Sriastrad		[tsutsui 20140713]
4621.1Sriastrad	dhcpcd(8): Import dhcpcd-6.4.2 [roy 20140714]
4631.1Sriastrad	wskbd(4): Added belgian keyboard layouts (KB_BE) to pckbd(4) and
4641.1Sriastrad		ukbd(4). [mbalmer 20140714]
4651.1Sriastrad	tiotg(4): added a driver for the Texas Instruments AM335x SoC's
4661.2Sriastrad		USB OTG controller. [bouyer 20140716]
4671.1Sriastrad	tifb(4): added an experimental driver for the Texas Instruments AM335x
4681.1Sriastrad		SoC's graphic controller. [bouyer 20140716]
4691.1Sriastrad	lua(1): Updated to 5.3 work3 [lneto 20140719]
4701.1Sriastrad	luna68k: Add WSDISPLAY_COMPAT_RAWKBD support so that keyboard on
4711.3Sriastrad		Xserver works without xmodmap(1) tweaks. [tsutsui 20140720]
4721.3Sriastrad	urtwn(4): Add support for Realtek RTL8188EUS and RTL8188ETV chipsets.
4731.1Sriastrad		Ported from FreeBSD. [nonaka 20140720]
4741.1Sriastrad	luna68k: Make wsfb Xserver work as monochrome server even with
4751.1Sriastrad		4bpp/8bpp color framebuffers. [tsutsui 20140721]
4761.1Sriastrad	wm(4): Add internal SERDES support older than 82575.
4771.1Sriastrad		[msaitoh 20140722]
4781.1Sriastrad	tmux(1): Import of tmux 1.9a.  [christos 20140724]
4791.1Sriastrad	kernel: Added fdiscard and posix_fallocate system calls.
4801.1Sriastrad		[dholland 20140725]
4811.1Sriastrad	evbarm: Add support for the Kobo touch (i.MX50). [hkenken 20140725]
4821.1Sriastrad	luna68k: Reset console ANSI color palette properly after returning to
4831.1Sriastrad		WSDISPLAYIO_MODE_EMUL, i.e. on exiting Xserver.
4841.1Sriastrad		[tsutsui 20140725]
4851.1Sriastrad	atari: Adjust VM related constants so that larger packages can be built
4861.1Sriastrad		on TT030. [tsutsui 20140726]
4871.2Sriastrad	sun3: Move bootloader address to allow loading growing GENERIC kernels.
4881.1Sriastrad		[tsutsui 20140726]
4891.2Sriastrad	dhcpcd(8): Import dhcpcd-6.4.3 [roy 20140730]
4901.1Sriastrad	timeout(1): Import from FreeBSD [christos 20140801]
4911.1Sriastrad	build: New BUILDINFO variable may be passed to build.sh, and exposed
4921.1Sriastrad		in /etc/release, as well as in sysctl kern.buildinfo.
4931.2Sriastrad		[apb 20140803]
4941.1Sriastrad	x68k: Add a 'switch' command to bootloader to display and modify
4951.2Sriastrad		SRAM parameters as NetBSD's memswitch(8) and Human68k's
4961.1Sriastrad		SWITCH.X commands. [isaki 20140805]
4971.1Sriastrad	zoneinfo: Import tzdata2014f. [apb 20140806]
4981.1Sriastrad	ekermit(1): Add BSD-licenced ekermit, and remove GPL-licenced
4991.1Sriastrad		gkermit. [apb 20140808]
5001.1Sriastrad	rescue(8): Add /rescue/ekermit. [apb 20140809]
5011.1Sriastrad	rnd(4): Suck in much more entropy early in boot and thereafter:
5021.1Sriastrad		autoconf timings, all sysctl settings (including hostname),
5031.1Sriastrad		contents of early network packets, environmental sensor
5041.1Sriastrad		values generically rather than as per-driver special cases.
5051.1Sriastrad		[tls 20140810]
5061.1Sriastrad	cprng_fast(9): Replace slow/broken mutex-protected kernel
5071.1Sriastrad		_arc4random() with new cprng_fast implemenation
5081.1Sriastrad		from riastradh@ using per-cpu instances of chacha8.
5091.1Sriastrad		[tls 20140810]
5101.1Sriastrad	OpenSSL: update to 1.0.1i [spz 20140810]
5111.1Sriastrad	kernel: add MODULAR infrastructure for Xen kernels [jnemeth 20140810]
5121.1Sriastrad