NetBSD/doc/CHANGES

104 lines
4.7 KiB
Plaintext
Raw Normal View History

# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1733 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
# For an exhaustive list, please subscribe to the `source-changes' mailing list,
# or see the mailing list archives. For more information, send a message
# containing just the word `help' to `majordomo@NetBSD.org'.]
#
# ----------------------------------------------------------------------------
# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
#
# theme: Content ...
# more content ...
# more content. [developer DATE-FORMAT]
#
# That's it, one tab to start an item, and two tabs to indent the content.
# Also please start the content with a capital and end it with a dot.
#
# This is very important for the www scripts, otherwise it won't be able to
# parse the file and the HTML output will be mangled.
#
# See htutils/changes/changes2html script for more details.
#
# ----------------------------------------------------------------------------
Changes from NetBSD 6.0 to NetBSD 7.0:
window(1): Removed from the base system in favor of tmux(1). Use the
pkgsrc/misc/window package from now on. [jmmv 20120215]
2012-02-21 22:38:32 +04:00
pkg_add(1): imported 20120221 version from pkgsrc [wiz 20120221]
2012-02-22 21:57:36 +04:00
file(1): upgraded to 5.11 [christos 20120222]
evbmips: Add support for Lemote Yeeloong Notebook. [nonaka 20120302]
2012-03-19 10:29:37 +04:00
dbsym(8): Add option -p [bsh 20120319]
2012-03-23 13:42:47 +04:00
dhcpcd(8): Import dhcpcd-5.5.5 [roy 20120323]
2012-03-24 01:34:17 +04:00
ipf: upgrade to 5.1.1 with new build framework, no module and
test support yet [christos 20120323]
2012-03-27 11:07:46 +04:00
pcc: upgrade to 1.1.0.DEVEL 20120325 [plunky 20120325]
2012-03-28 01:23:45 +04:00
openresolv(8): Import openresolv-3.5.1 [roy 20120327]
2012-03-28 14:22:46 +04:00
dhcpcd(8): Import dhcpcd-5.5.6 [roy 20120328]
2012-04-07 09:42:57 +04:00
apple: Recognize the apple disk partitioning scheme, and auto-discover
wedges. Fix iPod disk mounting, by adding quirk.
[christos 20120306]
fstab: Add NAME=wedgename for fs_spec and routines to parse it. Now
wedges can be used in /etc/fstab, even in dynamic environments
where disks come and go and wedges get renumbered.
[christos 20120306]
2012-04-07 09:43:33 +04:00
pdisk(8): Make it work for 64 bit hosts, and make it MI.
[christos 20120306]
2012-04-17 19:30:35 +04:00
amiga: Add clockport(4) layer and a driver for A1200 on-board clockport
a1k2cp(4). [rkujawa 20120417]
2012-04-19 21:52:39 +04:00
kernel: add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing
Interface II SAS controllers. [bouyer 20120419]
2012-04-21 02:43:19 +04:00
kernel: Add support for 256 CPUs on amd64. [rmind 20120420]
OpenSSH: Imported 6.0 [christos 20120501]
bzip2: Imported 1.0.6 [wiz 20120507]
2012-05-18 19:24:45 +04:00
amiga: Rework X-Surf driver as xsurf(4). Add support for clockport(4)
on top of xsurf(4). [rkujawa 20120515]
2012-05-27 02:15:57 +04:00
backtrace(3): Add <execinfo.h> and the backtrace family of functions
[christos 20120526]
2012-05-30 18:31:57 +04:00
kernel: Add run(4), a driver for Ralink Technology
RT2700U/RT2800U/RT3000U USB IEEE 802.11a/b/g/n wireless
network devices, ported from OpenBSD. [nonaka 20120530]
2012-06-05 04:57:09 +04:00
bind: update to 9.9.1-P1 to fix the recent rdata exploit.
[christos 20120604]
2012-06-07 03:59:17 +04:00
empb(4): Add ELBOX Mediator PCI 1200 driver. [rkujawa 20120604]
2012-06-09 06:57:11 +04:00
kernel: Add a new RLIMIT_NTHR limit to limit the number of processes
per user and the corresponding kern.maxlwp sysctl. Expose
kern.uidinfo.* via sysctl. [christos 20120608]
2012-06-10 10:26:21 +04:00
usb(9): Added support for SMP to the USB subsytem. By Jared D.
McNeill and myself. [mrg 20120609]
2012-06-22 22:47:09 +04:00
kernel: {send,recv}mmsg support [christos 20120621]
2012-06-23 07:16:03 +04:00
kernel: Add sysctls to avoid ipv6 DoS attacks (from OpenBSD):
net.inet6.ip6.neighborgcthresh = 2048
net.inet6.ip6.maxifprefixes = 16
net.inet6.ip6.maxifdefrouters = 16
net.inet6.ip6.maxdynroutes = 4096
[christos 20120622]
ata(4): added support for sata Port MultiPliers (PMP)
[bouyer 20120702]
2012-07-08 16:07:12 +04:00
kernel, libc: Add MurmurHash2 function. [rmind 20120708]
2012-07-12 02:43:19 +04:00
atf(7): Import 0.16. [jmmv 20120711]
2012-07-12 20:55:57 +04:00
dhcpcd(8): Import dhcpcd-5.6.1 [roy 20120712]
kernel: Add support for sensors to provide entropy to rnd(4)
[pgoyette 20120715]
2012-07-19 03:33:26 +04:00
tdvfb(4): Add 3Dfx Voodoo2 driver. [rkujawa 20120719]
2012-07-20 16:05:36 +04:00
tdvfb(4): Add 3Dfx Voodoo Graphics (aka Voodoo1) support.
[rkujawa 20120720]
kernel: Change mii_statchg to take "struct ifnet *" instead of
"device_t". [matt 20120722]
pr(1): Add support for POSIX -f and -p options. [ginsbach 20120724]
2012-07-27 09:38:21 +04:00
powerpc: Add support for FPU emulation on BookE. [matt 20120722]
zoneinfo: Import tzdata2012d. [apb 20120722]
2012-07-27 21:39:36 +04:00
OpenSSL: Imported 1.0.1c [christos 20120726]
2012-07-27 09:38:21 +04:00
kernel: safepri is dead; replaced by macro IPL_SAFEPRI. [matt 20120727]
2012-07-30 23:50:51 +04:00
kernel: Add malo(4), a driver for Marvell Libertas IEEE 802.11b/g
wireless network devices, ported from OpenBSD.
[degroote 20120730]
2012-08-02 03:39:12 +04:00
kernel: Add BPF JIT compiler, currently supporting amd64 and i386.
[rmind 20120802]
kernel, libc: Add modctl(MODCTL_EXISTS, ...) to determine if modules
can be loaded. [jnemeth 20120803]
modstat(8): Add -A, -a, and -e options for testing module loadability.
[jnemeth 20120803]