<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/kern/syscalls.master, branch release/2.2.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-05-19T10:35:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-05-19T10:35:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-05-19T10:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a0d351b26be784ec2f31673b9c873781f01bad63'/>
<id>urn:sha1:a0d351b26be784ec2f31673b9c873781f01bad63</id>
<content type='text'>
'RELENG_2_2_2_RELEASE'.

This commit was manufactured to restore the state of the 2.2.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>YAMFC: add lchown() syscall</title>
<updated>1997-05-03T11:09:38Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-05-03T11:09:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ebfce84390dea634cf0429ec17994736f13f7232'/>
<id>urn:sha1:ebfce84390dea634cf0429ec17994736f13f7232</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the utrace(caddr_t addr,size_t len) syscall, that will store the</title>
<updated>1996-09-19T19:49:13Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-09-19T19:49:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6c4b9ba323d6817a4e415f3393ffeb914bf07b7'/>
<id>urn:sha1:e6c4b9ba323d6817a4e415f3393ffeb914bf07b7</id>
<content type='text'>
data pointed at in a ktrace file, if this process is being ktrace'ed.
I'm using this to profile malloc usage.
The advantage is that there is no context around this call, ie, no
open file or socket, so it will work in any process, and you can
decide if you want it to collect data or not.
</content>
</entry>
<entry>
<title>Remove the kernel FD_SETSIZE limit for select().</title>
<updated>1996-08-20T07:18:10Z</updated>
<author>
<name>Sujal Patel</name>
<email>smpatel@FreeBSD.org</email>
</author>
<published>1996-08-20T07:18:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b08f7993c3aa7d76e23367976f57883be6a37158'/>
<id>urn:sha1:b08f7993c3aa7d76e23367976f57883be6a37158</id>
<content type='text'>
Make select()'s first argument 'int' not 'u_int'.

Reviewed by:	bde
</content>
</entry>
<entry>
<title>Change the 'int len' args in the mmap/msync/mincore/etc class syscalls</title>
<updated>1996-03-02T16:51:25Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-03-02T16:51:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f7efdf30d0fed0282cce046bcd9ae03ce48881a'/>
<id>urn:sha1:3f7efdf30d0fed0282cce046bcd9ae03ce48881a</id>
<content type='text'>
to 'size_t' as per bde's request.
</content>
</entry>
<entry>
<title>Add hooks for rfork/minherit pair, and reset args of vfork in preperation</title>
<updated>1996-02-23T18:20:44Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-02-23T18:20:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=96ac07ef3a80f63e82875b2093b822c89521e82f'/>
<id>urn:sha1:96ac07ef3a80f63e82875b2093b822c89521e82f</id>
<content type='text'>
for adding the syscalls.
</content>
</entry>
<entry>
<title>Note the syscall numbers used in BSD/OS 2.x.  We dont want to</title>
<updated>1996-02-23T18:03:08Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-02-23T18:03:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4f9a71f6a048de9de37420203bbcff595ba6ab96'/>
<id>urn:sha1:4f9a71f6a048de9de37420203bbcff595ba6ab96</id>
<content type='text'>
accidently use one of these ourselves as it'd make it harder to run
their binaries.
Also, remove the now-defunct #include "opt_sysvipc.h".
</content>
</entry>
<entry>
<title>Add an option NFS_NOSERVER which saves 100K in the install kernel (or</title>
<updated>1996-01-13T23:27:58Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-01-13T23:27:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99cb299316b0d16ded1b7e15bf74045b5e329764'/>
<id>urn:sha1:99cb299316b0d16ded1b7e15bf74045b5e329764</id>
<content type='text'>
any other kernel that uses it).  Use with option NFS.
</content>
</entry>
<entry>
<title>Remove the #ifdef SYSVSHM etc.  Always call the functions, some stubs</title>
<updated>1996-01-08T04:13:25Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-01-08T04:13:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e7ae3bf08d634e9f81d1c6bb83b01924897790dd'/>
<id>urn:sha1:e7ae3bf08d634e9f81d1c6bb83b01924897790dd</id>
<content type='text'>
are about to go in.  This is to fix the problem with the ibcs2 and linux
lkm's not being able to call the sysv ipc functions unless the build is
modified.
</content>
</entry>
<entry>
<title>Convert SYSV IPC to new-style options.  (I hope I got everything...)</title>
<updated>1996-01-04T20:29:06Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1996-01-04T20:29:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=50c73f3620002de0ace1ed39199c6f25581f1108'/>
<id>urn:sha1:50c73f3620002de0ace1ed39199c6f25581f1108</id>
<content type='text'>
The LKMs will need an extra file, to come later.
</content>
</entry>
</feed>
