Note pthread_{,attr}_{get,set}name_np() and hw.{physpages,userpages}.

This commit is contained in:
thorpej 2003-02-27 01:55:12 +00:00
parent dd22310ae1
commit 42324ce88f

View File

@ -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]