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

Annotation of src/doc/CHANGES-5.0, Revision 1.1.2.7

1.1.2.7 ! snj         1: # $NetBSD: CHANGES-5.0,v 1.1.2.6 2008/11/02 18:07:53 snj Exp $
1.1.2.1   agc         2:
1.1.2.2   snj         3: A complete list of changes from the initial NetBSD 5.0 branch on October 2008
                      4: until the 5.0 release:
                      5:
                      6: gnu/usr.bin/groff/tmac/mdoc.local              patched by hand
                      7: sys/sys/param.h                                        patched by hand
                      8:
                      9:        Welcome to 5.0_BETA!
1.1.2.1   agc        10:
1.1.2.3   snj        11: sys/arch/arm/gemini/obio_wdt.c                 1.2
                     12: distrib/evbarm/instkernel/instkernel/Makefile  1.14
                     13: distrib/evbarm/gzboot/gzimg/Makefile           1.20
                     14:
                     15:        Register gemini watchdog with sysmon_wdog_register and rip out some
                     16:        debugging code.  Create gemini instkernel and gzimg.
                     17:        [cliff, ticket #2]
                     18:
1.1.2.4   snj        19: etc/etc.cobalt/MAKEDEV.conf                    1.10
                     20:
                     21:        Create bpf(4) device node on ramdisk for sysinst.
                     22:        [tsutsui, ticket #4]
                     23:
1.1.2.5   snj        24: sys/kern/vfs_dirhash.c                         1.5-1.8
                     25:
                     26:        Clean up dirhash and use hash32_strn(). Remove old KASSERTS that
                     27:        were commented out. Protect the dirhash_queue when purging hashed
                     28:        directories in memory overflow situations. Clarify the dirhash
                     29:        locking protocol and remove unnessiary #ifdef DEBUG flag.
                     30:        [reinoud, ticket #5]
                     31:
1.1.2.6   snj        32: etc/etc.amd64/MAKEDEV.conf                     1.13-1.15
                     33: etc/etc.i386/MAKEDEV.conf                      1.17-1.19
                     34:
                     35:        Create 4 Xen disks by default and all three Xen devices to make it
                     36:        usable out-of-the-box.  Create 8 dk instances by default, since GPT
                     37:        autodiscovery is enabled.
                     38:        [joerg, ticket #3]
                     39:
1.1.2.7 ! snj        40: sys/fs/udf/udf_strat_rmw.c                     1.10
        !            41:
        !            42:        Explicitly set buffer's block numbers. Blocks were always read/written
        !            43:        correctly only the sheduling could go less than optimal.
        !            44:        [reinoud, ticket #6]
        !            45:
        !            46: external/mit/xorg/lib/Makefile                 1.5
        !            47:
        !            48:        Move libXft down in the hierarchy, because it depends on libXrandr.
        !            49:        [cube, ticket #7]
        !            50:
        !            51: sys/fs/udf/udf_strat_rmw.c                     1.11
        !            52:
        !            53:        Introduce an extra state to wich all pushed ecclines are pushed
        !            54:        on.  This extra state has a holding time in wich no writeouts will
        !            55:        be done effectively collecting more sectors before its even scheduled
        !            56:        for writing.  Significantly boosts write performance.
        !            57:        [reinoud, ticket #8]
        !            58:
        !            59: sys/miscfs/genfs/genfs_io.c                    1.14
        !            60: sys/nfs/nfs_bio.c                              1.180
        !            61: sys/uvm/uvm_extern.h                           1.149
        !            62:
        !            63:        - allocate 8 pointers on the stack to avoid stack overflow in nfs.
        !            64:        - make that 8 a constant
        !            65:        - remove bogus panic
        !            66:        Fixes PR kern/39777.
        !            67:        [tron, ticket #9]
        !            68:

CVSweb <webmaster@jp.NetBSD.org>