Author: bryanv
Date: Mon Jun 16 04:32:27 2014
New Revision: 267524
URL: http://svnweb.freebsd.org/changeset/base/267524
Log:
Force two byte alignment for all control message headers
The header structure consists of two 1-byte elements, but it must always
be describable by a single SG entr
Author: bryanv
Date: Mon Jun 16 04:29:28 2014
New Revision: 267523
URL: http://svnweb.freebsd.org/changeset/base/267523
Log:
Make the feature negotiation code easier to follow
MFC after:1 week
Modified:
head/sys/dev/virtio/network/if_vtnet.c
Modified: head/sys/dev/virtio/network/if_
Author: bryanv
Date: Mon Jun 16 04:25:04 2014
New Revision: 267522
URL: http://svnweb.freebsd.org/changeset/base/267522
Log:
Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.h
These defines are applicable to userland too, but virtqueue.h contains
the kernel virtqueue
Author: bryanv
Date: Mon Jun 16 04:16:31 2014
New Revision: 267521
URL: http://svnweb.freebsd.org/changeset/base/267521
Log:
Remove kernel specific macro out of the VirtIO PCI header file
The eventual goal is to share this file with userland, so
remove the macro that is only specific for
Author: bryanv
Date: Mon Jun 16 04:12:33 2014
New Revision: 267520
URL: http://svnweb.freebsd.org/changeset/base/267520
Log:
- Remove two write-only local variables
- Remove unused element in the vtnet_rxq structure
MFC after:1 week
Modified:
head/sys/dev/virtio/network/if_vtne
Author: mav
Date: Sun Jun 15 20:14:11 2014
New Revision: 267519
URL: http://svnweb.freebsd.org/changeset/base/267519
Log:
Make backends track completion by processed number of sectors instead of
total transfer size.
Commands such as VERIFY or COMPARE AND WRITE may have transfer size not
Author: joel (doc committer)
Date: Sun Jun 15 18:39:10 2014
New Revision: 267518
URL: http://svnweb.freebsd.org/changeset/base/267518
Log:
Minor mdoc improvements.
Modified:
head/share/man/man4/proto.4
Modified: head/share/man/man4/proto.4
Author: joel (doc committer)
Date: Sun Jun 15 18:30:26 2014
New Revision: 267516
URL: http://svnweb.freebsd.org/changeset/base/267516
Log:
mdoc: add missing width to Bl -tag.
Modified:
head/usr.sbin/ctladm/ctladm.8
Modified: head/usr.sbin/ctladm/ctladm.8
=
Author: mav
Date: Sun Jun 15 18:16:51 2014
New Revision: 267515
URL: http://svnweb.freebsd.org/changeset/base/267515
Log:
Remove memcpy() from ctl_private[] accesses.
That union is aligned enough to access data directly.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_backend_blo
Author: mav
Date: Sun Jun 15 17:14:52 2014
New Revision: 267514
URL: http://svnweb.freebsd.org/changeset/base/267514
Log:
Move kern_total_len setting from backend to core code.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_backend_block.c
head/sys/cam/ctl/ctl_backend_ramdisk.c
Mo
Author: pfg
Date: Sun Jun 15 16:54:26 2014
New Revision: 267513
URL: http://svnweb.freebsd.org/changeset/base/267513
Log:
MFV r266988:
Merge from r258379 missed the tests.
4248 dtrace(1M) should never create DOF with empty probes section
4249 Only probes from the first DTrace objec
Author: pfg
Date: Sun Jun 15 16:38:17 2014
New Revision: 267512
URL: http://svnweb.freebsd.org/changeset/base/267512
Log:
patch: add dry-run alias for compatibility with other implementations.
Other implementations of patch(1), including GNU patch and "svn patch"
have a --dry-run option w
On 15 Jun 2014, at 17:13, Mark R V Murray wrote:
>
> On 30 May 2014, at 09:42, Michael Tuexen wrote:
>
>> On 29 May 2014, at 21:21, Mark R V Murray wrote:
>>
>>>
>>> On 29 May 2014, at 19:27, Michael Tuexen wrote:
>>>
On 29 May 2014, at 20:15, Mark R V Murray wrote:
>
>>
On 30 May 2014, at 09:42, Michael Tuexen wrote:
> On 29 May 2014, at 21:21, Mark R V Murray wrote:
>
>>
>> On 29 May 2014, at 19:27, Michael Tuexen wrote:
>>
>>> On 29 May 2014, at 20:15, Mark R V Murray wrote:
>>>
On 29 May 2014, at 19:13, Michael Tuexen wrote:
>> I
Author: ian
Date: Sun Jun 15 13:45:37 2014
New Revision: 267511
URL: http://svnweb.freebsd.org/changeset/base/267511
Log:
Create a mechanism for providing fine-grained build order dependencies
during SUBDIR_PARALLEL builds. This augments the coarse .WAIT mechanism,
which is still useful if
Author: br
Date: Sun Jun 15 12:08:33 2014
New Revision: 267507
URL: http://svnweb.freebsd.org/changeset/base/267507
Log:
Add very basic driver for 12-bit Analog to Digital Converter (ADC).
Added:
head/sys/arm/freescale/vybrid/vf_adc.c (contents, props changed)
head/sys/arm/freescale/vybri
Author: mav
Date: Sun Jun 15 11:21:44 2014
New Revision: 267506
URL: http://svnweb.freebsd.org/changeset/base/267506
Log:
Document additional LUN/backend options.
Modified:
head/usr.sbin/ctladm/ctladm.8
Modified: head/usr.sbin/ctladm/ctladm.8
=
Author: joel (doc committer)
Date: Sun Jun 15 10:43:12 2014
New Revision: 267505
URL: http://svnweb.freebsd.org/changeset/base/267505
Log:
mdoc: remove superfluous paragraph macros.
Modified:
head/bin/chio/chio.1
head/bin/rm/rm.1
Modified: head/bin/chio/chio.1
=
Author: joel (doc committer)
Date: Sun Jun 15 10:40:54 2014
New Revision: 267504
URL: http://svnweb.freebsd.org/changeset/base/267504
Log:
mdoc: add missing width argument to Bl -tag.
Modified:
head/share/man/man4/mrsas.4
Modified: head/share/man/man4/mrsas.4
Author: joel (doc committer)
Date: Sun Jun 15 10:34:35 2014
New Revision: 267503
URL: http://svnweb.freebsd.org/changeset/base/267503
Log:
mdoc: remove superfluous paragraph macros.
Modified:
head/share/man/man5/pf.conf.5
head/share/man/man5/rc.conf.5
Modified: head/share/man/man5/pf.conf.
Author: joel (doc committer)
Date: Sun Jun 15 10:31:50 2014
New Revision: 267502
URL: http://svnweb.freebsd.org/changeset/base/267502
Log:
mdoc: use display block in the beginning of the EXAMPLES section.
Modified:
head/usr.sbin/binmiscctl/binmiscctl.8
Modified: head/usr.sbin/binmiscctl/binm
Author: joel (doc committer)
Date: Sun Jun 15 10:18:57 2014
New Revision: 267501
URL: http://svnweb.freebsd.org/changeset/base/267501
Log:
Fix date.
Modified:
head/usr.bin/ssh-copy-id/ssh-copy-id.1
Modified: head/usr.bin/ssh-copy-id/ssh-copy-id.1
=
Author: mav
Date: Sun Jun 15 10:04:44 2014
New Revision: 267500
URL: http://svnweb.freebsd.org/changeset/base/267500
Log:
Format Portal Group Tag same as istgt does -- %4.4x instead of %x.
SPC-4 spec tells it should be "two or more hexadecimal digits".
RFC3720 tells it is 16-bit value.
Author: mav
Date: Sun Jun 15 09:37:06 2014
New Revision: 267499
URL: http://svnweb.freebsd.org/changeset/base/267499
Log:
Remove custom processing for "file" option.
Modified:
head/sys/cam/ctl/ctl_backend_block.c
Modified: head/sys/cam/ctl/ctl_backend_block.c
Author: mav
Date: Sun Jun 15 08:43:52 2014
New Revision: 267498
URL: http://svnweb.freebsd.org/changeset/base/267498
Log:
Respect "vendor" option in all places.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_frontend_iscsi.c
Modified: head/sys/cam/ctl/ctl.
Author: alc
Date: Sun Jun 15 07:52:59 2014
New Revision: 267497
URL: http://svnweb.freebsd.org/changeset/base/267497
Log:
One of the intentions behind r267254 was that the global variable "sgrowsiz"
would be read once and cached in a local variable so that the resource limit
check and map en
26 matches
Mail list logo