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

Annotation of src/doc/CHANGES, Revision 1.2740

1.2740  ! thorpej     1: # LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2739 $>
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.2564    martin     26: Changes from NetBSD 9.0 to NetBSD 10.0:
1.2588    jnemeth    27:        openldap: Import 2.4.48. [christos 20190808]
1.2572    pgoyette   28:        boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20190818]
1.2573    roy        29:        dhcpcd(8): Import dhcpcd-8.0.3 [roy 20190821]
1.2576    roy        30:        inet6: Fix sending RTM_MISS for unresolvable addresses and restore
                     31:                ND6_LLINFO_WAITDELETE so that any send at this point can
                     32:                return EHOSTDOWN to match inet behaviour. [roy 20190901]
1.2577    roy        33:        inet: Fix sending RTM_MISS for unresolvable addresses. [roy 20190901]
1.2578    roy        34:        dhcpcd(8): Import dhcpcd-8.0.4 [roy 20190904]
1.2579    christos   35:        bind: Import version 9.14.5. [christos 20190905]
1.2580    roy        36:        resolvconf(8): Import openresolv-3.9.2 [roy 20190908]
1.2581    manu       37:        boot(8): multiboot 2 support, Xen can now boot from EFI [manu 20190913]
1.2582    roy        38:        dhcpcd(8): Import dhcpcd-8.0.6 [roy 20190913]
1.2583    maxv       39:        kernel: Add vHCI, a driver that allows to send and receive USB
                     40:                packets from userland. [maxv 20190914]
1.2584    mrg        41:        mos(4): Ported driver for MosChip MCS7730/7830/7832 USB ethernet.
1.2611    mrg        42:                [mrg 20190920]
1.2736    mrg        43:        gcc(1): Import GCC 8.3. [mrg 20191001]
1.2586    christos   44:        libpcap: Import 1.9.1. [christos 20191001]
                     45:        tcpdump(8): Import 4.9.3. [christos 20191001]
1.2587    maya       46:        rescue(8): Moved into a separate, rescue-only set. [maya 20191001]
1.2589    christos   47:        byacc: Update to 20190617. [christos 20191006]
1.2590    kre        48:        tzdata updates from 2019a to 2019c (incl 2019b) [kre 20191008]
1.2591    sevan      49:        services(5): Update to version 2019-10-04 from IANA.
                     50:                [sevan 20191009]
1.2592    roy        51:        dhcpcd(8): Import dhcpcd-8.1.0 [roy 20191011]
1.2593    christos   52:        OpenSSH: Import 8.1. [christos 20191012]
1.2594    christos   53:        acpi(4): Updated ACPICA to 20190816. [christos 20191015]
1.2595    christos   54:        sup: removed, use ftp://ftp.astron.com/pub/sup [christos 20191015]
1.2596    roy        55:        dhcpcd(8): Import dhcpcd-8.1.1 [roy 20191016]
1.2597    bad        56:        evbarm: Add support for the NanoPi R1 and Duo2. [bad 20191016]
1.2601    christos   57:        bind: Import version 9.14.7. [christos 20191017]
1.2603    kamil      58:        libc: Changed the iconv(3) function signature to the POSIX variation
                     59:                [kamil 20191024]
1.2643    ad         60:        nct(4): Add Nuvoton NCT5104D GPIO driver. [ad 20191025]
1.2604    ozaki-r    61:        vio9p(4): Add virtio-9p front-end driver. [ozaki-r 20191028]
                     62:        mount_9p(8): Enable to mount a filesystem exported via virtio-9p.
                     63:                [ozaki-r 20191028]
1.2605    jmcneill   64:        evbarm: Update TI AM335x SoC support to use FDT based configuration.
                     65:                [jmcneill 20191028]
1.2608    jmcneill   66:        evbarm: Update TI OMAP3 SoC support to use FDT based configuration.
                     67:                [jmcneill 20191101]
1.2609    maxv       68:        amd64: Add support for kCSan - Kernel Concurrency Sanitizer.
                     69:                [maxv 20191105]
1.2612    christos   70:        tmux(1): Imported 2.9a. [christos 20191112]
1.2613    roy        71:        dhcpcd(8): Import 8.1.2. [roy 20191113]
1.2614    maxv       72:        amd64: Add support for kMSan - Kernel Memory Sanitizer.
                     73:                [maxv 20191114]
1.2615    hikaru     74:        qat(4): Add opencrypto driver for Intel QuickAssist.
                     75:                Atom C2XXX, C3XXX, Xeon D-21XX and D-15XX, C62X chipsets and
                     76:                QuickAssist Adapter 8960/8970.
                     77:                [hikaru 20191120]
1.2643    ad         78:        select(2), poll(2): Performance and scalability improvements
                     79:                [ad 20191121]
                     80:        amd64, i386: Performance and scalability improvements for TLB
                     81:                shootdown [ad 20191121]
1.2617    christos   82:        bind: Import version 9.14.8. [christos 20191127]
1.2618    christos   83:        terminfo: Import 20190609 [christos 20191127]
1.2643    ad         84:        onewire(4), owtemp(4): Improve reliability and reduce CPU overhead
                     85:                slightly. [ad 20191130]
                     86:        scheduler: Improve performance and interactivity. [ad 20191201]
                     87:        vfs: Reduce false sharing and lock overhead during normal operation.
                     88:                [ad 20191201]
1.2689    riastrad   89:        evbarm: Added driver for Allwinner Crypto Engine random number
                     90:                generator [riastradh 20191209]
1.2619    yamaguch   91:        ixl(4): Ported driver for Intel Ethernet 700 series
                     92:                [yamaguchi 20191210]
1.2620    christos   93:        acpi(4): Updated ACPICA to 20191213. [christos 20191214]
1.2643    ad         94:        uvm: Replace red-black tree page lookup with radix tree lookup,
                     95:                including tagging and gang lookup of pages.  Original work
                     96:                done by yamt@. [ad 20191214]
1.2621    christos   97:        nsd: Import 4.2.4. [christos 20191215]
                     98:        unbound(8): Import 1.9.6. [christos 20191215]
1.2622    christos   99:        openpam(3): update to 20190224 (tabebuia) [christos 20191215]
1.2623    christos  100:        kerberos(8): Update to Heimdal-7.7.0 [christos 20191215]
1.2624    christos  101:        file(1): Upgraded to 5.38. [christos 20191216]
1.2643    ad        102:        uvm: Replace global counters with per-CPU counters, significantly
                    103:                reducing system time on workloads that are VM-system heavy.
                    104:                [ad 20191216]
1.2626    jakllsch  105:        anxdp(4): Add driver for Analogix DisplayPort core found in
                    106:                Rockchip RK3399. [jakllsch 20191219]
1.2625    jakllsch  107:        net80211: Require SSID configuration to associate with an open AP.
                    108:                [jakllsch 20191219]
1.2628    roy       109:        dhcpcd(8): Import dhcpcd-8.1.4 [roy 20191220]
1.2643    ad        110:        uvm: Rewrite the page allocator to be more efficient and somewhat CPU
                    111:                topology aware.  Add preliminary NUMA support.  [ad 20191227]
1.2630    christos  112:        crunchgen(1): Added the ability to pass variables in the submake
                    113:                command line, and removed all command like flags that are
                    114:                not needed anymore [christos 20191229]
1.2643    ad        115:        uvm: Reduce lock contention by making the maintentance of page
                    116:                replacement state more concurrent. [ad 20191231]
1.2629    ryo       117:        aq(4): Add Aquantia 10G network adapter driver [ryo 20200101]
1.2631    roy       118:        dhcpcd(8): Import dhcpcd-8.1.5 [roy 20200103]
1.2632    christos  119:        tmux(1): Imported 3.0a. [christos 20200106]
1.2643    ad        120:        amd64, i386: Replace the global PV hash table with radix trees,
                    121:                yielding significant performance and scalability benefits.
                    122:                [ad 20200112]
                    123:        scheduler: Make the scheduler topology aware.  It understands and
                    124:                makes good use of HyperThreading/SMT, spreads the load evenly
                    125:                across different physical CPU packages, and can effectively
                    126:                run asymmetric systems with slow and fast CPUs [ad 20200113]
1.2633    jmcneill  127:        evbarm: Add support for NXP i.MX 8M family SoCs. [jmcneill 20200114]
1.2668    mrg       128:        arm: Add support for cpu topology for ARMv7 and ARMv8 CPUs.
1.2667    jdolecek  129:                [mrg 20200114]
1.2643    ad        130:        uvm: More precisely track clean/dirty pages, and change how they are
                    131:                indexed, speeding up fsync() on large files by orders of
                    132:                magnitude.  Original work done by yamt@. [ad 20200115]
1.2636    maya      133:        uyurex(4): Removed from the tree. [maya 20200117]
1.2635    thorpej   134:        strip(4): Removed from the tree. [thorpej 20200118]
1.2638    leot      135:        hippi and esh(4): Removed from the tree. [thorpej 20200118]
1.2639    thorpej   136:        de(4): Removed from the tree. [thorpej 20200119]
1.2651    wiz       137:        token ring and tr(4): Removed from the tree. [thorpej 20200119]
                    138:        fddi, fpa(4), fta(4), fea(4): Removed from the tree. [thorpej 20200120]
1.2714    msaitoh   139:        wm(4): Add Intel I219 LM10-LM15 and V10-V14. [msaitoh 20200121]
1.2642    christos  140:        OpenSSL: Imported 1.1.1d. [christos 20200122]
1.2644    roy       141:        dhcpcd(8): Import dhcpcd-8.1.6 [roy 20200127]
1.2645    roy       142:        openresolv(8): Import openresolv-3.10.0 [roy 20200127]
1.2646    maya      143:        urio(4): Removed from the tree. [maya 20200129]
1.2647    thorpej   144:        Collect network interface statistics using per-cpu counters
                    145:                that are collated when they are queried. [thorpej 20200201]
1.2648    kamil     146:        realpath(1): Ported from FreeBSD. [kamil 20200202]
1.2649    jmcneill  147:        kernel: Remove azalia(4). [jmcneill 20200209]
1.2650    christos  148:        awk(1): Import 20200218 [christos 20200218]
1.2652    jmcneill  149:        genet(4): Add support for Broadcom GENETv5 ethernet controllers, found
                    150:                in the Raspberry Pi 4. [jmcneill 20200222]
1.2653    christos  151:        OpenSSH: Import 8.2. [christos 20200226]
1.2654    kamil     152:        ld.elf_so(1): Implement DT_GNU_HASH [kamil 20200229]
1.2655    is        153:        amiga: Fix word accesses on Gayle (A1200) pcmcia. [is 20200302]
1.2656    christos  154:        libcbor: Import for libfido2 support [christos 20200302]
                    155:        libfido2: Import for pam-u2f support [christos 20200302]
                    156:        pam-u2f: Import token authenticator [christos 20200302]
1.2736    mrg       157:        gcc(1): Import GCC 8.4. [mrg 20200311]
1.2657    roy       158:        terminfo: Support numeric parameters as int [roy 20200313]
1.2658    christos  159:        postfix(1): Import version 3.5.0. [christos 20200318]
1.2659    christos  160:        OpenSSL: Imported 1.1.1e. [christos 20200321]
1.2660    ad        161:        amd64, i386: Significant performance improvements in the pmap module
                    162:                [ad 20200322]
                    163:        namecache: Change the namecache to index names using per directory
                    164:                red-black trees. [ad 20200322]
                    165:        uvm: Process concurrent page faults on individual objects in parallel,
                    166:                where the relevant pages are already in-core.  [ad 20200322]
1.2661    thorpej   167:        bwfm: Update firmware to linux-firmware-20200316. [thorpej 20200322]
1.2662    christos  168:        acpi(4): Updated ACPICA to 20200326. [christos 20200328]
1.2663    kamil     169:        ioctlprint(1): Add ioctl descriptive printer. [kamil 20200402]
1.2664    roy       170:        dhcpcd(8): Import version 9.0.0 [roy 20200402]
1.2669    christos  171:        binutils: Updated to FSF binutils 2.34. [christos 20200404]
1.2665    jdolecek  172:        mount_smbfs(8): Removed from the tree [jdolecek 20200404]
                    173:        nsmb(4): Removed from the tree [jdolecek 20200404]
1.2666    jdolecek  174:        xen: remove legacy rx-flip support from xennet(4) and xvif(4)
                    175:                [jdolecek 20200405]
1.2669    christos  176:        OpenSSL: Imported 1.1.1f. [christos 20200405]
1.2674    wiz       177:        xennet(4): Make the driver MP-safe [jdolecek 20200406]
1.2670    maxv      178:        aarch64: Add support for Pointer Authentication (PAC).
                    179:                [maxv 20200412]
                    180:        aarch64: Add support for Branch Target Identification (BTI).
                    181:                [maxv 20200413]
1.2679    jdolecek  182:        umass(4): Removed obsolete ISD-ATA support [jdolecek 20200413]
1.2672    roy       183:        dhcpcd(8): Import version 9.0.1 [roy 20200413]
1.2674    wiz       184:        xbd(4): Make the driver MP-safe [jdolecek 20200413]
1.2677    jdolecek  185:        xbd(4): Support regular 64KB MAXPHYS [jdolecek 20200415]
1.2676    jdolecek  186:        xbd(4): Support indirect segments [jdolecek 20200416]
1.2675    roy       187:        dhcpcd(8): Import version 9.0.2 [roy 20200421]
1.2676    jdolecek  188:        xbdback(4): Support indirect segments [jdolecek 20200421]
1.2678    jdolecek  189:        xbdback(4): Make the driver MP-safe [jdolecek 20200423]
1.2680    christos  190:        OpenSSL: Imported 1.1.1g. [christos 20200424]
1.2681    kre       191:        tzdata updated to 2020a  [kre 20200425]
1.2682    bouyer    192:        amd64, i386: Added support for Xen PV drivers under HVM guests.
                    193:                [bouyer 20200425]
1.2689    riastrad  194:        kernel: Overhauled entropy subsystem [riastradh 20200430]
1.2683    bouyer    195:        xen: Added support for Xen PVH. [bouyer 20200502]
1.2684    tsutsui   196:        hp300: Add bitmap access ops support for EVRX framebuffer on
                    197:                HP9000/425e. [tsutsui 20200504]
1.2685    jdolecek  198:        xennet(4): add support for feature-sg & jumbo frames [jdolecek 20200430]
                    199:        xvif(4): add support for feature-sg & jumbo frames [jdolecek 20200503]
1.2689    riastrad  200:        kernel: Added support for swap encryption with sysctl -w
                    201:                vm.swap_encrypt=1 [riastradh 20200509]
1.2685    jdolecek  202:        xen: Support MSI for XenPV [jdolecek 20200504]
1.2686    skrll     203:        hppa: Enable modules in GENERIC by default.  [skrll 20200511]
1.2689    riastrad  204:        aarch64: Added support for ARMv8.5-RNG RNDRRS CPU random number
                    205:                generator instructions [riastradh 20200511]
1.2687    bouyer    206:        xen: enable MULTIPROCESSOR for Xen dom0. [bouyer 20200513]
1.2688    kamil     207:        ptrace(2): Add PT_SET_SIGPASS and PT_GET_SIGPASS. [kamil 20200514]
1.2689    riastrad  208:        evbarm: Added support for EFI RNG firwmare random number generator
                    209:                [riastradh 20200514]
1.2690    christos  210:        ACL: Add FFS support for ACLS via extended attributes, from FreeBSD.
                    211:                [christos 20200516]
1.2691    riastrad  212:        evbarm: Added support for Rockchip RK3399 crypto random number
                    213:                generator device [riastradh 20200517]
1.2692    christos  214:        libuv: Import version 1.38.0. [christos 20200524]
                    215:        bind: Import version 9.16.3. [christos 20200524]
1.2693    christos  216:        tzcode: Updated to 2020a. [christos 20200525]
1.2729    riastrad  217:        ntp: Import ntp 4.2.8p14. [christos 20200525]
1.2695    christos  218:        acpi(4): Updated ACPICA to 20200430. [christos 20200525]
1.2696    christos  219:        postfix(1): Import version 3.5.2. [christos 20200525]
1.2697    christos  220:        OpenSSH: Import 8.3. [christos 20200528]
1.2698    jmcneill  221:        evbarm: Add install media for earmv7hf and aarch64. [jmcneill 20200528]
1.2699    roy       222:        dhcpcd: Import version 9.1.1 [roy 20200604]
1.2700    roy       223:        inet6: in-kernel Router Advertisment handling removed. [roy 20200612]
1.2701    christos  224:        file(1): Upgraded to 5.39. [christos 20200614]
1.2702    christos  225:        blocklist: import current version [christos 20200614]
1.2703    roy       226:        dhcpcd: Import version 9.1.2 [roy 20200615]
1.2704    jmcneill  227:        evbarm: Add support for loading modules with the bootloader.
                    228:                [jmcneill 20200221]
1.2705    jmcneill  229:        evbarm: Added boot.cfg support to efiboot [jmcneill 20200211]
1.2706    riastrad  230:        kernel: Remove all variable-time AES and replace it by constant-time
                    231:                aes_ct from BearSSL or a CPU-dependent implementation,
                    232:                selected at boot time according to CPU capabilities.
                    233:                [riastradh 20200629]
                    234:        amd64: Add support for AES-NI in kernel. [riastradh 20200629]
                    235:        x86: Add support for bitsliced AES with SSE2 in kernel.
                    236:                [riastradh 20200629]
                    237:        x86: Add support for permutation-based AES (vpaes) with SSSE3 in
                    238:                kernel. [riastradh 20200629]
                    239:        x86: Add support for VIA ACE AES in kernel (not just via opencrypto).
                    240:                [riastradh 20200629]
                    241:        arm: Add support for ARMv8.0-AES in kernel. [riastradh 20200629]
                    242:        arm: Add support for permutation-based AES (vpaes) with ARM NEON in
                    243:                kernel. [riastradh 20200629]
                    244:        cgd(4): Add support for Adiantum cipher, providing much better software
                    245:                performance than AES-CBC or AES-XTS. [riastradh 20200629]
1.2708    roy       246:        dhcpcd: Import version 9.1.4 [roy 20200703]
1.2709    chs       247:        x86: Xen kernels now use the same kernel modules as native kernels.
                    248:                [chs 20200704]
1.2711    nia       249:        wskbd(4): Added keyboard layouts for Brazilian Portugese,
                    250:                Canadian French, Estonian, Icelandic, and Latin American
                    251:                Spanish to pckbd(4) and ukbd(4). [nia 20200713]
1.2712    jdolecek  252:        bnx(4): Enable support for MSI/MSI-X [jdolecek 20200714]
                    253:        ciss(4): Add support for PERFORMANT mode, and enable MSI/MSI-X
                    254:                for adapters supporting it [jdolecek 20200714]
1.2713    jdolecek  255:        ciss(4): Match new HP Smart Array adapters [jdolecek 20200714]
1.2716    yamaguch  256:        x86: Introduce per-cpu IDTs [yamaguchi 20200714]
1.2715    simonb    257:        evbmips: Renamed kernel config files:
                    258:                ERLITE         -> OCTEON
                    259:                INSTALL_ERLITE -> INSTALL_OCTEON
                    260:                [simonb 20200715]
1.2717    kamil     261:        libc: Added ppoll() wrapper around native pollts(2) [kamil 20200717]
1.2718    roy       262:        openresolv: Import version 3.11.0 [roy 20200722]
1.2719    tsutsui   263:        sun3: Add Xorg-Server-1.20'fied ancient monolithc Xsun servers.
                    264:                [tsutsui 20200722]
1.2720    jdolecek  265:        wwanc(4): Add driver for Intel XMM7360 LTE modem [jdolecek 20200726]
1.2721    jdolecek  266:        xen: MSI enabled by default [jdolecek 20200728]
1.2722    maxv      267:        kernel: remove the BRIDGE_IPF option, build its code by default
                    268:                unconditionally. [maxv 20200801]
1.2723    maxv      269:        aarch64: Add support for Privileged Access Never (PAN).
                    270:                [maxv 20200802]
1.2724    christos  271:        acpi(4): Updated ACPICA to 20200717. [christos 20200802]
1.2725    christos  272:        bind: Import version 9.16.5. [christos 20200803]
1.2726    christos  273:        dhcp: Import version 4.4.2. [christos 20200803]
1.2727    christos  274:        openldap: Import 2.4.50. [christos 20200811]
1.2728    riastrad  275:        kernel: Add getrandom system call. [riastradh 20200813]
1.2730    jdolecek  276:        kernel: Disable COMPAT_LINUX by default [jdolecek 20200816]
1.2731    mrg       277:        mips: Port crash(8) to mips.  [mrg 20200816]
1.2733    riastrad  278:        wg(4): Add implementation of WireGuard protocol. [ozaki-r 20200820]
1.2737    wiz       279:        gcc(1): Import GCC 9.3. [mrg 20200904]
1.2734    roy       280:        dhcpcd: Update to version 9.2.0. [roy 20200906]
1.2735    yamaguch  281:        iavf(4): Add driver for Intel Ethernet Adaptive Virtual Function
                    282:                [yamaguchi 20200908]
1.2738    kamil     283:        gcc(1): Install TSan for 64bit CPUs. [kamil 20200913]
1.2739    roy       284:        network: IPv6 Neighor Detection is now address agnostic
                    285:                and is used by ARP. RFC 7048 is included. [roy 20200916]
1.2740  ! thorpej   286:        alpha: Fixed several stability problems with MULTIPROCESSOR
        !           287:                enabled.  Improved performance of TLB operations in
        !           288:                pmap module.  Implemented fast-soft-interrupts.  Enabled
        !           289:                MULTIPROCESSOR in GENERIC.  [thorpej 20200918]

CVSweb <webmaster@jp.NetBSD.org>