<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/pc98/include, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-03-21T20:21:23Z</updated>
<entry>
<title>MFC r232491 by tijl:</title>
<updated>2014-03-21T20:21:23Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-03-21T20:21:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ebfed613f7b47947f6c6ab806512a6149dce52d'/>
<id>urn:sha1:3ebfed613f7b47947f6c6ab806512a6149dce52d</id>
<content type='text'>
  Copy amd64 float.h to x86 and merge with i386 float.h. Replace
  amd64/i386/pc98 float.h with stubs.

MFC (part of) r235939 by obrien:

  Consitently use "__LP64__".
  [there are 33 __LP64__'s in the kernel (minus cddl/ and contrib/),
  and 11 _LP64's]

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r232264 by tijl:</title>
<updated>2014-03-21T19:58:37Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-03-21T19:58:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ced848766ff0446d6ac198e7fea58d5a71983e1'/>
<id>urn:sha1:8ced848766ff0446d6ac198e7fea58d5a71983e1</id>
<content type='text'>
  Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace
  amd64/i386/pc98 _stdint.h with stubs.

MFC r232519 by tijl:

  Do not use INT64_C and UINT64_C to define 64 bit integer limits.  They
  aren't defined for C++ code unless __STDC_CONSTANT_MACROS is defined.

  Reported by:      jhb

MFC (part of) r235939 by obrien:

  Consitently use "__LP64__".
  [there are 33 __LP64__'s in the kernel (minus cddl/ and contrib/),
  and 11 _LP64's]

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r232262 by tijl:</title>
<updated>2014-03-21T19:49:31Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-03-21T19:49:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=04cb322e739de0471ee4a1535ee8b911a8a93f4a'/>
<id>urn:sha1:04cb322e739de0471ee4a1535ee8b911a8a93f4a</id>
<content type='text'>
  Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace
  amd64/i386/pc98 _limits.h with stubs.

MFC (part of) r235939 by obrien:

  Consitently use "__LP64__".

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r232261 by tijl</title>
<updated>2014-03-21T17:53:10Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-03-21T17:53:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ad0b3f3c7f910c387521d5ba26d3aeb905e8e63'/>
<id>urn:sha1:5ad0b3f3c7f910c387521d5ba26d3aeb905e8e63</id>
<content type='text'>
  Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
  amd64/i386/pc98 _types.h with stubs.

MFC (part of) r235939 by obrien

  Consitently use "__LP64__".

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC: r241374</title>
<updated>2013-08-10T00:00:19Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-08-10T00:00:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=04dc4ea4b468a7c4a412108e1a46928d8a11dc1d'/>
<id>urn:sha1:04dc4ea4b468a7c4a412108e1a46928d8a11dc1d</id>
<content type='text'>
Add an unified macro to deny ability from the compiler to reorder
instruction loads/stores at its will.
The macro __compiler_membar() is currently supported for both gcc and
clang, but kernel compilation will fail otherwise.

Reviewed by:	bde, kib
Discussed with:	dim, theraven
</content>
</entry>
<entry>
<title>MFC: r242866, r242871</title>
<updated>2012-11-23T14:16:55Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2012-11-23T14:16:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62a82da6a96174de16f7ccc63afb5ada8eb19571'/>
<id>urn:sha1:62a82da6a96174de16f7ccc63afb5ada8eb19571</id>
<content type='text'>
  Use ANSI prototype to fix build with clang.
</content>
</entry>
<entry>
<title>MFC r237433:</title>
<updated>2012-09-22T12:32:00Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-09-22T12:32:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6127d10c11bb60a4b5ce70d5de33a16e0cb5aa6'/>
<id>urn:sha1:b6127d10c11bb60a4b5ce70d5de33a16e0cb5aa6</id>
<content type='text'>
Implement mechanism to export some kernel timekeeping data to
usermode, using shared page.

MFC r237474:
Stop updating the struct vdso_timehands from even handler executed in
the scheduled task from tc_windup(). Do it directly from tc_windup in
interrupt context.
</content>
</entry>
<entry>
<title>MFC: r228027</title>
<updated>2012-01-29T12:54:31Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2012-01-29T12:54:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=641ab60e0bd975697dd6f2b33e19f5f7f3a11dbe'/>
<id>urn:sha1:641ab60e0bd975697dd6f2b33e19f5f7f3a11dbe</id>
<content type='text'>
Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h
where the prototype for pc98_ata_disk_firmware_geom_adjust() also lives
in order to avoid an #ifdef'ed include in cam(4).
</content>
</entry>
<entry>
<title>Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98</title>
<updated>2011-01-08T18:09:48Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2011-01-08T18:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d22e78d6b98c2e8262de3b437263e5cd7f07967e'/>
<id>urn:sha1:d22e78d6b98c2e8262de3b437263e5cd7f07967e</id>
<content type='text'>
headers with stubs.

Approved by:	kib (mentor)
</content>
</entry>
<entry>
<title>Merge amd64 and i386 bus.h and move the resulting header to x86. Replace</title>
<updated>2010-12-20T16:39:43Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2010-12-20T16:39:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81bd5041a2a6506d3ef14c58659cf29bc2bdd006'/>
<id>urn:sha1:81bd5041a2a6506d3ef14c58659cf29bc2bdd006</id>
<content type='text'>
the original amd64 and i386 headers with stubs.

Rename (AMD64|I386)_BUS_SPACE_* to X86_BUS_SPACE_* everywhere.

Reviewed by:	imp (previous version), jhb
Approved by:	kib (mentor)
</content>
</entry>
</feed>
