<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/powerpc/include, 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>Widen the enable/disable helper function's argument in line with the</title>
<updated>2003-11-17T06:10:15Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-11-17T06:10:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0bfbe7b935a34142a312ab0bfe97bfc5b65bfd16'/>
<id>urn:sha1:0bfbe7b935a34142a312ab0bfe97bfc5b65bfd16</id>
<content type='text'>
ithread_create() changes etc.  This should be mostly a NOP.
</content>
</entry>
<entry>
<title> - Modify alpha's sf_buf implementation to use the direct virtual-to-</title>
<updated>2003-11-16T06:11:26Z</updated>
<author>
<name>Alan Cox</name>
<email>alc@FreeBSD.org</email>
</author>
<published>2003-11-16T06:11:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e45db9b837dc530b86149374e2baeaa775061107'/>
<id>urn:sha1:e45db9b837dc530b86149374e2baeaa775061107</id>
<content type='text'>
   physical mapping.
 - Move the sf_buf API to its own header file; make struct sf_buf's
   definition machine dependent.  In this commit, we remove an
   unnecessary field from struct sf_buf on the alpha, amd64, and ia64.
   Ultimately, we may eliminate struct sf_buf on those architecures
   except as an opaque pointer that references a vm page.
</content>
</entry>
<entry>
<title>Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.</title>
<updated>2003-10-06T01:47:12Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2003-10-06T01:47:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2bc7dd566109712f59c836995384613c88bdd803'/>
<id>urn:sha1:2bc7dd566109712f59c836995384613c88bdd803</id>
<content type='text'>
Add a definition of pmap_wired_count().
Add a definition of vmspace_wired_count().

Reviewed by:	truckman
Discussed with:	peter
</content>
</entry>
<entry>
<title>DELAY must be a routine, not a macro definition.</title>
<updated>2003-09-26T09:02:24Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2003-09-26T09:02:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=02b63ceaff48bf1b2cf7e3d6e144ccefba9a5059'/>
<id>urn:sha1:02b63ceaff48bf1b2cf7e3d6e144ccefba9a5059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add sysentvec-&gt;sv_fixlimits() hook so that we can catch cases on 64 bit</title>
<updated>2003-09-25T01:10:26Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-09-25T01:10:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c460ac3a008c69755d500c83b58893f66b43c012'/>
<id>urn:sha1:c460ac3a008c69755d500c83b58893f66b43c012</id>
<content type='text'>
systems where the data/stack/etc limits are too big for a 32 bit process.

Move the 5 or so identical instances of ELF_RTLD_ADDR() into imgact_elf.c.

Supply an ia32_fixlimits function.  Export the clip/default values to
sysctl under the compat.ia32 heirarchy.

Have mmap(0, ...) respect the current p-&gt;p_limits[RLIMIT_DATA].rlim_max
value rather than the sysctl tweakable variable.  This allows mmap to
place mappings at sensible locations when limits have been reduced.

Have the imgact_elf.c ld-elf.so.1 placement algorithm use the same
method as mmap(0, ...) now does.

Note that we cannot remove all references to the sysctl tweakable
maxdsiz etc variables because /etc/login.conf specifies a datasize
of 'unlimited'.  And that causes exec etc to fail since it can no
longer find space to mmap things.
</content>
</entry>
<entry>
<title>_MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to</title>
<updated>2003-09-24T01:45:07Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2003-09-24T01:45:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a77eb896e3f21f0b8a172cd8ee10ef9cbc78358'/>
<id>urn:sha1:7a77eb896e3f21f0b8a172cd8ee10ef9cbc78358</id>
<content type='text'>
compile the isp driver.
</content>
</entry>
<entry>
<title>Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_</title>
<updated>2003-09-01T03:01:45Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-09-01T03:01:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d49585050b240753760f329b3db39a49fcc5bfb'/>
<id>urn:sha1:1d49585050b240753760f329b3db39a49fcc5bfb</id>
<content type='text'>
symbol.
</content>
</entry>
<entry>
<title>Further cleanup &lt;machine/cpu.h&gt; and &lt;machine/md_var.h&gt;: move the MI</title>
<updated>2003-08-16T16:57:57Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-08-16T16:57:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26502503e57448b879c9293f18ad778c2f7e5f78'/>
<id>urn:sha1:26502503e57448b879c9293f18ad778c2f7e5f78</id>
<content type='text'>
prototypes of cpu_halt(), cpu_reset() and swi_vm() from md_var.h to
cpu.h. This affects db_command.c and kern_shutdown.c.

ia64: move all MD prototypes from cpu.h to md_var.h. This affects
madt.c, interrupt.c and mp_machdep.c. Remove is_physical_memory().
It's not used (vm_machdep.c).

alpha: the MD prototypes have been left in cpu.h with a comment
that they should be there. Moving them is left for later. It was
expected that the impact would be significant enough to be done in
a seperate commit.

powerpc: MD prototypes left in cpu.h. Comment added.

Suggested by: bde
Tested with: make universe (pc98 incomplete)
</content>
</entry>
<entry>
<title>Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's</title>
<updated>2003-08-12T23:24:05Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-12T23:24:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=06b4bf3e552983aaaffb29ae78a9ddb73618ebd8'/>
<id>urn:sha1:06b4bf3e552983aaaffb29ae78a9ddb73618ebd8</id>
<content type='text'>
copyrighted files.

Approved by: Matt Dillon
</content>
</entry>
</feed>
