Author: pluknet
Date: Sun Aug 3 07:59:19 2014
New Revision: 269462
URL: http://svnweb.freebsd.org/changeset/base/269462
Log:
vn_path_to_global_path: update comment.
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
==
Author: delphij
Date: Sun Aug 3 09:47:51 2014
New Revision: 269466
URL: http://svnweb.freebsd.org/changeset/base/269466
Log:
Revert r269404 and use cpu_ticks() for dbuf allocation.
Encode CPU's number by XOR'ing the CPU ID against the 64-bit cpu_ticks().
Reviewed by: mav, gibbs
Dif
Author: mav
Date: Sun Aug 3 10:02:14 2014
New Revision: 269469
URL: http://svnweb.freebsd.org/changeset/base/269469
Log:
Do not retry token errors. They are not going to disappear by themselves.
MFC after:1 week
Modified:
head/sys/cam/scsi/scsi_all.c
Modified: head/sys/cam/scsi/scs
Author: joerg
Date: Sun Aug 3 10:47:45 2014
New Revision: 269470
URL: http://svnweb.freebsd.org/changeset/base/269470
Log:
Avoid a divide-by-zero panic when setting the baudrate to 0.
MFC after:2 weeks
Modified:
head/sys/dev/usb/serial/umcs.c
Modified: head/sys/dev/usb/serial/umcs.
Author: ray
Date: Sun Aug 3 11:01:35 2014
New Revision: 269471
URL: http://svnweb.freebsd.org/changeset/base/269471
Log:
Fix vt_vga driver to draw not-8-bit-aligned fonts correctly.
Still one bug here: mouse left some gaps on track when moving left.
MFC after:1 week
Sponsored by: T
Author: mav
Date: Sun Aug 3 11:43:14 2014
New Revision: 269472
URL: http://svnweb.freebsd.org/changeset/base/269472
Log:
Do not retry on set of non-transient XCOPY errors.
MFC after:1 week
Modified:
head/sys/cam/scsi/scsi_all.c
Modified: head/sys/cam/scsi/scsi_all.c
===
Author: ray
Date: Sun Aug 3 13:07:25 2014
New Revision: 269474
URL: http://svnweb.freebsd.org/changeset/base/269474
Log:
Allow to disable some special key combinations handled by vt(4), like debug
request, reboot request.
Requested by: Claude Buisson
Sponsored by: The FreeBSD Founda
Author: tuexen
Date: Sun Aug 3 14:10:10 2014
New Revision: 269475
URL: http://svnweb.freebsd.org/changeset/base/269475
Log:
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
NRSACK extension. The default will still be off, since it
it not an RFC (yet).
Changing the sysctl name w
On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote:
>
> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
> scritto:
>
>> On 21/07/2014 16:22, Pedro F. Giffuni wrote:
>>> ]
>>> Log:
>>> Add re-entrant versions of the hash functions based on the GNU api.
>>>
>> What, if anything, ca
On 03/08/2014 15:27, Warner Losh wrote:
What, if anything, can be done about qsort_r() API incompatibility?
qsort_r is non-standard and we did it first, plus we will want to stay
compatible with Apple :).
I guess we could do some ugly parameter swapping in the case where _GNU_SOURCE
is defined
Author: tuexen
Date: Sun Aug 3 15:09:13 2014
New Revision: 269476
URL: http://svnweb.freebsd.org/changeset/base/269476
Log:
Use consistent names for SCTP sysctls. Rename
nr_sack_on_off to nrsack_enable.
Please note that this extension is off by default
since it is not specified in an RFC
Il giorno 03/ago/2014, alle ore 09:27, Warner Losh ha scritto:
>
> On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote:
>
>>
>> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
>> scritto:
>>
>>> On 21/07/2014 16:22, Pedro F. Giffuni wrote:
]
Log:
Add re-entrant versi
On Jul 28, 2014, at 9:23 PM, John Baldwin wrote:
> On Thursday 26 June 2014 21:45:49 Rui Paulo wrote:
>> Author: rpaulo
>> Date: Thu Jun 26 21:45:49 2014
>> New Revision: 267937
>> URL: http://svnweb.freebsd.org/changeset/base/267937
>>
>> Log:
>> MFV illumos
>>
>> 4477 DTrace should speak J
Author: marcel
Date: Sun Aug 3 16:45:07 2014
New Revision: 269479
URL: http://svnweb.freebsd.org/changeset/base/269479
Log:
Fix multicast, broken by the conversion of the nfe(4) driver to the
driver API.
Submitted by: Mikhail
Modified:
head/sys/dev/nfe/if_nfe.c
Modified: head/sys/de
On Sun, 3 Aug 2014, Xin LI wrote:
Log:
Revert r269404 and use cpu_ticks() for dbuf allocation.
Encode CPU's number by XOR'ing the CPU ID against the 64-bit cpu_ticks().
Reviewed by: mav, gibbs
Differential Revision: https://phabric.freebsd.org/D521
MFC after: 2 weeks
This is still
Author: tuexen
Date: Sun Aug 3 18:12:55 2014
New Revision: 269481
URL: http://svnweb.freebsd.org/changeset/base/269481
Log:
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
the corresponding sysctl variable.
The default is off, since the specification is not an RFC yet.
MFC
Sun Aug 3 20:40:51 2014(r269485)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140803: Remove an obsolete man page
+OLD_FILES+=usr/share/man/man9/pmap_change_wiring.9.gz
# 20140728: libsbuf restored to old version.
OLD_LIBS+=lib/libsbuf.so.7
# 20140728: Remove an
Author: issyl0 (doc committer)
Date: Sun Aug 3 21:54:22 2014
New Revision: 269487
URL: http://svnweb.freebsd.org/changeset/base/269487
Log:
Add generic list, status, load and unload docs to gpart(8)
- In the style of gmirror(8).
PR: docs/191534
Reviewed by: gavin
Modifie
Author: gavin
Date: Sun Aug 3 21:56:53 2014
New Revision: 269488
URL: http://svnweb.freebsd.org/changeset/base/269488
Log:
For reasons which are not clear, r254263 broke some PCMCIA and CardBus
bridges in strange ways, either rendering them unable to detect
insertion and removal events, or
Author: peter
Date: Sun Aug 3 22:37:21 2014
New Revision: 269489
URL: http://svnweb.freebsd.org/changeset/base/269489
Log:
Partial revert of r262867.
r262867 was described as fixing socket buffer checks for SOCK_SEQPACKET,
but also changed one of the SOCK_DGRAM code paths to use the new
Author: mav
Date: Mon Aug 4 00:58:12 2014
New Revision: 269492
URL: http://svnweb.freebsd.org/changeset/base/269492
Log:
Improve locking of multicast addresses in VLAN and LAGG interfaces.
This fixes several scenarios of reproducible panics, cause by races
between multicast address chang
Author: mav
Date: Mon Aug 4 01:16:20 2014
New Revision: 269497
URL: http://svnweb.freebsd.org/changeset/base/269497
Log:
Add support for Windows dialect of EXTENDED COPY command, aka Microsoft ODX.
This allows to avoid extra network traffic when copying files on NTFS iSCSI
disks within o
On Aug 3, 2014, at 9:39 AM, Pedro Giffuni wrote:
>
> Il giorno 03/ago/2014, alle ore 09:27, Warner Losh ha
> scritto:
>
>>
>> On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote:
>>
>>>
>>> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
>>> scritto:
>>>
On 21/07/2014 16:22
Author: adrian
Date: Mon Aug 4 04:21:32 2014
New Revision: 269500
URL: http://svnweb.freebsd.org/changeset/base/269500
Log:
Make the ixgbe(4) module buildable outside of the tree.
It defaults to RSS not being enabled.
Modified:
head/sys/modules/ixgbe/Makefile
Modified: head/sys/modules
Author: adrian
Date: Mon Aug 4 04:23:45 2014
New Revision: 269501
URL: http://svnweb.freebsd.org/changeset/base/269501
Log:
Make igb(4) build outside of the kernel build.
Ths defaults to RSS being disabled.
Modified:
head/sys/modules/igb/Makefile
Modified: head/sys/modules/igb/Makefile
2014-08-04 12:23 GMT+08:00 Adrian Chadd :
> Author: adrian
> Date: Mon Aug 4 04:23:45 2014
> New Revision: 269501
> URL: http://svnweb.freebsd.org/changeset/base/269501
>
> Log:
> Make igb(4) build outside of the kernel build.
>
> Ths defaults to RSS being disabled.
>
> Modified:
> head/sys
2014-08-04 12:27 GMT+08:00 Marcelo Araujo :
>
>
>
> 2014-07-20 16:43 GMT+08:00 Adrian Chadd :
>
> Author: adrian
>> Date: Sun Jul 20 08:43:53 2014
>> New Revision: 268917
>> URL: http://svnweb.freebsd.org/changeset/base/268917
>>
>> Log:
>> Add the UDP hash -> RSS mbuf hash type for the ixgbe(4)
2014-07-20 16:43 GMT+08:00 Adrian Chadd :
> Author: adrian
> Date: Sun Jul 20 08:43:53 2014
> New Revision: 268917
> URL: http://svnweb.freebsd.org/changeset/base/268917
>
> Log:
> Add the UDP hash -> RSS mbuf hash type for the ixgbe(4) driver.
>
> Modified:
> head/sys/dev/ixgbe/ixgbe.c
>
> Mo
2014-08-04 12:21 GMT+08:00 Adrian Chadd :
> Author: adrian
> Date: Mon Aug 4 04:21:32 2014
> New Revision: 269500
> URL: http://svnweb.freebsd.org/changeset/base/269500
>
> Log:
> Make the ixgbe(4) module buildable outside of the tree.
>
> It defaults to RSS not being enabled.
>
> Modified:
>
On Aug 3, 2014, at 9:47 AM, Warner Losh wrote:
>
> On Jul 28, 2014, at 9:23 PM, John Baldwin wrote:
>
>> On Thursday 26 June 2014 21:45:49 Rui Paulo wrote:
>>> Author: rpaulo
>>> Date: Thu Jun 26 21:45:49 2014
>>> New Revision: 267937
>>> URL: http://svnweb.freebsd.org/changeset/base/267937
>
Author: davide
Date: Mon Aug 4 05:40:51 2014
New Revision: 269502
URL: http://svnweb.freebsd.org/changeset/base/269502
Log:
Fix an overflow in getsockopt(). optval isn't big enough to hold
sbintime_t.
Re-introduce r255030 behaviour capping socket timeouts to INT_32
if they're too large.
Author: ngie
Date: Mon Aug 4 05:45:09 2014
New Revision: 269503
URL: http://svnweb.freebsd.org/changeset/base/269503
Log:
Remove hardcoded path to TESTSDIR (Makefile, ld_library_pathfds.c) at
build time by using atf_tc_get_config_var(tc, "srcdir"))
This will allow end-users to move the b
Author: ngie
Date: Mon Aug 4 05:46:10 2014
New Revision: 269504
URL: http://svnweb.freebsd.org/changeset/base/269504
Log:
Fix a -Wsecurity warning with clang
Phabric: D525 (part of a larger patch)
Reviewed by: jmmv
Approved by: jmmv (co-mentor)
Modified:
head/libexec/rtld-elf/tes
Author: ngie
Date: Mon Aug 4 05:49:13 2014
New Revision: 269505
URL: http://svnweb.freebsd.org/changeset/base/269505
Log:
Move a -L argument from LDADD to LDFLAGS
Phabric: D525 (part of a larger patch)
Reviewed by: jmmv
Approved by: jmmv (co-mentor)
Modified:
head/libexec/rtld-el
Author: ngie
Date: Mon Aug 4 05:50:21 2014
New Revision: 269506
URL: http://svnweb.freebsd.org/changeset/base/269506
Log:
Fix BINDIR to not duplicate "${TESTSDIR}
This should fix 'make release' with MK_TESTS != no
Phabric: D525 (part of a larger patch)
Reviewed by: jmmv
Approve
35 matches
Mail list logo