<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/pc98/libpc98/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-02-11T02:45:54Z</updated>
<entry>
<title>Remove sys/boot/pc98 accidentally restored in r313575</title>
<updated>2017-02-11T02:45:54Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-02-11T02:45:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=157cf559491b7550fad22c58ae0652e651142e7c'/>
<id>urn:sha1:157cf559491b7550fad22c58ae0652e651142e7c</id>
<content type='text'>
Reported by:	rpokala
</content>
</entry>
<entry>
<title>makefs: make the buffer functions look exactly like the kernel ones</title>
<updated>2017-02-11T02:33:48Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-02-11T02:33:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78b11a5903f62967306fe722ff0fc85491666121'/>
<id>urn:sha1:78b11a5903f62967306fe722ff0fc85491666121</id>
<content type='text'>
From NetBSD christos Sat Jan 26 00:19:39 2013 +0000

make the buffer functions look exactly like the kernel ones and add other
cruft to make the kernel files compile.

ffs.c 1.54
ffs/buf.c 1.13
ffs/buf.h 1.3
ffs/ffs_alloc.c 1.21
ffs/ffs_balloc.c 1.15

Reviewed by:	marcel, ngie
Obtained from:	NetBSD
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D8404
</content>
</entry>
<entry>
<title>Remove pc98 support completely.</title>
<updated>2017-01-28T02:22:15Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2017-01-28T02:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b375b4edd1b98884c3031d6ccd61acb10bd895d'/>
<id>urn:sha1:2b375b4edd1b98884c3031d6ccd61acb10bd895d</id>
<content type='text'>
I thank all developers and contributors for pc98.

Relnotes:	yes
</content>
</entry>
<entry>
<title>Create a new linker set, Xficl_compile_set which contains a list of</title>
<updated>2016-10-14T16:23:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2016-10-14T16:23:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2cb5fddcd604853b8fa3668ae9dab0df5dcacb4'/>
<id>urn:sha1:a2cb5fddcd604853b8fa3668ae9dab0df5dcacb4</id>
<content type='text'>
functions to call at the appropriate time to register new forth
words. In the past we've done this with ifdef soup, but now if the
file is included in the build, we'll get the new forth words.

Use this new functionality to move the pci bios stuff out of loader.c
by moving it to biospci.c.

Move the pnp functionality to common/pnp.c.

Move the inb/outb forth words to the i386 sysdep.c file where their
implementation is defined.

Adjust the efi linker scripts and build machinery to cope.

his should be an invisible change to forth scripts and user
experience.

Differential Revision: https://reviews.freebsd.org/D8145
</content>
</entry>
<entry>
<title>Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' for</title>
<updated>2015-01-28T18:36:33Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2015-01-28T18:36:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=accc510ac3c00e86db2eeea29eee57b44731ea02'/>
<id>urn:sha1:accc510ac3c00e86db2eeea29eee57b44731ea02</id>
<content type='text'>
__attribute__((format(...))), and the -fformat-extensions flag was
removed, introduce a new macro in bsd.sys.mk to choose the right variant
of compile flag for the used compiler, and use it.

Also add something similar to kern.mk, since including bsd.sys.mk from
that file will anger Warner. :-)

Note that bsd.sys.mk does not support the MK_FORMAT_EXTENSIONS knob used
in kern.mk, since that knob is only available in kern.opts.mk, not in
src.opts.mk.  We might want to add it later, to more easily support
external compilers for building world (in particular, sys/boot).
</content>
</entry>
<entry>
<title>MFi386: r268974</title>
<updated>2014-09-28T13:13:18Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2014-09-28T13:13:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c4969da8ddf4dc3d8d1d24e2022411e58408617'/>
<id>urn:sha1:2c4969da8ddf4dc3d8d1d24e2022411e58408617</id>
<content type='text'>
  Supress clang warning for FreeBSD printf %b and %D formats.
</content>
</entry>
<entry>
<title>Reduce diffs against i386.</title>
<updated>2012-08-05T14:48:55Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2012-08-05T14:48:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7361df284bf4897011d3e1b0209e0379fbb0f79b'/>
<id>urn:sha1:7361df284bf4897011d3e1b0209e0379fbb0f79b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libpc98: unbreak after zfs-related changes in libi386 code</title>
<updated>2012-05-13T11:34:05Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2012-05-13T11:34:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76438db6a76b7a4411e30088d8b53a7bb491c953'/>
<id>urn:sha1:76438db6a76b7a4411e30088d8b53a7bb491c953</id>
<content type='text'>
Pointyhat to:	avg
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add setting machine type support to the loader.</title>
<updated>2009-12-31T12:05:48Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2009-12-31T12:05:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6925b4bda1a4b9ef7f56762884065a042fc16052'/>
<id>urn:sha1:6925b4bda1a4b9ef7f56762884065a042fc16052</id>
<content type='text'>
MFC after:	2 week
</content>
</entry>
<entry>
<title>Reduce diffs against i386.</title>
<updated>2009-03-19T13:53:42Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2009-03-19T13:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=abadd1494d7b85bf9551cab5d1e06b749bd175bb'/>
<id>urn:sha1:abadd1494d7b85bf9551cab5d1e06b749bd175bb</id>
<content type='text'>
</content>
</entry>
</feed>
