Author: stefanf
Date: Thu Oct 11 07:39:51 2012
New Revision: 241439
URL: http://svn.freebsd.org/changeset/base/241439
Log:
Apply some style. Checked with md5.
Modified:
head/lib/libc/gen/fstab.c
Modified: head/lib/libc/gen/fstab.c
=
Author: stefanf
Date: Thu Oct 11 07:54:29 2012
New Revision: 241440
URL: http://svn.freebsd.org/changeset/base/241440
Log:
Decode the first two fstab fields with strunvis(3). This allows having spaces
in devices and mount paths, encoded as \s or \040.
PR: bin/117687
Submitted
Author: stefanf
Date: Thu Oct 11 08:18:28 2012
New Revision: 241441
URL: http://svn.freebsd.org/changeset/base/241441
Log:
Fix my last commit. Only call strunvis after properly checking the argument
is
not NULL.
Modified:
head/lib/libc/gen/fstab.c
Modified: head/lib/libc/gen/fstab.c
On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote:
> On 9 October 2012 13:27, wrote:
> > The original behavior can be recovered by using inline assembly to
> > fetch the value from a register into a local C variable; this would at
> > least not rely on undefined behavior. But I agree i
On 11.10.2012 15:44, Pawel Jakub Dawidek wrote:
> On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote:
>> On 9 October 2012 13:27, wrote:
>>> The original behavior can be recovered by using inline assembly to
>>> fetch the value from a register into a local C variable; this would at
>>> l
Author: mav
Date: Thu Oct 11 15:21:07 2012
New Revision: 241444
URL: http://svn.freebsd.org/changeset/base/241444
Log:
Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.
It is required to store extra recovery requests in case of bus resets.
On ATA/SATA this fixes asserti
On Thu, Oct 11, 2012 at 6:14 AM, Andrey Chernov wrote:
> On 11.10.2012 15:44, Pawel Jakub Dawidek wrote:
>> On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote:
>>> On 9 October 2012 13:27, wrote:
The original behavior can be recovered by using inline assembly to
fetch the valu
On 11.10.2012 19:23, Peter Wemm wrote:
> On Thu, Oct 11, 2012 at 6:14 AM, Andrey Chernov wrote:
>> On 11.10.2012 15:44, Pawel Jakub Dawidek wrote:
>>> On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote:
On 9 October 2012 13:27, wrote:
> The original behavior can be recovered by
Author: melifaro
Date: Thu Oct 11 16:15:18 2012
New Revision: 241446
URL: http://svn.freebsd.org/changeset/base/241446
Log:
Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific
data.
Submitted by: Dmitry Luhtionov
MFC after:2 weeks
Modified:
head/sys/netgr
Author: emaste
Date: Thu Oct 11 18:41:32 2012
New Revision: 241451
URL: http://svn.freebsd.org/changeset/base/241451
Log:
Exclude potential circular symlink when creating src tarball.
Normal release builds are not affected by this but it can happen if using
these release bits against a wo
On 11 October 2012 07:44, Pawel Jakub Dawidek wrote:
> On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote:
>> On 9 October 2012 13:27, wrote:
>> > The original behavior can be recovered by using inline assembly to
>> > fetch the value from a register into a local C variable; this would
Author: mav
Date: Thu Oct 11 19:57:11 2012
New Revision: 241455
URL: http://svn.freebsd.org/changeset/base/241455
Log:
Don't duplicate path/ccb allocation code, use existing functions.
Modified:
head/sys/cam/ata/ata_xpt.c
head/sys/cam/cam_xpt.c
head/sys/cam/scsi/scsi_xpt.c
Modified: head
Author: mav
Date: Thu Oct 11 20:14:11 2012
New Revision: 241456
URL: http://svn.freebsd.org/changeset/base/241456
Log:
Use separate malloc buckets for CAM devices, CCBs and paths. This will
make it easier to track down the source of any use after free problems.
Submitted by: ken@
Modifie
Author: peter
Date: Thu Oct 11 20:46:04 2012
New Revision: 241457
URL: http://svn.freebsd.org/changeset/base/241457
Log:
Point freebsd.org cluster machines to mx1 for their smarthost.
Modified:
head/etc/sendmail/freefall.mc
Modified: head/etc/sendmail/freefall.mc
Author: ray
Date: Thu Oct 11 21:19:42 2012
New Revision: 241463
URL: http://svn.freebsd.org/changeset/base/241463
Log:
Fix tiypo.
Submitted by: Luiz Otavio O Souza
Approved by: adrian (mentor)
Modified:
head/sys/dev/etherswitch/arswitch/arswitchvar.h
Modified: head/sys/dev/etherswitc
Author: emaste
Date: Thu Oct 11 21:24:07 2012
New Revision: 241464
URL: http://svn.freebsd.org/changeset/base/241464
Log:
Make local function static.
Modified:
head/tools/tools/netmap/pcap.c
Modified: head/tools/tools/netmap/pcap.c
Author: grehan
Date: Thu Oct 11 23:03:42 2012
New Revision: 241469
URL: http://svn.freebsd.org/changeset/base/241469
Log:
Patch from Bryan to fix a virtqueue issue:
virtqueue: Fix non-indirect virtqueues
We really must walk the entire descriptor chain in order
to append t
Author: grehan
Date: Thu Oct 11 23:41:18 2012
New Revision: 241470
URL: http://svn.freebsd.org/changeset/base/241470
Log:
Virtio SCSI driver
Submitted by: Bryan Venteicher bryanv at daemoninthecloset dot org
Reviewed by: grehan
Added:
head/share/man/man4/virtio_scsi.4 (contents, pr
Author: kevlo
Date: Fri Oct 12 01:31:02 2012
New Revision: 241471
URL: http://svn.freebsd.org/changeset/base/241471
Log:
Since the moduledata structure member priv is a void pointer, using
NULL instead of 0 when dealing with pointers.
Modified:
head/share/man/man9/module.9
Modified: head/s
On 2012/10/12 03:50, Eitan Adler wrote:
On 11 October 2012 07:44, Pawel Jakub Dawidek wrote:
On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote:
On 9 October 2012 13:27, wrote:
The original behavior can be recovered by using inline assembly to
fetch the value from a register into a
On Fri, Oct 12, 2012 at 01:31:03AM +, Kevin Lo wrote:
K> Author: kevlo
K> Date: Fri Oct 12 01:31:02 2012
K> New Revision: 241471
K> URL: http://svn.freebsd.org/changeset/base/241471
K>
K> Log:
K> Since the moduledata structure member priv is a void pointer, using
K> NULL instead of 0 when
Author: joel (doc committer)
Date: Fri Oct 12 06:16:51 2012
New Revision: 241479
URL: http://svn.freebsd.org/changeset/base/241479
Log:
Remove whitespace.
Modified:
head/share/man/man4/nvd.4
head/share/man/man4/nvme.4
Modified: head/share/man/man4/nvd.4
22 matches
Mail list logo