<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/miscfs, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-04-08T11:59:20Z</updated>
<entry>
<title>o Merge SA-04:17.procfs, SA-05:01.telnet and SA-05:02.sendfile.</title>
<updated>2005-04-08T11:59:20Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2005-04-08T11:59:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a39fbcf41c46859057dceea9a479d08a733dbebd'/>
<id>urn:sha1:a39fbcf41c46859057dceea9a479d08a733dbebd</id>
<content type='text'>
Approved by:		so (nectar, cperciva)
Thanks for testing to:	Valentin Nechayev
</content>
</entry>
<entry>
<title>Revision 1.10.2.4 introduced a regression: the offset was ignored.</title>
<updated>2003-10-04T15:50:35Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-10-04T15:50:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a0b28996470c57964c8c72aafe14373fbb15865'/>
<id>urn:sha1:8a0b28996470c57964c8c72aafe14373fbb15865</id>
<content type='text'>
This could cause a reader of /proc/*/regs to spin, because read(2)
would never return end-of-file.  In practice, this has much less
impact than I would expect.  Tools such as truss(1) make only a
single, fixed-size read (into a `struct reg').  (Similarly for
write(2).)

The cause was a sort of typo: `uiomove_frombuf' was spelled
`uiomove'.

Noticed by:	David Rhodus &lt;drhodus@catpa.com&gt;
Approved by:	re (implicitly)
</content>
</entry>
<entry>
<title>MFC (the spirit of) procfs_dbregs.c 1.23, procfs_fpregs.c 1.29,</title>
<updated>2003-10-02T16:49:49Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-10-02T16:49:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=262a50de712ecd95d75f656136832a33650adc49'/>
<id>urn:sha1:262a50de712ecd95d75f656136832a33650adc49</id>
<content type='text'>
    pseudofs_vnops.c 1.42, kern_subr.c 1.77, uio.h 1.28:
Correct several integer underflows/overflows in procfs.

Approved by:	re
</content>
</entry>
<entry>
<title>MFC src/sys/kern/sys_process.c revisions 1.111 and 1.112:</title>
<updated>2003-08-12T18:36:28Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>2003-08-12T18:36:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=069f06b072af94b5f6803921af9b0213025e3de8'/>
<id>urn:sha1:069f06b072af94b5f6803921af9b0213025e3de8</id>
<content type='text'>
Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in procfs_rwmem().
Use vm_page_hold() in place of vm_page_wire() since the page can be freed.
Don't hold extra reference to the containing vm object while page is mapped.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-06-18T07:55:47Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-06-18T07:55:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=456ecd92c7025f8bbfdf6e66caf3ef113f302eb5'/>
<id>urn:sha1:456ecd92c7025f8bbfdf6e66caf3ef113f302eb5</id>
<content type='text'>
Fix memory leak
	union_subr.c,v 1.71
Add union_dircache_free()
	union.h,v 1.27
	union_subr.c,v 1.72
	union_vnops.c,v 1.98
Add malloc types M_UNDCACHE and M_UNPATH
	union_subr.c,v 1.73
Fix panic when unionfs is mounted atop another unionfs, style
	union_vnops.c,v 1.99
	union_vnops.c,v 1.100
</content>
</entry>
<entry>
<title>MFC (fs/miscfs/fifo_vnops.c 1.79+1.85: don't loop in fifo_open() waiting</title>
<updated>2003-04-22T10:11:24Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-04-22T10:11:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=108f4fec213e2ddc210bbbb3fdb6bb4eb0088e24'/>
<id>urn:sha1:108f4fec213e2ddc210bbbb3fdb6bb4eb0088e24</id>
<content type='text'>
for another reader or writer if one arrived and departed while we were
waiting (or a little earlier).  This should fix some races, but it is
reported to not actually fix the original problem with sendmail.
</content>
</entry>
<entry>
<title>Remove the kernfs source code and documentation.</title>
<updated>2003-02-10T12:22:38Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-02-10T12:22:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc7f33612b9fc201d7ed7047d84be017a1003301'/>
<id>urn:sha1:dc7f33612b9fc201d7ed7047d84be017a1003301</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set f_mntonname so unmount(2) can succeed.  This is taken care of by common</title>
<updated>2002-08-23T17:42:39Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2002-08-23T17:42:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab3558402cbb7e0a38913f6b79428aefc84ebd66'/>
<id>urn:sha1:ab3558402cbb7e0a38913f6b79428aefc84ebd66</id>
<content type='text'>
VFS code in -CURRENT so this change is only needed in -STABLE.

PR:		kern/41527
Reviewed by:	Alfred "If it works, commit it. :)" Perlstein
</content>
</entry>
<entry>
<title>MFC: rev 1.53: Fix null_lock() not unlocking vp-&gt;v_interlock if</title>
<updated>2002-07-31T00:32:28Z</updated>
<author>
<name>Semen Ustimenko</name>
<email>semenu@FreeBSD.org</email>
</author>
<published>2002-07-31T00:32:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae635f086a0a0445779a629ad8ced07fbda8bbff'/>
<id>urn:sha1:ae635f086a0a0445779a629ad8ced07fbda8bbff</id>
<content type='text'>
LK_THISLAYER.
</content>
</entry>
<entry>
<title>Don't allow group to read process memory.</title>
<updated>2002-02-18T21:28:04Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-18T21:28:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e89d19ca3b928a8a9193f04a61409190d80a919'/>
<id>urn:sha1:5e89d19ca3b928a8a9193f04a61409190d80a919</id>
<content type='text'>
</content>
</entry>
</feed>
