On Thu, Feb 19, 2015 at 02:22:33PM +0800, Alastair Hogge wrote:
A> On 2015-02-19 Thu 07:32:37 +0300, Gleb Smirnoff wrote:
A> > On Thu, Feb 19, 2015 at 10:49:22AM +0800, Alastair Hogge wrote:
A> > A> On 2015-02-19 Thu 01:21:24 +, Gleb Smirnoff wrote:
A> > A>
A> > A> Hi Gleb,
A> > A>
A> > A> I th
Author: glebius
Date: Thu Feb 19 06:27:14 2015
New Revision: 278988
URL: https://svnweb.freebsd.org/changeset/base/278988
Log:
Temporarily disconnect ifmcstat(8) from build, to make world buildable
ifmcstat(8) noses in kernel memory too much, and thus is very tentative
to any changes in kern
Author: glebius
Date: Thu Feb 19 06:24:27 2015
New Revision: 278987
URL: https://svnweb.freebsd.org/changeset/base/278987
Log:
Widen _KERNEL ifdef to hide more kernel network stack structures from
userland.
Modified:
head/sys/netinet/in_var.h
head/sys/netinet6/in6_var.h
head/sys/sys/mbuf
On 2015-02-19 Thu 07:32:37 +0300, Gleb Smirnoff wrote:
> On Thu, Feb 19, 2015 at 10:49:22AM +0800, Alastair Hogge wrote:
> A> On 2015-02-19 Thu 01:21:24 +, Gleb Smirnoff wrote:
> A>
> A> Hi Gleb,
> A>
> A> I think this commit the whole economy^W buildworld?
>
> Here is preliminary patch, that I
Author: gjb
Date: Thu Feb 19 05:20:59 2015
New Revision: 278986
URL: https://svnweb.freebsd.org/changeset/base/278986
Log:
Fix a grammar nit.
Sponsored by: The FreeBSD Foundation
Modified:
head/UPDATING
Modified: head/UPDATING
On Thu, Feb 19, 2015 at 10:49:22AM +0800, Alastair Hogge wrote:
A> On 2015-02-19 Thu 01:21:24 +, Gleb Smirnoff wrote:
A>
A> Hi Gleb,
A>
A> I think this commit the whole economy^W buildworld?
Here is preliminary patch, that I'm testing now.
--
Totus tuus, Glebius.
Index: sys/netinet6/in6_va
Author: gjb
Date: Thu Feb 19 03:57:47 2015
New Revision: 278985
URL: https://svnweb.freebsd.org/changeset/base/278985
Log:
MFC r277458, r277536, r277606, r277609, r277836, r277839,
r278118, r278119, r278206, r278502:
r277458:
Move virtual machine / cloud provider targets and
opti
Author: markj
Date: Thu Feb 19 03:32:48 2015
New Revision: 278984
URL: https://svnweb.freebsd.org/changeset/base/278984
Log:
Remove unnecessary checks for a return value of NULL from M_WAITOK
allocations.
MFC after:3 days
Modified:
head/sys/kern/kern_ctf.c
Modified: head/sys/kern/
Author: markj
Date: Thu Feb 19 03:29:46 2015
New Revision: 278983
URL: https://svnweb.freebsd.org/changeset/base/278983
Log:
Free the zlib stream after expanding a compressed CTF section.
Note that this memory would only be leaked once, since CTF info for a kld
file is cached after the fi
Author: emaste
Date: Thu Feb 19 02:56:34 2015
New Revision: 278982
URL: https://svnweb.freebsd.org/changeset/base/278982
Log:
MFC r275140: Increase default and maximum callchain depths
Bump the default from 16 to 32, to accommodate kernel flamegraphs.
Bump the maximum from 32 to 128, to a
On 2015-02-19 Thu 01:21:24 +, Gleb Smirnoff wrote:
Hi Gleb,
I think this commit the whole economy^W buildworld?
> Author: glebius
> Date: Thu Feb 19 01:21:23 2015
> New Revision: 278979
> URL: https://svnweb.freebsd.org/changeset/base/278979
>
> Log:
> Use new struct mbufq instead of struc
Author: jmg
Date: Thu Feb 19 01:51:17 2015
New Revision: 278981
URL: https://svnweb.freebsd.org/changeset/base/278981
Log:
fix spelling, add comma and remove BUGS section.. it provided no useful
information, and is not really bugs, but limitations for other reasons...
Modified:
head/lib/li
On 2/18/2015 6:58 PM, Bruce Evans wrote:
> On Wed, 18 Feb 2015, Bryan Drewery wrote:
>
>> On 2/17/2015 2:54 AM, Konstantin Belousov wrote:
>>> ...
>>> Log:
>>> Restore the extern qualifier on __cleanup.
>>> ...
>>> Modified: head/lib/libc/include/libc_private.h
>>> ==
Author: glebius
Date: Thu Feb 19 01:21:02 2015
New Revision: 278978
URL: https://svnweb.freebsd.org/changeset/base/278978
Log:
Use new struct mbufq instead of struct ifqueue to manage packet queues in
IPv4 multicast code.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
head
Author: glebius
Date: Thu Feb 19 01:21:23 2015
New Revision: 278979
URL: https://svnweb.freebsd.org/changeset/base/278979
Log:
Use new struct mbufq instead of struct ifqueue to manage packet queues in
IPv6 multicast code.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
head
Author: glebius
Date: Thu Feb 19 01:19:42 2015
New Revision: 278977
URL: https://svnweb.freebsd.org/changeset/base/278977
Log:
Provide a set of inline functions to manage simple mbuf(9) queues, based
on queue(3)'s STAILQ. Utilize them in cxgb(4) and Xen, deleting home
grown implementations.
On Wed, 18 Feb 2015, Bryan Drewery wrote:
On 2/17/2015 2:54 AM, Konstantin Belousov wrote:
...
Log:
Restore the extern qualifier on __cleanup.
...
Modified: head/lib/libc/include/libc_private.h
==
--- head/lib/libc/in
Author: jhb
Date: Wed Feb 18 23:34:03 2015
New Revision: 278976
URL: https://svnweb.freebsd.org/changeset/base/278976
Log:
Ensure that the supplied data length is large enough to hold the base
FPU state to avoid passing a negative length to fpusetregs() / npxsetregs().
Differential Revisi
On 18/02/2015 18:36, Rui Paulo wrote:
On Jan 17, 2015, at 06:45 AM, Steven Hartland wrote:
Author: smh
Date: Sat Jan 17 14:44:59 2015
New Revision: 277300
URL: https://svnweb.freebsd.org/changeset/base/277300
Log:
Mechanically convert cddl sun #ifdef's to illumos
Since the upstream for cddl
On 2/17/2015 2:54 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Feb 17 08:54:03 2015
> New Revision: 278889
> URL: https://svnweb.freebsd.org/changeset/base/278889
>
> Log:
> Restore the extern qualifier on __cleanup.
>
> Sponsored by: The FreeBSD Foundation
> MFC after:
Author: jkim
Date: Wed Feb 18 23:10:15 2015
New Revision: 278975
URL: https://svnweb.freebsd.org/changeset/base/278975
Log:
Fix bootstrap on systems with old yacc with small MAXTABLE.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==
Author: ken
Date: Wed Feb 18 23:08:13 2015
New Revision: 278974
URL: https://svnweb.freebsd.org/changeset/base/278974
Log:
MFC 278228:
The __FreeBSD_version has been changed to 1001508 for the addition of the
CDAI_TYPE_EXT_INQ request type.
-
Author: delphij
Date: Wed Feb 18 22:29:52 2015
New Revision: 278973
URL: https://svnweb.freebsd.org/changeset/base/278973
Log:
Fix CVE-2015-1349.
This is a direct commit to stable/8 because BIND is removed from HEAD.
Modified:
stable/8/contrib/bind9/lib/dns/zone.c
Modified: stable/8/con
Author: delphij
Date: Wed Feb 18 22:20:19 2015
New Revision: 278972
URL: https://svnweb.freebsd.org/changeset/base/278972
Log:
MFV r278971: Apply vendor fix for CVE-2015-1349.
This is a direct commit to stable/9 because BIND is removed from
HEAD.
Modified:
stable/9/contrib/bind9/CHANGE
Author: delphij
Date: Wed Feb 18 22:18:49 2015
New Revision: 278971
URL: https://svnweb.freebsd.org/changeset/base/278971
Log:
Apply vendor patch for CVE-2015-1349.
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/lib/dns/zone.c
Modified: vendor/bind9/dist/CHANGES
On 18/02/2015 01:36 p.m., Rui Paulo wrote:
On Jan 17, 2015, at 06:45 AM, Steven Hartland wrote:
Author: smh
Date: Sat Jan 17 14:44:59 2015
New Revision: 277300
URL: https://svnweb.freebsd.org/changeset/base/277300
Log:
Mechanically convert cddl sun #ifdef's to illumos
Since the upstream for
Author: jkim
Date: Wed Feb 18 20:33:00 2015
New Revision: 278970
URL: https://svnweb.freebsd.org/changeset/base/278970
Log:
Merge ACPICA 20141107 and 20150204.
Added:
head/sys/contrib/dev/acpica/compiler/aslprintf.c
- copied, changed from r274357,
vendor-sys/acpica/dist/source/compiler/
Author: emaste
Date: Wed Feb 18 19:42:37 2015
New Revision: 278968
URL: https://svnweb.freebsd.org/changeset/base/278968
Log:
MFC r276893: mkimg: Add MBR EFI partition type
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/mkimg/mbr.c
Directory Properties:
stable/10/ (
Author: grehan
Date: Wed Feb 18 19:27:51 2015
New Revision: 278965
URL: https://svnweb.freebsd.org/changeset/base/278965
Log:
Restore the ability to use clang as an external compiler. This was
inadvertently removed when support for external GCC was added.
Deprecate XFLAGS in favour of the
On Jan 17, 2015, at 06:45 AM, Steven Hartland wrote:
Author: smh
Date: Sat Jan 17 14:44:59 2015
New Revision: 277300
URL: https://svnweb.freebsd.org/changeset/base/277300
Log:
Mechanically convert cddl sun #ifdef's to illumos
Since the upstream for cddl code is now illumos not sun, mechanicall
Author: ken
Date: Wed Feb 18 18:30:19 2015
New Revision: 278964
URL: https://svnweb.freebsd.org/changeset/base/278964
Log:
Make sure that the flags for the XPT_DEV_ADVINFO CCB are initialized
properly.
If there is garbage in the flags field, it can sometimes include a
set CDAI_FLAG_STOR
Author: kib
Date: Wed Feb 18 18:12:06 2015
New Revision: 278963
URL: https://svnweb.freebsd.org/changeset/base/278963
Log:
If malloc() sleeps, Giant is dropped. Recheck for another thread
doing our work.
Remove unneeded check for failed M_WAITOK allocation.
Reviewed by: alc
Spons
Author: marcel
Date: Wed Feb 18 17:28:55 2015
New Revision: 278962
URL: https://svnweb.freebsd.org/changeset/base/278962
Log:
Add LIBXO.
Modified:
head/share/mk/bsd.libnames.mk
Modified: head/share/mk/bsd.libnames.mk
===
Author: sbruno
Date: Wed Feb 18 16:28:55 2015
New Revision: 278961
URL: https://svnweb.freebsd.org/changeset/base/278961
Log:
MFC r278827
Check for required arguments before accessing argv[0] and core dumping.
Modified:
stable/10/usr.sbin/binmiscctl/binmiscctl.c
Directory Properties:
s
Author: imp
Date: Wed Feb 18 15:25:22 2015
New Revision: 278959
URL: https://svnweb.freebsd.org/changeset/base/278959
Log:
Cleanup the way we include some files (in this case EISA) based on
kernel config. Also tidy up the ed options.
Modified:
head/sys/modules/dpt/Makefile
head/sys/module
Author: imp
Date: Wed Feb 18 15:25:19 2015
New Revision: 278958
URL: https://svnweb.freebsd.org/changeset/base/278958
Log:
Populate new KERN_OPTS from all the opt_*.h files in
KERNBUILDDIR. Come up with some sensible defaults (though listing them
in kmod.mk may be unwise -- we have no easy w
Author: imp
Date: Wed Feb 18 15:25:25 2015
New Revision: 278960
URL: https://svnweb.freebsd.org/changeset/base/278960
Log:
Clean up a bit of the INET/INET6 mess wrt options.
Modified:
head/sys/modules/if_gif/Makefile
head/sys/modules/if_gre/Makefile
Modified: head/sys/modules/if_gif/Makefi
Author: imp
Date: Wed Feb 18 14:33:33 2015
New Revision: 278957
URL: https://svnweb.freebsd.org/changeset/base/278957
Log:
Add copyright statement I should have had on these files in 2006,
based on the spibus_if.m file.
Modified:
head/sys/dev/spibus/spi.h
head/sys/dev/spibus/spibus.c
he
Author: mjg
Date: Wed Feb 18 13:37:28 2015
New Revision: 278956
URL: https://svnweb.freebsd.org/changeset/base/278956
Log:
filedesc: obtain a stable copy of credentials in fget_unlocked
This was broken in r278930.
While here tidy up fget_mmap to use fdp from local var instead of obtain
Author: kib
Date: Wed Feb 18 10:51:48 2015
New Revision: 278954
URL: https://svnweb.freebsd.org/changeset/base/278954
Log:
Fix UP build.
Sponsored by: The FreeBSD Foundation
MFC after:2 months
Modified:
head/sys/x86/acpica/acpi_wakeup.c
Modified: head/sys/x86/acpica/acpi_wakeup.c
Author: delphij
Date: Wed Feb 18 08:24:00 2015
New Revision: 278951
URL: https://svnweb.freebsd.org/changeset/base/278951
Log:
Bump revision again after my Fortuna change.
Modified:
head/UPDATING
Modified: head/UPDATING
Shawn Webb wrote this message on Tue, Feb 17, 2015 at 20:10 -0500:
> On Tuesday, February 17, 2015 08:06:32 PM Shawn Webb wrote:
> > On Tuesday, February 17, 2015 11:14:26 PM John-Mark Gurney wrote:
> > > Author: jmg
> > > Date: Tue Feb 17 23:14:26 2015
> > > New Revision: 278927
> > > URL: https:/
Author: delphij
Date: Wed Feb 18 08:21:51 2015
New Revision: 278950
URL: https://svnweb.freebsd.org/changeset/base/278950
Log:
- fortuna.c: catch up with r278927 and fix a buffer overflow by using the
temporary buffer when remaining space is not enough to hold
a whol
Author: kib
Date: Wed Feb 18 08:10:13 2015
New Revision: 278949
URL: https://svnweb.freebsd.org/changeset/base/278949
Log:
MFC r278795:
Reparenting done by debugger attach can leave reaper without direct
children. Handle the situation instead asserting that it is
impossible.
Modified:
Author: kib
Date: Wed Feb 18 08:08:09 2015
New Revision: 278948
URL: https://svnweb.freebsd.org/changeset/base/278948
Log:
MFC r278794:
Return with the process locked.
Modified:
stable/10/sys/kern/kern_procctl.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/k
Author: kib
Date: Wed Feb 18 08:06:36 2015
New Revision: 278947
URL: https://svnweb.freebsd.org/changeset/base/278947
Log:
MFC r278606:
Registers definitions for the new capabilities.
Modified:
stable/10/sys/x86/iommu/intel_drv.c
stable/10/sys/x86/iommu/intel_reg.h
Directory Properties:
Author: kib
Date: Wed Feb 18 08:04:03 2015
New Revision: 278946
URL: https://svnweb.freebsd.org/changeset/base/278946
Log:
MFC r278605:
vm_page_lookup() accepts read-locked object.
Modified:
stable/10/sys/x86/iommu/intel_utils.c
Directory Properties:
stable/10/ (props changed)
Modified
47 matches
Mail list logo