diff options
author | Renato Botelho <renato@netgate.com> | 2016-03-25 10:30:04 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-03-25 10:30:04 -0300 |
commit | 51f8df007dabcd6d0da8390fd3f7fa36cd7a2913 (patch) | |
tree | 250f2a53c777920f8a12de23ddd6553a137bca6d | |
parent | 745e97fea4169ce4a217dbb4a1c46055a2ccc468 (diff) | |
parent | b62280e683e2d7abd347a4549c51e086b1b8911a (diff) | |
download | FreeBSD-src-51f8df007dabcd6d0da8390fd3f7fa36cd7a2913.zip FreeBSD-src-51f8df007dabcd6d0da8390fd3f7fa36cd7a2913.tar.gz |
Merge remote-tracking branch 'origin/releng/10.3' into RELENG_2_3
-rw-r--r-- | UPDATING | 3 | ||||
-rw-r--r-- | bin/csh/config_p.h | 1 | ||||
-rw-r--r-- | lib/csu/common/crtbrand.c | 2 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/errata/article.xml | 12 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/article.xml | 8 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/installation/article.xml | 5 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/readme/article.xml | 5 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 346 | ||||
-rw-r--r-- | release/doc/share/xml/catalog.xml | 3 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
10 files changed, 237 insertions, 150 deletions
@@ -16,6 +16,9 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20160329: + 10.3-RELEASE. + 20160124: The NONE and HPN patches has been removed from OpenSSH. They are still available in the security/openssh-portable port. diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index f2d7ebc..0006fe0 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -80,7 +80,6 @@ /****************** local defines *********************/ #if defined(__FreeBSD__) -#define SAVESIGVEC #define NLS_BUGS #define BSD_STYLE_COLORLS /* Use LC_MESSAGES locale category to open the message catalog */ diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index 04df686..bd2356c 100644 --- a/lib/csu/common/crtbrand.c +++ b/lib/csu/common/crtbrand.c @@ -62,5 +62,5 @@ static const struct { .descsz = sizeof(int32_t), .type = ABI_NOTETYPE, .name = NOTE_FREEBSD_VENDOR, - .desc = __FreeBSD_version + .desc = 1003000 }; diff --git a/release/doc/en_US.ISO8859-1/errata/article.xml b/release/doc/en_US.ISO8859-1/errata/article.xml index 9e968ea..40eaf36 100644 --- a/release/doc/en_US.ISO8859-1/errata/article.xml +++ b/release/doc/en_US.ISO8859-1/errata/article.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" - "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ + "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" - "http://www.FreeBSD.org/release/XML/release.ent"> + "http://www.FreeBSD.org/release/XML/share/xml/release.ent"> %release; -<!ENTITY security SYSTEM "../../share/xml/security.xml"> -<!ENTITY errata SYSTEM "../../share/xml/errata.xml"> +<!ENTITY security PUBLIC "-//FreeBSD//ENTITIES Security Advisory List//EN" + "http://www.FreeBSD.org/release/XML/share/xml/security.xml"> +<!ENTITY errata PUBLIC "-//FreeBSD//ENTITIES Errata List//EN" + "http://www.FreeBSD.org/release/XML/share/xml/errata.xml"> ]> <article xmlns="http://docbook.org/ns/docbook" @@ -13,7 +15,7 @@ xml:id="top"> <info> - <title>&os; &release.prev; Errata </title> + <title>&os; &release.prev; Errata</title> <author><orgname>The &os; Project</orgname></author> diff --git a/release/doc/en_US.ISO8859-1/hardware/article.xml b/release/doc/en_US.ISO8859-1/hardware/article.xml index 0857e12..2a32f5e 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.xml +++ b/release/doc/en_US.ISO8859-1/hardware/article.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" - "../../../share/xml/freebsd50.dtd" [ -<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent"> + "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" + "http://www.FreeBSD.org/release/XML/share/xml/release.ent"> %release; -<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN" "nonexistent"> +<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN" + "http://www.FreeBSD.org/release/XML/share/xml/dev-auto.ent"> %devauto; ]> <article xmlns="http://docbook.org/ns/docbook" diff --git a/release/doc/en_US.ISO8859-1/installation/article.xml b/release/doc/en_US.ISO8859-1/installation/article.xml index 22283b7..765f33c 100644 --- a/release/doc/en_US.ISO8859-1/installation/article.xml +++ b/release/doc/en_US.ISO8859-1/installation/article.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" - "../../../share/xml/freebsd50.dtd" [ -<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent"> + "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" + "http://www.FreeBSD.org/release/XML/share/xml/release.ent"> %release; <!ENTITY local.rel "10.3"> ]> diff --git a/release/doc/en_US.ISO8859-1/readme/article.xml b/release/doc/en_US.ISO8859-1/readme/article.xml index ee3ee82..749fc25 100644 --- a/release/doc/en_US.ISO8859-1/readme/article.xml +++ b/release/doc/en_US.ISO8859-1/readme/article.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" - "../../../share/xml/freebsd50.dtd" [ -<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent"> + "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" + "http://www.FreeBSD.org/release/XML/share/xml/release.ent"> %release; ]> <!-- diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 057e45d..cfb43ff 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -1,14 +1,19 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" - "../../../share/xml/freebsd50.dtd" [ -<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent"> + "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" + "http://www.FreeBSD.org/release/XML/share/xml/release.ent"> %release; -<!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent"> +<!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" + "http://www.FreeBSD.org/release/XML/share/xml/sponsor.ent"> %sponsor; -<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent"> +<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" + "http://www.FreeBSD.org/release/XML/share/xml/vendor.ent"> %vendor; -<!ENTITY security SYSTEM "../../share/xml/security.xml"> -<!ENTITY errata SYSTEM "../../share/xml/errata.xml"> +<!ENTITY security PUBLIC "-//FreeBSD//ENTITIES Security Advisory List//EN" + "http://www.FreeBSD.org/release/XML/share/xml/security.xml"> +<!ENTITY errata PUBLIC "-//FreeBSD//ENTITIES Errata List//EN" + "http://www.FreeBSD.org/release/XML/share/xml/errata.xml"> ]> <article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" @@ -158,30 +163,77 @@ <para>This section covers changes and additions to userland applications, contributed software, and system utilities.</para> - <sect2 xml:id="userland-config"> - <title>Userland Configuration Changes</title> - - <para> </para> - </sect2> - <sect2 xml:id="userland-programs"> <title>Userland Application Changes</title> + <para revision="287326,288202" contrib="sponsor" sponsor="&ff;">The + &man.ar.1; utility now supports a <option>-D</option> flag to + prevent real mtime, uid, gid, and file mode values from being + inserted. This is called <quote>deterministic mode</quote> + and useful for making the resulting archives reproducible. + This behavior is enabled by default, and can be disabled by + specifying a <literal>-U</literal> flag.</para> + + <para revision="286965">The &man.camcontrol.8; + <command>fwdownload</command> subcommand has been improved. + Changes include better support of SATA drives, downloading + firmaware to IBM LTO drives, <option>-q</option> flag to + suppress information output, and <command>opcodes</command> + subcommand to issue the <literal>REPORT SUPPORTED + OPCODES</literal> service action of the <literal>SCSI + MAINTENANCE IN</literal> command.</para> + + <para revision="291774">The &man.cp.1; utility has been updated + to include a new flag, <literal>-s</literal>, which creates + a symbolic link to the specified source.</para> + + <para revision="285929">A bug in the &man.ctladm.8; utility + which could return a non-zero value even if it succeeds has + been fixed.</para> + + <para revision="288185">A bug in the &man.grdc.6; program which + caused a wrong display in the 12-hour mode has been + fixed.</para> + + <para revision="286810" contrib="sponsor" + sponsor="&yandex;">The &man.ifconfig.8; utility now reports + SFP/SFP+ data when a <option>-v</option> flag is specified and + the NIC driver provides them.</para> + + <para revision="288048">Bugs in the &man.inetd.8; daemon which + could cause a crash when an RPC entry is defined and an IPv6 + address is specified in <varname>-a</varname> flag have been + fixed.</para> + <para revision="286064">The &man.jail.8; utility has been updated to include a new flag, <literal>-l</literal>, which ensures a clean environment in the target jail when used. Additionally, &man.jail.8; will run a shell within the target jail when run no commands are specified.</para> + <para revision="286952">The &man.last.1; utility now supports + <literal>reboot</literal> as a pseudo-user name which prints + all system reboot entries (<literal>SHUTDOWN_TIME</literal> + and <literal>BOOT_TIME</literal> records). This was + accidentally removed as of &os; 9.0.</para> + + <para revision="287027">The &man.mv.1; utility now returns + <literal>1</literal> instead of <literal>64</literal> + when more than two arguments are specified and + the target is not a valid directory.</para> + <para revision="287122">The &man.mkimg.1; utility has been updated to include support for <literal>NTFS</literal> filesystems in both <acronym>MBR</acronym> and <acronym>GPT</acronym> partitioning schemes.</para> - <para revision="288202" contrib="sponsor" sponsor="&ff;">The - &man.ar.1; utility now enables deterministic mode - (<literal>-D</literal>) by default. This behavior can be - disabled by specifying the <literal>-U</literal> flag.</para> + <para revision="287122">A bug in the &man.mkimg.1; utility + which prevented dynamic VHD format from working with QEMU + has been fixed.</para> + + <para revision="287593">A bug in the &man.netstat.1; utility + which showed the statistics in the number of packets divided + by 1024, not 1000 has been fixed.</para> <para revision="287746">The &man.pciconf.8; utility has been updated to use the PCI ID database from the <filename @@ -193,15 +245,20 @@ new utility, &man.sesutil.8;, has been added, which is used to manage &man.ses.4; devices.</para> - <para revision="291774">The &man.cp.1; utility has been updated - to include a new flag, <literal>-s</literal>, which creates - a symbolic link to the specified source.</para> + <para revision="292231">Support for a + <option>-manage-gids</option> flag has been added to + &man.nfsuserd.8;. This option can be enabled at boot time by + setting an &man.rc.conf.5; variable + <varname>nfs_server_managegids</varname> to + <literal>YES</literal>.</para> + + <para revision="287269">The &man.pkill.1; utility now supports + &man.jail.2; name in a <option>-j</option> option in addition to + &man.jail.2; ID.</para> - <para revision="292231">Support for the - <literal>-manage-gids</literal> has been added to - &man.nfsd.8;. This option can be enabled at boot time by - adding <literal>nfs_server_managegids="YES"</literal> to - &man.rc.conf.5;.</para> + <para revision="287084"><command>userdel</command> and + <command>usermod</command> subcommand of the &man.pw.8; utility + now supports a <option>-y</option> flag.</para> <para revision="292462" contrib="sponsor" sponsor="&dellinc;">The resolver library has been updated to @@ -213,17 +270,30 @@ been added to the &man.reboot.8; utility, allowing the root filesystem to be mounted from a temporary source filesystem without requiring a full system reboot.</para> + + <para revision="287392">The &man.timeout.1; utility has been + added. This utility runs a command with a time limit and is + compatible with <application>GNU timeout</application>.</para> + + <para revision="287080">The &man.watchdogd.8; daemon now supports + a <option>-x <replaceable>exit_timeout</replaceable></option> + option to specify the timeout period in seconds to + leave in effect when the program exits.</para> + + <para revision="287375">The &man.ypinit.8; script now supports + <filename>eui64</filename> NIS map file.</para> </sect2> <sect2 xml:id="userland-contrib"> <title>Contributed Software</title> - <para revision="286082">The &man.libarchive.3; library has been - updated to properly skip a sparse file entry in a &man.tar.1; - file, which would previously produce errors.</para> + <para revision="286082">A bug in &man.libarchive.3; library which + could report an error when handling a sparse file entry + in a tar file has been fixed + by importing changeset <literal>bf4f6ec64e</literal>.</para> - <para revision="286751">Timezone data files have been updated to - version 2015f.</para> + <para revision="286751">Time zone database has been updated to + version <literal>2015f</literal>.</para> <para revision="290152">The &man.file.1; utility has been updated to version 5.25.</para> @@ -270,29 +340,19 @@ <title><filename class="directory">/etc/rc.d</filename> Scripts</title> - <para revision="294680">The <literal>netwait</literal> - &man.rc.8; script has been updated to wait for network + <para revision="294680">The <filename>rc.d/netwait</filename> + script has been updated to wait for network interfaces that attach late in the boot process, such as some <acronym>USB</acronym> network cards.</para> - </sect2> - - <sect2 xml:id="userland-periodic"> - <title><filename class="directory">/etc/periodic</filename> - Scripts</title> - - <para> </para> - </sect2> - - <sect2 xml:id="userland-libraries"> - <title>Runtime Libraries and API</title> - <para> </para> - </sect2> - - <sect2 xml:id="userland-abi"> - <title>ABI Compatibility</title> + <para revision="287091">Firewall rules set by + <literal>firewall_type="SIMPLE"</literal> now uses + &man.ipfw.4; <command>tables</command> for addresses to be + blocked.</para> - <para> </para> + <para revision="287737">The <filename>rc.d/netif</filename> + script now updates only static routes when an interface + is specified.</para> </sect2> </sect1> @@ -303,6 +363,21 @@ tuning, and system control parameters that are not otherwise categorized.</para> + <para revision="286742">The &man.vt.4; terminal console driver now + supports <option>ALT_BREAK_TO_DEBUGGER</option> and + <varname>debug.kdb.alt_break_to_debugger</varname> sysctl + variable when kernel debugger support (<option>options + KDB</option>) is enabled.</para> + + <para revision="287782">The &man.vt.4; terminal console driver now + supports <varname>kern.vt.bell_enable</varname> sysctl variable + to enable or disable terminal bell. The default is + <literal>1</literal> (enabled).</para> + + <para revision="286843">A <function>thread_create()</function> + function has been added as an API to create userspace thread in + kernel space.</para> + <sect2 xml:id="kernel-bugfix"> <title>Kernel Bug Fixes</title> @@ -315,16 +390,24 @@ <sect2 xml:id="kernel-config"> <title>Kernel Configuration</title> - <para> </para> + <para revision="286132" contrib="sponsor" + sponsor="&ff;" arch="amd64,i386">The &man.pms.4; driver + has been removed from + <filename>GENERIC</filename> kernel.</para> </sect2> <sect2 xml:id="kernel-sysctl"> <title>System Tuning and Controls</title> - <para revision="287037">The &man.uart.4; driver has been - updated to allow tuning pulses per second captured in the - CTS line during runtime, whereas previously only the DCD line - could be used without rebuilding the kernel.</para> + <para revision="287438">A &man.sysctl.3; variable + <varname>kern.features.invariants</varname> has been added. + It shows if the kernel is compiled with <option>INVARIANTS</option> + or not.</para> + + <para revision="286322" contrib="sponsor" + sponsor="&ff;">A bug which could prevent a loader + tunable <varname>kern.racct.enable</varname> from working + has been fixed.</para> </sect2> </sect1> @@ -337,12 +420,48 @@ <sect2 xml:id="drivers-device"> <title>Device Drivers</title> - <para> </para> + <para revision="287079" arch="arm">The <literal>imxwdt</literal> + driver, which supports Freescale i.MX watchdog, has been + fixed.</para> + + <para revision="287926">The &man.puc.4; driver now supports MSI + interrupts and prefers it to the legacy interrupts. This + behavior can be disabled by setting + <varname>hw.puc.msi_disable</varname> loader tunable.</para> + + <para revision="287037">A bug in the &man.uart.4; driver which + could cause a polarity reversal of PPS (Pulse Per Second) + capture events has been fixed. The trailing edge of a + positive PPS pulse and the leading edge of the next pulse were + used as "assert" and "clear" event respectively.</para> + + <para revision="287037">The &man.uart.4; driver now supports + runtime configuration of PPS signal source captured by the + driver via <varname>dev.uart.pps_mode</varname> and + <varname>dev.uart.<replaceable>0</replaceable>.pps_mode</varname> + sysctl variables. The values <literal>0</literal>, + <literal>1</literal>, and <literal>2</literal> correspond to + disabled, capturing pulses on the CTS line, + and capturing pulses on the DCD line, respectively. + The default value is <literal>2</literal>.</para> + + <para revision="287035">The &man.uftdi.4; driver now supports + <varname>UFTDIIOC_READ_EEPROM</varname>, + <varname>UFTDIIOC_WRITE_EEPROM</varname>, + and <varname>UFTDIIOC_ERASE_EEPROM</varname> + &man.ioctl.2; to + read/write serial EEPROM attached to the controller chip.</para> </sect2> <sect2 xml:id="drivers-storage"> <title>Storage Drivers</title> + <para revision="280451">Legacy &man.ata.4; drivers such as + <literal>ataahci</literal>, <literal>ataadaptec</literal>, + and <literal>mv_sata</literal> have been removed in favor of + the new drivers such as &man.ahci.4;, &man.siis.4;, and + &man.mvs.4;.</para> + <para revision="288732" contrib="sponsor" sponsor="&ix;">The <acronym>CTL</acronym> High Availability implementation has been rewritten.</para> @@ -362,6 +481,10 @@ <para revision="295524" contrib="sponsor" sponsor="&limelight;, &intelcorp;">The &man.ixgbe.4; driver has been updated to version 3.1.13-k.</para> + + <para revision="286895">Firmwares for model T4 and T5 bundled + with the &man.cxgbe.4; driver have been updated to + version 1.14.4.0.</para> </sect2> </sect1> @@ -388,12 +511,6 @@ to include support for <literal>blkif</literal> indirect segment I/O.</para> </sect2> - - <sect2 xml:id="hardware-arm"> - <title>ARM Support</title> - - <para> </para> - </sect2> </sect1> <sect1 xml:id="storage"> @@ -402,18 +519,6 @@ <para>This section covers changes and additions to file systems and other storage subsystems, both local and networked.</para> - <sect2 xml:id="storage-general"> - <title>General Storage</title> - - <para> </para> - </sect2> - - <sect2 xml:id="storage-net"> - <title>Networked Storage</title> - - <para> </para> - </sect2> - <sect2 xml:id="storage-zfs"> <title>ZFS</title> @@ -423,12 +528,6 @@ account when gathering buffers to be written to the <literal>l2arc</literal> device.</para> </sect2> - - <sect2 xml:id="storage-geom"> - <title>&man.geom.4;</title> - - <para> </para> - </sect2> </sect1> <sect1 xml:id="boot"> @@ -471,62 +570,39 @@ <para>This section describes changes that affect networking in &os;.</para> - <sect2 xml:id="network-protocols"> - <title>Network Protocols</title> - - <para> </para> - </sect2> - </sect1> - - <sect1 xml:id="ports"> - <title>Ports Collection and Package Infrastructure</title> - - <para>This section covers changes to the &os; Ports - Collection, package infrastructure, and package maintenance and - installation tools.</para> - - <sect2 xml:id="ports-infrastructure"> - <title>Infrastructure Changes</title> - - <para> </para> - </sect2> - - <sect2 xml:id="ports-packages "> - <title>Packaging Changes</title> - - <para> </para> - </sect2> - </sect1> - - <sect1 xml:id="doc"> - <title>Documentation</title> - - <para>This section covers changes to the &os; Documentation - Project sources and toolchain.</para> - - <sect2 xml:id="doc-sources"> - <title>Documentation Source Changes</title> - - <para> </para> - </sect2> - - <sect2 xml:id="doc-toolchain"> - <title>Documentation Toolchain Changes</title> - - <para> </para> - </sect2> - </sect1> - - <sect1 xml:id="releng"> - <title>Release Engineering and Integration</title> - - <para>This section convers changes that are specific to the - &os; Release Engineering processes.</para> - - <sect2 xml:id="releng-changes"> - <title>Integration Changes</title> - - <para> </para> - </sect2> + <para revision="287594,287723">The &man.epair.4; virtual + Ethernet interface and the &man.lagg.4; pseudo interface now + support <filename>VIMAGE</filename> kernel.</para> + + <para revision="287594">A bug in the &man.epair.4; virtual + Ethernet interface which could cause a panic when running + &man.ifconfig.8; <command>create</command> and + <command>destory</command> quickly has been fixed.</para> + + <para revision="287723">&man.sysctl.3; variables in the + &man.lagg.4; pseudo interface + <varname>net.link.lagg.<replaceable>N</replaceable>.<replaceable>*</replaceable></varname> + have been removed in favor of per-interface &man.ifconfig.8; + flags and options. <command>ifconfig -v</command> + command shows them.</para> + + <para revision="287723">Bugs in the + &man.lagg.4; pseudo interface which could cause a system + panic have been fixed.</para> + + <para revision="286125" contrib="sponsor" + sponsor="&netgate;">A bug in &man.pf.4; packet filter which + could cause a rule with no <literal>log</literal> parameter to + log the matched packet has been fixed.</para> + + <para revision="286316">A bug in &os; IPv6 stack which did not + invoke an <literal>LLENTRY_DELETED</literal> event when an L2 + address was deleted from the link-level address table for + IPv6.</para> + + <para revision="287733">Obsolete APIs, + <literal>SIOCGDRLST_IN6</literal> and + <literal>SIOCGPRLST_IN6</literal> in &os; IPv6 stack have been + removed.</para> </sect1> </article> diff --git a/release/doc/share/xml/catalog.xml b/release/doc/share/xml/catalog.xml index 74f8ccd..51ee552 100644 --- a/release/doc/share/xml/catalog.xml +++ b/release/doc/share/xml/catalog.xml @@ -9,5 +9,8 @@ <public publicId="-//FreeBSD//ENTITIES Release Specification//EN" uri="release.ent"/> <public publicId="-//FreeBSD//ENTITIES Sponsor Specification//EN" uri="sponsor.ent"/> <public publicId="-//FreeBSD//ENTITIES Vendor Specification//EN" uri="vendor.ent"/> + <!-- XXHRS temporarily defined --> + <public publicId="-//FreeBSD//ENTITIES Security Advisory List//EN" uri="security.xml"/> + <public publicId="-//FreeBSD//ENTITIES Errata List//EN" uri="errata.xml"/> <public publicId="-//FreeBSD//ENTITIES Auto Generated Device Lists//EN" uri="dev-auto.ent"/> </catalog> diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 7182d9b..b9b8d63 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.3" -BRANCH="RC3" +BRANCH="RELEASE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |