<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/gnu, branch release/4.8.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T18:49:23Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-03T18:49:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-04-03T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c'/>
<id>urn:sha1:0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c</id>
<content type='text'>
'RELENG_4_8_0_RELEASE'.

This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: vfs_syscalls.c 1.286:</title>
<updated>2003-01-02T17:26:19Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-01-02T17:26:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d60edfa1f22c721e229ee8f5ee1a83dbaf23ecf'/>
<id>urn:sha1:7d60edfa1f22c721e229ee8f5ee1a83dbaf23ecf</id>
<content type='text'>
Changed rename(2) to do nothing if its args resolve to the same existing
file, as seems to be required by POSIX.

MFC: ext2fs_vnops.c 1.69, ufs_vnops.c 1.205:
Replaced the resulting dead dead code by a check that it is not reached.

PR:             42617
</content>
</entry>
<entry>
<title>MFC (1.37: MFufs (1.33: (move a brelse() so that a buffer is not used after</title>
<updated>2002-11-17T02:02:42Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-11-17T02:02:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f47af85b22aa8a7cb0b600ebfea87313f3c6f368'/>
<id>urn:sha1:f47af85b22aa8a7cb0b600ebfea87313f3c6f368</id>
<content type='text'>
it has been released)).

PR:		44060
</content>
</entry>
<entry>
<title>MFC: Fix two off-by-one errors when sanity-checking inode numbers.</title>
<updated>2002-07-01T00:18:51Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2002-07-01T00:18:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0be4046945b427e7b8e0090a3e5e8d495dd7f1d'/>
<id>urn:sha1:a0be4046945b427e7b8e0090a3e5e8d495dd7f1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC (ext2_vfsops.c 1.91, cd9660_vfsops.c 1.98, ffs_vfsops.c 1.173: set</title>
<updated>2002-04-08T09:39:30Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-04-08T09:39:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f323b64ce82931cf1d7fb9c83d39ee52788c9f01'/>
<id>urn:sha1:f323b64ce82931cf1d7fb9c83d39ee52788c9f01</id>
<content type='text'>
si_iosize_max correctly in ffs, and don't forget to set it in cd9660
and ext2fs (the original log message mistakenly said msdosfs instead of
cd9660)).
</content>
</entry>
<entry>
<title>Bump __FreeBSD_version to 440002 to account for the mount structure</title>
<updated>2001-11-04T18:57:52Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-11-04T18:57:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8bb8998defce0b8da4742779f10fcf70eee82e1'/>
<id>urn:sha1:f8bb8998defce0b8da4742779f10fcf70eee82e1</id>
<content type='text'>
change (LIST vnodelist -&gt; TAILQ nvnodelist).  At this time I am also
adding a second TAILQ list, currently reserved, to the mount structure
that will later be used to split the vnode list into a clean and dirty
list, so as to get all mount structure changes over and done with now.
</content>
</entry>
<entry>
<title>MFC change vnode list under mount point from LIST to TAILQ in preparation</title>
<updated>2001-10-25T19:18:55Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-10-25T19:18:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=215cc5a5bfe21111e0dad8d9dabb4b44cb96021b'/>
<id>urn:sha1:215cc5a5bfe21111e0dad8d9dabb4b44cb96021b</id>
<content type='text'>
for scaleability fixes for machines with &gt;= 2G of ram coming down the pipe.
</content>
</entry>
<entry>
<title>MFC: Bring sizeof(struct inode) back to 256 bytes by reducing the</title>
<updated>2001-09-29T12:52:52Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2001-09-29T12:52:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c24fb02d96f28fdf4e98ef82c534f32d2c562c90'/>
<id>urn:sha1:c24fb02d96f28fdf4e98ef82c534f32d2c562c90</id>
<content type='text'>
size of i_spare[] and making ext2fs use a spare dinode field instead.
</content>
</entry>
<entry>
<title>Nuke the old dgm stuff</title>
<updated>2001-09-23T19:59:18Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-09-23T19:59:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=970adc8da4d7a0213723925dfffa57e902dfb3e5'/>
<id>urn:sha1:970adc8da4d7a0213723925dfffa57e902dfb3e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: SSE kernel support.  This is only active if you compile</title>
<updated>2001-08-15T01:23:54Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-08-15T01:23:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75c2d83136b6772479852c52ef9e040726df4eb5'/>
<id>urn:sha1:75c2d83136b6772479852c52ef9e040726df4eb5</id>
<content type='text'>
'options CPU_ENABLE_SSE' in the kernel.  This is a MFC of the
code in -current, plus all the followup fixes and tweaks but
adapted for the npx and compile differences in RELENG_4.
The npx_intr() change comes from the 4.3 version of the diffs
since -current uses traps vs. interrupts in npx.c.

This is a giant no-op without the kernel compile option.

Approved by:	re (murray)
</content>
</entry>
</feed>
