Author: ngie
Date: Thu Oct 9 00:50:33 2014
New Revision: 272780
URL: https://svnweb.freebsd.org/changeset/base/272780
Log:
Integrate usr.bin/cmp/tests from NetBSD into atf/kyua
In collaboration with: sjg
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.bin/cmp/tests/
head
Author: ngie
Date: Thu Oct 9 00:55:04 2014
New Revision: 272781
URL: https://svnweb.freebsd.org/changeset/base/272781
Log:
Integrate usr.bin/dirname/tests from NetBSD into atf/kyua
In collaboration with: pho, sjg
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.bin/dirname/
Author: ngie
Date: Thu Oct 9 01:39:07 2014
New Revision: 272782
URL: https://svnweb.freebsd.org/changeset/base/272782
Log:
Integrate bin/sleep/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
Added:
head/bin/sleep/tests/
head/bin/sleep/tests/Makefile (cont
Author: ngie
Date: Thu Oct 9 01:46:31 2014
New Revision: 272783
URL: https://svnweb.freebsd.org/changeset/base/272783
Log:
Integrate usr.bin/cut/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.bin/cut/tests/
head/usr.bin/cut/tests/Makefile
Author: ngie
Date: Thu Oct 9 01:53:23 2014
New Revision: 272784
URL: https://svnweb.freebsd.org/changeset/base/272784
Log:
Integrate usr.bin/grep/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.bin/grep/tests/
head/usr.bin/grep/tests/Makefil
Author: marcel
Date: Thu Oct 9 01:54:32 2014
New Revision: 272785
URL: https://svnweb.freebsd.org/changeset/base/272785
Log:
Properly NUL-terminate the on-stack buffer for reading /boot.config
or /boot/config. In qemu, on a warm boot, the stack is not all zeroes
and we parse beyond the file
Author: marcel
Date: Thu Oct 9 01:59:25 2014
New Revision: 272786
URL: https://svnweb.freebsd.org/changeset/base/272786
Log:
Apply r269126 to tty_timedwait():
Don't return ERESTART when the device is gone.
Modified:
head/sys/kern/tty.c
Modified: head/sys/kern/tty.c
===
Author: ngie
Date: Thu Oct 9 02:07:34 2014
New Revision: 272787
URL: https://svnweb.freebsd.org/changeset/base/272787
Log:
Integrate usr.bin/diff/tests from NetBSD into atf/kyua at
gnu/usr.bin/diff/tests
Sponsored by: EMC / Isilon Storage Division
Added:
head/gnu/usr.bin/diff/tests/
Author: ngie
Date: Thu Oct 9 02:24:34 2014
New Revision: 272788
URL: https://svnweb.freebsd.org/changeset/base/272788
Log:
Integrate usr.bin/gzip/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.bin/gzip/tests/
head/usr.bin/gzip/tests/Makefil
Author: marcel
Date: Thu Oct 9 02:30:38 2014
New Revision: 272789
URL: https://svnweb.freebsd.org/changeset/base/272789
Log:
Fix draining in ttydev_leave():
1. ERESTART is not only returned when the revoke count changed. It
is also returned when a signal is received. While a change in
Author: bryanv
Date: Thu Oct 9 04:40:19 2014
New Revision: 272796
URL: https://svnweb.freebsd.org/changeset/base/272796
Log:
Add M_FLOWID to M_COPYFLAGS
The M_FLOWID flag should be propagated to the new mbuf pkthdr in
m_move_pkthdr() and m_dup_pkthdr(). The new mbuf already got the
exi
Author: bryanv
Date: Thu Oct 9 05:17:47 2014
New Revision: 272797
URL: https://svnweb.freebsd.org/changeset/base/272797
Log:
Check for mbuf copy failure when there are multiple multicast sockets
This partitular case is the only path where the mbuf could be NULL.
udp_append() checked for
Author: adrian
Date: Thu Oct 9 05:33:25 2014
New Revision: 272799
URL: https://svnweb.freebsd.org/changeset/base/272799
Log:
Add a bus method to fetch the VM domain for the given device/bus.
* Add a bus_if.m method - get_domain() - returning the VM domain or
ENOENT if the device isn't
Author: adrian
Date: Thu Oct 9 05:34:28 2014
New Revision: 272800
URL: https://svnweb.freebsd.org/changeset/base/272800
Log:
Missing from previous commit - keep the VM domain -> PXM mapping
array and use it to map PXM -> VM domain when needed.
Differential Revision:D906
Reviewe
Author: bryanv
Date: Thu Oct 9 05:42:07 2014
New Revision: 272801
URL: https://svnweb.freebsd.org/changeset/base/272801
Log:
Move the calls to u_tun_func() into udp6_append()
A similar cleanup for UDPv4 was performed in r220620.
Phabricator: https://reviews.freebsd.org/D383
Reviewe
Author: mav
Date: Thu Oct 9 05:53:58 2014
New Revision: 272805
URL: https://svnweb.freebsd.org/changeset/base/272805
Log:
Use proper variable when looping through periphs with CAM_PERIPH_FREE.
PR: 194256
Submitted by: Scott M. Ferris
MFC after:3 days
Sponsored by: EMC/
Author: delphij
Date: Thu Oct 9 06:02:53 2014
New Revision: 272806
URL: https://svnweb.freebsd.org/changeset/base/272806
Log:
MFV r272802:
- Limit ARC for zdb at 256MB. zdb do not typically revisit data
in the ARC.
- Increase default max_inflight from 200 to 1000 (can be override
Also...
> On Oct 8, 2014, at 22:53, Alexander Motin wrote:
>
> Author: mav
> Date: Thu Oct 9 05:53:58 2014
> New Revision: 272805
> URL: https://svnweb.freebsd.org/changeset/base/272805
>
> Log:
> Use proper variable when looping through periphs with CAM_PERIPH_FREE.
>
> PR:194256
>
Author: hselasky
Date: Thu Oct 9 06:24:06 2014
New Revision: 272807
URL: https://svnweb.freebsd.org/changeset/base/272807
Log:
Refine support for disabling USB enumeration to allow device detach
and suspend and resume of existing devices.
MFC after:2 weeks
Modified:
head/sys/dev/u
Author: bapt
Date: Thu Oct 9 06:58:33 2014
New Revision: 272808
URL: https://svnweb.freebsd.org/changeset/base/272808
Log:
Fix build with rpcgen using a recent (tested with gcc 4.9.1) GNU cpp
Modified:
head/include/rpcsvc/nis.x
Modified: head/include/rpcsvc/nis.x
===
Author: hselasky
Date: Wed Oct 8 07:00:50 2014
New Revision: 272733
URL: https://svnweb.freebsd.org/changeset/base/272733
Log:
Add support for disabling USB enumeration in general or on selected
USB HUBs.
MFC after:2 weeks
Modified:
head/sys/dev/usb/controller/usb_controller.c
h
Author: mav
Date: Wed Oct 8 07:48:36 2014
New Revision: 272734
URL: https://svnweb.freebsd.org/changeset/base/272734
Log:
Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.
Atomic writes are only supported for ZVOLs in "dev" mode. In other cases
atomicity can not be
Author: kadesai
Date: Wed Oct 8 08:48:18 2014
New Revision: 272735
URL: https://svnweb.freebsd.org/changeset/base/272735
Log:
Current MegaRAID firmware and hence the driver only supported 64VDs.
E.g: If the user wants to create more than 64VD on a controller,
it is not possible on curre
Author: br
Date: Wed Oct 8 08:51:05 2014
New Revision: 272736
URL: https://svnweb.freebsd.org/changeset/base/272736
Log:
Always wait 'command done' interrupt status bit before proceeding next
command.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev/mmc/host/dwmmc.c
Modified: head/sys
Author: kadesai
Date: Wed Oct 8 09:19:35 2014
New Revision: 272737
URL: https://svnweb.freebsd.org/changeset/base/272737
Log:
This is a feature provided to run 32-bit linux binaries on FreeBSD 64bit
machine, for which 32bit compatibilty code has been added.
As in linux there is only one dev
Author: kadesai
Date: Wed Oct 8 09:30:35 2014
New Revision: 272738
URL: https://svnweb.freebsd.org/changeset/base/272738
Log:
Fix the minor svn add issue. $FreeBSD$ expands at the time of
snv add, so I have added $FreeBSD$ as comment.
This commit is contininous of last mrsas commit, so t
Author: kadesai
Date: Wed Oct 8 09:34:25 2014
New Revision: 272739
URL: https://svnweb.freebsd.org/changeset/base/272739
Log:
Extended MSI-x vectors support for Invader and Fury(12Gb/s HBA).
This Driver will create multiple MSI-x vector depending upon what FW expose.
As of now 12 Gbp/s M
Author: kadesai
Date: Wed Oct 8 09:35:52 2014
New Revision: 272740
URL: https://svnweb.freebsd.org/changeset/base/272740
Log:
d_poll() callback function is the entry point for poll system call for the
application.
It is meant to notify the applications which will be waiting for some
contro
Author: kadesai
Date: Wed Oct 8 09:37:47 2014
New Revision: 272741
URL: https://svnweb.freebsd.org/changeset/base/272741
Log:
In the passthru IOCTL path, the mfi command pool was freely accessible N times
where as there are limited number(32) of mfi commands in the pool.
The mfi command poo
Author: kadesai
Date: Wed Oct 8 09:39:18 2014
New Revision: 272742
URL: https://svnweb.freebsd.org/changeset/base/272742
Log:
Driver version upgrade.
Bring head mrsas same as internal Phase 6.5.
Reviewed by: ambrisko
MFC after:2 weeks
Sponsored by: AVAGO Technologies
Modified:
Author: trasz
Date: Wed Oct 8 09:44:02 2014
New Revision: 272743
URL: https://svnweb.freebsd.org/changeset/base/272743
Log:
Simplify; no functional changes.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/fs/autofs/autofs.c
Modified: head/sys/fs/autofs/a
I thought it was convension to avoid using $FreeBSD$ in code comments instead use the __FBSDID e.g.
#include
__FBSDID("$FreeBSD$");
#include
Could anyone confirm?
Regards
Steve
- Original Message -
From: "Kashyap D Desai"
To: ; ;
Sent: Wednesday, October 08, 2014 10:30 AM
Author: kadesai
Date: Wed Oct 8 10:14:37 2014
New Revision: 272744
URL: https://svnweb.freebsd.org/changeset/base/272744
Log:
No logical code change in this pathc.
Only Style 9 changes for mrsas driver.
Reviewed by: ambrisko
MFC after:2 weeks
Sponsored by: AVAGO Technologies
Mo
Author: ae
Date: Wed Oct 8 12:18:16 2014
New Revision: 272746
URL: https://svnweb.freebsd.org/changeset/base/272746
Log:
Add an ability to set dumpdev via loader(8) tunable.
MFC after:3 weeks
Modified:
head/sys/geom/geom_dev.c
Modified: head/sys/geom/geom_dev.c
Author: ae
Date: Wed Oct 8 12:19:48 2014
New Revision: 272747
URL: https://svnweb.freebsd.org/changeset/base/272747
Log:
Revert r156046. We support setting dumpdev via loader tunable again.
Also change default disk name to ada.
MFC after:3 weeks
Modified:
head/sbin/dumpon/dumpon.8
Author: mav
Date: Wed Oct 8 12:24:24 2014
New Revision: 272748
URL: https://svnweb.freebsd.org/changeset/base/272748
Log:
Implement software (mode page) and hardware (config) write protection.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_private.h
head/usr.sbin/ctladm/ctladm.8
Author: ae
Date: Wed Oct 8 12:33:31 2014
New Revision: 272749
URL: https://svnweb.freebsd.org/changeset/base/272749
Log:
Fix comment.
MFC after:1 week
Modified:
head/sys/boot/common/disk.h
Modified: head/sys/boot/common/disk.h
===
On Wednesday, October 08, 2014 10:50:47 AM Steven Hartland wrote:
> I thought it was convension to avoid using $FreeBSD$ in code comments
> instead use the __FBSDID e.g.
>
> #include
> __FBSDID("$FreeBSD$");
> #include
>
> Could anyone confirm?
>
> Regards
> Steve
Yes, C files use __
Author: tuexen
Date: Wed Oct 8 15:29:49 2014
New Revision: 272750
URL: https://svnweb.freebsd.org/changeset/base/272750
Log:
Ensure that the number of stream reported in srs_number_streams is
consistent with the amount of data provided in the SCTP_RESET_STREAMS
socket option.
Thanks to Pe
Author: tuexen
Date: Wed Oct 8 15:30:59 2014
New Revision: 272751
URL: https://svnweb.freebsd.org/changeset/base/272751
Log:
Ensure that the list of streams sent in a stream reset parameter fits
in an mbuf-cluster.
Thanks to Peter Bostroem for drawing my attention to this part of the code.
On 08 Oct 2014, at 09:30 , Kashyap D Desai wrote:
> Author: kadesai
> Date: Wed Oct 8 09:30:35 2014
> New Revision: 272738
> URL: https://svnweb.freebsd.org/changeset/base/272738
>
> Log:
> Fix the minor svn add issue. $FreeBSD$ expands at the time of
> snv add, so I have added $FreeBSD$ as
Author: mav
Date: Wed Oct 8 16:22:26 2014
New Revision: 272756
URL: https://svnweb.freebsd.org/changeset/base/272756
Log:
Properly report 12Gbps connection rate.
Reviewed by: kadesai, slm
MFC after:1 week
Modified:
head/sys/dev/mpr/mpr_sas.c
head/sys/dev/mpr/mpr_table.c
Modifi
Author: jhb
Date: Wed Oct 8 16:22:59 2014
New Revision: 272757
URL: https://svnweb.freebsd.org/changeset/base/272757
Log:
Add schedgraph traces for callout handlers. Specifically, a callwheel logs
a running event each time it executes a callout function. The event
includes the function po
Author: kib
Date: Wed Oct 8 16:48:03 2014
New Revision: 272761
URL: https://svnweb.freebsd.org/changeset/base/272761
Log:
Add an argument to the x86 pmap_invalidate_cache_range() to request
forced invalidation of the cache range regardless of the presence of
self-snoop feature. Some recent
Author: emaste
Date: Wed Oct 8 17:40:58 2014
New Revision: 272762
URL: https://svnweb.freebsd.org/changeset/base/272762
Log:
Correct scale factor for T terabyte suffix
PR: 194250
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/find/function
Author: markj
Date: Wed Oct 8 17:44:30 2014
New Revision: 272763
URL: https://svnweb.freebsd.org/changeset/base/272763
Log:
If we fail to send a signal after rotation, print the pidfile from which
the corresponding PID was obtained.
PR: 194143
Submitted by: Lyndon Nerenberg
Author: gavin
Date: Wed Oct 8 19:49:10 2014
New Revision: 272764
URL: https://svnweb.freebsd.org/changeset/base/272764
Log:
It looks like an entry for the R215 is not required in cdce(4) after all.
Modified:
head/sys/dev/usb/net/if_cdce.c
Modified: head/sys/dev/usb/net/if_cdce.c
===
Author: mav
Date: Wed Oct 8 19:54:42 2014
New Revision: 272765
URL: https://svnweb.freebsd.org/changeset/base/272765
Log:
Remove one second wait for threads exit from icl_conn_close().
Switch it from polling with pause() to using cv_wait()/cv_signal().
Modified:
head/sys/dev/iscsi/icl.c
On Tue, Oct 7, 2014 at 3:39 PM, Baptiste Daroussin wrote:
> On Tue, Oct 07, 2014 at 02:02:34PM -0700, Craig Rodrigues wrote:
> > On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin
> wrote:
> >
> > >
> > > Why a direct commit instead of a proper import of 20141005 version? it
> > > would
> > > ha
Author: markj
Date: Wed Oct 8 20:25:21 2014
New Revision: 272766
URL: https://svnweb.freebsd.org/changeset/base/272766
Log:
Pass up the error status of minidumpsys() to its callers.
PR: 193761
Submitted by: Conrad Meyer
Sponsored by: EMC / Isilon Storage Division
Modified:
On Wed, Oct 08, 2014 at 01:10:19PM -0700, Craig Rodrigues wrote:
> On Tue, Oct 7, 2014 at 3:39 PM, Baptiste Daroussin wrote:
>
> > On Tue, Oct 07, 2014 at 02:02:34PM -0700, Craig Rodrigues wrote:
> > > On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin
> > wrote:
> > >
> > > >
> > > > Why a dire
Author: bapt
Date: Wed Oct 8 20:46:38 2014
New Revision: 272769
URL: https://svnweb.freebsd.org/changeset/base/272769
Log:
Import byacc 20141006
Modified:
head/contrib/byacc/CHANGES
head/contrib/byacc/MANIFEST
head/contrib/byacc/VERSION
head/contrib/byacc/configure
head/contrib/byacc
Author: ae
Date: Wed Oct 8 21:23:34 2014
New Revision: 272770
URL: https://svnweb.freebsd.org/changeset/base/272770
Log:
When tunneling interface is going to insert mbuf into netisr queue after
stripping
outer header, consider it as new packet and clear the protocols flags.
This fixes p
Author: jhb
Date: Wed Oct 8 21:53:24 2014
New Revision: 272771
URL: https://svnweb.freebsd.org/changeset/base/272771
Log:
Rewrite timeout(9) to be callout(9)-centric instead. Move the description
of timeout(9) to the end and mark it prominently as deprecated. Document
somewhat how times a
Author: jhb
Date: Wed Oct 8 21:56:00 2014
New Revision: 272772
URL: https://svnweb.freebsd.org/changeset/base/272772
Log:
Forgot to bump Dd.
Pointy hat to:jhb
Modified:
head/share/man/man9/timeout.9
Modified: head/share/man/man9/timeout.9
===
Author: ngie
Date: Thu Oct 9 00:32:33 2014
New Revision: 272777
URL: https://svnweb.freebsd.org/changeset/base/272777
Log:
Integrate usr.sbin/nmtree/tests from NetBSD into atf/kyua
In collaboration with: pho
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.sbin/nmtree/tests
Author: ngie
Date: Thu Oct 9 00:37:58 2014
New Revision: 272778
URL: https://svnweb.freebsd.org/changeset/base/272778
Log:
Set the autoindent to 4 spaces with vim in BSD.tests.dist
This will prevent vim users from accidentally checking in buggy mtree files
(mixed tabs/spaces).
MFC a
Author: ngie
Date: Thu Oct 9 00:41:42 2014
New Revision: 272779
URL: https://svnweb.freebsd.org/changeset/base/272779
Log:
Integrate usr.sbin/basename/tests from NetBSD into atf/kyua
In collaboration with: pho
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.bin/basename/te
58 matches
Mail list logo