Whitespace-only fixes, translators please ignore.
This commit is contained in:
parent
aabc276df3
commit
4d15e8e653
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45285
1 changed files with 150 additions and 95 deletions
|
@ -1,6 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status Report//EN" "http://www.FreeBSD.org/XML/share/xml/statusreport.dtd" >
|
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for
|
||||||
|
Status Report//EN"
|
||||||
|
"http://www.FreeBSD.org/XML/share/xml/statusreport.dtd" >
|
||||||
|
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<report>
|
<report>
|
||||||
<date>
|
<date>
|
||||||
<month>April-June</month>
|
<month>April-June</month>
|
||||||
|
@ -11,8 +15,7 @@
|
||||||
<section>
|
<section>
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
|
|
||||||
<p>
|
<p><strong>This is a draft of the April-June 2014 status report.
|
||||||
<strong>This is a draft of the April-June 2014 status report.
|
|
||||||
Please check back after it is finalized, and an announcement
|
Please check back after it is finalized, and an announcement
|
||||||
email is sent to the FreeBSD-Announce mailing
|
email is sent to the FreeBSD-Announce mailing
|
||||||
list.</strong></p>
|
list.</strong></p>
|
||||||
|
@ -26,17 +29,17 @@
|
||||||
productive time for &os;. The Ports team released their
|
productive time for &os;. The Ports team released their
|
||||||
landmark first quarterly <q>stable</q> branch. &os; continues
|
landmark first quarterly <q>stable</q> branch. &os; continues
|
||||||
to grow on the ARM architecture, now running on an ARM-based
|
to grow on the ARM architecture, now running on an ARM-based
|
||||||
ChromeBook. SMP is now possible on multi-core ARM systems.
|
ChromeBook. SMP is now possible on multi-core ARM systems.
|
||||||
bhyve, the native &os; hypervisor, continues to improve. An
|
bhyve, the native &os; hypervisor, continues to improve. An
|
||||||
integral test suite is taking shape, and the Jenkins Continuous
|
integral test suite is taking shape, and the Jenkins Continuous
|
||||||
Integration system has been implemented. &os; patches to GCC
|
Integration system has been implemented. &os; patches to GCC
|
||||||
are being <q>forward-ported</q>, and LLDB, the Clang/LLVM
|
are being <q>forward-ported</q>, and LLDB, the Clang/LLVM
|
||||||
debugger is being ported. Desktop use has also seen
|
debugger is being ported. Desktop use has also seen
|
||||||
improvements, with work on Gnome, KDE, Xfce, KMS video drivers,
|
improvements, with work on Gnome, KDE, Xfce, KMS video drivers,
|
||||||
X.org, and <tt>vt</tt>, the new console driver which supports
|
X.org, and <tt>vt</tt>, the new console driver which supports
|
||||||
KMS and Unicode. Linux and Wine binary compatibility layers
|
KMS and Unicode. Linux and Wine binary compatibility layers
|
||||||
have been improved. UEFI booting support has been merged to
|
have been improved. UEFI booting support has been merged to
|
||||||
head. The &os; Foundation continues to assist in moving &os;
|
head. The &os; Foundation continues to assist in moving &os;
|
||||||
forward, sponsoring conferences and meetings and numerous
|
forward, sponsoring conferences and meetings and numerous
|
||||||
development projects. And these are only some of the things
|
development projects. And these are only some of the things
|
||||||
that happened! Read on for even more.</p>
|
that happened! Read on for even more.</p>
|
||||||
|
@ -168,7 +171,7 @@
|
||||||
|
|
||||||
<p>With all above, and earlier improvements in CAM, GEOM, ZFS
|
<p>With all above, and earlier improvements in CAM, GEOM, ZFS
|
||||||
and number of other kernel areas coming soon FreeBSD 10.1 may
|
and number of other kernel areas coming soon FreeBSD 10.1 may
|
||||||
become the fastest storage release ever. ;)</p>
|
become the fastest storage release ever. ;)</p>
|
||||||
|
|
||||||
<p>These projects are sponsored by iXsystems, Inc.</p>
|
<p>These projects are sponsored by iXsystems, Inc.</p>
|
||||||
</body>
|
</body>
|
||||||
|
@ -179,11 +182,11 @@
|
||||||
|
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>Andrew</given>
|
<given>Andrew</given>
|
||||||
<common>Turner</common>
|
<common>Turner</common>
|
||||||
</name>
|
</name>
|
||||||
<email>andrew@FreeBSD.org</email>
|
<email>andrew@FreeBSD.org</email>
|
||||||
</person>
|
</person>
|
||||||
</contact>
|
</contact>
|
||||||
|
|
||||||
|
@ -193,19 +196,19 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>Arm64 is the name of the in-progress port of &os; to the
|
<p>Arm64 is the name of the in-progress port of &os; to the
|
||||||
ARMv8 CPU when it is in AArch64 mode. Until recently, all ARM
|
ARMv8 CPU when it is in AArch64 mode. Until recently, all ARM
|
||||||
CPU designs were 32-bit only. With the introduction of the
|
CPU designs were 32-bit only. With the introduction of the
|
||||||
ARMv8 architecture, ARM has added a new 64-bit mode. This new
|
ARMv8 architecture, ARM has added a new 64-bit mode. This new
|
||||||
mode has been named AArch64.</p>
|
mode has been named AArch64.</p>
|
||||||
|
|
||||||
<p>Booting &os; on the ARM Foundation Model has made a lot of
|
<p>Booting &os; on the ARM Foundation Model has made a lot of
|
||||||
progress since the last status report. An initial pmap
|
progress since the last status report. An initial pmap
|
||||||
implementation has been written. With this &os; is able to
|
implementation has been written. With this &os; is able to
|
||||||
enter the Machine Independent boot code. The required autoconf
|
enter the Machine Independent boot code. The required
|
||||||
functions have been added allowing &os; to start scheduling
|
autoconf functions have been added allowing &os; to start
|
||||||
tasks. Finally the cpu_switch and copystr functions were
|
scheduling tasks. Finally the cpu_switch and copystr
|
||||||
added. With these two &os; will boot to the mountroot
|
functions were added. With these two &os; will boot to the
|
||||||
prompt.</p>
|
mountroot prompt.</p>
|
||||||
|
|
||||||
<p>Work has started on supporting exceptions, including
|
<p>Work has started on supporting exceptions, including
|
||||||
interrupts. This will start to allow more developers to start
|
interrupts. This will start to allow more developers to start
|
||||||
|
@ -214,7 +217,9 @@
|
||||||
|
|
||||||
<help>
|
<help>
|
||||||
<task>Finish exception and interrupt handling</task>
|
<task>Finish exception and interrupt handling</task>
|
||||||
|
|
||||||
<task>Read the Device Tree or ACPI tables from UEFI</task>
|
<task>Read the Device Tree or ACPI tables from UEFI</task>
|
||||||
|
|
||||||
<task>Test on real hardware</task>
|
<task>Test on real hardware</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
@ -285,18 +290,23 @@
|
||||||
next 10-STABLE release and &os; 10.1-RELEASE.</p>
|
next 10-STABLE release and &os; 10.1-RELEASE.</p>
|
||||||
|
|
||||||
<p>Project finally get his man page, so now <tt>vt(4)</tt> not
|
<p>Project finally get his man page, so now <tt>vt(4)</tt> not
|
||||||
only project name, but also link to its documentation. Great
|
only project name, but also link to its documentation. Great
|
||||||
thanks to &a.wblock; for that.</p>
|
thanks to &a.wblock; for that.</p>
|
||||||
|
|
||||||
<p>Major highlights:</p>
|
<p>Major highlights:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Unicode support.</li>
|
<li>Unicode support.</li>
|
||||||
|
|
||||||
<li>Double-width character support for CJK characters.</li>
|
<li>Double-width character support for CJK characters.</li>
|
||||||
|
|
||||||
<li><tt>xterm(1)</tt>-like terminal emulation.</li>
|
<li><tt>xterm(1)</tt>-like terminal emulation.</li>
|
||||||
|
|
||||||
<li>Support for Kernel Mode Setting (KMS) drivers
|
<li>Support for Kernel Mode Setting (KMS) drivers
|
||||||
(<tt>i915kms</tt>, <tt>radeonkms</tt>).</li>
|
(<tt>i915kms</tt>, <tt>radeonkms</tt>).</li>
|
||||||
|
|
||||||
<li>Support for different fonts per terminal window.</li>
|
<li>Support for different fonts per terminal window.</li>
|
||||||
|
|
||||||
<li>Simplified drivers.</li>
|
<li>Simplified drivers.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -305,17 +315,26 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>amd64 (VGA/<tt>i915kms</tt>/<tt>radeonkms</tt>) —
|
<li>amd64 (VGA/<tt>i915kms</tt>/<tt>radeonkms</tt>) —
|
||||||
works.</li>
|
works.</li>
|
||||||
|
|
||||||
<li>ARM framebuffer — works.</li>
|
<li>ARM framebuffer — works.</li>
|
||||||
|
|
||||||
<li>i386 (VGA/<tt>i915kms</tt>/<tt>radeonkms</tt>) —
|
<li>i386 (VGA/<tt>i915kms</tt>/<tt>radeonkms</tt>) —
|
||||||
works.</li>
|
works.</li>
|
||||||
|
|
||||||
<li>IA64 — untested.</li>
|
<li>IA64 — untested.</li>
|
||||||
|
|
||||||
<li>MIPS — untested.</li>
|
<li>MIPS — untested.</li>
|
||||||
|
|
||||||
<li>PPC and PPC64 — work, but without X.Org yet.</li>
|
<li>PPC and PPC64 — work, but without X.Org yet.</li>
|
||||||
|
|
||||||
<li>SPARC — works on certain hardware (e.g., Ultra
|
<li>SPARC — works on certain hardware (e.g., Ultra
|
||||||
5).</li>
|
5).</li>
|
||||||
|
|
||||||
<li><tt>vesa(4)</tt> — in progress.</li>
|
<li><tt>vesa(4)</tt> — in progress.</li>
|
||||||
|
|
||||||
<li>i386/amd64 nVidia driver — not supported. VGA
|
<li>i386/amd64 nVidia driver — not supported. VGA
|
||||||
should be used (VESA planned).</li>
|
should be used (VESA planned).</li>
|
||||||
|
|
||||||
<li>Xbox framebuffer driver — will be deleted as
|
<li>Xbox framebuffer driver — will be deleted as
|
||||||
unused.</li>
|
unused.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -334,9 +353,13 @@
|
||||||
device (without <tt>kbdmux(4)</tt>).</task>
|
device (without <tt>kbdmux(4)</tt>).</task>
|
||||||
|
|
||||||
<task>CJK fonts. (This is in progress).</task>
|
<task>CJK fonts. (This is in progress).</task>
|
||||||
|
|
||||||
<task>Address performance issues on some architectures.</task>
|
<task>Address performance issues on some architectures.</task>
|
||||||
|
|
||||||
<task>Switch to <tt>vt(4)</tt> by default.</task>
|
<task>Switch to <tt>vt(4)</tt> by default.</task>
|
||||||
|
|
||||||
<task>Convert keyboard maps for use with <tt>vt(4)</tt>.</task>
|
<task>Convert keyboard maps for use with <tt>vt(4)</tt>.</task>
|
||||||
|
|
||||||
<task>Implement compatibility mode to be able to use single-byte
|
<task>Implement compatibility mode to be able to use single-byte
|
||||||
charsets/key-codes in the <tt>vt(4)</tt>.</task>
|
charsets/key-codes in the <tt>vt(4)</tt>.</task>
|
||||||
</help>
|
</help>
|
||||||
|
@ -347,32 +370,39 @@
|
||||||
|
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>Stacey</given>
|
<given>Stacey</given>
|
||||||
<common>Son</common>
|
<common>Son</common>
|
||||||
</name>
|
</name>
|
||||||
<email>sson@freebsd.org</email>
|
<email>sson@freebsd.org</email>
|
||||||
</person>
|
</person>
|
||||||
|
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>Juergen</given>
|
<given>Juergen</given>
|
||||||
<common>Lock</common>
|
<common>Lock</common>
|
||||||
</name>
|
</name>
|
||||||
<email>nox@freebsd.org</email>
|
<email>nox@freebsd.org</email>
|
||||||
</person>
|
</person>
|
||||||
|
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>Sean</given>
|
<given>Sean</given>
|
||||||
<common>Bruno</common>
|
<common>Bruno</common>
|
||||||
</name>
|
</name>
|
||||||
<email>sbruno@freebsd.org</email>
|
<email>sbruno@freebsd.org</email>
|
||||||
</person>
|
</person>
|
||||||
</contact>
|
</contact>
|
||||||
|
|
||||||
<links>
|
<links>
|
||||||
<url href="https://wiki.freebsd.org/QemuUserModeHowTo">Overview of technology</url>
|
<url href="https://wiki.freebsd.org/QemuUserModeHowTo">Overview
|
||||||
<url href="http://dirty.ysv.freebsd.org/">Status of ports building</url>
|
of technology</url>
|
||||||
<url href="https://github.com/seanbruno/qemu-bsd-user">Master respository for collaboration</url>
|
|
||||||
|
<url href="http://dirty.ysv.freebsd.org/">Status of ports
|
||||||
|
building</url>
|
||||||
|
|
||||||
|
<url href="https://github.com/seanbruno/qemu-bsd-user">Master
|
||||||
|
respository for collaboration</url>
|
||||||
</links>
|
</links>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -382,15 +412,16 @@
|
||||||
run.</p>
|
run.</p>
|
||||||
|
|
||||||
<p>ARMV6, MIPS32 and MIPS64 packages can be produced via full
|
<p>ARMV6, MIPS32 and MIPS64 packages can be produced via full
|
||||||
emulation. There are several packages that block a full run of
|
emulation. There are several packages that block a full run
|
||||||
builds. They can be viewed on the Status of ports building
|
of builds. They can be viewed on the Status of ports building
|
||||||
link.</p>
|
link.</p>
|
||||||
|
|
||||||
<p>On current or latest stable/10:</p>
|
<p>On current or latest stable/10:</p>
|
||||||
|
|
||||||
<p>Clone the <url href="https://github.com/seanbruno/qemu-bsd-user">github</url>
|
<p>Clone the <url
|
||||||
repository of qemu, and switch to
|
href="https://github.com/seanbruno/qemu-bsd-user">github</url>
|
||||||
the bsd-user branch. Then run:</p>
|
repository of qemu, and switch to the bsd-user branch. Then
|
||||||
|
run:</p>
|
||||||
|
|
||||||
<p><tt>./configure --static \<br/>
|
<p><tt>./configure --static \<br/>
|
||||||
--target-list="arm-bsd-user i386-bsd-user \<br/>
|
--target-list="arm-bsd-user i386-bsd-user \<br/>
|
||||||
|
@ -409,7 +440,7 @@
|
||||||
\x00\x28\x00" --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff \<br/>
|
\x00\x28\x00" --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff \<br/>
|
||||||
\xff\xff\xff\xff\xfe\xff\xff\xff" --size 20 --set-enabled</tt></p>
|
\xff\xff\xff\xff\xfe\xff\xff\xff" --size 20 --set-enabled</tt></p>
|
||||||
|
|
||||||
<p>Install poudriere-devel from ports. It knows how to setup
|
<p>Install poudriere-devel from ports. It knows how to set up
|
||||||
things.</p>
|
things.</p>
|
||||||
|
|
||||||
<p>Build poudriere jail to do all the magic:</p>
|
<p>Build poudriere jail to do all the magic:</p>
|
||||||
|
@ -426,6 +457,7 @@
|
||||||
|
|
||||||
<p><tt>mkdir /usr/local/poudriere/jails/11armv632/usr/ports<br/>
|
<p><tt>mkdir /usr/local/poudriere/jails/11armv632/usr/ports<br/>
|
||||||
mount -t nullfs /usr/ports /usr/local/poudriere/jails/11armv632/usr/ports</tt></p>
|
mount -t nullfs /usr/ports /usr/local/poudriere/jails/11armv632/usr/ports</tt></p>
|
||||||
|
|
||||||
<p>To chroot into the jail:</p>
|
<p>To chroot into the jail:</p>
|
||||||
|
|
||||||
<p><tt>mount -t devfs devfs /usr/local/poudriere/jails/11armv632/dev<br/>
|
<p><tt>mount -t devfs devfs /usr/local/poudriere/jails/11armv632/dev<br/>
|
||||||
|
@ -436,18 +468,22 @@
|
||||||
<task>PPC on AMD64 emulation. WIP as there appears to be some
|
<task>PPC on AMD64 emulation. WIP as there appears to be some
|
||||||
serious issues running the bsd-user binary on big endian
|
serious issues running the bsd-user binary on big endian
|
||||||
hardware. Justin Hibbits working on this.</task>
|
hardware. Justin Hibbits working on this.</task>
|
||||||
|
|
||||||
<task>SPARC64 on AMD64 emulation is non-functional and instantly
|
<task>SPARC64 on AMD64 emulation is non-functional and instantly
|
||||||
segfaults. Looking for someone to poke at the bits
|
segfaults. Looking for someone to poke at the bits
|
||||||
here.</task>
|
here.</task>
|
||||||
|
|
||||||
<task>External Tool Chain, XDEV support. Partial support for
|
<task>External Tool Chain, XDEV support. Partial support for
|
||||||
using an AMD64 tool chain that can output other architecture
|
using an AMD64 tool chain that can output other architecture
|
||||||
(use AMD64 toolchain to build MIPS64 packages). Currently
|
(use AMD64 toolchain to build MIPS64 packages). Currently
|
||||||
tracking a linking issue with ports-mgmt/pkg. Thanks to
|
tracking a linking issue with ports-mgmt/pkg. Thanks to
|
||||||
Warner Losh, Baptiste Daroussin, Dimitry Andric for poking at
|
Warner Losh, Baptiste Daroussin, Dimitry Andric for poking at
|
||||||
bits in here to make the XDEV target useful.</task>
|
bits in here to make the XDEV target useful.</task>
|
||||||
<task>Signal Handling, MIPS/ARMV6 target still displays
|
|
||||||
a failure that manifests itself when building
|
<task>Signal Handling, MIPS/ARMV6 target still displays a
|
||||||
|
failure that manifests itself when building
|
||||||
devel/p5-Sys-SigAction.</task>
|
devel/p5-Sys-SigAction.</task>
|
||||||
|
|
||||||
<task>Massive documentation update needed. These modifications
|
<task>Massive documentation update needed. These modifications
|
||||||
actually allow you to chroot into a MIPS or ARMv6 environment
|
actually allow you to chroot into a MIPS or ARMv6 environment
|
||||||
and use native tool chains and libraries to prototype your
|
and use native tool chains and libraries to prototype your
|
||||||
|
@ -460,62 +496,74 @@
|
||||||
|
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>&os;</given>
|
<given>&os;</given>
|
||||||
<common>Python Team</common>
|
<common>Python Team</common>
|
||||||
</name>
|
</name>
|
||||||
<email>python@FreeBSD.org</email>
|
<email>python@FreeBSD.org</email>
|
||||||
</person>
|
</person>
|
||||||
</contact>
|
</contact>
|
||||||
|
|
||||||
<links>
|
<links>
|
||||||
<url href="https://wiki.FreeBSD.org/Python">The &os; Python Team Page</url>
|
<url href="https://wiki.FreeBSD.org/Python">The &os; Python Team
|
||||||
<url href="irc://freebsd-python@irc.freenode.net">IRC channel</url>
|
Page</url>
|
||||||
|
|
||||||
|
<url href="irc://freebsd-python@irc.freenode.net">IRC
|
||||||
|
channel</url>
|
||||||
</links>
|
</links>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>We are pleased to announce the availability of conflict-free
|
<p>We are pleased to announce the availability of conflict-free
|
||||||
Python package support across different Python versions based on the
|
Python package support across different Python versions based
|
||||||
USES=uniquefiles feature recently introduced to the Ports framework.
|
on the USES=uniquefiles feature recently introduced to the
|
||||||
A Python package can be marked as buildable and installable in
|
Ports framework. A Python package can be marked as buildable
|
||||||
parallel for different Python versions at the same time on the same
|
and installable in parallel for different Python versions at
|
||||||
host. The package building tools, however, do not support this feature
|
the same time on the same host. The package building tools,
|
||||||
yet and the Python team will work closely with portmgr and pkg
|
however, do not support this feature yet and the Python team
|
||||||
developers to enable support on a global ports and package scale.
|
will work closely with portmgr and pkg developers to enable
|
||||||
</p>
|
support on a global ports and package scale.</p>
|
||||||
|
|
||||||
<p>In May and June a huge clean-up operation took place to remove
|
<p>In May and June a huge clean-up operation took place to
|
||||||
the last bits and pieces targeting easy_install. In the beginning of
|
remove the last bits and pieces targeting easy_install. In
|
||||||
July we committed the final changes to remove easy_install support
|
the beginning of July we committed the final changes to remove
|
||||||
completely from the ports framework. This greatly simplifies the
|
easy_install support completely from the ports framework.
|
||||||
infrastructure and allows us to modernize and maintain it with less
|
This greatly simplifies the infrastructure and allows us to
|
||||||
effort.</p>
|
modernize and maintain it with less effort.</p>
|
||||||
|
|
||||||
<p>We added Python 3.4, removed Python 3.1 after its end of life,
|
<p>We added Python 3.4, removed Python 3.1 after its end of
|
||||||
updated the setuptools ports to version 5.1 and PyPy's development
|
life, updated the setuptools ports to version 5.1 and PyPy's
|
||||||
version to 2.3.1. The latest Python 2.7.8 and an updated setuptools
|
development version to 2.3.1. The latest Python 2.7.8 and an
|
||||||
will hit the tree shortly.</p>
|
updated setuptools will hit the tree shortly.</p>
|
||||||
|
|
||||||
<p>Our upstreaming effort continues to produce good outcomes for
|
<p>Our upstreaming effort continues to produce good outcomes for
|
||||||
simplifying maintenance and reducing complexity.</p>
|
simplifying maintenance and reducing complexity.</p>
|
||||||
|
|
||||||
<p>Looking forward, one of the top priorities is to comply with
|
<p>Looking forward, one of the top priorities is to comply with
|
||||||
the USES framework in the foreseeable future and to roll out a
|
the USES framework in the foreseeable future and to roll out a
|
||||||
consistent maintainer policy for integrating new Python-related ports
|
consistent maintainer policy for integrating new
|
||||||
into the tree.</p>
|
Python-related ports into the tree.</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<help>
|
<help>
|
||||||
<task>Migrate bsd.python.mk to the Uses framework.</task>
|
<task>Migrate bsd.python.mk to the Uses framework.</task>
|
||||||
<task>Develop a high-level and lightweight Python Ports Policy.</task>
|
|
||||||
<task>Add support for granular dependencies (for example >=1.0,<2.0).</task>
|
<task>Develop a high-level and lightweight Python Ports
|
||||||
|
Policy.</task>
|
||||||
|
|
||||||
|
<task>Add support for granular dependencies (for example
|
||||||
|
>=1.0,<2.0).</task>
|
||||||
|
|
||||||
<task>See what adding pip (Python Package Index) support will
|
<task>See what adding pip (Python Package Index) support will
|
||||||
require.</task>
|
require.</task>
|
||||||
<task>Add default QA targets and functions for Python ports (TEST_DEPENDS,
|
|
||||||
regression-test, etc.)</task>
|
<task>Add default QA targets and functions for Python ports
|
||||||
<task>More tasks can be found on the team's wiki page (see links).</task>
|
(TEST_DEPENDS, regression-test, etc.)</task>
|
||||||
<task>To get involved, interested people can say hello on IRC and let us
|
|
||||||
know their areas of interest!</task>
|
<task>More tasks can be found on the team's wiki page (see
|
||||||
|
links).</task>
|
||||||
|
|
||||||
|
<task>To get involved, interested people can say hello on IRC
|
||||||
|
and let us know their areas of interest!</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
@ -524,23 +572,25 @@
|
||||||
|
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>Ed</given>
|
<given>Ed</given>
|
||||||
<common>Maste</common>
|
<common>Maste</common>
|
||||||
</name>
|
</name>
|
||||||
<email>emaste@FreeBSD.org</email>
|
<email>emaste@FreeBSD.org</email>
|
||||||
</person>
|
</person>
|
||||||
|
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>Nathan</given>
|
<given>Nathan</given>
|
||||||
<common>Whitehorn</common>
|
<common>Whitehorn</common>
|
||||||
</name>
|
</name>
|
||||||
<email>nwhitehorn@freebsd.org</email>
|
<email>nwhitehorn@freebsd.org</email>
|
||||||
</person>
|
</person>
|
||||||
</contact>
|
</contact>
|
||||||
|
|
||||||
<links>
|
<links>
|
||||||
<url href="https://wiki.freebsd.org/UEFI">&os; UEFI wiki page</url>
|
<url href="https://wiki.freebsd.org/UEFI">&os; UEFI wiki
|
||||||
|
page</url>
|
||||||
</links>
|
</links>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -564,7 +614,8 @@
|
||||||
syscons(4) console. Ed added automatic vt(4) selection to the
|
syscons(4) console. Ed added automatic vt(4) selection to the
|
||||||
UEFI boot path.</p>
|
UEFI boot path.</p>
|
||||||
|
|
||||||
<p><url href="http://www.freebsd.org/snapshots/">&os; snapshots</url>
|
<p><url
|
||||||
|
href="http://www.freebsd.org/snapshots/">&os; snapshots</url>
|
||||||
are now built as dual-mode images, and should boot via BIOS
|
are now built as dual-mode images, and should boot via BIOS
|
||||||
and UEFI. Our plan is to merge the UEFI and vt(4) work to
|
and UEFI. Our plan is to merge the UEFI and vt(4) work to
|
||||||
stable/10 to appear in &os; 10.1-RELEASE.</p>
|
stable/10 to appear in &os; 10.1-RELEASE.</p>
|
||||||
|
@ -575,11 +626,15 @@
|
||||||
<help>
|
<help>
|
||||||
<task>Document manual installation, including dual-boot
|
<task>Document manual installation, including dual-boot
|
||||||
configurations.</task>
|
configurations.</task>
|
||||||
|
|
||||||
<task>Implement boot1.efi for ZFS file systems.</task>
|
<task>Implement boot1.efi for ZFS file systems.</task>
|
||||||
|
|
||||||
<task>Add support for UEFI variables stored in non-volatile
|
<task>Add support for UEFI variables stored in non-volatile
|
||||||
memory (NVRAM).</task>
|
memory (NVRAM).</task>
|
||||||
|
|
||||||
<task>Debug boot failures with certain UEFI firmware
|
<task>Debug boot failures with certain UEFI firmware
|
||||||
implementations.</task>
|
implementations.</task>
|
||||||
|
|
||||||
<task>Support secure boot.</task>
|
<task>Support secure boot.</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue