From 42324ce88f7d98f47f5c16e974d58a9e212c013c Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 27 Feb 2003 01:55:12 +0000 Subject: [PATCH] Note pthread_{,attr}_{get,set}name_np() and hw.{physpages,userpages}. --- doc/CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index c61b168d6953..d812c6ebf35c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.104 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.105 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -295,3 +295,9 @@ Changes from NetBSD 1.6 to NetBSD 2.0: analogue to MCLGET and use it if M_WAIT is passed. Adapt netinet, if_loop, gem, tulip, fxp driver to MBUFTRACE. Bump version to 1.6P. [matt 20030226] + libpthread: Add pthread_{,attr}_{get,set}name_np() API, compatible + with Tru64 Unix. [thorpej 20030227] + sysctl: Add hw.physpages and hw.userpages sysctl nodes, which + return the same data has hw.physmem and hw.usermem, but + as a 64-bit page count, instead of a 32-bit byte count. + Required for reporting >=4G RAM. [thorpej 20030227]