Author: dim
Date: Tue Dec 17 07:59:00 2013
New Revision: 259498
URL: http://svnweb.freebsd.org/changeset/base/259498
Log:
Pull in r197399 from upstream clang trunk:
Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.
MFC after:3 days
Modified:
head/contrib/llvm/tools/clan
Author: trasz
Date: Tue Dec 17 10:33:27 2013
New Revision: 259502
URL: http://svnweb.freebsd.org/changeset/base/259502
Log:
Reword the part about mutual CHAP.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/iscontrol/iscsi.conf.5
Modified: head/sbin/isco
Author: ae
Date: Tue Dec 17 10:53:17 2013
New Revision: 259503
URL: http://svnweb.freebsd.org/changeset/base/259503
Log:
Free mbuf in case of error.
MFC after:1 week
Modified:
head/sys/netinet6/send.c
Modified: head/sys/netinet6/send.c
===
On 15 December 2013 12:37, Luigi Rizzo wrote:
> Author: luigi
> Date: Sun Dec 15 08:37:24 2013
> New Revision: 259412
> URL: http://svnweb.freebsd.org/changeset/base/259412
>
> Log:
> split netmap code according to functions:
> - netmap.cbase code
> - netmap_freebsd.cFreeBSD-
Author: attilio
Date: Tue Dec 17 13:37:02 2013
New Revision: 259509
URL: http://svnweb.freebsd.org/changeset/base/259509
Log:
- Assert for not leaking readers rw locks counter on userland return.
- Use a correct spin_cnt for KDTRACE_HOOK case in rw read lock.
Sponsored by: EMC / Isilon st
Author: nwhitehorn
Date: Tue Dec 17 14:50:35 2013
New Revision: 259513
URL: http://svnweb.freebsd.org/changeset/base/259513
Log:
Configure interrupt sense based on device tree information. This extends
the OF interrupt map API to return sense information to the caller and
the PowerPC Open Fi
Author: nwhitehorn
Date: Tue Dec 17 14:51:47 2013
New Revision: 259514
URL: http://svnweb.freebsd.org/changeset/base/259514
Log:
Remove dead code. Most of this was in an #if 0 block; the rest is not
used and duplicates functionality in dev/ofw.
Modified:
head/sys/dev/fdt/fdt_common.h
head
Author: nwhitehorn
Date: Tue Dec 17 15:11:24 2013
New Revision: 259516
URL: http://svnweb.freebsd.org/changeset/base/259516
Log:
Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbuf
internally instead of requiring the caller to allocate it.
Modified:
head/sys/arm/mv/mv_
Author: ray
Date: Tue Dec 17 15:23:47 2013
New Revision: 259517
URL: http://svnweb.freebsd.org/changeset/base/259517
Log:
Add vt support for RPi. (No early stage yet.)
Sponsored by: The FreeBSD Foundation
Added:
head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
- copied, changed from r259
Author: ray
Date: Tue Dec 17 15:34:38 2013
New Revision: 259518
URL: http://svnweb.freebsd.org/changeset/base/259518
Log:
Fix copyright and some style(9) things.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
Modified: head/sys/arm/broadcom/bc
Author: ae
Date: Tue Dec 17 16:45:19 2013
New Revision: 259520
URL: http://svnweb.freebsd.org/changeset/base/259520
Log:
Fix copy/paste typo.
MFC after:1 week
Modified:
head/sys/kern/kern_jail.c
Modified: head/sys/kern/kern_jail.c
Author: kib
Date: Tue Dec 17 17:28:02 2013
New Revision: 259521
URL: http://svnweb.freebsd.org/changeset/base/259521
Log:
Do not allow O_EXEC opens for fifo, return EINVAL.
Besides not making sense, open(O_EXEC) for fifo creates fifoinfo with
zero readers and writers counts, which causes
Author: kib
Date: Tue Dec 17 17:31:16 2013
New Revision: 259522
URL: http://svnweb.freebsd.org/changeset/base/259522
Log:
If vn_open_vnode() succeeded in opening the vnode, but subsequent
advisory lock cannot be obtained, prevent double-close of the vnode in
vn_close() called from the fdrop(
On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote:
> Author: mjg
> Date: Sun Dec 15 04:11:43 2013
> New Revision: 259407
> URL: http://svnweb.freebsd.org/changeset/base/259407
>
> Log:
> proc exit: don't take PROC_LOCK while freeing rlimits
>
> Code wishing to check rlimits of
On Monday, December 16, 2013 8:32:39 am Dag-Erling Smørgrav wrote:
> John Baldwin writes:
> > Dag-Erling Smørgrav writes:
> > > John Baldwin writes:
> > > > LINT64 is yet another kernel config covered by 'make tinderbox',
> > > > but not by the periodic tinderbox. It is probably worth adding to
On Tue, Dec 17, 2013 at 11:41:49AM -0500, John Baldwin wrote:
> On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote:
> > Author: mjg
> > Date: Sun Dec 15 04:11:43 2013
> > New Revision: 259407
> > URL: http://svnweb.freebsd.org/changeset/base/259407
> >
> > Log:
> > proc exit: don't t
Author: pfg
Date: Tue Dec 17 20:53:22 2013
New Revision: 259525
URL: http://svnweb.freebsd.org/changeset/base/259525
Log:
gcc: fix ICE in rs600 when using -fno-trapping-math.
Solves GCC-PR target/30485
Obtained from:gcc 4.3 (rev. 120902; GPLv2)
MFC after:2 weeks
Modified
Author: emaste
Date: Tue Dec 17 18:30:37 2013
New Revision: 259523
URL: http://svnweb.freebsd.org/changeset/base/259523
Log:
Require a C++11 compiler to build LLDB
In practice the old test (using MK_CLANG_IS_CC) is similar, but
COMPILER_FEATURES provides the information we actually want t
On Tuesday, December 17, 2013 1:17:45 pm Mateusz Guzik wrote:
> On Tue, Dec 17, 2013 at 11:41:49AM -0500, John Baldwin wrote:
> > On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote:
> > > Author: mjg
> > > Date: Sun Dec 15 04:11:43 2013
> > > New Revision: 259407
> > > URL: http://svnwe
Author: pfg
Date: Tue Dec 17 21:39:40 2013
New Revision: 259526
URL: http://svnweb.freebsd.org/changeset/base/259526
Log:
gcc: fix ICE in rs600 when using -fno-trapping-math.
Solve build issue with previous change.
Obtained from:gcc 4.3 (rev. 120902; GPLv2)
MFC after:2 we
Author: np
Date: Tue Dec 17 21:41:23 2013
New Revision: 259527
URL: http://svnweb.freebsd.org/changeset/base/259527
Log:
Do not create a hardware IPv6 server if the listen address is not
in6addr_any and is not in the CLIP table either. This fixes a reported
TOE+IPv6 NULL-dereference panic i
Author: melifaro
Date: Tue Dec 17 22:16:27 2013
New Revision: 259528
URL: http://svnweb.freebsd.org/changeset/base/259528
Log:
Simplify contiguous mask checking.
Suggested by: glebius
MFC after:2 weeks
Modified:
head/sys/net/radix.c
Modified: head/sys/net/radix.c
=
Author: pfg
Date: Tue Dec 17 23:31:51 2013
New Revision: 259529
URL: http://svnweb.freebsd.org/changeset/base/259529
Log:
gcc: small merges from upstream
Solves GCC issues:
PR middle-end/32602
PR middle-end/32603
Updates the to documentation and processing
improvement.
Obtai
Author: pfg
Date: Wed Dec 18 00:10:30 2013
New Revision: 259531
URL: http://svnweb.freebsd.org/changeset/base/259531
Log:
gcc: point to our address for bug reports.
As recommended by the FSF in gcc/version.c :
"If you distribute a modified version of GCC, please change
this to refer
Author: ray
Date: Wed Dec 18 00:14:58 2013
New Revision: 259532
URL: http://svnweb.freebsd.org/changeset/base/259532
Log:
Skip processing of R.Alt as a second Alt key, if sysctl kern.vt.enable_altgr
is
not zero.
Submitted by: andreast
Sponsored by: The FreeBSD Foundation
Modified:
h
On Wed, Dec 18, 2013 at 12:14:58AM +, Aleksandr Rybalko wrote:
> Author: ray
> Date: Wed Dec 18 00:14:58 2013
> New Revision: 259532
> URL: http://svnweb.freebsd.org/changeset/base/259532
>
> Log:
> Skip processing of R.Alt as a second Alt key, if sysctl
> kern.vt.enable_altgr is
> not ze
On Tue, 10 Dec 2013 23:49:38 +0100
Andreas Tobler wrote:
> On 10.12.13 14:43, Tijl Coosemans wrote:
> > On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote:
> >> That keyboards have no Shift key for that? :)
> >> I will be glad to apply your changes, but I have to know how it
> >> should b
On Wed, Dec 18, 2013 at 02:21:56AM +0200, Aleksandr Rybalko wrote:
> On Tue, 10 Dec 2013 23:49:38 +0100
> Andreas Tobler wrote:
>
> > On 10.12.13 14:43, Tijl Coosemans wrote:
> > > On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote:
> > >> That keyboards have no Shift key for that? :)
> >
Author: markj
Date: Wed Dec 18 01:41:52 2013
New Revision: 259535
URL: http://svnweb.freebsd.org/changeset/base/259535
Log:
The fasttrap fork handler is responsible for removing tracepoints in the
child process that were inherited from its parent. However, this should
not be done in the case
Author: neel
Date: Wed Dec 18 03:58:51 2013
New Revision: 259537
URL: http://svnweb.freebsd.org/changeset/base/259537
Log:
Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to
'vm_setup_pptdev_msi()' and 'vm_setup_pptdev_msix()' respectively.
It should now be clear that
Author: glebius
Date: Wed Dec 18 04:36:35 2013
New Revision: 259538
URL: http://svnweb.freebsd.org/changeset/base/259538
Log:
Fix build.
Modified:
head/sys/dev/netmap/netmap.c
Modified: head/sys/dev/netmap/netmap.c
=
Author: marcel
Date: Wed Dec 18 04:44:38 2013
New Revision: 259539
URL: http://svnweb.freebsd.org/changeset/base/259539
Log:
Support long filenames.
Obtained from:Juniper Networks, Inc.
Modified:
head/lib/libstand/dosfs.c
Modified: head/lib/libstand/dosfs.c
=
Author: marcel
Date: Wed Dec 18 04:52:30 2013
New Revision: 259540
URL: http://svnweb.freebsd.org/changeset/base/259540
Log:
Clear f_rabuf after freeing the memory it points to. This prevents a
possible double free.
Obtained from:Juniper Networks, Inc.
Modified:
head/lib/libsta
Author: neel
Date: Wed Dec 18 06:24:21 2013
New Revision: 259542
URL: http://svnweb.freebsd.org/changeset/base/259542
Log:
Use vmcs_read() and vmcs_write() in preference to vmread() and vmwrite()
respectively. The vmcs_xxx() functions provide inline error checking of
all accesses to the VMCS
Author: yongari
Date: Wed Dec 18 07:23:42 2013
New Revision: 259543
URL: http://svnweb.freebsd.org/changeset/base/259543
Log:
Failed m_devget(9) indicates lack of free mbuf cluster. Update
if_iqdrops counter for that case since the received frame is ok.
While here, simplify updating counter
Author: kevlo
Date: Wed Dec 18 07:34:57 2013
New Revision: 259544
URL: http://svnweb.freebsd.org/changeset/base/259544
Log:
Add support to IQ calibration.
Modified:
head/sys/dev/usb/wlan/if_run.c
head/sys/dev/usb/wlan/if_runreg.h
Modified: head/sys/dev/usb/wlan/if_run.c
===
Author: kevlo
Date: Wed Dec 18 07:47:50 2013
New Revision: 259545
URL: http://svnweb.freebsd.org/changeset/base/259545
Log:
Fix typo in comment.
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified: head/sys/dev/usb/wlan/if_run.c
=
37 matches
Mail list logo