<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/compat, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-12-13T22:20:03Z</updated>
<entry>
<title>MFC: 1.13: use the correct symbol for declaring the sysvec table sizes</title>
<updated>2003-12-13T22:20:03Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-13T22:20:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d40dbb0c7b110dc11a019591a70c7d201f4ab1db'/>
<id>urn:sha1:d40dbb0c7b110dc11a019591a70c7d201f4ab1db</id>
<content type='text'>
Approved by:  re (jhb, scottl)
</content>
</entry>
<entry>
<title>Regen</title>
<updated>2003-12-13T22:19:06Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-13T22:19:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff7c376de8e8aaa61f5bd39af2021ecdc0b3d717'/>
<id>urn:sha1:ff7c376de8e8aaa61f5bd39af2021ecdc0b3d717</id>
<content type='text'>
Approved by: re (scottl, jhb)
</content>
</entry>
<entry>
<title>MFC: 1.27-1.28: sync up syscalls list</title>
<updated>2003-12-13T22:18:27Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-13T22:18:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=79ea91c8069ccd9a2176999a8a94ee08e73d8723'/>
<id>urn:sha1:79ea91c8069ccd9a2176999a8a94ee08e73d8723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.</title>
<updated>2003-12-07T03:02:28Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-12-07T03:02:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a348451bd8bd6d66bcb5b23f2aaec00e74c1292f'/>
<id>urn:sha1:a348451bd8bd6d66bcb5b23f2aaec00e74c1292f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not call VOP_GETATTR in getdents function. It does not serve any</title>
<updated>2003-11-19T04:12:32Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-11-19T04:12:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=501f5ff1238deb71c5d5b7015b4ed2d69990e8d0'/>
<id>urn:sha1:501f5ff1238deb71c5d5b7015b4ed2d69990e8d0</id>
<content type='text'>
purpose and the resulting vattr structure was ignored. In addition,
the VOP_GETATTR call was made with no vnode lock held, resulting in
vnode locking violation panic with debug kernels.

Reported by:	truckman

Approved by:	re@ (rwatson)
</content>
</entry>
<entry>
<title>Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.</title>
<updated>2003-11-17T18:57:20Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2003-11-17T18:57:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b92da272c669e02dac32e03697f3270953683a3'/>
<id>urn:sha1:0b92da272c669e02dac32e03697f3270953683a3</id>
<content type='text'>
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
</content>
</entry>
<entry>
<title>Pull latest changes from OpenBSD:</title>
<updated>2003-11-16T15:07:10Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2003-11-16T15:07:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d09c47acd9c4184c67351da1f72417f7f593bc71'/>
<id>urn:sha1:d09c47acd9c4184c67351da1f72417f7f593bc71</id>
<content type='text'>
- improve sysinfo(2) syscall;
- add dummy fadvise64(2) syscall;
- add dummy *xattr(2) family of syscalls;
- add protos for the syscalls 222-225, 238-249 and 253-267;
- add exit_group(2) syscall, which is currently just wired to exit(2).

Obtained from:  OpenBSD
MFC after:      2 weeks
</content>
</entry>
<entry>
<title>Use kern_sendit rather than sendit for the Linux send* syscalls.</title>
<updated>2003-11-09T17:04:04Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-11-09T17:04:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a8a13e0fc8cb7ec0ee919168bd98fdbe6f3d88e'/>
<id>urn:sha1:5a8a13e0fc8cb7ec0ee919168bd98fdbe6f3d88e</id>
<content type='text'>
This means we can avoid using the stack gap for most send* syscalls
now (it is still used in the IP_HDRINCL case).
</content>
</entry>
<entry>
<title>Move a MD 32 bit binary support routine into the MD areas.  exec_setregs</title>
<updated>2003-11-08T07:43:44Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-11-08T07:43:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4cd2d525e3d8c488b705519242a3147b23016291'/>
<id>urn:sha1:4cd2d525e3d8c488b705519242a3147b23016291</id>
<content type='text'>
is highly MD in an emulation environment since it operates on the host
environment.  Although the setregs functions are really for exec support
rather than signals, they deal with the same sorts of context and include
files.  So I put it there rather than create yet another file.
</content>
</entry>
<entry>
<title>Regen</title>
<updated>2003-11-08T07:31:49Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-11-08T07:31:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0211d5445d6c1438008b1e550f459b0ff9912b8'/>
<id>urn:sha1:b0211d5445d6c1438008b1e550f459b0ff9912b8</id>
<content type='text'>
</content>
</entry>
</feed>
