From owner-svn-doc-projects@FreeBSD.ORG Wed Nov 6 14:25:25 2013 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00CC5AE3; Wed, 6 Nov 2013 14:25:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E09812325; Wed, 6 Nov 2013 14:25:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA6EPOZx007180; Wed, 6 Nov 2013 14:25:24 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA6EPNNt007173; Wed, 6 Nov 2013 14:25:23 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201311061425.rA6EPNNt007173@svn.freebsd.org> From: Gabor Kovesdan Date: Wed, 6 Nov 2013 14:25:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43109 - in projects/db5: en_US.ISO8859-1/books/porters-handbook en_US.ISO8859-1/share/xml ru_RU.KOI8-R/books/porters-handbook ru_RU.KOI8-R/share/xml share/xml X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 14:25:25 -0000 Author: gabor Date: Wed Nov 6 14:25:23 2013 New Revision: 43109 URL: http://svnweb.freebsd.org/changeset/doc/43109 Log: - Fixes after MFH Modified: projects/db5/en_US.ISO8859-1/books/porters-handbook/uses.xml projects/db5/en_US.ISO8859-1/books/porters-handbook/versions.xml projects/db5/en_US.ISO8859-1/share/xml/mailing-lists.ent projects/db5/en_US.ISO8859-1/share/xml/teams.ent projects/db5/ru_RU.KOI8-R/books/porters-handbook/uses.xml projects/db5/ru_RU.KOI8-R/books/porters-handbook/versions.xml projects/db5/ru_RU.KOI8-R/share/xml/mailing-lists.ent projects/db5/share/xml/authors.ent projects/db5/share/xml/freebsd.sch projects/db5/share/xml/freebsd50.rnc Modified: projects/db5/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- projects/db5/en_US.ISO8859-1/books/porters-handbook/uses.xml Wed Nov 6 08:53:58 2013 (r43108) +++ projects/db5/en_US.ISO8859-1/books/porters-handbook/uses.xml Wed Nov 6 14:25:23 2013 (r43109) @@ -21,7 +21,7 @@ (none) Depends on an Ada-capable - compiler, and sets CC accordingly. + compiler, and sets CC accordingly. @@ -43,10 +43,10 @@ Prevents the port from installing charset.alias. This should be installed only by converters/libiconv. - CHARSETFIX_MAKEFILEIN can be set to a path - relative to WRKSRC if + CHARSETFIX_MAKEFILEIN can be set to a path + relative to WRKSRC if charset.alias is not installed by - WRKSRC/Makefile.in. + WRKSRC/Makefile.in. @@ -114,7 +114,7 @@ converters/libiconv as a build-time and run-time dependency, or from the base system on 10-CURRENT after a native iconv was committed - in 254273. By default, with no arguments or with + in 254273. By default, with no arguments or with the lib argument, implies iconv with build-time and run-time dependencies, build implies a build-time @@ -137,13 +137,13 @@ Fills in the boilerplate for kernel module ports, currently: Add kld to - CATEGORIES. - Set SSP_UNSAFE. - Set IGNORE if the kernel sources are - not found in SRC_BASE. - Define KMODDIR to CATEGORIES. + Set SSP_UNSAFE. + Set IGNORE if the kernel sources are + not found in SRC_BASE. + Define KMODDIR to /boot/modules by default, add it - to PLIST_SUB and MAKE_ENV, + to PLIST_SUB and MAKE_ENV, and create it upon installation. Handle cross-referencing kernel modules upon installation and deinstallation. @@ -156,7 +156,7 @@ (none) Implies that the ports uses devel/open-motif as a library - dependency. End users can set WANT_LESSTIF + dependency. End users can set WANT_LESSTIF for the dependency to be on devel/lesstif instead of devel/open-motif. @@ -225,7 +225,7 @@ (none), port Implies that the port uses readline as library dependency, and - sets CPPFLAGS and LDFLAGS as + sets CPPFLAGS and LDFLAGS as necessary. @@ -250,16 +250,16 @@ A lot of software uses incorrect locations for script interpreters, most notably /usr/bin/perl and /bin/bash. This fixes shebang lines in - scripts listed in SHEBANG_FILES. Currently + scripts listed in SHEBANG_FILES. Currently Perl, Python, Bash, Ruby, and PHP are supported by default. To - support another interpreter, set SHEBANG_LANG + support another interpreter, set SHEBANG_LANG (for example SHEBANG_LANG=lua), then - lua_OLD_CMD and - lua_CMD. + lua_OLD_CMD and + lua_CMD. Modified: projects/db5/en_US.ISO8859-1/books/porters-handbook/versions.xml ============================================================================== --- projects/db5/en_US.ISO8859-1/books/porters-handbook/versions.xml Wed Nov 6 08:53:58 2013 (r43108) +++ projects/db5/en_US.ISO8859-1/books/porters-handbook/versions.xml Wed Nov 6 14:25:23 2013 (r43109) @@ -2812,7 +2812,7 @@ 800005 December 4, 2007 8.0-CURRENT after changes to the jumbo frame - allocator (rev 174247). + allocator (rev 174247). @@ -3032,7 +3032,7 @@ 8.0-CURRENT after added &man.write.2; support for &man.psm.4; in native operation level. Now arbitrary commands can be written to - /dev/psm%d and status can be + /dev/psm%d and status can be read back from it. @@ -3811,7 +3811,7 @@ 8.2-STABLE after introduction of the new extensible sysctl(3) interface NET_RT_IFLISTL to query address lists (rev - 231769). + 231769). @@ -4213,7 +4213,7 @@ it was never committed: 9.0-STABLE after introduction of the new extensible sysctl(3) interface NET_RT_IFLISTL to query address lists (rev - 231768). + 231768). @@ -4221,7 +4221,7 @@ it was never committed: March 3, 2012 9.0-STABLE after changes related to mounting of filesystem inside a jail (rev - 232728). + 232728). @@ -4230,7 +4230,7 @@ it was never committed: 9.0-STABLE after introduction of new tcp(4) socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT (rev - 232945). + 232945). @@ -4239,7 +4239,7 @@ it was never committed: 9.0-STABLE after introduction of the quick_exit function and related changes required for C++11 (rev - 235786). + 235786). @@ -4259,8 +4259,8 @@ it was never committed: 901501 November 11, 2012 9.1-STABLE after LIST_PREV() added to queue.h - (rev 242893) and KBI change in USB - serial devices (rev 240659). + (rev 242893) and KBI change in USB + serial devices (rev 240659). @@ -4289,7 +4289,7 @@ it was never committed: 901505 June 13, 2013 9.1-STABLE after fixes in ctfmerge bootstrapping - (rev 249243). + (rev 249243). @@ -4297,7 +4297,7 @@ it was never committed: August 3, 2013 releng/9.2 branched from stable/9 - (rev 253912). + (rev 253912). @@ -4305,7 +4305,7 @@ it was never committed: August 2, 2013 9.2-STABLE after creation of releng/9.2 branch - (rev 253913). + (rev 253913). @@ -4326,9 +4326,9 @@ it was never committed: December 12, 2011 10-CURRENT after defining boolean true/false in sys/types.h, sizeof(bool) may have changed (rev - 228444). 10-CURRENT after xlocale.h + 228444). 10-CURRENT after xlocale.h was introduced (rev - 227753). + 227753). @@ -4336,9 +4336,9 @@ it was never committed: December 16, 2011 10-CURRENT after major changes to carp(4), changing size of struct in_aliasreq, - struct in6_aliasreq (rev 228571) + struct in6_aliasreq (rev 228571) and straitening arguments check of SIOCAIFADDR (rev - 228574). + 228574). @@ -4346,7 +4346,7 @@ it was never committed: January 1, 2012 10-CURRENT after the removal of skpc(9) and the addition of memcchr(9) (rev - 229200). + 229200). @@ -4355,7 +4355,7 @@ it was never committed: 10-CURRENT after the removal of support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDR ioctls (rev - 230207). + 230207). @@ -4363,7 +4363,7 @@ it was never committed: January 26, 2012 10-CURRENT after introduction of read capacity data asynchronous notification in the cam(4) layer - (rev 230590). + (rev 230590). @@ -4372,7 +4372,7 @@ it was never committed: 10-CURRENT after introduction of new tcp(4) socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT (rev - 231025). + 231025). @@ -4381,84 +4381,84 @@ it was never committed: 10-CURRENT after introduction of the new extensible sysctl(3) interface NET_RT_IFLISTL to query address lists (rev - 231505). + 231505). 1000009 February 25, 2012 10-CURRENT after import of libarchive 3.0.3 - (rev 232153). + (rev 232153). 1000010 March 31, 2012 10-CURRENT after xlocale cleanup (rev - 233757). + 233757). 1000011 April 16, 2012 10-CURRENT import of LLVM/Clang 3.1 trunk r154661 - (rev 234353). + (rev 234353). 1000012 May 2, 2012 10-CURRENT jemalloc import - (rev 234924). + (rev 234924). 1000013 May 22, 2012 10-CURRENT after byacc import - (rev 235788). + (rev 235788). 1000014 June 27, 2012 10-CURRENT after BSD sort becoming the default - sort (rev 237629). + sort (rev 237629). 1000015 July 12, 2012 10-CURRENT after import of OpenSSL 1.0.1c - (rev 238405). + (rev 238405). (not changed) July 13, 2012 10-CURRENT after the fix for LLVM/Clang 3.1 - regression (rev 238429). + regression (rev 238429). 1000016 August 8, 2012 10-CURRENT after KBI change in &man.ucom.4; - (rev 239179). + (rev 239179). 1000017 August 8, 2012 10-CURRENT after adding streams feature to the - USB stack (rev 239214). + USB stack (rev 239214). 1000018 September 8, 2012 10-CURRENT after major rewrite of &man.pf.4; - (rev 240233). + (rev 240233). @@ -4466,7 +4466,7 @@ it was never committed: October 6, 2012 10-CURRENT after &man.pfil.9; KBI/KPI changed to supply packets in net byte order to AF_INET - filter hooks (rev 241245). + filter hooks (rev 241245). @@ -4474,7 +4474,7 @@ it was never committed: October 16, 2012 10-CURRENT after the network interface cloning KPI changed and struct if_clone becoming opaque (rev - 241610). + 241610). @@ -4483,8 +4483,8 @@ it was never committed: 10-CURRENT after removal of support for non-MPSAFE filesystems and addition of support for FUSEFS (rev - 241519, - 241897). + 241519, + 241897). @@ -4492,7 +4492,7 @@ it was never committed: October 22, 2012 10-CURRENT after the entire IPv4 stack switched to network byte order for IP packet header storage - (rev 241913). + (rev 241913). @@ -4502,7 +4502,7 @@ it was never committed: serial driver code, to temporarily store characters if the TTY buffer is full. Add flow stop and start signals when this happens (rev - 242619). + 242619). @@ -4510,7 +4510,7 @@ it was never committed: November 5, 2012 10-CURRENT after clang was made the default compiler on i386 and amd64 - (rev 242624). + (rev 242624). @@ -4522,14 +4522,14 @@ it was never committed: the userland via sysctl or routing socket. This means the KAME-specific embedded scope id in sin6_addr.s6_addr[2] is always cleared in userland - application (rev 243443). + application (rev 243443). 1000026 January 11, 2013 10-CURRENT after install gained the -N flag (rev - 245313). May also be used to + 245313). May also be used to indicate the presence of nmtree. @@ -4537,7 +4537,7 @@ it was never committed: 1000027 January 29, 2013 10-CURRENT after cat gained the -l flag (rev - 246083). + 246083). @@ -4545,7 +4545,7 @@ it was never committed: February 13, 2013 10-CURRENT after USB moved to the driver structure requiring a rebuild of all USB modules (rev - 246759). + 246759). @@ -4553,7 +4553,7 @@ it was never committed: March 4, 2013 10-CURRENT after the introduction of tickless callout facility which also changed the layout of - struct callout (rev 247777). + struct callout (rev 247777). @@ -4561,7 +4561,7 @@ it was never committed: March 12, 2013 10-CURRENT after KPI breakage introduced in the VM subsystem to support read/write locking (rev - 248084). + 248084). @@ -4570,7 +4570,7 @@ it was never committed: 10-CURRENT after the dst parameter of the ifnet if_output method was changed to take const qualifier (rev - 249925). + 249925). @@ -4578,16 +4578,16 @@ it was never committed: May 1, 2013 10-CURRENT after the introduction of the accept4 (rev - 250154) and + 250154) and pipe2 (rev - 250159) system calls. + 250159) system calls. 1000033 May 21, 2013 10-CURRENT after flex 2.5.37 import (rev - 250881). + 250881). @@ -4611,7 +4611,7 @@ it was never committed: log10l, log1pl, expm1l (rev - 251294). + 251294). @@ -4619,7 +4619,7 @@ it was never committed: June 8, 2013 10-CURRENT after the introduction of the aio_mlock system call (rev - 251526). + 251526). @@ -4628,7 +4628,7 @@ it was never committed: 10-CURRENT after the addition of a new function to the kernel GSSAPI module's function call interface (rev - 253049). + 253049). @@ -4653,7 +4653,7 @@ it was never committed: pimstat, rip6stat, udpstat (rev - 253081). + 253081). @@ -4662,7 +4662,7 @@ it was never committed: 10-CURRENT after making ARM EABI the default ABI on arm, armeb, armv6, and armv6eb architectures - (rev 253396). + (rev 253396). @@ -4670,14 +4670,14 @@ it was never committed: July 22, 2013 10-CURRENT after CAM and &man.mps.4; driver scanning changes - (rev 253549). + (rev 253549). 1000040 July 24, 2013 10-CURRENT after addition of libusb - pkgconf files (rev 253638). + pkgconf files (rev 253638). @@ -4687,7 +4687,7 @@ it was never committed: time_second to time_uptime in PF_INET6 - (rev 253970). + (rev 253970). @@ -4695,19 +4695,19 @@ it was never committed: August 9, 2013 10-CURRENT after VM subsystem change to unify soft and hard busy mechanisms - (rev 254138). + (rev 254138). 1000043 August 13, 2013 - 10-CURRENT after WITH_ICONV is + 10-CURRENT after WITH_ICONV is enabled by default. A new &man.src.conf.5; option, - WITH_LIBICONV_COMPAT (disabled by + WITH_LIBICONV_COMPAT (disabled by default) adds libiconv_open to provide compatibility with the libiconv port (rev - 254273). + 254273). @@ -4716,8 +4716,8 @@ it was never committed: 10-CURRENT after libc.so conversion to an &man.ld.1; script (rev - 251668, - 254358). + 251668, + 254358). @@ -4727,7 +4727,7 @@ it was never committed: change by replacing the cdevsw flag D_UNMAPPED_IO with the struct cdev flag SI_UNMAPPED (rev - 254389). + 254389). @@ -4736,8 +4736,8 @@ it was never committed: 10-CURRENT after addition of M_PROTO[9-12] and removal of M_FRAG|M_FIRSTFRAG|M_LASTFRAG - mbuf flags (rev 254524, - 254526). + mbuf flags (rev 254524, + 254526). @@ -4746,7 +4746,7 @@ it was never committed: 10-CURRENT after &man.stat.2; update to allow storing some Windows/DOS and CIFS file attributes as &man.stat.2; flags (rev - 254627). + 254627). @@ -4754,7 +4754,7 @@ it was never committed: August 22, 2013 10-CURRENT after modification of structure xsctp_inpcb - (rev 254672). + (rev 254672). @@ -4763,7 +4763,7 @@ it was never committed: 10-CURRENT after &man.physio.9; support for devices that do not function properly with split I/O, such as &man.sa.4; (rev - 254760). + 254760). @@ -4771,17 +4771,17 @@ it was never committed: August 24, 2013 10-CURRENT after modifications of structure mbuf - (rev 254780, 254799, - 254804, 254807 - 254842). + (rev 254780, 254799, + 254804, 254807 + 254842). 1000051 August 25, 2013 10-CURRENT after Radeon KMS driver import - (rev 254885, - 254887). + (rev 254885, + 254887). @@ -4789,7 +4789,7 @@ it was never committed: September 3, 2013 10-CURRENT after import of NetBSD libexecinfo is connected to the - build (rev 255180). + build (rev 255180). @@ -4797,7 +4797,7 @@ it was never committed: September 6, 2013 10-CURRENT after API and ABI changes to the Capsicum framework (rev - 255305). + 255305). @@ -4805,7 +4805,7 @@ it was never committed: September 6, 2013 10-CURRENT after gcc and libstdc++ are no longer built by - default (rev 255321). + default (rev 255321). @@ -4813,19 +4813,19 @@ it was never committed: September 6, 2013 10-CURRENT after addition of MMAP_32BIT &man.mmap.2; flag - (rev 255426). + (rev 255426). 1000500 October 10, 2013 10-STABLE after branch from head/ - (rev 256283). + (rev 256283). 1100000 October 10, 2013 11.0-CURRENT. - (rev 256284). + (rev 256284). Modified: projects/db5/en_US.ISO8859-1/share/xml/mailing-lists.ent ============================================================================== --- projects/db5/en_US.ISO8859-1/share/xml/mailing-lists.ent Wed Nov 6 08:53:58 2013 (r43108) +++ projects/db5/en_US.ISO8859-1/share/xml/mailing-lists.ent Wed Nov 6 14:25:23 2013 (r43109) @@ -110,8 +110,8 @@ ctm-src-9"> -CTM 10-STABLE src branch distribution mailing list"> -ctm-src-10"> +CTM 10-STABLE src branch distribution mailing list"> +ctm-src-10"> CTM -CURRENT src branch distribution mailing list"> @@ -501,8 +501,8 @@ svn-src-stable-9"> -SVN commit messages for only the 10-stable src tree"> -svn-src-stable-10"> +SVN commit messages for only the 10-stable src tree"> +svn-src-stable-10"> SVN commit messages for the old stable src trees"> Modified: projects/db5/en_US.ISO8859-1/share/xml/teams.ent ============================================================================== --- projects/db5/en_US.ISO8859-1/share/xml/teams.ent Wed Nov 6 08:53:58 2013 (r43108) +++ projects/db5/en_US.ISO8859-1/share/xml/teams.ent Wed Nov 6 14:25:23 2013 (r43109) @@ -1,4 +1,4 @@ -Зависимость от компилятора с поддержкой Ada. Соответствующим образом - определяется значение CC. + определяется значение CC. @@ -35,10 +35,10 @@ Предотвращает установку charset.alias. Этот файл должен устанавливаться только совместно с converters/libiconv. Через - CHARSETFIX_MAKEFILEIN можно указать другой - путь относительно WRKSRC, если + CHARSETFIX_MAKEFILEIN можно указать другой + путь относительно WRKSRC, если charset.alias устанавливается иначе чем через - WRKSRC/Makefile.in. + WRKSRC/Makefile.in. @@ -112,7 +112,7 @@ (нет) Подразумевает использование devel/open-motif в качестве библиотеки. - Конечные пользователи могут задать WANT_LESSTIF + Конечные пользователи могут задать WANT_LESSTIF для замены devel/open-motif на devel/lesstif. @@ -178,7 +178,7 @@ (нет), port Подразумевает использование библиотеки readline и по необходимости устанавливает - переменные CPPFLAGS и LDFLAGS. + переменные CPPFLAGS и LDFLAGS. @@ -201,14 +201,14 @@ путь к интерпретатору (shebang), в первую очередь это касается /usr/bin/perl и /bin/bash. Это значение исправляет строку shebang в сценариях, перечисленных - в SHEBANG_FILES. По умолчанию сейчас + в SHEBANG_FILES. По умолчанию сейчас поддерживаются Perl, Python, Bash, Ruby и PHP. Для поддержки других интерпретаторов необходимо соответствующее - значение SHEBANG_LANG (например, - SHEBANG_LANG=lua), - lua_OLD_CMD и lua_CMD. + значение SHEBANG_LANG (например, + SHEBANG_LANG=lua), + lua_OLD_CMD и lua_CMD. Modified: projects/db5/ru_RU.KOI8-R/books/porters-handbook/versions.xml ============================================================================== --- projects/db5/ru_RU.KOI8-R/books/porters-handbook/versions.xml Wed Nov 6 08:53:58 2013 (r43108) +++ projects/db5/ru_RU.KOI8-R/books/porters-handbook/versions.xml Wed Nov 6 14:25:23 2013 (r43109) @@ -2739,7 +2739,7 @@ 800005 4 декабря 2007 8.0-CURRENT после изменений в распределителе jumbo-фреймов - (рев. 174247). + (рев. 174247). @@ -2944,7 +2944,7 @@ 8 апреля 2008 8.0-CURRENT после добавления поддержки &man.write.2; для &man.psm.4; в нативном операционном режиме. Теперь в - /dev/psm%d можно записывать произвольные + /dev/psm%d можно записывать произвольные команды и считывать из него обратно состояние. @@ -3681,7 +3681,7 @@ 15 февраля 2012 8.2-STABLE после появления нового расширяемого интерфейса sysctl(3) NET_RT_IFLISTL для получения списка адресов (рев. - 231769). + 231769). @@ -4069,14 +4069,14 @@ 15 февраля 2012 9.0-STABLE после появления нового расширяемого интерфейса sysctl(3) NET_RT_IFLISTL для получения списка адресов (рев. - 231768). + 231768). 900504 3 марта 2012 9.0-STABLE после изменения механизма монтирования файловых - систем в jail (рев. 232728). + систем в jail (рев. 232728). @@ -4084,7 +4084,7 @@ 13 марта 2012 9.0-STABLE после появления новых параметров сокета tcp(4): TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL и TCP_KEEPCNT (рев. - 232945). + 232945). @@ -4092,7 +4092,7 @@ 22 мая 2012 9.0-STABLE после появления функции quick_exit и соответствующих изменений, - требуемых в C++11 (рев. 235786). + требуемых в C++11 (рев. 235786). @@ -4112,8 +4112,8 @@ 901501 11 ноября 2012 9.1-STABLE после добавления LIST_PREV() в queue.h (рев. - 242893) и изменений в KPI последовательных - устройств USB (рев. 240659). + 242893) и изменений в KPI последовательных + устройств USB (рев. 240659). @@ -4143,14 +4143,14 @@ 901505 13 июня 2013 9.1-STABLE после исправлений в автонастройке ctfmerge (рев. - 249243). + 249243). 902001 3 августа 2013 Отделение ветки releng/9.2 от - stable/9 (рев. 253912). + stable/9 (рев. 253912). @@ -4158,7 +4158,7 @@ 902501 August 2, 2013 9.2-STABLE после создания ветки - releng/9.2 (рев. 253913). + releng/9.2 (рев. 253913). @@ -4180,8 +4180,8 @@ 12 декабря 2011 10-CURRENT после определения булевых true/false в sys/types.h, значение sizeof(bool) могло измениться (рев. - 228444). 10-CURRENT после появления xlocale.h - (рев. r227753). + 228444). 10-CURRENT после появления xlocale.h + (рев. r227753). @@ -4189,15 +4189,15 @@ 15 декабря 2011 10-CURRENT после крупных изменений в carp(4), изменения размера структур in_aliasreq, in6_aliasreq (рев. - 228571) и более строгих проверок параметров - SIOCAIFADDR (рев 228574). + 228571) и более строгих проверок параметров + SIOCAIFADDR (рев 228574). 1000004 1 января 2012 10-CURRENT после удаления skpc(9) и добавления memcchr(9) - (рев. 229200). + (рев. 229200). @@ -4205,14 +4205,14 @@ 16 января 2012 10-CURRENT после удаления поддержки ioctl SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDR (рев. - 230207). + 230207). 1000006 26 января 2012 10-CURRENT после появления асинхронных уведомлений о наличии - входных данных в уровне cam(4) (рев. 230590). + входных данных в уровне cam(4) (рев. 230590). @@ -4221,7 +4221,7 @@ 5 февраля 2012 10-CURRENT после появления новых параметров сокета tcp(4): TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL и TCP_KEEPCNT (рев. - 231025). + 231025). @@ -4229,84 +4229,84 @@ 11 февраля 2012 10-CURRENT после появления нового расширяемого интерфейса sysctl(3) NET_RT_IFLISTL для получения списка адресов (рев. - 231505). + 231505). 1000009 25 февраля 2012 10-CURRENT после импорта libarchive 3.0.3 (рев. - 232153). + 232153). 1000010 31 марта 2012 10-CURRENT после исправлений в xlocale (рев. - 233757). + 233757). 1000011 16 апреля 2012 10-CURRENT после импорта LLVM/Clang 3.1 trunk r154661 (рев. - 234353). + 234353). *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***