<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/share/man/man9/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>curlwp_bind(9): Add a man page.</title>
    <description>/src/share/man/man9/Makefile - 1.476</description>
    <pubDate>Wed Dec 31 14:56:02 UTC 2025</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>paravirt_membar_sync(9): New memory barrier.<br/><br/>For use in paravirtualized drivers which require store-before-load<br/>ordering -- irrespective of whether the kernel is built for a single<br/>processor, or whether the (virtual) machine is booted with a single<br/>processor.<br/><br/>This is even required on architectures that don't even have a<br/>store-before-load ordering barrier, like m68k; adding, e.g., a virtio<br/>bus is _as if_ the architecture has been extended with relaxed memory<br/>ordering when talking with that new bus.  Such architectures need<br/>some way to request the hypervisor enforce that ordering -- on m68k,<br/>that's done by issuing a CASL instruction, which qemu maps to an<br/>atomic r/m/w with sequential consistency ordering in the host.<br/><br/>PR kern/59618: occasional virtio block device lock ups/hangs</title>
    <description>/src/share/man/man9/Makefile - 1.475</description>
    <pubDate>Sat Sep 06 02:53:22 UTC 2025</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>branches:  1.474.2;<br/>Add heartbeat(9) to installed man pages</title>
    <description>/src/share/man/man9/Makefile - 1.474</description>
    <pubDate>Sat Jun 21 17:52:52 UTC 2025</pubDate>
    <dc:creator>gutteridge</dc:creator>
</item>

<item>
    <title>Add a man page for acct_process to be referenced from acct.5</title>
    <description>/src/share/man/man9/Makefile - 1.473</description>
    <pubDate>Mon Aug 05 13:02:46 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>crashme(9): Install man page<br/><br/>Suggested by ozaki-r@</title>
    <description>/src/share/man/man9/Makefile - 1.472</description>
    <pubDate>Wed Jul 24 02:36:24 UTC 2024</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>man9: Provide all combinations of {,u}{i,l}{max,min}(9)</title>
    <description>/src/share/man/man9/Makefile - 1.471</description>
    <pubDate>Wed Jul 10 07:20:01 UTC 2024</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>branches:  1.470.2;<br/>uvm_obj_wirepages(9): New man page.</title>
    <description>/src/share/man/man9/Makefile - 1.470</description>
    <pubDate>Fri Jun 14 13:19:35 UTC 2024</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Install securelevel.9 as an alias of secmodel_securelevel.9<br/><br/>According to submitter, this should be sufficient to address misc/57824.</title>
    <description>/src/share/man/man9/Makefile - 1.469</description>
    <pubDate>Sun Jan 07 00:38:18 UTC 2024</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Add a vmem_xalloc_addr() function, which allocates a specific address<br/>from an arena.  This is just a convenience wrapper around vmem_xalloc(),<br/>that's just a bit more obvious how to use and performs some additional<br/>sanity checks.</title>
    <description>/src/share/man/man9/Makefile - 1.468</description>
    <pubDate>Sat Dec 02 21:02:12 UTC 2023</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Document how system call versioning is done. From this summer's compat-linux<br/>GSoC, by Theodore Preduta.</title>
    <description>/src/share/man/man9/Makefile - 1.467</description>
    <pubDate>Sat Jul 08 16:14:11 UTC 2023</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>portfeatures(9): the man page for the __HAVE macros<br/><br/>The man page itself is a skeleton/template for now.  Please add short<br/>descriptions and xrefs.  If the target man page doesn't yet document<br/>relevant __HAVE macros (hi, mutex(9)), please add something there,<br/>possibly in a .Sh IMPLEMENTATION NOTES section.</title>
    <description>/src/share/man/man9/Makefile - 1.466</description>
    <pubDate>Mon Mar 06 00:49:31 UTC 2023</pubDate>
    <dc:creator>uwe</dc:creator>
</item>

<item>
    <title>branches:  1.465.2;<br/>Document the pktqueue interface.</title>
    <description>/src/share/man/man9/Makefile - 1.465</description>
    <pubDate>Sun Sep 04 21:37:50 UTC 2022</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>KERNEL_LOCK(9): New man page for old not-dead-yet hack.<br/><br/>I'm not documenting this to encourage anyone to use it.  I'm only<br/>documenting this to remind myself what the semantics is, because it's<br/>kind of confusing and not at all like mutex(9).</title>
    <description>/src/share/man/man9/Makefile - 1.464</description>
    <pubDate>Tue Feb 15 22:46:29 UTC 2022</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>__cpu_simple_lock(9): New man page.<br/><br/>This doesn't mean you should use it!  Mostly it's to document the<br/>semantics to help understand existing uses, which should not<br/>proliferate, and audit definitions.</title>
    <description>/src/share/man/man9/Makefile - 1.463</description>
    <pubDate>Sat Feb 12 17:10:20 UTC 2022</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Add new acl vnode op pages</title>
    <description>/src/share/man/man9/Makefile - 1.462</description>
    <pubDate>Mon Jan 17 22:47:43 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add acl related changes; there is no more vaccess; document the genfs functions<br/>instead.</title>
    <description>/src/share/man/man9/Makefile - 1.461</description>
    <pubDate>Mon Jan 17 19:08:06 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Document PR_PSERIALIZE.  Remove documentation for pool_cache_setpredestruct().</title>
    <description>/src/share/man/man9/Makefile - 1.460</description>
    <pubDate>Wed Dec 22 17:28:17 UTC 2021</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Add pool_cache_setpredestruct(), which allows a pool cache to specify<br/>a function to be called before the destructor for a batch of one or more<br/>objects is called.  This can be used as a synchronization point by<br/>subsystems that rely on the type-stable nature of pool cache objects or<br/>subsystems that use other forms of passive serialization.</title>
    <description>/src/share/man/man9/Makefile - 1.459</description>
    <pubDate>Tue Dec 21 18:59:22 UTC 2021</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Update autoconf(9) for recent autoconfiguration changes.</title>
    <description>/src/share/man/man9/Makefile - 1.458</description>
    <pubDate>Wed Apr 28 00:49:22 UTC 2021</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>- Remove obsolete cltom(9) and mtocl(9).<br/>- Add missing manual page's link of m_adj.</title>
    <description>/src/share/man/man9/Makefile - 1.457</description>
    <pubDate>Fri Apr 16 07:45:41 UTC 2021</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>
</channel></rss>

