Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Document some of my most important changes



details:   https://anonhg.NetBSD.org/src/rev/29a2dddc6cf6
branches:  trunk
changeset: 809880:29a2dddc6cf6
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Aug 07 15:53:24 2015 +0000

description:
Document some of my most important changes

(a bit late...)

diffstat:

 doc/CHANGES      |   5 ++++-
 doc/CHANGES.prev |  10 +++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diffs (59 lines):

diff -r 532fc87e750c -r 29a2dddc6cf6 doc/CHANGES
--- a/doc/CHANGES       Fri Aug 07 13:53:28 2015 +0000
+++ b/doc/CHANGES       Fri Aug 07 15:53:24 2015 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2087 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2088 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -160,6 +160,7 @@
                 IPV4 addresses now perform DAD using ARP as described in
                 RFC 5227. [roy 20150502]
        dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517]
+       FFS: General improvements in the superblock parser. [maxv 20150523]
        openssl: Import openssl 1.0.1n [christos 20150612]
        openssl: Import openssl 1.0.1o [christos 20150616]
        zoneinfo: Import tzdata2015e. [apb 20150621]
@@ -173,3 +174,5 @@
        openssl: Import openssl 1.0.1p [christos 20150709]
        ntp: Import ntp 4.2.8p3. [christos 20150710]
        bind: Import version 9.10.2-P3. [christos 20150728]
+       kernel: Several bug fixes and improvements in the PaX subsystem.
+               [maxv 20150804]
diff -r 532fc87e750c -r 29a2dddc6cf6 doc/CHANGES.prev
--- a/doc/CHANGES.prev  Fri Aug 07 13:53:28 2015 +0000
+++ b/doc/CHANGES.prev  Fri Aug 07 15:53:24 2015 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.130 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.131 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -11635,6 +11635,8 @@
        dhcpcd(8): Import dhcpcd-6.4.0. [roy 20140614]
        pigz(1): Update to pigz-2.3.1. [tls 20140615]
        gdb(1): Updated to 7.7.1.  [christos 20140622]
+       kernel: Fix, improve and enable KMEM_SIZE on development kernels.
+               [maxv 20140623]
        m68k: Use "-O2 -fno-reorder-blocks" for the default optimization
                by default to avoid unexpected code size growth by
                -freorder-blocks option on m68k. [tsutsui 20140705]
@@ -11666,6 +11668,10 @@
                4bpp/8bpp color framebuffers. [tsutsui 20140721]
        wm(4): Add internal SERDES support older than 82575.
                [msaitoh 20140722]
+       kernel: Fix, improve and enable KMEM_REDZONE on development kernels.
+               [maxv 20140722]
+       kernel: Many improvements in the ELF binary loader - performance,
+               correctness and security. [maxv 20140722]
        tmux(1): Import of tmux 1.9a.  [christos 20140724]
        kernel: Added fdiscard and posix_fallocate system calls.
                [dholland 20140725]
@@ -11714,4 +11720,6 @@
        postfix(1): Import version 2.11.3. [tron 20150124]
        postfix(1): Import version 2.11.4. [tron 20150221]
        service(8): Import adapted script from FreeBSD [ast 20150322]
+       malloc(9): Interface obsoleted and cleaned up. [maxv 20150325]
        ixg(4): Add X540 support [msaitoh 20150327]
+       veriexec(4): Several improvements and bug fixes. [maxv 20150519]



Home | Main Index | Thread Index | Old Index