<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/alpha/include, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-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>Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in</title>
<updated>2003-11-07T23:29:42Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-11-07T23:29:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eb3b7bf69f759b71d10ca82f588f2c94d2c3d962'/>
<id>urn:sha1:eb3b7bf69f759b71d10ca82f588f2c94d2c3d962</id>
<content type='text'>
the busdma headers.
</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>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>Implement the bus_space_map() function to allocate resources and initialize</title>
<updated>2003-09-23T08:22:34Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2003-09-23T08:22:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33e38a2cc803aff0524deee574cfea00029feaa7'/>
<id>urn:sha1:33e38a2cc803aff0524deee574cfea00029feaa7</id>
<content type='text'>
a bus_handle, but currently it does only initializing a bus_handle.
</content>
</entry>
<entry>
<title>Fix build breakage caused by the inclusion of &lt;ddb/ddb.h&gt; while</title>
<updated>2003-09-07T05:33:46Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-09-07T05:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a91af2c44be5bd080b8cb1493c097b9c7da78b85'/>
<id>urn:sha1:a91af2c44be5bd080b8cb1493c097b9c7da78b85</id>
<content type='text'>
building a module. Inclusion of option files (opt_ddb.h in this
case) is not possible for modules. The inclusion of opt_ddb.h
in this header is questionable.
</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>Cleanup &lt;machine/cpu.h&gt; by moving MD prototypes to &lt;machine/md_var.h&gt;</title>
<updated>2003-08-17T06:42:08Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-08-17T06:42:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e25ce2310c7653e2d8c15045871364a3a298c9c'/>
<id>urn:sha1:3e25ce2310c7653e2d8c15045871364a3a298c9c</id>
<content type='text'>
like we have on other platforms. Move savectx() to &lt;machine/pcb.h&gt;.
A lot of files got these MD prototypes through the indirect inclusion
of &lt;machine/cpu.h&gt; and now need to include &lt;machine/md_var.h&gt;. The
number of which is unexpectedly large...

osf1_misc.c especially is tricky because szsigcode is redefined in
one of the osf1 header files. Reordering of the include files was
needed.

linprocfs.c now needs an explicit extern declaration.

Tested with: LINT
</content>
</entry>
</feed>
