Source-Changes-HG archive

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

[src/trunk]: src/doc note recent pool and uvm changes. requested by lukem@.



details:   https://anonhg.NetBSD.org/src/rev/1f4d2e8e4725
branches:  trunk
changeset: 573235:1f4d2e8e4725
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Jan 23 10:03:26 2005 +0000

description:
note recent pool and uvm changes.  requested by lukem@.

diffstat:

 doc/CHANGES |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 287eaf1c66e3 -r 1f4d2e8e4725 doc/CHANGES
--- a/doc/CHANGES       Sun Jan 23 09:48:38 2005 +0000
+++ b/doc/CHANGES       Sun Jan 23 10:03:26 2005 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM LAST RELEASE:                     <$Revision: 1.411 $>
+LIST OF CHANGES FROM LAST RELEASE:                     <$Revision: 1.412 $>
 
 
 [Note: This file does not mention every change made to the NetBSD source tree.
@@ -165,6 +165,13 @@
        ixpide(4): Add driver for the IDE controller of the ATI IXP series of
                chipsets. [cube 20041206]
        file(1): update to 4.12.  [pooka 20041213]
+       pool(9), pool_cache(9): Introduce a new flag, PR_NOTOUCH.
+               Now pool(9) and pool_cache(9) can handle non memory backed
+               objects.  [yamt 20050101]
+       uvm(9): Allocate in-kernel map entries dynamically rather than
+               allocating them statically at boot time.
+               Now artificial limit of entries (MAX_KMAPENT) is obsolete.
+               [yamt 20050101]
        kernel, libc: Add system calls and VFS infrastructure for file system
                extended attributes.  Adapted from FreeBSD.
                [thorpej 20050102]



Home | Main Index | Thread Index | Old Index