From owner-svn-doc-head@freebsd.org Sun Jul 24 03:33:16 2016
Return-Path: Ongoing work:
As a result of the campaign, the following servers now successfully support IPv6:
@@ -586,7 +586,7 @@This enables 711 more ports to be fetched via IPv6.
@@ -601,7 +601,7 @@The handling of SCSI inquiry in the Hyper-V storage driver is enhanced to make sure that disk hotplug and smartctl(8) work reliably. Refer to PR 210425 + href="https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=210425">PR 210425 and PR 209443 + href="https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=209443">PR 209443 for details.
BIS test cases are available on GitHub for
A ports exp-run was done with ASLR tuned up to the most
aggressive settings. The results can be found in PR 208580.
Case study: Lisp
@@ -1073,9 +1073,9 @@The GSoC project about being able to connect a /dev
entry to sysctl nodes is making progress. After some
fruitful discussons on the freebsd-arch@
+ href="https://lists.FreeBSD.org/mailman/listinfo/freebsd-arch">freebsd-arch@
mailing-list,
Kiloreux finished the design and is now implementing the
solution. The GSoC project on libdevq was
@@ -1174,7 +1174,7 @@
The second most notable achievement this quarter was the successful conclusion of an issue that had been on Core's agenda for many years. With the creation of planet.freebsd.org, + href="https://planet.FreeBSD.org/">planet.FreeBSD.org, the &os; Project finally has an official blog aggregation service.
@@ -1505,12 +1505,12 @@To help with porting or testing, feel free to contact me or the ruby@FreeBSD.org mailing list.
From owner-svn-doc-head@freebsd.org Sun Jul 24 10:43:18 2016 Return-Path:Neuer Committer: Garrett Cooper (src)
+ href="mailto:ngie@FreeBSD.org">Ngie Cooper (src)¿·¥³¥ß¥Ã¥¿½¢Ç¤: - Garrett Cooper (src)
+ Ngie Cooper (src)New committer: - Garrett Cooper (src)
+ Ngie Cooper (src)Basissystem+ (zusammengenommen auch als
+ ?>
New committer: + Imre Vadasz + (src)
+Several tools for Intel(R) Ethernet networking products are + now available as ports and packages for &os;:
+ +The &os; Release Engineering Team completed the 10.3-RELEASE cycle late April, led by &a.marius;. The release was one week behind the original schedule, to accommodate for a few - last-minute critical issues that were essential to include in the + last-minute critical issues that were essential to fix in the final release.
The &os; 11.0-RELEASE cycle started late May, one month behind the original schedule. The schedule slip was primarily - to accommodate for packaging the &os; base system with the + to accommodate efforts for packaging the &os; base system with the pkg(8) utility. However, as work on this progressed, it became apparent that there were too many outstanding issues. As a result, packaged base will be a "beta" feature @@ -145,7 +145,7 @@
While there is ongoing progress to remove Rails 3.2 from the ports tree, there are some ports for which this is a major - update that block the overall process. The most recent blocker + update that blocks the overall process. The most recent blocker was the outstanding update of www/redmine from 2.6 to 3.2. This has completed successfully, so we can now move on.
@@ -271,10 +271,10 @@ POSIX threads implementation, libthr, the only major feature lacking for POSIX compliance is robust mutexes. Robust mutexes allow applications to detect, and - theoretically, recover from crashes which occur while + theoretically recover from, crashes which occur while modifying the shared state. The supported model is to protect shared state by a pthread_mutex, and the crash is - detected as the thread termination while owning the mutex. A + detected as thread termination while owning the mutex. A thread might terminate alone, or it could be killed due to the termination of the containing process. As such, the robust attribute is applicable to both process-private and -shared @@ -282,7 +282,7 @@An application must be specifically modified to handle and recover from failures. The pthread_mutex_lock() - function may return new error EOWNERDEAD, which + function may return a new error EOWNERDEAD, which indicates that the previous owner of the lock terminated while still owning the lock. Despite returning this non-zero value, the lock is granted to the caller. In the simplest form, an @@ -291,7 +291,7 @@ reinitialization. More sophisticated applications could try to automatically recover from the condition, in which case pthread_mutex_consistent(3) must be called on the - lock before the unlock. However, such recovery can be + lock before unlocking it. However, such recovery can be considered to be very hard. Still, even the detection of inconsistent shared state is useful, since it avoids further corruption and random faults of the affected application. @@ -747,8 +747,9 @@ complete the full test suite without errors. -
11-CURRENT is used to compile and build test Ceph. The - Clang toolset needs to be at least version 3.7, as Clang 3.4 +
11-CURRENT is used to compile and build-test Ceph. The + Clang toolset needs to be at least version 3.7, as the Clang 3.4 + available on stable/10 does not have all of the capabilities required to compile everything.
@@ -801,7 +802,7 @@After being in the &os; Ports Collection for three months, GitLab continues to mature and gain adoption. Most of its - starting problems have been resolved, with one known issue + initial problems have been resolved, with one known issue left: it does not start on boot. Any help in solving this issue is welcome.
@@ -914,8 +915,8 @@ -This is an interim report on the technical state of the ASLR - patch.
+This is an interim report on the technical state of my + work towards ASLR support in the &os; base system.
The proccontrol(1) utility was written to manage and query ASLR enforcement on a per-process basis. It is required @@ -940,7 +941,7 @@
-q (queries the state of the specified mode for the process with the PID specified by the -p option)
--e (toggles the feature on or off for the given +
-s (toggles the feature on or off for the given process or itself)
If a command is specified, it inherits the applied @@ -980,11 +981,11 @@ attempting to override memory from other allocators.
&os; uses the MAP_EXCL flag to mmap(2), - which must be used in the MAP_FIXED|MAP_EXCL form to + which must be used in the form MAP_FIXED|MAP_EXCL to cause mmap(2) to fail if the requested range is already used. I tried to force MAP_FIXED requests from SBCL to implicitly set MAP_EXCL, but this did - not go well since SBCL sometimes pre-allocates regions for + not go well, since SBCL sometimes pre-allocates regions for later use with MAP_FIXED. So, MAP_EXCL mappings failed, dumping the process into ldb.
@@ -1203,7 +1204,7 @@ quarters:It is critical to have a strong developer presence amongst - users and IRC Admin would like to call on all developers to + users, and IRC Admin would like to call on all developers to join the &os; freenode channels to help support that presence. We are the &os; giants on whose shoulders the future contributors stand. It is important to be there, in @@ -1590,7 +1591,7 @@ importantly, their states. Another example is ensuring that various flags and keywords are unambiguous and well understood. For instance, "patch" and - "patch-ready", can often be misunderstood or + "patch-ready" can often be misunderstood or misapplied.
Reproducible builds are a set of software development - practices which create a verifiable path from human readable + practices which create a verifiable path from human-readable source code to the binary code used by computers. In brief, the idea is that building the same binary, software package, document, or other binary artifact twice from the same source @@ -1926,7 +1927,7 @@
The arm64 pmap code has been updated to work with the full 4 pagetable levels. This allows us to increase the - user virtual address space to 256TB, with an increase of the + user virtual address space to 256TB, with a concomittant increase of the kernel virtual address space. It also allows an increase in the size of the physical memory &os; can handle to up to 2TB.
@@ -2059,7 +2060,7 @@ quarter: added filesystem thoughput limits to RCTL; committed iSER initiator support; added support for rerooting into NFS; and added iscsictl -e, which makes it possible to enable and disable - sessions. + iSCSI sessions.Ed Maste, our Project Development Director, accomplished the following work last quarter: investigated the state of @@ -2144,7 +2145,7 @@
We also published monthly newsletters to highlight work being done to support &os;, tell you about upcoming events, and provide - other information to keep you in the loop of what we're doing to + other information to keep you in the loop on what we're doing to support the &os; Project and community.
George Neville-Neil and Robert Watson continued teaching @@ -2229,7 +2230,7 @@ see the Foundation support, and other input to help us determine our direction and how we should support the Project.
-Code of Conduct — Anne Dickison, our Marketing Director, +
Anne Dickison, our Marketing Director, has been overseeing the efforts to rewrite the Project's Code of Conduct to help make this a safe, inclusive, and welcoming community.
From owner-svn-doc-head@freebsd.org Tue Jul 26 04:38:14 2016 Return-Path:Please submit status reports for the third quarter of 2016 by - insert date here.
+ October 7.As a result of the campaign, the following servers now successfully support IPv6:
This enables 711 more ports to be fetched via IPv6.
@@ -2021,7 +2021,7 @@ Our Q1-Q2 financial reports will be posted by August 1. As you can see, we need your donations to continue supporting &os; at our current level. Please consider making a donation here: - freebsdfoundation.org/donation. + freebsdfoundation.org/donate.OS Improvements
From owner-svn-doc-head@freebsd.org Tue Jul 26 14:58:22 2016 Return-Path:½é¤á¤Æ &os; ¤Ë¿¨¤ì¤ë¿Í¤¬ &os; - ¤Î»È¤¤Êý¤ò³Ð¤¨¤ë¤È¤¤Ë¤â¤Ã¤È¤âÌò¤ËΩ¤Ä¾ðÊ󤬰ʲ¼¤Ë¤Þ¤È¤á¤Æ¤¢¤ê¤Þ¤¹¡£ - ¾ðÊó¤ÎÄûÀµ¤äÄɲäˤĤ¤¤Æ¤Ï - FreeBSD-doc@FreeBSD.org - ¤Ø (±Ñ¸ì¤Ç) Á÷¤Ã¤Æ²¼¤µ¤¤¡£
- -ºÇ¿·¤Î &os; ¥ê¥ê¡¼¥¹¤Ï¡¢¤³¤³ ¤«¤éÍøÍѲÄǽ¤Ç¤¹¡£
@@ -50,7 +36,7 @@ &os; ¤Ë¤Ä¤¤¤Æ¤ÎËÉ٤ʾðÊ󤬤¢¤ê¤Þ¤¹¡£¤Þ¤À &os; ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤ª¤é¤º¡¢ @@ -105,7 +91,7 @@ ¥É¥é¥¤¥Ð¤ª¤è¤Ó¥µ¡¼¥Ó¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤òÄ󶡤·¤Þ¤¹¡£
&os; ¤Ï¡¢¾¦ÍѤ䥪¡¼¥×¥ó¥½¡¼¥¹¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î¥Ù¡¼¥¹¤È¤·¤Æ¡¢ Éý¹¤¯ÍøÍѤµ¤ì¤Æ¤¤¤Þ¤¹¡£ @@ -131,7 +117,7 @@ ËÉÙ¤Ê &unix; ´ðÈפ¬¼è¤êÆþ¤ì¤é¤ì¤Æ¤¤¤Þ¤¹¡£
-X Window System ¤Ï &os; ¤ò´Þ¤à¿¤¯¤Î OS ¾å¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£ X ¤Ë´Ø¤¹¤ëʸ½ñ¤Ï¡¢ @@ -152,7 +138,7 @@ &os; ¤Î Ports Collection ¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤¤Þ¤¹¡£
-¤¹¤Ù¤Æ¤Î¿Í¤Ï &os;
¥³¥ß¥å¥Ë¥Æ¥£¤Ø²¿¤é¤«¤Î·Á¤Ç¹×¸¥¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£
From owner-svn-doc-head@freebsd.org Tue Jul 26 21:12:58 2016
Return-Path:
layer+ angegeben und in Komponenten (
levelgesteuert.
levelreicht - von
levelgesteuert. Die Level reichen von von +
levelist eine Bitmaske, - sodass verschiedene Stufen auf einmal (durch Leerzeichen - getrennt) angegeben werden können. Die erzeugte - Ausgabemenge passt vielleicht nicht in den Konsolenpuffer. - In diesem Fall sollte die Ausgabe mithilfe einer - seriellen Konsole gesichert werden. Die möglichen Werte - für
layersund
level- werden in &man.acpi.4; beschrieben. + wird ausgegeben). Das Level ist eine Bitmaske, sodass + verschiedene Stufen auf einmal (durch Leerzeichen getrennt) + angegeben werden können. Die erzeugte Ausgabemenge passt + vielleicht nicht in den Konsolenpuffer. In diesem Fall sollte + die Ausgabe mithilfe einer seriellen Konsole gesichert werden. + Die möglichen Werte für
layersund +
levelwerden in &man.acpi.4; + beschrieben.
levelund
layerein. Das folgende Beispiel aktiviert die Ausgabe von Fehlern für - alle ACPI-CA-Komponenten und alle - ACPI-Hardwaretreiber (wie - CPU, LID):
The second quarter of 2016.
+Now available: the 2016Q2 model of the &os; Project Status + Report!
-—Insert name here
+This quarter brings several exciting improvements over previous + models. We have enhancements from different teams, new features + like robust mutexes and support for full disk encryption with + GELI. You'll find expanded graphics support, both at the chipset + and window manager levels, and ongoing development in many pending + features.
+ +Perhaps most exciting, under the hood you'll find a brand-new + Core Team.
+ +Don't wait. Take &os; for a spin today.
+ +—Michael W. Lucas
ºÇ¿·¤Î &os; ¥ê¥ê¡¼¥¹¤Ï¡¢¤³¤³ ¤«¤éÍøÍѲÄǽ¤Ç¤¹¡£
- -¤³¤Î¥¦¥§¥Ö¥µ¥¤¥È¤Ï &os; ¤Ë¤Ä¤¤¤Æ¤ÎºÇ¿·¾ðÊó¤Î¸»¤Ç¤¹¡£ - ½é¿´¼Ô¤Ë¤ÏÆä˰ʲ¼¤Î¥Ú¡¼¥¸¤¬ÌòΩ¤Ä¤Ç¤·¤ç¤¦¡£
- -¥Ï¥ó¥É¥Ö¥Ã¥¯¤ä FAQ¡¢¥¦¥§¥Ö¥µ¥¤¥È¾å¤Î¤¹¤Ù¤Æ¤ÎÆâÍÆ¡¢ - &os; ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Î¥¢¡¼¥«¥¤¥Ö¤Î - ¸¡º÷¡£
¥µ¥Ý¡¼¥È ¥Ú¡¼¥¸¤Ë¤Ï¡¢ - ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ä¥æ¡¼¥¶¥°¥ë¡¼¥×¡¢¥¦¥§¥Ö¥µ¥¤¥È¡¢FTP ¥µ¥¤¥È¡¢ - ¥ê¥ê¡¼¥¹¾ðÊó¡¢&unix; ¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ø¤Î¥ê¥ó¥¯¤Ê¤É¡¢ - &os; ¤Ë¤Ä¤¤¤Æ¤ÎËÉ٤ʾðÊ󤬤¢¤ê¤Þ¤¹¡£
¤Þ¤À &os; ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤ª¤é¤º¡¢ - ¤É¤Î¥Ð¡¼¥¸¥ç¥ó¤¬¼«Ê¬¤Ë¤È¤Ã¤Æ¥Ù¥¹¥È¤«¤Ê¡©¤ÈǺ¤ó¤Ç¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢ - Choosing - the &os; Version That Is Right For You - ¤Îʸ½ñ¤ÏȽÃǤÎÌò¤ËΩ¤Ä¤Ç¤·¤ç¤¦¡£ - ¤ª¤½¤é¤¯¡¢ - ºÇ¿·¥ê¥ê¡¼¥¹ ¤òÁª¤Ö¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦ - (¤Ê¤¼Â¾¤Î¥Ö¥é¥ó¥Á¤ËͶÏǤµ¤ì¤Æ¤Ï ¤¤¤±¤Ê¤¤ - ¤Î¤«¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥Ï¥ó¥É¥Ö¥Ã¥¯¤òÆɤó¤Ç²¼¤µ¤¤)¡£ - ¥¤¥ó¥¹¥È¡¼¥ë¤ò»Ï¤á¤ëÁ°¤Ë - &os; ¤Î¥¤¥ó¥¹¥È¡¼¥ë - ¤òÃí°Õ¿¼¤¯Æɤó¤Ç²¼¤µ¤¤¡£ - ƱÍͤˡ¢FTP ¥Ç¥£¥ì¥¯¥È¥ê¤ä¥¤¥ó¥¹¥È¡¼¥ë CD ¤ÎÃæ¤Î *.TXT - ¥Õ¥¡¥¤¥ë¤ò¤Ò¤È¤Ä¤º¤ÄÃúÇ«¤ËÆɤó¤Ç²¼¤µ¤¤¡£ - ¤½¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ï¡¢É¬ÍפʻöÊÁ¤¬½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ - ¤Þ¤¿¡¢ - Errata ¥Õ¥¡¥¤¥ë - ¤¬¹¹¿·¤µ¤ì¤Æ¤¤¤ë¤È¤¤Ë¤Ï¡¢ - ¥¦¥§¥Ö¥µ¥¤¥È¤ÇºÇ¿·¤Î¥Õ¥¡¥¤¥ë¤òÆɤó¤Ç²¼¤µ¤¤¡£
&os; ¥Ï¥ó¥É¥Ö¥Ã¥¯ ¤È ¤è¤¯¤¢¤ë¼ÁÌä¤ÈÅú¤¨ (FAQ) ¤Ï &os; ¤Ë´Ø¤¹¤ëÃ濴Ū¤Êʸ½ñ¤Ç¤¹¡£ - ½é¿´¼Ô¤Î¤¿¤á¤Î¤¿¤¯¤µ¤ó¤ÎÏÃÂê¤Ë²Ã¤¨¤Æ¡¢ - ¾¯¤·¤À¤±¿Ê¤ó¤ÀÆâÍƤˤĤ¤¤Æ¤â½ñ¤«¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤È¤Æ¤â°Ù¤Ë¤Ê¤ê¤Þ¤¹¡£ - ¿Ê¤ó¤ÀÆâÍƤˤĤ¤¤Æ¤ÏÍý²ò¤Ç¤¤Ê¤¯¤Æ¤â¿´ÇۤϤ¤¤ê¤Þ¤»¤ó¡£ - ¥Ï¥ó¥É¥Ö¥Ã¥¯¤Ë¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤Ë´Ø¤¹¤ëÀâÌÀ¤ä¡¢ - Ëܤȥª¥ó¥é¥¤¥ó»ñÎÁ¤Î¥ê¥¹¥È¤¬ºÜ¤Ã¤Æ¤¤¤Þ¤¹¡£ - ¤Þ¤¿¡¢FAQ ¤Ë¤Ï¥È¥é¥Ö¥ë²ò·è¤Î¤¿¤á¤Î¹à¤¬¤¢¤ê¤Þ¤¹¡£
¶²¤¯¤Æ¤È¤Æ¤âʹ¤¯¤³¤È¤¬¤Ç¤¤Ê¤¤¤è¤¦¤Ê¼ÁÌä¤ä¡¢ ¤½¤ì¤ËÂФ¹¤ëÅú¤¨¤òÆÀ¤ë¤¿¤á¤Ë http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions @@ -89,6 +56,16 @@ ɬ¤º¤·¤â½é¿´¼Ô¤Ë¤È¤Ã¤ÆºÇŬ¤ÊÀâÌÀ¤Ç¤¢¤ë¤È¤Ï¸Â¤ê¤Þ¤»¤ó¡£ °ìÈÌŪ¤ËÆÃÄê¤Î¥³¥Þ¥ó¥É¡¢ ¥É¥é¥¤¥Ð¤ª¤è¤Ó¥µ¡¼¥Ó¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤òÄ󶡤·¤Þ¤¹¡£
¥Ï¥ó¥É¥Ö¥Ã¥¯¤ä FAQ¡¢¥¦¥§¥Ö¥µ¥¤¥È¾å¤Î¤¹¤Ù¤Æ¤ÎÆâÍÆ¡¢ + &os; ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Î¥¢¡¼¥«¥¤¥Ö¤ò + ¸¡º÷ + ¤·¤Æ¤¯¤À¤µ¤¤¡£
¥µ¥Ý¡¼¥È ¥Ú¡¼¥¸¤Ë¤Ï¡¢ + ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¡¢¥æ¡¼¥¶¥°¥ë¡¼¥×¡¢¥¦¥§¥Ö¥µ¥¤¥È¡¢FTP ¥µ¥¤¥È¡¢ + ¥ê¥ê¡¼¥¹¾ðÊ󤪤è¤Ó &unix; ¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ø¤Î¥ê¥ó¥¯¤Ê¤É¡¢ + &os; ¤Ë¤Ä¤¤¤Æ¤ÎËÉ٤ʾðÊ󤬤¢¤ê¤Þ¤¹¡£
X Window System ¤Ï &os; ¤ò´Þ¤à¿¤¯¤Î OS ¾å¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£ - X ¤Ë´Ø¤¹¤ëʸ½ñ¤Ï¡¢ - X.Org Foundation - ¤Î¥¦¥§¥Ö¥µ¥¤¥È¤Ë¤¢¤ê¤Þ¤¹¡£ - ¤·¤«¤·¡¢¤³¤Îʸ½ñ¤ÎÂçÉôʬ¤Ï»²¾È¤Î¤¿¤á¤Î¤â¤Î¤Ç¤¢¤ê¡¢ - ½é¿´¼Ô¤¬Íý²ò¤¹¤ë¤Ë¤Ï¾¯¤·Æñ¤·¤¤¤È¤¤¤¦¤³¤È¤Ëµ¤¤òÉÕ¤±¤Æ²¼¤µ¤¤¡£
- -X ¤ò¹¥¤¤Ê¤è¤¦¤ËÆ°ºî¤µ¤»¤ë¤³¤È¤¬²Äǽ¤Ë¤Ê¤ëÁ°¤Ë¡¢ - ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤òÁª¤ÖɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£ - Window Managers for X - ¤Ø¹Ô¤Ã¤Æ¤¤¤í¤¤¤í¤Ê¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤Ë¤Ä¤¤¤Æ¤Î¾Ò²ð¤Î¥ê¥ó¥¯¤òé¤Ã¤Æ¤ß¤Æ¤«¤é¡¢ - ¤½¤Î¥Ú¡¼¥¸¤ËÌá¤Ã¤Æ "The Basics" ¤òÆɤó¤Ç²¼¤µ¤¤¡£ - ¤½¤Î¸å¤Þ¤¿¤½¤Î¥Ú¡¼¥¸¤ËÌá¤ê¡¢°Û¤Ê¤ë¥¿¥¤¥×¤Î¤â¤Î¤òÈæ¤Ù¤Æ¤ß¤Æ²¼¤µ¤¤¡£ - (¤ª¤Þ¤±: ¤³¤Î¥Ú¡¼¥¸¤Ë¤Ï UNIX ¤Ë¤Ä¤¤¤Æ¤ÎÆþÌç½ñ¤â¤¢¤ê¤Þ¤¹¡£) - ¤¹¤Ù¤Æ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬ÂçÉôʬ¤Î¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤Ë¤Ä¤¤¤Æ¤Ï¡¢ - &os; ¤Î Ports Collection ¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤¤Þ¤¹¡£
¤¹¤Ù¤Æ¤Î¿Í¤Ï &os;
From owner-svn-doc-head@freebsd.org Wed Jul 27 19:42:58 2016
Return-Path:
Use the xml
generator or download and edit the
@@ -58,6 +58,8 @@
The April
+ to June 2016 Status Report is now available.2016
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Wed Jul 27 20:49:03 2016 (r49182)
+++ head/share/xml/news.xml Thu Jul 28 01:25:53 2016 (r49183)
@@ -35,6 +35,18 @@
Edward Napierala accomplished the following work last
@@ -2069,7 +2069,7 @@
to address issues; updated the ELF Tool Chain tools with bug fixes
and improved handling of malformed input; investigated using
lld, the linker from the LLVM family, to link the &os;
- base system, and reported on and tested patches for issues found.
+ base system; and reported on and tested patches for issues found.
He also managed the arm64 development project and
investigated and fixed a number of bugs. Lastly, he imported
LLVM's libunwind and prepared it for use in &os; 11, and
From owner-svn-doc-head@freebsd.org Thu Jul 28 02:59:26 2016
Return-Path: The highlight of Core's second quarter has been the
regular biennial election of a new Core team. Core would like
- to thank Dag-Erling Smøgrav and Glen Barber for running
+ to thank Dag-Erling Smørgrav and Glen Barber for running
the vote. Despite an initially slow uptake on nominations,
fourteen candidates eventually stood, including four incumbent
members of core. The ninth &os; Core team will be:
¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸ + (ÆüËܸìÈÇ) + ¤Ï¡¢¤è¤¤¥ê¥Õ¥¡¥ì¥ó¥¹¤Ç¤¹¤¬¡¢ + ɬ¤º¤·¤â½é¿´¼Ô¤Ë¤È¤Ã¤ÆºÇŬ¤ÊÆþÌç»ñÎÁ¤Ç¤¢¤ë¤È¤Ï¸Â¤ê¤Þ¤»¤ó¡£ + °ìÈÌŪ¤ËÆÃÄê¤Î¥³¥Þ¥ó¥É¡¢ + ¥É¥é¥¤¥Ð¤ª¤è¤Ó¥µ¡¼¥Ó¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤òÄ󶡤·¤Þ¤¹¡£
¶²¤¯¤Æ¤È¤Æ¤âʹ¤¯¤³¤È¤¬¤Ç¤¤Ê¤¤¤è¤¦¤Ê¼ÁÌä¤ä¡¢ ¤½¤ì¤ËÂФ¹¤ëÅú¤¨¤òÆÀ¤ë¤¿¤á¤Ë http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions @@ -50,13 +61,6 @@ ¤¿¤¯¤µ¤ó¤Î¥æ¡¼¥¶¤¬¤µ¤Þ¤¶¤Þ¤Ê¥Á¥å¡¼¥È¥ê¥¢¥ë¤ò½ñ¤¡¢ ¿¤¯¤Î¿·¤·¤¤¥æ¡¼¥¶¤Ï¤³¤³¤Ç¼ê½õ¤±¤òÆÀ¤Æ¤¤¤Þ¤¹¡£
¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë - (ÆüËܸìÈÇ) - ¤Ï¡¢¤è¤¤»²¹Í½ñ¤Ç¤¹¤¬¡¢ - ɬ¤º¤·¤â½é¿´¼Ô¤Ë¤È¤Ã¤ÆºÇŬ¤ÊÀâÌÀ¤Ç¤¢¤ë¤È¤Ï¸Â¤ê¤Þ¤»¤ó¡£ - °ìÈÌŪ¤ËÆÃÄê¤Î¥³¥Þ¥ó¥É¡¢ - ¥É¥é¥¤¥Ð¤ª¤è¤Ó¥µ¡¼¥Ó¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤òÄ󶡤·¤Þ¤¹¡£
¥Ï¥ó¥É¥Ö¥Ã¥¯¤ä FAQ¡¢¥¦¥§¥Ö¥µ¥¤¥È¾å¤Î¤¹¤Ù¤Æ¤ÎÆâÍÆ¡¢ &os; ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Î¥¢¡¼¥«¥¤¥Ö¤ò ¸¡º÷ @@ -94,7 +98,7 @@ ËÉÙ¤Ê &unix; ´ðÈפ¬¼è¤êÆþ¤ì¤é¤ì¤Æ¤¤¤Þ¤¹¡£
¤¹¤Ù¤Æ¤Î¿Í¤Ï &os; ¥³¥ß¥å¥Ë¥Æ¥£¤Ø²¿¤é¤«¤Î·Á¤Ç¹×¸¥¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£ @@ -118,9 +122,5 @@ ¤Ï¡¢Â¾¤Î &os; ¥æ¡¼¥¶¤È½Ð²ñ¤¦¤Î¤Ë¤è¤¤¾ì½ê¤Ç¤¹¡£ ¤â¤·¶á½ê¤Ë½»¤ó¤Ç¤¤¤ë¿Í¤¬¤½¤³¤Ë¤Ï¤¤¤Ê¤«¤Ã¤¿¤é¡¢ ¤¢¤Ê¤¿¤¬ºÇ½é¤Î°ì¿Í¤Ë¤Ê¤Ã¤Æ¤ß¤Æ¤Ï¤¤¤«¤¬¤Ç¤·¤ç¤¦¤«¡©
- -¿·¤·¤¯ÂÎÆÀ¤·¤¿µ»½Ñ¤Ë¤Ä¤¤¤ÆËÜʪ¤Î¿Í´Ö¤ÈÏäò¤¹¤ëÁ°¤Ë¡¢ - Jargon File - ¤ò¥Á¥§¥Ã¥¯¤·¤¿Êý¤¬¤¤¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£
From owner-svn-doc-head@freebsd.org Thu Jul 28 20:56:29 2016 Return-Path:dangerously dedicated diskerstellen, ohne + Slices. Das ist ein Zustand, den man meistens nicht hervorrufen möchte. Aus diesem Grund sollte man das -
profiled-Bibliotheken, indem Sie -
profiled-Bibliotheken, indem Sie +
Dämonen, Signale und Stoppen von Prozessenerweitert.
Erste - Schritte,
Systemadministrationund + Schritte,
Systemadministrationund
Anhängeunterteilt.
The third BETA build for the &os; 11.0 release + cycle is now available. ISO images for the amd64, armv6, + i386, aarch64, powerpc, powerpc64 and sparc64 + architectures are available + on most of our &os; + mirror sites.
+