[BACK]Return to CHANGES CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / doc

Annotation of src/doc/CHANGES, Revision 1.2091

1.2091  ! christos    1: # LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2090 $>
1.1095    tsutsui     2: #
                      3: #
                      4: # [Note: This file does not mention every change made to the NetBSD source tree.
                      5: # For an exhaustive list, please subscribe to the `source-changes' mailing list,
                      6: # or see the mailing list archives.  For more information, send a message
                      7: # containing just the word `help' to `majordomo@NetBSD.org'.]
                      8: #
                      9: # ----------------------------------------------------------------------------
                     10: # PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
                     11: #
                     12: #      theme: Content ...
                     13: #              more content ...
                     14: #              more content. [developer DATE-FORMAT]
                     15: #
                     16: # That's it, one tab to start an item, and two tabs to indent the content.
                     17: # Also please start the content with a capital and end it with a dot.
                     18: #
                     19: # This is very important for the www scripts, otherwise it won't be able to
                     20: # parse the file and the HTML output will be mangled.
1.1106    tsutsui    21: #
                     22: # See htutils/changes/changes2html script for more details.
                     23: #
1.1095    tsutsui    24: # ----------------------------------------------------------------------------
1.1028    xtraeme    25:
1.1       lukem      26:
1.1968    riz        27: Changes from NetBSD 7.0 to NetBSD 8.0:
1.1969    christos   28:        libc: Update to tzcode2014f. [christos 20140815]
1.1970    christos   29:        gmake:  Update to gmake-3.81 in external/gpl2/gmake and remove
                     30:                gnu/dist/gmake (3.80) [christos 20140818]
1.1971    jnemeth    31:        module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control
                     32:                whether module autoloading is on by default.
                     33:                [jnemeth 20140824]
1.1972    joerg      34:        kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB.
1.1974    msaitoh    35:                The related changes to src/sys/conf require a rebuild of
                     36:                config(1). [joerg 20140824]
1.1973    apb        37:        zoneinfo: Import tzdata2014g. [apb 20140831]
1.1974    msaitoh    38:        wm(4): Add internal SERDES support for 82575 and newer controllers.
                     39:                [msaitoh 20140903]
1.1975    matt       40:        or1k: Add new port.  [matt 20140903]
1.1996    jmcneill   41:        awindma(4): Add support for Allwinner A10/A20 DMA controller.
1.1976    jmcneill   42:                [jmcneill 20140906]
1.1996    jmcneill   43:        awinac(4): Add support for Allwinner A10/A20 audio codec.
1.1976    jmcneill   44:                [jmcneill 20140906]
1.1996    jmcneill   45:        awinrtc(4): Add support for Allwinner A10/A20 real-time clock.
1.1978    jmcneill   46:                [jmcneill 20140907]
1.1977    jmcneill   47:        awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908]
1.1997    jmcneill   48:        axp20x(4): Add AXP20x PMU driver. [jmcneill 20140909]
1.1979    roy        49:        rtsol(8): Removed in favour of dhcpcd. [roy 20140911]
                     50:        rtsold(8): Removed in favour of dhcpcd. [roy 20140911]
1.1981    roy        51:        dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918]
1.1982    ryo        52:        arm: Add support for i.MX6 SoC. [ryo 20140925]
1.1983    jnemeth    53:        gpt(8): Completed overhaul, including adding follwing subcommands:
                     54:                resize, set, unset, backup, restore, and resizedisk.
                     55:                [jnemeth 20140926]
1.1985    roy        56:        dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927]
1.1986    jmcneill   57:        mpt(4): added bio(4) support. [jmcneill 20140927]
1.1987    jnemeth    58:        gpt(8): added type subcommand to modify partition type.
                     59:                [jnemeth 20140927]
1.1988    apb        60:        zoneinfo: Import tzdata2014h. [apb 20141004]
1.1989    roy        61:        dhcpcd(8): Import dhcpcd-6.5.0. [roy 20141006]
1.1990    christos   62:        libc: Update to tzcode2014h. [christos 20141007]
1.1991    christos   63:        file(1): Upgraded to 5.20. [christos 20141010]
1.1997    jmcneill   64:        arm: Add support for Allwinner A31 SoC. [jmcneill 20141010]
                     65:        awiniic(4): Add support for Allwinner A31 SoC. [jmcneill 20141012]
                     66:        awinp2wi(4): Add support for Allwinner A31 Push-Pull Two Wire
                     67:                Interface. [jmcneill 20141012]
                     68:        axp22x(4): Add AXP22x PMU driver. [jmcneill 20141012]
                     69:        awinrtc(4): Add support for Allwinner A31 real-time clock.
                     70:                [jmcneill 20141012]
                     71:        awindma(4): Add support for Allwinner A31 DMA controller.
                     72:                [jmcneill 20141013]
                     73:        awinac(4): Add support for Allwinner A31 audio codec.
                     74:                [jmcneill 20141013]
                     75:        motg(4): Add support for Allwinner A10/A20 SoC. [jmcneill 20141015]
1.1992    christos   76:        wpa: Import wpa_supplicant and hostapd 2.3. [christos 20141016]
1.1993    roy        77:        dhcpcd(8): Import dhcpcd-6.5.1. [roy 20141018]
1.1994    christos   78:        OpenSSH: Imported 6.7. [christos 20141018]
1.1995    roy        79:        resolvconf(8): Import openresolv-3.6.0 [roy 20141020]
1.2010    nonaka     80:        gcc: Support -fsanitize=address [christos 20141022]
1.1999    apb        81:        zoneinfo: Import tzdata2014i. [apb 20141023]
1.2010    nonaka     82:        libc: Update to tzcode2014i. [christos 20141023]
1.2001    christos   83:        openpam(3): update to 20140912 (ourouparia) [christos 20141024]
1.2002    christos   84:        pppd(8): updated to version 2.4.7. [christos 20141025]
1.2003    christos   85:        acpi(4): Updated ACPICA to 20140926. [christos 20141025]
1.2006    roy        86:        dhcpcd(8): Import dhcpcd-6.6.0 [roy 20141029]
                     87:        resolvconf(8): Import openresolv-3.6.1 [roy 20141029]
1.2007    nonaka     88:        rtsx(4): Add support for Realtek RTS5227/RTL8402/RTL8411/RTL8411B.
                     89:                [nonaka 20141029]
1.2008    christos   90:        flex(1): Import flex-2.5.37 [christos 20141029]
1.2009    nonaka     91:        iwn(4): Add support for Intel Centrino Wireless-N
                     92:                100/105/130/135/2200/2230. From OpenBSD. [nonaka 20141030]
1.2014    jmcneill   93:        awge(4): Add support for gigabit ethernet found on various
                     94:                Allwinner SOCs. [martin 20141101]
1.2013    roy        95:        dhcpcd(8): Import dhcpcd-6.6.1. [roy 20141107]
1.2015    jmcneill   96:        awinhdmi(4): Add support for Allwinner A20/A31 HDMI controller.
                     97:                [jmcneill 20141110]
                     98:        awintcon(4): Add support for Allwinner A20/A31 TV/LCD controller.
                     99:                [jmcneill 20141110]
                    100:        awindebe(4): Add support for Allwinner A20/A31 Display engine
                    101:                backend (DE-BE). [jmcneill 20141110]
1.2016    jmcneill  102:        awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio
                    103:                controller. [jmcneill 20141111]
1.2017    roy       104:        dhcpcd(8): Import dhcpcd-6.6.2. [roy 20141114]
1.2019    jmcneill  105:        awinir(4): Add support for Allwinner A20/A31 IR receiver.
                    106:                [jmcneill 20141115]
1.2018    apb       107:        zoneinfo: Import tzdata2014j. [apb 20141116]
1.2054    riastrad  108:        libc: Change arc4random(3) to use ChaCha20 and per-thread state.
                    109:                [riastradh 20141116]
1.2020    christos  110:        libc: Update to tzcode2014j. [christos 20141117]
1.2021    christos  111:        libpcap: Import 1.6.2. [christos 20141119]
                    112:        tcpdump(8): Import 4.6.2. [christos 20141119]
1.2023    roy       113:        dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126]
1.2024    roy       114:        dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209]
1.2025    christos  115:        bind: Import version 9.10.1-P1. [christos 20141209]
1.2026    roy       116:        dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217]
1.2027    mrg       117:        powerpc: Switch to GCC 4.8. [matt 20141218]
1.2028    roy       118:        dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219]
1.2029    christos  119:        ntp: Import ntp 4.2.8. [christos 20141219]
1.2030    mrg       120:        midirecord(1): Add program to record MIDI files.  [mrg 20141229]
1.2031    christos  121:        file: update to 5.22 security limits [christos 20150102]
1.2032    christos  122:        byacc: update to 20141128 for more bison compat [christos 20150103]
1.2033    macallan  123:        mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus
                    124:                graphics devices [macallan 20150106]
1.2034    mrg       125:        gcc: Import GCC 4.8.4.  [mrg 20150109]
1.2035    spz       126:        openssl: Import openssl 1.0.1k [spz 20150113]
1.2036    christos  127:        am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use)
                    128:                nfs3 rpc support for amfs [christos 20150117]
1.2037    hkenken   129:        arm: Add support for Zynq SoC. [hkenken 20150123]
                    130:        evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123]
1.2039    christos  131:        blacklist: Added daemon and library [christos 20150125]
1.2043    spz       132:        libevent: Import libevent 2.0.22 [spz 20150129]
1.2042    roy       133:        dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130]
1.2044    apb       134:        zoneinfo: Import tzdata2015a. [apb 20150131]
1.2055    apb       135:        libc: Import tzcode2015a. [christos 20150131]
1.2047    spz       136:        bind: patch to version 9.10.1-P2. [spz 20150221]
1.2048    roy       137:        network: introduce RTF_LOCAL for local address routes. [roy 20150226]
1.2050    skrll     138:        evbarm: Add support for RPI2. [skrll 20150304]
1.2051    jmcneill  139:        evbarm: Add support for ODROID-C1. [jmcneill 20150304]
1.2052    christos  140:        dtrace: Add syscall support [christos 20150307]
1.2053    christos  141:        dtrace: Add lockstat support [riastradh, christos 20150308]
1.2055    apb       142:        zoneinfo: Import tzdata2015b. [apb 20150321]
1.2057    spz       143:        openssl: Import openssl 1.0.1m [spz 20150323]
1.2058    christos  144:        libc: Update to tzcode2015b. [christos 20150324]
1.2060    roy       145:        dhcpcd(8): Import dhcpcd-6.8.1. [roy 20150327]
1.2062    christos  146:        libpcap: Import 1.7.2. [christos 20150331]
                    147:        tcpdump(8): Import 4.7.3. [christos 20150331]
1.2063    christos  148:        wpa: Import wpa_supplicant and hostapd 2.4. [christos 20150401]
1.2064    christos  149:        OpenSSH: Imported 6.8. [christos 20150403]
1.2065    bouyer    150:        btmagic(4): add Magic Trackpad support [bouyer 20150406]
1.2066    christos  151:        ntp: Import ntp 4.2.8p2. [christos 20150407]
1.2067    christos  152:        acpi(4): Updated ACPICA to 20150410. [christos 20150413]
1.2068    bouyer    153:        evbarm: add a driver for EDMA controller on AM335x SoC.
                    154:                Add DMA support to the sdhc controllers on AM335x SoC.
                    155:                Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414]
1.2069    christos  156:        xz(1): Import of XZ 5.2.1. [christos 20150417]
1.2072    christos  157:        libc: Update to tzcode2015d. [christos 20150428]
1.2073    roy       158:        openresolv(8): Import openresolv-3.7.0 [roy 20150501]
1.2074    roy       159:        netinet: Added IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and IN_IFF_DETACHED.
                    160:                 IPV4 addresses now perform DAD using ARP as described in
                    161:                 RFC 5227. [roy 20150502]
1.2076    roy       162:        dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517]
1.2088    maxv      163:        FFS: General improvements in the superblock parser. [maxv 20150523]
1.2077    christos  164:        openssl: Import openssl 1.0.1n [christos 20150612]
1.2078    christos  165:        openssl: Import openssl 1.0.1o [christos 20150616]
1.2079    apb       166:        zoneinfo: Import tzdata2015e. [apb 20150621]
1.2086    mrg       167:        nfssvc(2): Support 32-bit system calls for the NFS server.
                    168:                [mrg 20150622]
1.2083    mrg       169:        gcc: Import GCC 4.8.5.  [mrg 20150624]
1.2080    christos  170:        OpenSSH: Imported 6.9. [christos 20150630]
                    171:        bind: Import version 9.10.2-P2. [christos 20150708]
1.2081    roy       172:        dhcpcd: Import dhcpcd 6.9.1. [roy 20150709]
1.2082    mrg       173:        iostat(8): Support fnmatch(3) patterns for disknames.  [mrg 20150709]
1.2084    christos  174:        openssl: Import openssl 1.0.1p [christos 20150709]
1.2085    christos  175:        ntp: Import ntp 4.2.8p3. [christos 20150710]
1.2087    christos  176:        bind: Import version 9.10.2-P3. [christos 20150728]
1.2088    maxv      177:        kernel: Several bug fixes and improvements in the PaX subsystem.
                    178:                [maxv 20150804]
1.2089    jmcneill  179:        sdmmc(4): Add support for UHS-I and MMC HS200 transfer modes.
                    180:                [jmcneill 20150808]
                    181:        sdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
                    182:                [jmcneill 20150808]
                    183:        amlogicsdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
                    184:                [jmcneill 20150808]
1.2090    apb       185:        zoneinfo: Import tzdata2015f. [apb 20150811]
1.2091  ! christos  186:        OpenSSH: Imported 7.0. [christos 20150813]

CVSweb <webmaster@jp.NetBSD.org>