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

Annotation of src/doc/CHANGES, Revision 1.1476

1.1476  ! phx         1: # LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1475 $>
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.1143    agc        27: Changes from NetBSD 5.0 to NetBSD 6.0:
1.1144    christos   28:
1.1258    minskim    29:        syslog(3): Import Martin Schuette's Summer of Code project:
1.1147    tsutsui    30:                Reliable TCP connections, syslog protocol API,
1.1144    christos   31:                encryption. [christos 20081031]
1.1148    tsutsui    32:        agp(4): Add support for Intel G35. [christos 20081108]
                     33:        kernel: Add generic producer/consumer queue. [matt 20081111]
1.1475    tsutsui    34:        lkm: Removed. Superseded by the new module(7) framework. [ad 20081112]
                     35:        module(7): Allow the POSIX semaphore code to be loaded as a module.
1.1148    tsutsui    36:                [ad 20081112]
1.1475    tsutsui    37:        module(7): Make compat_ossaudio a module. [ad 20081113]
                     38:        module(7): Make compat_ndis a module. [ad 20081113]
1.1148    tsutsui    39:        build.sh: Add support for new MAKEVERBOSE levels 3 and 4.
                     40:                [apb 20081113]
                     41:        libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in
                     42:                URL. [joerg 20081114]
1.1475    tsutsui    43:        module(7): Make POSIX AIO loadable as a module. [ad 20081114]
1.1148    tsutsui    44:        amd64, i386: Make boot loader autoload a kernel module corresponding
                     45:                to the root file system type. [ad 20081119]
1.1475    tsutsui    46:        module(7): Make the emulations, exec formats, coredump, NFS, and
1.1148    tsutsui    47:                the NFS server into modules. [ad 20081119]
1.1147    tsutsui    48:        rump(3): Move VFS functionality away from librump to a new library:
1.1145    pooka      49:                librumpvfs [pooka 20081119]
1.1148    tsutsui    50:        kernel, libc: Add new ptree (Patricia / RADIX tree) implementation.
                     51:                [matt 20081120]
                     52:        i386: Switch the i386 installation CDs away from RAM disks and
                     53:                instead use the CD-ROM as the root file system. [ad 20081121]
                     54:        i386: Remove most compat and file system options from GENERIC
                     55:                since they are also provided by modules. [ad 20081122]
                     56:        nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs
                     57:                when the NFS server goes away. [mrg 20081123]
                     58:        compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh.
                     59:                [njoly 20081124]
1.1475    tsutsui    60:        module(7): Make PPP compressors modules. [cube 20081125]
1.1148    tsutsui    61:        i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
                     62:        agp(4): Add support for the Intel G45 AGP. [christos 20081129]
                     63:        compat_osf1(8): Fix getdirentries(2). [njoly 20081202]
1.1475    tsutsui    64:        module(7): Add a couple of sysctl(8) entries, kern.module.autoload and
1.1148    tsutsui    65:                kern.module.verbose. [ad 20081203]
1.1475    tsutsui    66:        module(7): Add a layerfs module. [ad 20081205]
1.1149    tsutsui    67:        libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205]
1.1148    tsutsui    68:        compat_linux32: Add getresuid() and getresgid() syscalls.
                     69:                [njoly 20081205]
                     70:        ddb(4): Add 'show vmem' and 'show all vmems' commands.
                     71:                [cegger 20081207]
1.1168    tsutsui    72:        re(4): Add support for a 8168C/8111C revision. [alc 20081208]
                     73:        tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211]
                     74:        httpd(8): Add rc.d script to control httpd daemon. [mishka 20081211]
1.1153    alc        75:        ath(4): Switch from the binary HAL to the open-source HAL released by
                     76:                Sam Leffler. [alc 20081211]
1.1168    tsutsui    77:        compat_linux32: Add clock_nanosleep syscall. [njoly 20081212]
                     78:        boot.cfg(5): Add an option to clear the screen. [christos 20081213]
1.1154    jmcneill   79:        pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213]
1.1168    tsutsui    80:        sparc: Switch to use wscons. [macallan 20081213]
                     81:        snprintb(3), kprintf(9): Share snprintb(3) among kernel and libutil
                     82:                and make it supersede bitmask_snprintf(9). [christos 20081216]
                     83:        sup(1): Add -M user flag to specify the username to send mail to from
                     84:                the command line. [christos 20081217]
                     85:        malloc(9): Remove MALLOC() and FREE() macros. [cegger 20081217]
1.1157    isaki      86:        x68k:   pow(4) switches to use MI powerd(8) [isaki 20081220]
1.1168    tsutsui    87:        viaide(4): Add VT8237S Integrated SATA Controller support.
                     88:                [nonaka 20081221]
1.1388    tsutsui    89:        lvm(8): Add LVM functionality to NetBSD; this is done by dm(4) driver
1.1158    haad       90:                in kernel and lvm2 tools made by RedHat. We use the same well
1.1159    jmcneill   91:                known interface as Linux does for managing LVM. [haad 20081222]
                     92:        gcscaudio(4): Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo.
                     93:                [jmcneill 20081228]
1.1236    pooka      94:        rump: i386 and amd64 can use kernel module binaries [pooka 20081230]
1.1168    tsutsui    95:        mount_cd9660(8): Add nocasetrans option as a synonym for nomaplcase.
                     96:                [christos 20090103]
1.1320    pooka      97:        rump: Include libkern in rumpkern. [pooka 20090104]
1.1168    tsutsui    98:        rc.d(8): Add a script for rndctl(8). [apb 20090104]
1.1475    tsutsui    99:        module(7): Add sysvbfs module. [pooka 20090105]
1.1320    pooka     100:        rump: Prepend all symbols within the rump virtual kernel image
                    101:                with the string "rump".  This prevents conflicts with the
                    102:                host system symbols.  [pooka 20090108]
1.1179    tsutsui   103:        bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme
1.1161    macallan  104:                wireless network controllers. From Taylor Campbell.
                    105:                [macallan 20090109]
1.1162    cegger    106:        rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
                    107:        rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
1.1168    tsutsui   108:        makefs(8): Add support for encoding RISC OS metadata into
1.1198    wiz       109:                ISO 9660 file systems. [bjh21 20090110]
1.1168    tsutsui   110:        time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed
                    111:                POSIX issues in timeval and timespec. [christos 20090110]
1.1166    wiz       112:        make(1): Changes to the way .for loops are processed. [dsl 20090111]
1.1320    pooka     113:        mount(8): Add -o rump, which mounts the file system as a userspace
                    114:                server via puffs and rump instead of using a
                    115:                kernel driver. [pooka 20090111]
1.1168    tsutsui   116:        openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112]
1.1320    pooka     117:        rump: Implement a virtual block device driver.  [pooka 20090113]
                    118:        rump: Support __RENAME in syscall interfaces and expose the
                    119:                non-compat symbol name in the header.  [pooka 20090113]
1.1198    wiz       120:        age(4): Add a driver for Attensic/Atheros L1 Gigabit Ethernet.
1.1167    cegger    121:                From FreeBSD via OpenBSD. [cegger 20090116]
                    122:        atphy(4): Add a driver for Attensic/Atheros F1 PHY.
                    123:                From FreeBSD via OpenBSD. [cegger 20090116]
1.1170    jmmv      124:        atf(7): Import 0.6.  [jmmv 20090119]
1.1198    wiz       125:        msdosfs: The default behavior when mounting empty file systems has
1.1172    jmcneill  126:                been changed. Previously, msdosfs would assume the -s flag
                    127:                (short filenames) in this case; now msdosfs will assume the
1.1173    jmcneill  128:                -l flag (long filenames). [jmcneill 20090122]
1.1174    agc       129:        openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into
                    130:                src/crypto/external. The command-line driver program, openpgp,
                    131:                which is shipped with it has been mostly rewritten to be more
                    132:                user-friendly. [agc 20090123]
1.1175    bouyer    133:        X11: added support for X11FLAVOUR=xorg for NetBSD/alpha.  No support
                    134:                for turbochannel graphic cards yet. [bouyer 20090124]
1.1221    tsutsui   135:        kernel: Add support for loading pseudo-device drivers. [haad 20090202]
1.1475    tsutsui   136:        module(7): Add a module for vnd(4) driver. [haad 20090205]
1.1221    tsutsui   137:        dkctl(8): Display cache, strategy, and list of wedges if no command
                    138:                is specified in the command line. [uebayasi 20090207]
1.1180    reinoud   139:        udf, mount_udf(8): add support for session opening/closing on
                    140:                sequential media. Media can be closed on request on unmount by
                    141:                passing the '-c' flag as mount option. [reinoud 20090208]
1.1221    tsutsui   142:        libc: Add RFC 2045 MIME Quoted-Printable support. [christos 20090210]
                    143:        sgimips: Add Personal IRIS 4D/20 and 4D/25 (IP6 and IP10) support.
                    144:                [rumble 20090212]
                    145:        sk(4): Add support for flow control. [cegger 20090212]
                    146:        nfe(4): Add support for flow control for MCP65. [cegger 20090212]
1.1182    lukem     147:        share/mk: Enable -Wsign-compare for $WARNS>=4.  [lukem 20090212]
1.1439    tsutsui   148:        tests(7): Converted the awk, basename, bzip2, config, cut, dirname,
                    149:                grep, gzip, libcrypto, m4, make and sdiff tests to ATF.
                    150:                Initial work from the GSoC 2008 project by Lukasz Strzygowski.
1.1184    jmmv      151:                [jmmv 20090213]
1.1221    tsutsui   152:        libfetch: Import libfetch-2.22. [joerg 20090214]
1.1186    christos  153:        openssh: Import 5.1. [christos 20090216]
1.1187    jmcneill  154:        amd64, i386: The bootloader has been enhanced to support framebuffer
                    155:                consoles using VESA BIOS extensions. These changes allow the
                    156:                x86 ports to work with the genfb(4) driver, and obsoletes
                    157:                the i386-only vesafb(4) driver. [jmcneill 20090216]
1.1388    tsutsui   158:        lvm(8): Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30.
1.1221    tsutsui   159:                [haad 20090218]
                    160:        compat_linux(8), compat_linux32: Add IPC_64 support for all shmctl(2)
                    161:                commands, not only for STAT/SET. [njoly 20090218]
1.1188    jmcneill  162:        i386: The vesafb(4) driver has been retired. [jmcneill 20090218]
1.1439    tsutsui   163:        tests(7): Converted some of the kernel tests, including kqueue and ipf,
1.1190    jmmv      164:                to ATF.  Initial work from the GSoC 2008 project by Lukasz
                    165:                Strzygowski.  [jmmv 20090220]
1.1191    roy       166:        dhcpcd(8): Import dhcpcd-4.0.11. [roy 20090221]
1.1192    ad        167:        softdep: The soft dependences / soft updates feature of the fast
                    168:                file system (FFS) has been supplanted by meta data
1.1198    wiz       169:                journaling (logging).  Logging provides better reliability
1.1192    ad        170:                and better performance for most applications.  Soft
                    171:                dependencies will no longer be available from NetBSD 6.0
                    172:                onwards.  We encourage users to enable logging on FFS file
                    173:                systems. [ad 20090222]
1.1249    rmind     174:        i386, amd64: ucas (CAS for user-space address) support for i386/amd64.
                    175:                [rmind 20090223]
1.1194    roy       176:        dhcpcd(8): Import dhcpcd-4.0.12. [roy 20090226]
1.1221    tsutsui   177:        evbarm: Improved support for GPIO support on the EP93xx ARM processors.
                    178:                [kenh 20090227]
1.1320    pooka     179:        rumpnet: Add virtual interface based on inter-process shared
                    180:                memory.  [pooka 20090228]
1.1221    tsutsui   181:        ext2fs: Add support for >128 byte inode. From Frederic Sausmikat.
                    182:                [christos 20090301]
                    183:        zaurus: Add zboot from OpenBSD. [nonaka 20090302]
1.1195    bouyer    184:        xen: Add PCI pass-through support for Xen3.  domain0 kernel gets a
                    185:                pciback PCI drivers, to which device specified in the
                    186:                pciback.hide boot parameter will attach.
1.1198    wiz       187:                DomU kernels gets a xpci device, to which PCI buses
1.1195    bouyer    188:                will attach.  [bouyer 20090305]
1.1298    cegger    189:        xen: Add XEN3PAE_DOM0, an i386 domain0 kernel with PAE support.
                    190:                requires an i386PAE or x86_64 hypervisor.  [bouyer 20090305]
1.1221    tsutsui   191:        ar(1): Add support to ar(1) for 'deterministic mode'.
                    192:                [christos 20090306]
1.1197    joerg     193:        kernel: Compute kern.ipc.shmmaxpgs on startup based on physical
1.1198    wiz       194:                memory. Default can be overridden via sysctl. [joerg 20090306]
1.1200    tsutsui   195:        fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and
                    196:                later chips. [tsutsui 20090307]
1.1199    ad        197:        crash(8): Add a new utility to diagnose kernel crashes. Based upon
                    198:                the in-kernel debugger (ddb). [ad 20090307]
1.1221    tsutsui   199:        piixide(4): Add support for 82965PM. [christos 20090309]
                    200:        libfetch: Import libfetch-2.23. [joerg 20090310]
                    201:        wm(4): Add support for 82567LF-3, and fix register access for ICH10DO.
                    202:                [msaitoh 20090310]
1.1475    tsutsui   203:        module(7): Add tprof modules. [yamt 20090310]
1.1221    tsutsui   204:        zaurus: Add kloader(4) support. [nonaka 20090311]
                    205:        altmem(4): Add 'alternative memory' disk device driver.
                    206:                [jmcneill 20090312]
1.1222    tsutsui   207:        zaurus: Add only playback support to zaudio(4). [nonaka 20090313]
1.1221    tsutsui   208:        vnd(4): Implement DIOCCACHESYNC ioctl. [christos 20090314]
1.1202    tsutsui   209:        sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4)
                    210:                Ethernet on O2. [tsutsui 20090316]
1.1221    tsutsui   211:        zoneinfo: Import tzdata2009c. [kleink 20090316]
1.1203    christos  212:        am-utils: Import latest from head; adds udf support amd -uu
                    213:                [christos 20090320]
1.1221    tsutsui   214:        re(4): Add hardware checksum support for newer PCIe 8168C/8111C/8102E
                    215:                chips. [tsutsui 20090321]
                    216:        eject(1): Turn on amd(8) support for eject. [christos 20090323]
                    217:        i386: Use "i486" as GNU_ARCH for i386. [drochner 20090327]
1.1204    ad        218:        kmem_alloc(9): Add more extensive runtime debugging facilities.
                    219:                [ad 20090329]
1.1221    tsutsui   220:        wm(4): Add workaround for 82543GC. [msaitoh 20090329]
                    221:        wm(4): Enable hardware vlan(4) support. [darran 20090331]
                    222:        amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404]
1.1226    tsutsui   223:        sysinst(8): Default to wapbl(4) log for ufs partitions. [ad 20090404]
1.1221    tsutsui   224:        pckbd(4): Add a Czech keyboard layout. [mkirby 20090406]
                    225:        sysinst(8): Make installer reject UFS2 for root partition on ports
                    226:                whose bootloaders don't support UFS2 boot. [tsutsui 20090407]
1.1214    tsutsui   227:        cvs(1): Import 1.12.13 [christos 20090408]
1.1221    tsutsui   228:        libc: Add glob_pattern_p(3) for new cvs(1). [christos 20090408]
1.1206    apb       229:        mtree(8): Add -S option to sort entries.  [apb 20090408]
1.1221    tsutsui   230:        newfs_sysvbfs(8): Add support creating a file system to a regular file.
                    231:                [pooka 20090409]
                    232:        libc: Add memrchr(3). [christos 20090410]
1.1263    christos  233:        bind: Update to 9.6.1-b1.  Full NSEC3 support, automatic zone
1.1213    tsutsui   234:                re-signing, new update-policy methods tcp-self and 6to4-self,
                    235:                unbundle libbind, change the default pid file location from
                    236:                /var/run to /var/run/{named,lwresd} for improved chroot/setuid
                    237:                support. [christos 20090412]
1.1208    christos  238:        libbind: Update to 6.0-rc1. Use md5 for randomid instead of
1.1213    tsutsui   239:                sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
1.1214    tsutsui   240:                DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API
1.1213    tsutsui   241:                functions.  [christos 20090412]
1.1221    tsutsui   242:        re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413]
1.1320    pooka     243:        makefs(8): Add an experimental source-only makefs based on rump
                    244:                and fs-utils.  It currently supports FFS, ext2fs, FAT,
                    245:                cd9660 and sysvbfs.  [pooka 20090414]
1.1214    tsutsui   246:        dhcpcd(8): Import dhcpcd-4.0.13 [roy 20090417]
1.1222    tsutsui   247:        zaurus: Add recoding support to zaudio(4). [nonaka 20090418]
1.1221    tsutsui   248:        httpd(8): Import bozohttpd-20090418. [mrg 20090418]
                    249:        bge(4): Add misc quirk code for chip specific bugs.
                    250:                From FreeBSD and OpenBSD.  [msaitoh 20090419]
                    251:        queue(3): Add SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
                    252:                SIMPLEQ_CONCAT, and SIMPLEQ_LAST. [mschuett 20090420]
1.1210    cegger    253:        ale(4): Add a driver for Attensic/Atheros L1E Gigabit Ethernet.
1.1211    nonaka    254:                From OpenBSD and improvements from Kevin Lahey.
                    255:                [cegger 20090420]
                    256:        sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421]
1.1221    tsutsui   257:        landisk: Add UFS2 boot support. [tsutsui 20090421]
                    258:        pmax: Add UFS2 boot support. [tsutsui 20090421]
                    259:        uftdi(4): Add support for USB serial adapter REX-USB60F.
                    260:                [taca 20090421]
1.1439    tsutsui   261:        netpgp(1): Import netpgp. This is a heavily-modified version of
1.1221    tsutsui   262:                openpgpsdk, and will replace it. [agc 20090423]
                    263:        landisk: Enable to build a bootable install disk image.
                    264:                [tsutsui 20090423]
                    265:        compat_linux(8): Add IPC_64 support for all semctl(2)/msgctl(2).
                    266:                [njoly 20090423]
1.1216    macallan  267:        zx(4): Add wscons support [macallan 20090423]
1.1221    tsutsui   268:        compat_linux32: Add IPC_64 support for all semctl(2),
                    269:                following corresponding compat_linux(8) change.
                    270:                [njoly 20090427]
1.1217    roy       271:        dhcpcd(8): Import dhcpcd-5.0.0. [roy 20090428]
1.1221    tsutsui   272:        rc.d(8): Add an rc.d script for dhcpcd(8). [roy 20090428]
                    273:        ichlpcib(4): Attach 82801IEM LPC Interface Bridge too. [njoly 20090429]
1.1439    tsutsui   274:        rump(3): Add support for remote system calls [pooka 20090429]
1.1221    tsutsui   275:        sh3: Add some support for SH7706. [nonaka 20090430]
1.1219    apb       276:        hppa: Merge the nick-hppapmap branch which includes a port of the
                    277:                OpenBSD pmap, improves support for machines without the
1.1221    tsutsui   278:                PA7100LC or PA7300LC CPUs, and much more.  [skrll 20090430]
                    279:        libc: Add stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
                    280:                [perry 20090501]
1.1219    apb       281:        install(1): Add support for writing sha256, sha384, or sha512 hashes
                    282:                to a METALOG.  [apb 20090501]
                    283:        build: Use sha256 instead of sha1 hashes in METALOG and
                    284:                /etc/mtree/set.* files.  [apb 20090501]
1.1220    roy       285:        dhcpcd(8): Import dhcpcd-5.0.1 [roy 20090503]
1.1221    tsutsui   286:        hp700: Enable support for UFS2 boot. [tsutsui 20090503]
1.1226    tsutsui   287:        rpcgen(1): Add support for hyper and quad keywords. [ginsbach 20090506]
1.1225    wiz       288:        apropos(1): Add -S and -s support, for searching by machine and
                    289:                section [wiz 20090508]
1.1224    christos  290:        file(1): Import 5.03 [christos 20090508]
1.1250    skrll     291:        hp700: ucas (CAS for user-space address) support for hp700.
                    292:                [skrll 20090508]
1.1227    roy       293:        dhcpcd(8): Import dhcpcd-5.0.2 [roy 20090510]
1.1228    roy       294:        dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511]
1.1281    tsutsui   295:        bluetooth(3): Update the Bluetooth service discovery API and merge it
1.1229    plunky    296:                into libbluetooth, retiring the separate libsdp.
                    297:                [plunky 20090512]
1.1230    roy       298:        dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514]
1.1234    ginsbach  299:        libc: Add the getdate(3) and getdate_err value, conforming to
                    300:                IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base
                    301:                Specifications X/Open System Interfaces extension (``XSI'').
                    302:                [ginsbach 20090514]
1.1231    skrll     303:        hp700: com at dino now works [skrll 20090518]
1.1233    mrg       304:        httpd(8): Import bozohttpd-20090522. [mrg 20090522]
1.1234    ginsbach  305:        libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry
                    306:                with strftime(3). [ginsbach 20090524]
1.1235    ad        307:        kernel: File descriptor access performance improvements.
                    308:                [ad 20090524]
1.1249    rmind     309:        i386, amd64: CPU topology detection support for AMD processors.
                    310:                [rmind 20090526]
1.1236    pooka     311:        rumpnet: Add IPv6 support [pooka 20090527]
1.1237    darran    312:        agr(4): Add support for layering vlans on top. Also allow LACP
                    313:                to be disabled. [darran 20090529]
1.1240    jnemeth   314:        openssh: Import 5.2. [christos 20090607]
1.1475    tsutsui   315:        module(7): Add the capability to read an <module>.prop associated
1.1239    jnemeth   316:                with a module and merge a plist passed in by modload(8).
                    317:                Also, add MODCTL_NO_PROP flag to prevent loading
1.1240    jnemeth   318:                <module>.prop. [jnemeth 20090609]
1.1239    jnemeth   319:        modload(8): Add various flags to assist in the creation and
                    320:                maintenance of <module>.prop and/or to set MODCTL_NO_PROP.
1.1240    jnemeth   321:                [jnemeth 20090609]
1.1241    kardel    322:        ntp:    Import ntp-4-2-4p7. [kardel 20090613]
1.1242    cegger    323:        ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze
                    324:                in USB subsystem. [cegger 20090615]
1.1243    mrg       325:        drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
                    326:                [mrg 20090619]
1.1245    mbalmer   327:        wake(8): New command to send Wake-on-LAN packets to machines on
                    328:                the local Ethernet. [mbalmer 20090625]
1.1254    dyoung    329:        cpu_reboot(9): tear down stacks of (pseudo-)devices and
                    330:                filesystems in an orderly fashion during shutdown,
                    331:                detaching the devices and unmounting the filesystems.
                    332:                i386 and sparc64 are finished. [dyoung 20090625]
1.1247    roy       333:        dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704]
1.1248    roy       334:        dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708]
1.1258    minskim   335:        sysmon_envsys(8): Enhancements to allow access to driver-internal
1.1251    pgoyette  336:                limit values [pgoyette 20090710]
1.1252    roy       337:        libc: Add getdelim(3) and getline(3) conforming to
1.1253    roy       338:                IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713]
1.1257    minskim   339:        ip(4): Add IP_RECVTTL option to let recvmsg(2) return the TTL
1.1258    minskim   340:                of the received datagram. [minskim 20090716]
1.1257    minskim   341:        ip(4): Add IP_MINTTL option to discard packets with a TTL
1.1258    minskim   342:                lower than the option value. [minskim 20090717]
1.1281    tsutsui   343:        openssl(1): Import SNAP-20090710 under the new crypto/external
1.1259    christos  344:                framework [christos 20090719]
1.1320    pooka     345:        rumpdev: Support devices and kernel config framework.  [pooka 20090720]
1.1260    mbalmer   346:        gpio(4): Complete rework to integrate with kauth(9), allow for
                    347:                runtime driver attachment, naming of individual pins.
                    348:                [mbalmer 20090725]
                    349:        gpiosim(4): New driver for development/testing purposes to simulate
                    350:                a gpio(4) device.
                    351:                [mbalmer 20090725]
                    352:        gpioctl(8): New commandline syntax to reflect gpio(4) changes.
                    353:                [mbalmer 20090725]
                    354:        secmodel_44bsd(9), secmodel_securelevel(9): Add provisions to control
1.1268    jmcneill  355:                access to gpio(4) pins. [mbalmer 20090725]
1.1261    kiyohara  356:        mvsata(4): Support Marvell Hercules-I/II SATA Controllers
1.1266    snj       357:                [kiyohara 20090727]
1.1262    roy       358:        dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728]
1.1263    christos  359:        bind: Update to 9.6.1-P1.  [christos 20090728]
1.1264    cegger    360:        xen: dropped Xen 2 support. [cegger 20090728]
1.1265    plunky    361:        libbluetooth: add device access API bt_dev(3). [plunky 20090803]
1.1320    pooka     362:        rumpfs: Add support for registering external files which are
                    363:                accessed from the host OS fs namespace instead of from
                    364:                inside the rump virtual kernel.  [pooka 20090803]
1.1267    jmcneill  365:        acpi(4): It is now possible to configure devices other than the lid
                    366:                switch and sleep/power buttons as a method of waking the
                    367:                machine from sleep. Any ACPI device node with a _PRW method
                    368:                is now a candidate, and the device nodes are listed in the
                    369:                hw.wake namespace. By default, the following device node
                    370:                types are enabled as wakeup devices if the firmware supports
                    371:                it: lid switch, sleep/power button, PC keyboard controller.
1.1268    jmcneill  372:                [jmcneill 20090804]
1.1281    tsutsui   373:        openssl(1): Import SNAP-20090805 to fix the namespace issues
1.1269    christos  374:                (BLOCK, CSTRING, etc) [christos 20090805]
1.1270    macallan  375:        tcx(8): support wsdisplay and acceleration [macallan 20090806]
1.1320    pooka     376:        rumpvfs: Use unmodified kernel vnode pager.  [pooka 20090806]
1.1272    haad      377:        zfs: Import OpenSolaris zfs source code to NetBSD, add NetBSD
1.1281    tsutsui   378:                patches. [haad 20090808]
1.1366    rmind     379:        smsh(4): Add a SMSC LAN9118 Family Ethernet driver. [kiyohara 20090809]
                    380:        evbarm: Support for Gumstix Verdex and Verdex Pro. [kiyohara 20090809]
1.1271    mbalmer   381:        gpioiic(4): New driver to create an I2C bus using GPIO pins in
                    382:                bit-banging mode. [mbalmer 20090809]
1.1273    macallan  383:        voyagerfb(8): a driver for the Gdium Liberty 1000's video controller
                    384:                [macallan 20090812]
1.1281    tsutsui   385:        mips: removed a.out support [matt 20090812]
1.1275    mbalmer   386:        secmode_keylock, keylock, gpiolock(4): Add support for multi-position
                    387:                keylocks. [mbalmer 20090814]
1.1276    joerg     388:        nbperf(1): A minimal perfect hash function generator. [joerg 20090815]
1.1277    jmcneill  389:        acpi(4): Updated ACPICA to 20090730. This release includes full
                    390:                support for the ACPI 4.0 specification. [jmcneill 20090818]
1.1278    jmcneill  391:        iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler
                    392:                is now included with i386 and amd64 installations.
                    393:                [jmcneill 20090818]
1.1279    jmcneill  394:        amd64, i386: Suspend and resume is now supported when using the
                    395:                genfb(4) display driver. [jmcneill 20090823]
1.1389    tsutsui   396:        tcx(4): imported the xf86-video-suntcx driver and added hardware
1.1280    macallan  397:                acceleration [macallan 20090827]
1.1283    joerg     398:        unzip(1): A libarchive-based unzip frontend, emulating most of
                    399:                infozip's command line. [joerg 20090903]
1.1320    pooka     400:        rumpcrypto: Add rump component for kernel crypto routines.
                    401:                [pooka 20090903]
1.1389    tsutsui   402:        zx(4): imported the xf86-video-sunleo 1.2.0 driver from Xorg
1.1284    macallan  403:                [macallan 20090905]
1.1285    sborrill  404:        hdaudio(4): New standards-compliant Intel High Definition Audio driver
                    405:                written to replace azalia(4). [sborrill 20090906]
1.1320    pooka     406:        rump_smbfs(8): Support smbfs as a userspace server.  [pooka 20090906]
1.1286    jnemeth   407:        sets: Move kernel modules out of base.tgz and into a new modules.tgz.
                    408:                [jnemeth 20090907]
                    409:        sysinst(8): Install the new modules.tgz set. [jnemeth 20090907]
                    410:        build.sh: Add a modules operation which builds kernel modules and
                    411:                installs them into DESTDIR. [jnemeth 20090907]
1.1287    apb       412:        sysctl(7): Add kern.boothowto variable.  [apb 20090911]
1.1288    apb       413:        rc(8): Output is now logged to /var/run/rc.log.  A new rc_silent
1.1289    apb       414:                option suppresses output to the console; it can be set
                    415:                in rc.conf(5) or by booting in silent mode (e.g. "boot
                    416:                netbsd -z" on i386 or amd64).  [apb 20090911]
1.1320    pooka     417:        kernel: remove POOL_INIT from the kernel, replace with dynamic
                    418:                constructors which call pool_init().  [pooka 20090913]
1.1290    degroote  419:        pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914]
1.1292    bouyer    420:        xen: add support for feature-flush-cache in block device backend.
                    421:                Use it in block device frontend for DIOCCACHESYNC.
                    422:                [bouyer 20090923]
1.1320    pooka     423:        ld.elf_so(1): Support dlinfo(), currently limited to RTLD_DI_LINKMAP.
                    424:                [pooka 20090924]
1.1439    tsutsui   425:        rump(3): Support autoloading of modules from linksets.  [pooka 20090924]
1.1291    mbalmer   426:        gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at
                    427:                a hardware defined frequency and duty cycle. [mbalmer 20090925]
                    428:        gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using
                    429:                the "pulsate" keyword. [mbalmer 20090925]
1.1292    bouyer    430:        xen: add support for request-rx-copy in the virtual network device
1.1293    bouyer    431:                backend.  This is required by recent Xen linux kernels.
                    432:                [bouyer 20090925]
1.1294    jakllsch  433:        ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
1.1295    jmcneill  434:        wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
                    435:                [jmcneill 20090930]
1.1296    tsarna    436:        mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1
1.1297    tsarna    437:                [tsarna 20090929]
1.1299    nakayama  438:        lom(4), sparc64: Add a driver for LOMlite lights out management
                    439:                hardware monitor and watchdog timer. [nakayama 20091002]
1.1300    jmcneill  440:        i386: Add support for enhanced speedstep on VIA C7 Esther CPUs.
                    441:                [jmcneill 20091002]
1.1301    jmcneill  442:        acpiwmi(4): Add a driver for the ACPI WMI Mapper interface.
                    443:                [jmcneill 20091002]
1.1302    jmcneill  444:        i386: Add support for VIA C7 temperature sensors. [jmcneill 20091002]
1.1303    roy       445:        dhcpcd(8): Import dhcpcd-5.1.1. [roy 20091002]
1.1439    tsutsui   446:        libm: Add f{dim,max,min}{,f,l} from FreeBSD [christos 20091004]
1.1320    pooka     447:        ukfs(3): Support disklabel partitions.  [pooka 20091007]
1.1305    cegger    448:        man(1): Display manpage when specified with a path [cegger 20091007]
1.1306    sborrill  449:        hdaudioctl(8): Add tool to manipulate hdaudio(4) devices
                    450:                [sborrill 20091011]
1.1439    tsutsui   451:        rump(3): Create proper prototypes for varargs system calls.
1.1320    pooka     452:                [pooka 20091013]
1.1439    tsutsui   453:        rump(3): Introduce public interface specifications and autogenerate
1.1320    pooka     454:                entrypoint wrappers.  [pooka 20091014]
1.1439    tsutsui   455:        rump(3): Add a virtual CPU scheduler which maps the current thread
1.1320    pooka     456:                to an available virtual CPU on entry to the rump kernel.
                    457:                [pooka 20091015]
1.1307    roy       458:        dhcpcd(8): Import dhcpcd-5.1.2. [roy 20091016]
1.1308    ahoka     459:        sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of
                    460:                the older mfs on i386 and amd64. [ahoka 20091018]
1.1309    rmind     461:        kernel: Remove support for uarea swap-out. [rmind 20091021]
1.1311    christos  462:        bind: Update to 9.7.0-b1. [christos 20091024]
1.1310    roy       463:        dhcpcd(8): Import dhcpcd-5.1.3. [roy 20091025]
1.1311    christos  464:        flex(1): Import flex-2.5.35 [christos 20091025]
1.1312    christos  465:        routed(8): Merge 2.32 changes [christos 20091025]
1.1313    christos  466:        m4(1): Import the OpenBSD one since it implements features from gm4
                    467:                that the new flex wants [christos 20091026]
1.1314    christos  468:        yacc(1): Import byacc-20091028 [christos 20091028]
1.1315    macallan  469:        pm2fb: A driver for Permedia2-based graphics cards like Sun's PGX32
                    470:                [macallan 20091028]
1.1316    macallan  471:        xf86-video-igs: an Xorg driver for IGS CyberPro 20x0 graphics
                    472:                controllers, currently only for rev. 5 sharks
                    473:                [macallan 20091110]
1.1317    jld       474:        raid(4): RAIDframe parity maps, which greatly improve parity rewrite
                    475:                times after unclean shutdown; jld's GSoC 2009 project.
                    476:                [jld 20091117]
1.1318    bouyer    477:        bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.
                    478:                [bouyer 20091118]
1.1320    pooka     479:        build.sh: Add "rumptest" for fast testing of rump compilation
                    480:                and linking.  It is useful mostly for developers.
                    481:                [pooka 20091118]
1.1319    roy       482:        resolvconf(8): Import openreslv-3.3.3. [roy 20091121]
1.1439    tsutsui   483:        rump(3): Load rump virtual kernel symbol table at boot.  This enables
1.1320    pooka     484:                the use of the kernel linker in a rump kernel.
                    485:                [pooka 20091126]
1.1321    mbalmer   486:        ums(4): Added touchpanel support. [mbalmer 20091127]
1.1322    mbalmer   487:        ws(4): Added the xf86-input-ws input driver for touchpanels that
                    488:                report absolute position data through wscons(4), e.g. those
                    489:                support by ums(4). [mbalmer 20091128]
1.1331    mrg       490:        sparc64:  Add real UltraSPARC-III* CPU support.  [mrg 20091130]
1.1323    uebayasi  491:        build.sh: Handle externally added programs and libraries and create
                    492:                sets.  [uebayasi 20091130]
1.1324    tsutsui   493:        udl(4): Add a driver for DisplayLink DL-1x0/1x5 based USB LCDs and
                    494:                USB-VGA adaptors. Ported from OpenBSD by FUKAUMI Naoki
                    495:                with many modification. [tsutsui 20091130]
1.1439    tsutsui   496:        rump(3): Support binding threads to a specific CPU.  [pooka 20091201]
1.1388    tsutsui   497:        lvm(8): Import new lvm2tools 2.02.56 version and libdevmapper 1.02.40.
1.1341    tsutsui   498:                [haad 20091202]
1.1326    roy       499:        resolvconf(8): Import openreslv-3.3.4. [roy 20091204]
1.1327    pooka     500:        playstation2: Port deleted.  [pooka 20091205]
1.1328    pooka     501:        mount_portal(8): Remove the kernel portalfs driver and replace
                    502:                mount_portal with a version implemented using puffs.
                    503:                [pooka 20091205]
1.1365    snj       504:        network: Add "net.inet.icmp.bmcastecho" sysctl(7) support, to disable
                    505:                ICMP replies to the broadcast address. [christos 20091207]
1.1329    kardel    506:        ntp:    Import ntp-4-2-4p8. [kardel 20091208]
1.1330    nonaka    507:        zaurus: Add support Xorg. [nonaka 20091213]
1.1430    rmind     508:        mips: First merge of the matt-nb5-mips64 branch.  Added support for
                    509:                64-bit MIPS processors (O32, N32, N64 ABIs are supported).
                    510:                Added support for RMI XLS6ATX_7A board and XL SoC family.
                    511:                [matt 20091214]
1.1388    tsutsui   512:        sysinst(8): Make SHA1 the default option for cyphers.  [ahoka 20091216]
1.1332    jmmv      513:        atf(7): Import 0.7.  [jmmv 20091222]
1.1333    roy       514:        dhcpcd(8): Import dhcpcd-5.1.4. [roy 20091223]
1.1334    christos  515:        bind: Update to 9.7.0-rc1. [christos 20091226]
1.1335    christos  516:        openssl(1): Import SNAP-20091226 [christos 20091226]
1.1336    christos  517:        openssh: Import 5.3. [christos 20091226]
1.1337    macallan  518:        gfb: Add a driver for Sun XVR-1000 graphics boards
                    519:                [macallan 20091229]
1.1338    msaitoh   520:        wm(4): Add support for i82583V  [msaitoh 20091230]
1.1339    mlelstv   521:        libc: Import tzcode2009k [mlelstv 20091231]
1.1342    jdc       522:        cas(4): Add a driver for Sun Cassini and Cassini+ Ethernet hardware.
                    523:                From OpenBSD [jdc 20100107]
1.1414    pooka     524:        mount_psshfs(8): Add -u and -g for uid/gid remapping.  [pooka 20100107]
                    525:        puffs(3): Support unmounting the file system from the
                    526:                file server.  [pooka 20100107]
1.1340    tsutsui   527:        cobalt: Add LBA48 support to bootloader so that it can safely load
                    528:                a kernel from NetBSD partition beyond >137GB boundary.
                    529:                [tsutsui 20100110]
1.1414    pooka     530:        mount_puffs(8): Add a utility for querying puffs arguments
                    531:                to make mount -vv work for puffs mounts.  [pooka 20100114]
1.1343    bouyer    532:        sparc: Add apc(4), a driver for the Aurora Personality Chip (APC)
                    533:                found on SPARCstation-4/5 and qemu. Allows to idle the
                    534:                CPU when in the idle loop.  [bouyer 20100115]
1.1344    roy       535:        tn3270: Removed from base [roy 20100116]
1.1345    jmmv      536:        macppc: Add support for new-style kernel modules.  [jmmv 20100118]
                    537:        shark: Add support for new-style kernel modules.  [jmmv 20100118]
1.1350    ahoka     538:        wscons(4): Add fonts for eastern european languages.  [ahoka 20100118]
1.1346    jmmv      539:        daily.conf(5): Add fetch_pkg_vulnerabilities to keep the packages
                    540:                vulnerabilities database up to date, if it exists.
                    541:                [jmmv 20100119]
                    542:        security.conf(5): Add check_pkg_vulnerabilities and
                    543:                check_pkg_signatures to validate the installed packages
                    544:                against the vulnerabilities database and the expected
                    545:                checksums for their files.  [jmmv 20100119]
1.1349    pooka     546:        bpf(9): Make bpf interface with an ops vector backed by stubs
1.1347    pooka     547:                if bpf is not present in the kernel.  The client
                    548:                linkage is now always the same.  [pooka 20100119]
1.1414    pooka     549:        network: Make TCP window size autoscaling the default.  [pooka 20100126]
1.1352    roy       550:        dhcpcd(8): Import dhcpcd-5.1.5. [roy 20100131]
1.1359    phx       551:        amigappc: A CSPPC system with ahsc(4) or cbiiisc(4) boots into
1.1360    phx       552:                multiuser for the first time. [phx 20100202]
1.1353    roy       553:        terminfo(3): Import my terminfo implementation to replace termcap.
1.1357    msaitoh   554:                [roy 20100203]
1.1414    pooka     555:        config(1): Add an experimental "ioconf" keyword which makes config
                    556:                output only the device attachment tree in ioconf.c instead
                    557:                of the entire kernel build infrastructure.  [pooka 20100203]
1.1354    pgoyette  558:        acpismbus(4): Add my experimental ACPI SMBus Control Method
                    559:                Interface driver. [pgoyette 20100206]
1.1355    tonio     560:        uthum(4): Add a driver for TEMPer and TEMPerHUM usb thermometers.
                    561:                Adapted from OpenBSD [tonio 20100206]
1.1356    joerg     562:        network: Derive the mbuf cluster (NMBCLUSTERS) at boot time from
                    563:                the available memory.  The default can be raised by changing
                    564:                kern.mbuf.nmbclusters. [joerg 20100208]
1.1357    msaitoh   565:        mfi(4): Add support for LSI's newer (GEN2) RAID controller from
                    566:                OpenBSD. [msaitoh 20100209]
1.1358    cnst      567:        aibs(4): New driver for ASUSTeK AI Booster (ACPI ASOC ATK0110)
                    568:                hardware monitor with limit support.    [cnst 20100209]
1.1414    pooka     569:        u3g(4): Support Huawei K3765.  [pooka 20100219]
1.1361    cnst      570:        wbsio(4): New driver for Winbond Super I/O attachment of
                    571:                lm(4) on any port.      [cnst 20100221]
1.1362    macallan  572:        wcfb: A driver for 3Dlabs Wildcat graphics cards [macallan 20100224]
1.1414    pooka     573:        netstat(8): Add -h which humanizes numbers from -bi.  [pooka 20100224]
1.1439    tsutsui   574:        ld.elf_so(1): Implement negative symbol lookup cache [roy 20100227]
1.1363    roy       575:        dhcpcd(8): Import dhcpcd-5.2.1. [roy 20100227]
1.1403    skrll     576:        ddb(4): Add 'mach frame' for hp700.  [skrll 20100302]
1.1367    tsutsui   577:        ne(4): Add proper support for NE2000 8 bit mode. [tsutsui 20090303]
1.1475    tsutsui   578:        module(7): Remove all kernel compile time #defines indicating file
1.1414    pooka     579:                system support (e.g. fs_ffs.h / -DFFS).  [pooka 20100303]
1.1475    tsutsui   580:        module(7): Make it possible to disable builtin modules and
1.1414    pooka     581:                re-enable them.  [pooka 20100305]
1.1368    plunky    582:        uhso(4): Add a driver for Option N.V. Wireless WAN modems.
                    583:                [plunky 20100306]
1.1369    lukem     584:        openldap: Update to 2.4.21.  [lukem 20100308]
1.1414    pooka     585:        config(1): Add experimental "pseudo-root" keyword which can
                    586:                be used to specify any interface as the local root.
                    587:                When used in conjunction with ioconf, this creates
                    588:                the device tree from the pseudo-root downward (pseudo-root
                    589:                itself not included).  [pooka 20100308]
1.1370    tsutsui   590:        atari: Add support for the SMC Elite Ultra Ethernet with
                    591:                the SMC_TT VME-ISA bridge. [tsutsui 20100313]
1.1371    cnst      592:        aibs(4): Remove aiboost(4) as obsolete and redundant
                    593:                since the introduction of aibs(4).      [cnst 20100319]
1.1439    tsutsui   594:        rump(3): Support bluetooth.  [pooka 20100322]
1.1372    macallan  595:        cgtwelve: A driver for Sun CG12 / Matrox SG3 graphics boards
                    596:                [macallan 20100323]
1.1439    tsutsui   597:        rump(3): Support unionfs, layerfs, nullfs and umapfs.  [pooka 20100330]
1.1373    roy       598:        dhcpcd(8): Import dhcpcd-5.2.2. [roy 20100331]
1.1376    jakllsch  599:        nca(4): Added PCI attachment for Domex DMX-3191D SCSI board.
                    600:                [jakllsch 20100401]
1.1374    macallan  601:        dbcool(4): Added support for ADM1031 therman sensor / fan controller
                    602:                [macallan 20100401]
1.1375    tsutsui   603:        atari: Add support for the EtherNEC, ISA NE2000 based Ethernet
                    604:                connected to Atari ROM cartridge slot. [tsutsui 20100401]
1.1377    jakllsch  605:        agp(4): Add support for the Intel 82855GM AGP port. [jakllsch 20100404]
1.1381    nonaka    606:        sdmmc(4): Add support for SD 4bit bus width. [nonaka 20100406]
                    607:        evbsh3: Add support for Alpha Project MS104-SH4, TAC T-SH7706LAN Rev.3
1.1386    tsutsui   608:                and TAC T-SH7706LSR Rev.1. [nonaka 20100407]
1.1378    jruoho    609:        acpi(4): Updated ACPICA to 20100121. [jruoho 20100408]
1.1379    hannken   610:        fss(4): Add snapshot support for MSDOS file systems. [hannken 20100409]
1.1380    hannken   611:        fsck_msdos(8): add -x option which allows to run fsck_msdos -n on
                    612:                a snapshot of a live file system. [hannken 20100411]
1.1439    tsutsui   613:        rump(3): Support file system snapshots.  [pooka 20100412]
1.1381    nonaka    614:        hpcarm: Add support for Sharp W-ZERO3 series. [nonaka 20100417]
1.1382    jruoho    615:        acpi(4): Statistical event counters were added to hw.acpi.stat
                    616:                sysctl(8) tree. Dynamic debug output messages provided by the
                    617:                interpreter were added for ACPI_DEBUG kernels. These are
                    618:                controllable from the hw.acpi.debug sysctl(8) namespace.
                    619:                Furthermore, the ACPI device wake-up sysctl(8) tree was moved
                    620:                from hw.wake to hw.acpi.wake. [jruoho 20100419]
                    621:        acpiwmi(4): Added two mappings (child devices) for the ACPI WMI.
                    622:                [jruoho 20100419]
1.1414    pooka     623:        kernel: Enforce RLIMIT_FSIZE above the file system.  This fixes
                    624:                the feature for some file systems.  [pooka 20100423]
1.1383    joerg     625:        libc: Added a space-efficient write-once database (cdbr(3), cdbw(3)).
                    626:                The database cache for services(5) has been updated to use
                    627:                this. services_mkdb(8) can still be used to create the old
                    628:                format. [joerg 20100425]
1.1439    tsutsui   629:        rump(3): Autoload host kernel modules from /stand/arch/modules on
1.1414    pooka     630:                x86 archs.  [pooka 20100426]
1.1439    tsutsui   631:        rump(3): Properly support virtual SMP on x86 hosts and default to
1.1414    pooka     632:                the same number of CPUs as on the host (configurable
                    633:                with RUMP_NCPU).  [pooka 20100428]
1.1385    hubertf   634:        tftpd(8): Add -c so files can be uploaded without requiring them
1.1384    hubertf   635:                to be created before the upload. See the section on security
                    636:                considerations before enabling. [hubertf 20100429]
1.1403    skrll     637:        hp700: Add support for elroy(4), astro(4) and ssio(4) based 64-bit
                    638:                machines running in 32-bit mode. [skrll 20100430]
1.1439    tsutsui   639:        rump(3): Autogenerate /dev device nodes.  [pooka 20100430]
                    640:        rump(3): Support audio(9).  [pooka 20100501]
1.1387    tsutsui   641:        hpcsh: Add sysinst(8) support. [tsutsui 20100503]
1.1390    phx       642:        sandpoint: Added support for Marvell-SKnet in netboot.
                    643:                [phx 20100503]
1.1442    tsutsui   644:        news68k: Switch NetBSD/news68k to using 8KB/page in kernel.
                    645:                It slightly improves performance on NWS-1750D.
                    646:                [tsutsui 20100504]
1.1391    jym       647:        xen: Enable no-execute bit feature for i386pae and amd64 kernels.
                    648:                [jym 20100505]
1.1439    tsutsui   649:        cron(8): Import 4.1 from isc. [christos 20100506]
1.1393    jmmv      650:        atf(7): Import 0.8.  [jmmv 20100508]
1.1394    mrg       651:        bozohttpd: Update to bozohttpd-20100509.  [mrg 20100509]
1.1439    tsutsui   652:        rump(3): Add uniprocessor locking routines.  They can be used in
1.1414    pooka     653:                virtual uniprocessor configurations for a significant
                    654:                performance boost.  [pooka 20100518]
                    655:        puffs(3): Support extended attributes.  [pooka 20100521]
1.1395    plunky    656:        btmagic(4): Added Apple Magic Mouse driver.  [plunky 20100522]
1.1396    mrg       657:        X11: Updated many packages, notably: Mesa 7.7.1, xextproto 7.1.1,
1.1439    tsutsui   658:                libXext 1.1.1, libXi 1.3 (XInput2), libX11 1.3.3, pixman 0.18.2,
1.1396    mrg       659:                xinput 1.5.1, xf86-input-keyboard 1.4.0, xf86-input-mouse 1.5.0,
                    660:                xf86-video-ati 6.13.0, xf86-video-mga 1.4.12,
                    661:                xf86-video-nv 2.1.17, xf86-video-siliconmotion 1.7.4,
                    662:                xf86-video-vesa 2.3.0, xf86-video-vmware-11.0.1.  [mrg 20100523]
                    663:        radeondrm(4): Ported across several updates from FreeBSD drm, Mesa 7.7.1
                    664:                r600 (Radeon HD 3000/4000 series) driver now works.
                    665:                [mrg 20100523]
1.1397    mrg       666:        X11: Added support for xf86-video-geode and xf86-video-openchrome.
                    667:                [mrg 20100527]
1.1439    tsutsui   668:        rump(3): Implement a pagedaemon which releases weakly referenced
1.1414    pooka     669:                memory in case of a memory shortage.  [pooka 20100603]
1.1398    jmmv      670:        atf(7): Import 0.9.  [jmmv 20100604]
1.1399    roy       671:        dhcpcd(8): Import dhcpcd-5.2.4. [roy 20100604]
1.1400    hannken   672:        vnode(9): Remove member v_vnlock. [hannken 20100605]
1.1401    jruoho    673:        acpi(4): Updated ACPICA to 20100528. [jruoho 20100606]
1.1403    skrll     674:        lcd(4): Driver for hp700 lcds added. [skrll 20100601]
1.1402    kiyohara  675:        ofppc: Support Gigabit Ethernet Controller for MV64361 on PegasosII
                    676:                by mvgbe@gt.  [kiyohara 20100609]
1.1404    jmcneill  677:        arm: Added support for Cortex-A8 CPUs. [jmcneill 20100616]
1.1414    pooka     678:        atf(7): Add support for expected test failures.  [pooka 20100616]
1.1405    hannken   679:        vnsubr(9): Remove recursive vnode locks. [hannken 20100618]
1.1406    jmcneill  680:        mkubootimage(1): Added tool to generate u-boot kernel images.
                    681:                [jmcneill 20100618]
1.1407    mrg       682:        httpd(8): Import bozohttpd-20100621. [mrg 20100621]
1.1429    rmind     683:        kernel: Add high-priority xcall(9) support. [rmind 20100622]
1.1408    skrll     684:        hp700: Add support for uturn(4) based machines. [skrll 20100624]
1.1442    tsutsui   685:        autoconf(9): Add config_mountroot(9), which defers device configuration
                    686:                after mountroot(), like config_interrupt(9) that defers
                    687:                configuration after interrupts are enabled. [tsutsui 20100625]
                    688:        hpcarm: Use rtc_offset passed from hpcboot. [tsutsui 20100626]
1.1409    kefren    689:        network: Add mpls(4) - MultiProtocol Label Switching support
                    690:                [kefren 20100626]
1.1442    tsutsui   691:        kue(4): Fix unaligned memory access to make kue(4) work on
                    692:                ARM and MIPS machines. [tsutsui 20100627]
1.1410    jmmv      693:        atf(7): Import 0.10.  [jmmv 20100703]
1.1411    tsutsui   694:        upgt(4): Add a driver for Conexant/Intersil PrismGT SoftMAC USB
                    695:                IEEE 802.11b/g WLAN device, ported from OpenBSD by
                    696:                FUKAUMI Naoki. [tsutsui 20100704]
1.1443    chs       697:        compat_linux(8): Update linux emulation to support the most
                    698:                commonly used linux 2.6.x kernel features.
1.1412    chs       699:                We now claim to be linux kernel version 2.6.18.  [chs 20100706]
1.1429    rmind     700:        kernel: Add direct select()/poll() support. [rmind 20100708]
1.1439    tsutsui   701:        prep: Support Xserver.  It's tested only on-board s3(864).
1.1413    kiyohara  702:                [kiyohara 20100712]
1.1442    tsutsui   703:        hpcarm: Bump MAXPARTITIONS from 8 to 16. [tsutsui 20100717]
1.1439    tsutsui   704:        tests(7): Convert the libposix, libprop, libpthread, librt, libskey and
1.1418    jmmv      705:                libutil tests to ATF.  [jmmv 20100716]
1.1439    tsutsui   706:        tests(7): Convert the include and csu tests to ATF.  [jmmv 20100717]
                    707:        tests(7): Convert the lint1 and libobjc tests to ATF.  [jmmv 20100718]
1.1421    jakllsch  708:        amd64, i386: Intel Firmware Hub Random Number Generator support moved
                    709:                from pchb(4) to fwhrng(4) at ichlpcib(4).  [jakllsch 20100723]
1.1422    jym       710:        i386: Add PAE support. [jym 20100727]
1.1423    tsutsui   711:        hpcarm, hpcmips, hpcsh: Switch to using Xorg servers and binaries.
                    712:                [tsutsui 20100731]
1.1424    kiyohara  713:        bebox: Support xserver.  It tested only s3(TRIO 64V+).
                    714:                [kiyohara 20100801]
1.1439    tsutsui   715:        tests(7): Convert the sort tests to ATF.  [jmmv 20100801]
1.1426    christos  716:        wpa: New wpa_supplicant and hostapd 0.7.2 [christos 20100804]
1.1442    tsutsui   717:        hpcarm: Improve console speed on W-ZERO3 machines using
                    718:                write through mapping for framebuffer memory.
                    719:                [tsutsui 20100808]
1.1427    christos  720:        bind: Update to 9.7.2b1. [christos 20100806]
1.1428    jruoho    721:        acpicpu(4): add a driver for ACPI-based processor functionality.
                    722:                [jruoho 20100815]
1.1429    rmind     723:        network: Added NPF - a new packet filter. [rmind 20100822]
1.1439    tsutsui   724:        tests(7): Convert the libdes tests to ATF.  [jmmv 20100825]
                    725:        awk(1): upgrade to 20100523 [christos 20100826]
1.1433    kardel    726:        ntp: switch build to ntp 4.2.6 (imported 20091213 in external/bsd/ntp)
1.1434    macallan  727:                [kardel 20100827]
1.1442    tsutsui   728:        dreamcast: Fix a long standing GD-ROM driver bug so that file system
                    729:                on GD-ROM works properly.  The problem is reported and tracked
                    730:                by Yasushi Oshima. [tsutsui 20100831]
1.1434    macallan  731:        omapfb: a simple driver for OMAP 3xxx on-chip video, especially the
                    732:                Beagleboard [macallan 20100831]
1.1442    tsutsui   733:        hpcarm: Add an install kernel for JORNADA720 and make sysinst(8)
                    734:                choose a proper default kernel per running installation kernel.
                    735:                [tsutsui 20100904]
1.1435    jmcneill  736:        acpi(4): The ACPI driver will no longer attach if the BIOS release
                    737:                year is 2000 or older. To override this behaviour, set
                    738:                acpi_force_load=1 or add options ACPI_BLACKLIST_YEAR=0 to your
                    739:                kernel config. [jmcneill 20100906]
1.1442    tsutsui   740:        amd64, i386: Enable Ext2fs support in bootloader. [tsutsui 20100911]
                    741:        m68k: Re-enable m68k optimized in_cksum routine.  Makes
                    742:                ~5% improvements of ttcp(1) xfer rates. [tsutsui 20100919]
                    743:        sparc: Re-enable sparc optimized in_cksum routine. [tsutsui 20100920]
1.1436    mrg       744:        httpd(8): Import bozohttpd-20100920. [mrg 20100921]
1.1442    tsutsui   745:        aue(4): Add support for I-O DATA ETX-US2. [tsutsui 20100925]
1.1437    kiyohara  746:        evbarm: Support Marvell Sheevaplug and some Marvell SoC NAS box.
1.1438    tsutsui   747:                [kiyohara 20101002]
1.1442    tsutsui   748:        build: Use consistent kernel names in distribution, i.e. rename kernels
                    749:                from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" etc.
                    750:                [tsutsui 20101004]
                    751:        dreamcast: Build and put a raw binary format kernel into distribution.
                    752:                [tsutsui 20101004]
1.1440    roy       753:        dhcpcd(8): Import dhcpcd-5.2.8. [roy 20101007]
1.1442    tsutsui   754:        xinit(1): Disable PAM on ports which have legacy non-XFree86 servers
                    755:                so that xinit(1) can properly quit Xserver after xinitrc script
                    756:                exits. [tsutsui 20101010]
1.1441    gsutre    757:        acpivga(4): Add a driver for ACPI video extensions.  [gsutre 20101012]
1.1442    tsutsui   758:        dreamcast: Add a stub for kernels with options MODULAR.
                    759:                [tsutsui 20101013]
                    760:        m68k: Fix kobj relocation functions so that MODULAR kernel work
                    761:                on m68k ports.  [tsutsui 20101014]
1.1475    tsutsui   762:        sun3: Make common module(7) binaries work on both sun3 and sun3x.
1.1442    tsutsui   763:                [tsutsui 20101015]
1.1444    jmmv      764:        atf(7): Import 0.11.  [jmmv 20101020]
1.1449    wiz       765:        lua(1): Import of Lua 5.1.4. [mbalmer 20101031]
1.1452    mrg       766:        raidframe(4): Support greater than 2TB devices.  [mrg 20101101]
1.1449    wiz       767:        xz(1): Import of XZ 5.0.0. [joerg 20101102]
1.1448    christos  768:        if_otus(4): Port the Atheros AR9001U from OpenBSD (Anon Ymous)
                    769:                [christos 20101103]
1.1450    gsutre    770:        fujitsu(4): Add brightness and hotkey drivers for Fujitsu laptops.
                    771:                [gsutre 20101105]
1.1451    jakllsch  772:        schide(4): Add Intel SCH IDE driver from OpenBSD.
                    773:                [jakllsch 20101106]
1.1453    jmmv      774:        atf(7): Import 0.12.  [jmmv 20101107]
1.1454    skrll     775:        hp700: Update sti(4) from OpenBSD and add pci(4) attachment.
                    776:                [skrll 20101109]
1.1455    skrll     777:        nside(4): Add a driver for the National Semiconductor PC87415 IDE
1.1457    skrll     778:                controller. [skrll 20101110]
1.1456    tsutsui   779:        dreamcast: Switch to using Xorg servers and binaries.
                    780:                [tsutsui 20101112]
1.1458    jnemeth   781:        et(4): Add a driver for Agere/LSI ET1310/ET1301 10/100/Gigabit
                    782:                Ethernet device [jnemeth 20101112]
                    783:        etphy(4): Add a driver for the Agere/LSI ET1011 TruePHY Gigabit
                    784:                Ethernet PHY [jnemeth 20101112]
1.1459    bsh       785:        arm: Add support for i.MX51 SoC.
                    786:                [bsh 20101113]
                    787:        evbarm: Add initial support for Sharp NetWalker MID.
                    788:                [bsh 20101113]
1.1475    tsutsui   789:        module(7): Allow disabling autoloading a specific module by setting
1.1460    jnemeth   790:                noautoload property.  [jnemeth 20101118]
1.1461    adam      791:        openssh: Import 5.6. [adam 20101121]
1.1462    roy       792:        dhcpcd(8): Import dhcpcd-5.2.9. [roy 20101127]
1.1463    tron      793:        postfix(1): Import version 2.7.2 [tron 20101127]
1.1475    tsutsui   794:        module(7): Rename <module>.prop to <module>.plist.  [jnemeth 20101127]
1.1471    phx       795:        ukbd(4): Support for Apple notebook keyboards: swapped keys on ISO
                    796:                keyboards, Apple FN key, simulate AltGr with FN-Alt,
                    797:                generate special keycodes for the hotkeys. [phx 20101130]
1.1466    christos  798:        bind: Update to 9.7.2-P3. Bug and security fixes since 9.7.2b1. See
                    799:                src/external/bsd/bind/dist/CHANGES [christos 20101202]
1.1468    jmmv      800:        passwd.conf(5): Set the default local cipher for passwords to 'sha1'.
                    801:                [jmmv 20101201]
1.1467    mrg       802:        raid(4):  Add support for non 512-byte sector devices.  [mrg 20101203]
1.1468    jmmv      803:        sysinst(8): Drop the question to select a password cipher algorithm.
                    804:                [jmmv 20101204]
1.1469    christos  805:        libpcap(3): Update to 1.1.1; see src/external/bsd/libpcap/dist/CHANGES
                    806:                for the list of changes [christos 20101205]
                    807:        tcpdump(8): Update to 4.1.1; see src/external/bsd/tcpdump/dist/CHANGES
                    808:                for the list of changes [christos 20101205]
1.1470    mrg       809:        prenice(1): Add new command to change process priorities based upon
                    810:                the command name, like pkill(1) and pgrep(1).  [mrg 20101205]
1.1472    jym       811:        bnx(4): Add support for Broadcom BCM5709S (SerDes) chip. [jym 20101210]
1.1473    adam      812:        openldap: Import 2.4.23. [adam 20101212]
1.1474    christos  813:        libc: Provide a re-entrant and thread-safe set of timezone API's that
                    814:                don't require locking and can operate on user-specified
                    815:                timezones as opposed to having to alter the environment
                    816:                to change a timezone. [christos 20101216]
1.1476  ! phx       817:        amigappc: Made onboard serial interface work. [20101219]

CVSweb <webmaster@jp.NetBSD.org>