Author: rpaulo
Date: Sat Oct 19 06:51:34 2013
New Revision: 256764
URL: http://svnweb.freebsd.org/changeset/base/256764
Log:
Plug atf-run into the 'test' target.
If atf-run exists in ATF_PREFIX and if ALLOW_DEPRECATED_ATF_TOOLS has
been set to yes, the test target is automatically defined
Author: rpaulo
Date: Sat Oct 19 06:52:06 2013
New Revision: 256765
URL: http://svnweb.freebsd.org/changeset/base/256765
Log:
Plug kyua into the 'test' target.
If kyua exists in KYUA_PREFIX, the test target is automatically
defined to use it for the execution of test programs.
Submitt
Author: rpaulo
Date: Sat Oct 19 06:50:56 2013
New Revision: 256763
URL: http://svnweb.freebsd.org/changeset/base/256763
Log:
Add the automatic generation of Kyuafile files.
These files are generated from bsd.test.mk because kyua is able to run
test programs implemented using different lib
Author: rpaulo
Date: Sat Oct 19 06:50:17 2013
New Revision: 256762
URL: http://svnweb.freebsd.org/changeset/base/256762
Log:
Add the automatic generation of Atffile files.
These are only used by the deprecated atf-run and atf-report tools.
Generating them is easy and provides a mechanism
Author: rpaulo
Date: Sat Oct 19 06:48:49 2013
New Revision: 256761
URL: http://svnweb.freebsd.org/changeset/base/256761
Log:
Clearly split the logic to build ATF and plain tests apart.
This change introduces a new plain.test.mk file that provides the build
infrastructure to build test pro
Author: rrs
Date: Sat Oct 19 06:47:02 2013
New Revision: 256760
URL: http://svnweb.freebsd.org/changeset/base/256760
Log:
Corrects the Kirkwood dreamplug to use
the right register for power managment. It
was incorrectly using the clock register
which also caused the status to be the
oppo
Author: hiren
Date: Sat Oct 19 06:30:20 2013
New Revision: 256759
URL: http://svnweb.freebsd.org/changeset/base/256759
Log:
MFC: r256069
Expose system level ixgbe sysctls.
Device level sysctls are already exposed as dev.ix.
Fixing the case where number of queues for igb is auto-tuned
Author: gibbs
Date: Fri Oct 18 23:19:27 2013
New Revision: 256758
URL: http://svnweb.freebsd.org/changeset/base/256758
Log:
MFC r256425:
Centralize the detection logic for the Hyper-V hypervisor.
Submitted by: Roger Pau Monné
Sponsored by: Citrix Systems R&D
Reviewed by: gibbs, gr
Author: gibbs
Date: Fri Oct 18 22:48:38 2013
New Revision: 256757
URL: http://svnweb.freebsd.org/changeset/base/256757
Log:
MFC: r256425
Centralize the detection logic for the Hyper-V hypervisor.
Submitted by: Roger Pau Monné
Sponsored by: Citrix Systems R&D
Reviewed by: gibbs, gr
Author: cognet
Date: Fri Oct 18 22:47:10 2013
New Revision: 256756
URL: http://svnweb.freebsd.org/changeset/base/256756
Log:
There's no need to guard pmap_extract(), it won't be called until well after
the VM has been properly initialized.
Spotted out by: alc
Modified:
head/sys/a
Author: grehan
Date: Fri Oct 18 22:05:17 2013
New Revision: 256755
URL: http://svnweb.freebsd.org/changeset/base/256755
Log:
MFC r256709:
Eliminate unconditional debug printfs.
Linux writes to these nominally read-only registers,
so avoid having bhyve write warning messages to
Author: grehan
Date: Fri Oct 18 21:42:47 2013
New Revision: 256754
URL: http://svnweb.freebsd.org/changeset/base/256754
Log:
MFC r256709:
Eliminate unconditional debug printfs.
Linux writes to these nominally read-only registers,
so avoid having bhyve write warning messages to
Author: brooks
Date: Fri Oct 18 20:52:42 2013
New Revision: 256753
URL: http://svnweb.freebsd.org/changeset/base/256753
Log:
MFP4: 1136252
Add an option ATSE_CFI_HACK to allow memory mapped CFI devices to have
their address range allocated sharable so that atse(4) can find it's
Ethernet
Author: brooks
Date: Fri Oct 18 20:44:19 2013
New Revision: 256752
URL: http://svnweb.freebsd.org/changeset/base/256752
Log:
MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,
221804, 221805, 222004, 222006, 222055, 222820, 1135077, 1135118, 1136259
Add atse(4), a drive
Author: hselasky
Date: Fri Oct 18 17:38:57 2013
New Revision: 256750
URL: http://svnweb.freebsd.org/changeset/base/256750
Log:
Improve XHCI stability. When a command timeout happens, the command
should be aborted else the command queue can stop. Refer to section
"4.6.1.2" of the XHCI specifi
On 15/10/2013 05:54, Hiroki Sato wrote:
> Author: hrs
> Date: Tue Oct 15 04:54:49 2013
> New Revision: 256498
> URL: http://svnweb.freebsd.org/changeset/base/256498
>
> Log:
> - Fix "ifname|addr" syntax support in jail_{jname}_ip.
> - Create /var/run/jail_{jname}.id because ezjail-admin depend
Author: cognet
Date: Fri Oct 18 17:21:47 2013
New Revision: 256748
URL: http://svnweb.freebsd.org/changeset/base/256748
Log:
KERNBASE is unsigned, so we'd better use hs instead of ge.
Pointy hat to:cognet
Suggested by: ian
Modified:
head/sys/arm/arm/fusu.S
Modified: head/sys/a
Author: dim
Date: Fri Oct 18 17:08:23 2013
New Revision: 256747
URL: http://svnweb.freebsd.org/changeset/base/256747
Log:
MFC r256746:
Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence
a gcc warning.
Approved by: re (glebius)
Modified:
stable/10/sys/xen/xen
Author: dim
Date: Fri Oct 18 17:06:13 2013
New Revision: 256746
URL: http://svnweb.freebsd.org/changeset/base/256746
Log:
Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence
a gcc warning.
Approved by: re (glebius)
Modified:
head/sys/xen/xen-os.h
Modified: head/s
On Thu, 17 Oct 2013 22:00:35 + (UTC), in gmane.os.freebsd.devel.cvs you
wrote:
>Author: zont
>Date: Thu Oct 17 22:00:35 2013
>New Revision: 256710
>URL: http://svnweb.freebsd.org/changeset/base/256710
>
>Log:
> Add lot of missed files and dirs
>
>Modified:
> head/tools/build/mk/OptionalObsol
Author: brooks
Date: Fri Oct 18 15:40:37 2013
New Revision: 256745
URL: http://svnweb.freebsd.org/changeset/base/256745
Log:
MFP4:
Change 227630 by bz@bz_zenith on 2013/04/12 08:50:27
Implement soft reset setting sr in sr and just in case loop
endlessly afterwards.
MFC
Author: brooks
Date: Fri Oct 18 15:24:18 2013
New Revision: 256743
URL: http://svnweb.freebsd.org/changeset/base/256743
Log:
MFP4:
Change 227594 by brooks@brooks_zenith on 2013/04/11 17:10:14
When we fail, print the error that occured if we are giving
up or if bootverbose is
Author: brooks
Date: Fri Oct 18 15:27:11 2013
New Revision: 256744
URL: http://svnweb.freebsd.org/changeset/base/256744
Log:
MFP4 (driver change only):
Change 231100 by brooks@brooks_zenith on 2013/07/12 21:01:31
Add a new option ALTERA_SDCARD_FAST_SIM which checks immediatly
Author: jilles
Date: Fri Oct 18 12:35:12 2013
New Revision: 256735
URL: http://svnweb.freebsd.org/changeset/base/256735
Log:
sh: Remove one syscall when waiting for a foreground job.
The getpgrp() call is unnecessary: if there is no job control then the
result was not used at all and if t
Author: glebius
Date: Fri Oct 18 11:26:40 2013
New Revision: 256730
URL: http://svnweb.freebsd.org/changeset/base/256730
Log:
Revert r256587.
Requested by: zec
Modified:
head/sys/kern/subr_taskqueue.c
Modified: head/sys/kern/subr_taskqueue.c
=
Author: glebius
Date: Fri Oct 18 11:25:08 2013
New Revision: 256729
URL: http://svnweb.freebsd.org/changeset/base/256729
Log:
Revert r256587.
Requested by: zec
Modified:
head/sys/sys/_task.h
head/sys/sys/taskqueue.h
Modified: head/sys/sys/_task.h
==
On Friday 18 October 2013 12:09:16 Gleb Smirnoff wrote:
> On Fri, Oct 18, 2013 at 12:07:35AM +0200, Marko Zec wrote:
> M> > Concerning this more general solution from Gleb, with storing the
> vnet M> > pointer in the task, I wander how it is safe when the vnet is
> being M> > removed?
> M> >
> M> >
On Fri, Oct 18, 2013 at 12:07:35AM +0200, Marko Zec wrote:
M> > Concerning this more general solution from Gleb, with storing the vnet
M> > pointer in the task, I wander how it is safe when the vnet is being
M> > removed?
M> >
M> > In vnet_destroy() the vnet interfaces are moved back to their paren
Author: trasz
Date: Fri Oct 18 09:50:23 2013
New Revision: 256728
URL: http://svnweb.freebsd.org/changeset/base/256728
Log:
MFC r256050:
Remove useless check - ki_loginclass is an array; can't be NULL.
Modified:
stable/9/bin/pkill/pkill.c
Directory Properties:
stable/9/bin/pkill/ (pr
Author: trasz
Date: Fri Oct 18 09:17:35 2013
New Revision: 256725
URL: http://svnweb.freebsd.org/changeset/base/256725
Log:
Don't build krping.ko, iw_cxgb.ko, and iw_cxgbe.ko, if MK_OFED=no
(the default). They build, but are unloadable, due to missing ibcore.ko.
Sponsored by: FreeBSD Fou
Author: trasz
Date: Fri Oct 18 09:14:19 2013
New Revision: 256724
URL: http://svnweb.freebsd.org/changeset/base/256724
Log:
Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"
would resize a partition, but label providers - e.g. /dev/gptid/XXX - would
stay the same s
Author: kevlo
Date: Fri Oct 18 07:48:20 2013
New Revision: 256722
URL: http://svnweb.freebsd.org/changeset/base/256722
Log:
Correct tx mixer gain value for RT3070 and RT3071.
Correctly value in EEPROM/EFUSE is one or more for RT3070 and
two or more for other RT3071 chips.
Modified:
hea
Author: kevlo
Date: Fri Oct 18 07:46:28 2013
New Revision: 256721
URL: http://svnweb.freebsd.org/changeset/base/256721
Log:
Since the DAC issue has been fixed in RT3070(F), the voltage raising fix
is no longer needed.
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified: head/sys/dev/usb/wlan
Author: kevlo
Date: Fri Oct 18 07:43:49 2013
New Revision: 256720
URL: http://svnweb.freebsd.org/changeset/base/256720
Log:
Fix lower bits of RF_R3 for RT3370 and newer. This change doesn't affect
older chipsets.
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified: head/sys/dev/usb/wlan/if_
Author: dteske
Date: Fri Oct 18 07:42:50 2013
New Revision: 256719
URL: http://svnweb.freebsd.org/changeset/base/256719
Log:
MFC r256489:
Add executable bit to docsinstall [old] and entropy [new] scripts.
MFC r256541:
Document BSDINSTALL_TMPBOOT environment variable introduced by SVN r2
Author: kevlo
Date: Fri Oct 18 07:42:16 2013
New Revision: 256718
URL: http://svnweb.freebsd.org/changeset/base/256718
Log:
Fix rf registers for RT3070.
Modified:
head/sys/dev/usb/wlan/if_runreg.h
Modified: head/sys/dev/usb/wlan/if_runreg.h
===
Author: kevlo
Date: Fri Oct 18 07:40:50 2013
New Revision: 256717
URL: http://svnweb.freebsd.org/changeset/base/256717
Log:
Update firmware for run(4) to version 0.33.
Modified:
head/sys/contrib/dev/run/rt2870.fw.uu
Modified: head/sys/contrib/dev/run/rt2870.fw.uu
37 matches
Mail list logo