<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/alpha/linux/linux_sysent.c, branch release/5.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-01-10T05:53:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-01-10T05:53:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-01-10T05:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c9ff44c8041f394c663cb9640e9b77fe07bb13'/>
<id>urn:sha1:58c9ff44c8041f394c663cb9640e9b77fe07bb13</id>
<content type='text'>
'RELENG_5_2_0_RELEASE'.

This commit was manufactured to restore the state of the 5.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Regen.</title>
<updated>2003-11-07T21:13:08Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-11-07T21:13:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=13b6c41b6c51ed13ba3e24a414ba88a946841fb9'/>
<id>urn:sha1:13b6c41b6c51ed13ba3e24a414ba88a946841fb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regen from syscalls.master 1.52.</title>
<updated>2003-02-16T02:32:17Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-02-16T02:32:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1df69b2d1a647ca685807f29f5cbbfe3bd74c441'/>
<id>urn:sha1:1df69b2d1a647ca685807f29f5cbbfe3bd74c441</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regenerated file from previous commit to syscalls.master</title>
<updated>2002-01-23T22:47:47Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2002-01-23T22:47:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae967e6461eb89962bba002f5400c467dcb3e473'/>
<id>urn:sha1:ae967e6461eb89962bba002f5400c467dcb3e473</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regen.</title>
<updated>2001-10-07T00:21:18Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2001-10-07T00:21:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=946c6b9978a348126ce8f52f9ec248f5dace85ba'/>
<id>urn:sha1:946c6b9978a348126ce8f52f9ec248f5dace85ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o  Remove the linux_setpgid() stub.</title>
<updated>2001-09-28T01:39:19Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2001-09-28T01:39:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08107ee9e6be3c06cba86a2c5eaab58569a32b13'/>
<id>urn:sha1:08107ee9e6be3c06cba86a2c5eaab58569a32b13</id>
<content type='text'>
o  Stop using linux_getpgid(); use getpgid() instead.

PR: kern/21402
</content>
</entry>
<entry>
<title>Round of cleanups and enhancements. These include (in random order):</title>
<updated>2001-09-08T19:07:04Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2001-09-08T19:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5002a60f9bc2499187cf64bc5ed603a3c157c459'/>
<id>urn:sha1:5002a60f9bc2499187cf64bc5ed603a3c157c459</id>
<content type='text'>
o  Introduce private types for use in linux syscalls for two reasons:
   1. establish type independence for ease in porting and,
   2. provide a visual queue as to which syscalls have proper
      prototypes to further cleanup the i386/alpha split.
   Linuxulator types are prefixed by 'l_'. void and char have not
   been "virtualized".

o  Provide dummy functions for all syscalls and remove dummy functions
   or implementations of truely obsolete syscalls.

o  Sanitize the shm*, sem* and msg* syscalls.

o  Make a first attempt to implement the linux_sysctl syscall. At this
   time it only returns one MIB (KERN_VERSION), but most importantly,
   it tells us when we need to add additional sysctls :-)

o  Bump the kenel version up to 2.4.2 (this is not the same as the
   KERN_VERSION MIB, BTW).

o  Implement new syscalls, of which most are specific to i386. Our
   syscall table is now up to date with Linux 2.4.2. Some highlights:
   -  Implement the 32-bit uid_t and gid_t bases syscalls.
   -  Implement a couple of 64-bit file size/offset bases syscalls.

o  Fix or improve numerous syscalls and prototypes.

o  Reduce style(9) violations while I'm here. Especially indentation
   inconsistencies within the same file are addressed. Re-indenting
   did not obfuscate actual changes to the extend that it could not
   be combined.

NOTE: I spend some time testing these changes and found that if there
      were regressions, they were not caused by these changes AFAICT.
      It was observed that installing a RH 7.1 runtime environment
      did make matters worse. Hangs and/or reboots have been observed
      with and without these changes, so when it failed to make life
      better in cases it doesn't look like it made it worse.
</content>
</entry>
<entry>
<title>Regen after adding linux_sched_get_priority_max() and</title>
<updated>2001-04-03T18:01:41Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2001-04-03T18:01:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a44dfa7942e15191af992b2581d5e2537abeff0'/>
<id>urn:sha1:9a44dfa7942e15191af992b2581d5e2537abeff0</id>
<content type='text'>
linux_sched_get_priority_min()
</content>
</entry>
<entry>
<title>Regen</title>
<updated>2001-02-20T03:48:53Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2001-02-20T03:48:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=885990747876573f1509056d98c73883c7b0de22'/>
<id>urn:sha1:885990747876573f1509056d98c73883c7b0de22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regenerate.</title>
<updated>2001-02-20T02:16:38Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2001-02-20T02:16:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=203e686755ab4dc0245b26fd1dac06eed0eb6ab4'/>
<id>urn:sha1:203e686755ab4dc0245b26fd1dac06eed0eb6ab4</id>
<content type='text'>
</content>
</entry>
</feed>
