Author: mav
Date: Thu Jul 11 07:14:51 2013
New Revision: 253193
URL: http://svnweb.freebsd.org/changeset/base/253193
Log:
MFC r253036:
Add quirk to configure headphones redirection on ASUS UX31A laptop.
Modified:
stable/9/sys/dev/sound/pci/hda/hdaa_patches.c
stable/9/sys/dev/sound/pci/hda
Author: mav
Date: Thu Jul 11 07:17:03 2013
New Revision: 253194
URL: http://svnweb.freebsd.org/changeset/base/253194
Log:
MFC r253069, r253074:
Add one more ID of Marvell SATA controller.
Add ID for Marvell 88SE9215 AHCI SATA controller.
Modified:
stable/9/sys/dev/ahci/ahci.c
Directory Pr
Author: yongari
Date: Thu Jul 11 08:18:00 2013
New Revision: 253195
URL: http://svnweb.freebsd.org/changeset/base/253195
Log:
MFC r245870:
bge_attach() can fail before attaching mii(4). So make sure to check
bge_miibus before detaching mii(4).
Modified:
stable/9/sys/dev/bge/if_bge.c
D
Author: yongari
Date: Thu Jul 11 08:18:46 2013
New Revision: 253196
URL: http://svnweb.freebsd.org/changeset/base/253196
Log:
MFC r245870:
bge_attach() can fail before attaching mii(4). So make sure to check
bge_miibus before detaching mii(4).
Modified:
stable/8/sys/dev/bge/if_bge.c
D
Author: yongari
Date: Thu Jul 11 08:41:45 2013
New Revision: 253197
URL: http://svnweb.freebsd.org/changeset/base/253197
Log:
MFC r245867:
For 57765 class controllers, set low watermark max receive frames to 1.
Modified:
stable/9/sys/dev/bge/if_bge.c
Directory Properties:
stable/9/sys/
Author: yongari
Date: Thu Jul 11 08:42:17 2013
New Revision: 253198
URL: http://svnweb.freebsd.org/changeset/base/253198
Log:
MFC r245867:
For 57765 class controllers, set low watermark max receive frames to 1.
Modified:
stable/8/sys/dev/bge/if_bge.c
Directory Properties:
stable/8/sys/
Author: yongari
Date: Thu Jul 11 08:50:30 2013
New Revision: 253199
URL: http://svnweb.freebsd.org/changeset/base/253199
Log:
MFC r245926, r245931
- Improve some comments.
- Make bge_lookup_{rev,vendor}() static.
- Factor out chip identification rather than duplicating the code.
Author: smh
Date: Thu Jul 11 09:10:17 2013
New Revision: 253200
URL: http://svnweb.freebsd.org/changeset/base/253200
Log:
MFC r253091:
Added 4K QUIRK for OCZ Vertex 4 SSDs
Modified:
stable/9/sys/cam/ata/ata_da.c
stable/9/sys/cam/scsi/scsi_da.c
Directory Properties:
stable/9/sys/ (prop
Author: smh
Date: Thu Jul 11 09:13:05 2013
New Revision: 253201
URL: http://svnweb.freebsd.org/changeset/base/253201
Log:
MFC r253091:
Added 4K QUIRK for OCZ Vertex 4 SSDs
Modified:
stable/8/sys/cam/ata/ata_da.c
stable/8/sys/cam/scsi/scsi_da.c
Directory Properties:
stable/8/sys/ (prop
Author: mav
Date: Thu Jul 11 09:27:56 2013
New Revision: 253202
URL: http://svnweb.freebsd.org/changeset/base/253202
Log:
Partially MFC r249095:
Add period script for graid(8) monitoring.
Added:
stable/9/etc/periodic/daily/401.status-graid
- copied unchanged from r249095, head/etc/peri
Author: avg
Date: Thu Jul 11 12:42:46 2013
New Revision: 253203
URL: http://svnweb.freebsd.org/changeset/base/253203
Log:
MFC r253077: should_yield: protect from td_swvoltick being uninitialized
or too stale
Modified:
stable/9/sys/kern/kern_synch.c
Directory Properties:
stable/9/sys/ (p
Author: andre
Date: Thu Jul 11 12:46:35 2013
New Revision: 253204
URL: http://svnweb.freebsd.org/changeset/base/253204
Log:
Fix style issues, a typo in "kern.ipc.nmbufs" and correctly plave and
expose the value of the tunable maxmbufmem as "kern.ipc.maxmbufmem"
through sysctl.
Reported
Author: des
Date: Thu Jul 11 12:47:06 2013
New Revision: 253205
URL: http://svnweb.freebsd.org/changeset/base/253205
Log:
MFH (r246553): document and explain need for setuid bit.
PR: docs/167741
Modified:
stable/9/usr.bin/newgrp/newgrp.1
stable/9/usr.bin/newgrp/newgrp.c
Direc
Author: des
Date: Thu Jul 11 12:49:12 2013
New Revision: 253206
URL: http://svnweb.freebsd.org/changeset/base/253206
Log:
MFH (r246552): mention newgrp(1) and how to change the group password.
PR: docs/167741
Modified:
stable/9/share/man/man5/group.5
Directory Properties:
sta
Author: andre
Date: Thu Jul 11 12:53:13 2013
New Revision: 253207
URL: http://svnweb.freebsd.org/changeset/base/253207
Log:
Make use of the fact that uma_zone_set_max(9) already returns the
rounded limit making a call to uma_zone_get_max(9) unnecessary.
MFC after:1 day
Modified:
he
On Wednesday, July 10, 2013 7:58:30 pm Garrett Cooper wrote:
> On Tue, Jul 9, 2013 at 8:20 AM, John Baldwin wrote:
>
> ...
>
> > I hadn't seen it. I had wondered if the '\n' issue was a generic sysfs
> > thing.
> > It sounds like it is and I'd be happy to revert the mlx4 change and alter
> >
Author: andre
Date: Thu Jul 11 14:18:38 2013
New Revision: 253208
URL: http://svnweb.freebsd.org/changeset/base/253208
Log:
SipHash is a cryptographically strong pseudo-random function (a.k.a. keyed
hash function) optimized for speed on short messages returning a 64bit hash/
digest value.
Author: jimharris
Date: Thu Jul 11 15:02:38 2013
New Revision: 253209
URL: http://svnweb.freebsd.org/changeset/base/253209
Log:
Fix a poorly worded comment in nvme(4).
MFC after:3 days
Modified:
head/sys/dev/nvme/nvme.h
Modified: head/sys/dev/nvme/nvme.h
Author: andre
Date: Thu Jul 11 15:29:25 2013
New Revision: 253210
URL: http://svnweb.freebsd.org/changeset/base/253210
Log:
Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACK
information into the ISN (initial sequence number) without the additional
use of timestamp bit
Author: wblock (doc committer)
Date: Thu Jul 11 15:45:51 2013
New Revision: 253211
URL: http://svnweb.freebsd.org/changeset/base/253211
Log:
MFC r245910,r247370,r249371,r252492,r252586:
r252586:
Add descriptions to the FILES list, fix some mdoc complaints, move the
"neither" entry ou
Author: wblock (doc committer)
Date: Thu Jul 11 15:53:19 2013
New Revision: 253212
URL: http://svnweb.freebsd.org/changeset/base/253212
Log:
MFC r252696:
Put the power modes in a list to make them easier to find.
Modified:
stable/9/usr.sbin/powerd/powerd.8
Directory Properties:
stable/
Author: wblock (doc committer)
Date: Thu Jul 11 15:55:57 2013
New Revision: 253213
URL: http://svnweb.freebsd.org/changeset/base/253213
Log:
MFC r252713:
Whitespace fixes: remove tabs on blank links, spaces following content,
tabs after spaces.
Modified:
stable/9/usr.sbin/powerd/powerd
On 11.07.2013 16:18, Andre Oppermann wrote:
Author: andre
Date: Thu Jul 11 14:18:38 2013
New Revision: 253208
URL: http://svnweb.freebsd.org/changeset/base/253208
Log:
SipHash is a cryptographically strong pseudo-random function (a.k.a. keyed
hash function) optimized for speed on short mes
Author: andre
Date: Thu Jul 11 16:27:11 2013
New Revision: 253214
URL: http://svnweb.freebsd.org/changeset/base/253214
Log:
Fix const propagation issues to make GCC happy.
Submitted by: Michael Butler
Modified:
head/sys/crypto/siphash/siphash.c
Modified: head/sys/crypto/siphash/siphash
Author: theraven
Date: Thu Jul 11 17:41:04 2013
New Revision: 253215
URL: http://svnweb.freebsd.org/changeset/base/253215
Log:
Cleanups to math.h that prevent namespace conflicts with C++.
Reviewed by: bde
MFC after:3 days
Modified:
head/lib/msun/src/math.h
Modified: head/lib/msu
On Wednesday, July 10, 2013 3:59:40 pm Marcel Moolenaar wrote:
>
> On Jul 10, 2013, at 11:09 AM, John Baldwin wrote:
>
> > On Wednesday, July 10, 2013 2:05:43 pm John Baldwin wrote:
> >> On Wednesday, July 10, 2013 1:42:20 pm Marcel Moolenaar wrote:
> >>> Author: marcel
> >>> Date: Wed Jul 10 17
On 2013-07-11 19:41, David Chisnall wrote:
> Author: theraven
> Date: Thu Jul 11 17:41:04 2013
> New Revision: 253215
> URL: http://svnweb.freebsd.org/changeset/base/253215
>
> Log:
> Cleanups to math.h that prevent namespace conflicts with C++.
>
> Reviewed by:bde
> MFC after: 3
Author: gjb
Date: Thu Jul 11 19:04:19 2013
New Revision: 253216
URL: http://svnweb.freebsd.org/changeset/base/253216
Log:
- Set stable/9 branch to -PRERELEASE status.
- Add 9.2 mdoc(7) macro.
Approved by: re (implicit)
Approved by: kib (mentor)
Modified:
stable/9/gnu/usr.bin/groff/
Author: np
Date: Thu Jul 11 19:09:31 2013
New Revision: 253217
URL: http://svnweb.freebsd.org/changeset/base/253217
Log:
Attach to the 4x10G T540-CR card.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
===
Author: pfg
Date: Thu Jul 11 19:18:13 2013
New Revision: 253218
URL: http://svnweb.freebsd.org/changeset/base/253218
Log:
MFC r253050:
Enhancement when writing an entire block of a file (from UFS r231313).
This change first attempts the uiomove() to the newly allocated
(and dirty)
Author: theraven
Date: Thu Jul 11 19:34:16 2013
New Revision: 253219
URL: http://svnweb.freebsd.org/changeset/base/253219
Log:
Fix some typoes in math.h cleanup.
Modified:
head/lib/msun/src/math.h
Modified: head/lib/msun/src/math.h
On 11 Jul 2013, at 19:52, Tijl Coosemans wrote:
> GCC doesn't support _Generic yet for -std=c11.
Ugh. Given that they also lack a fine-grained feature check mechanism, they
really should not advertise support for a language dialect if they don't
support it.
>
>> +#elif __GNUC_PREREQ__(5, 1)
On 2013-07-11 21:36, David Chisnall wrote:
> On 11 Jul 2013, at 19:52, Tijl Coosemans wrote:
>>> @@ -227,8 +250,6 @@ double expm1(double);
>>> double fma(double, double, double);
>>> double hypot(double, double);
>>> int ilogb(double) __pure2;
>>> -int(isinf)(double) __pure2;
>>
Author: dim
Date: Thu Jul 11 20:09:46 2013
New Revision: 253220
URL: http://svnweb.freebsd.org/changeset/base/253220
Log:
MFC r240966 (by brooks)
Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk.
When the compiler is clang add c++11 to COMPILER_FEATURES.
When the co
On 2013-07-11 22:03, Tijl Coosemans wrote:
> On 2013-07-11 21:36, David Chisnall wrote:
>> On 11 Jul 2013, at 19:52, Tijl Coosemans wrote:
@@ -227,8 +250,6 @@ double expm1(double);
double fma(double, double, double);
double hypot(double, double);
intilogb(double
Author: kib
Date: Thu Jul 11 20:33:57 2013
New Revision: 253221
URL: http://svnweb.freebsd.org/changeset/base/253221
Log:
When swap pager allocates metadata in the pagedaemon context, allow it
to drain the reserve. This was broken in r243040, causing deadlock.
Note that VM_WAIT call in case
Hi, Andre
On Thu, Jul 11, 2013 at 03:29:25PM +, Andre Oppermann wrote:
> Author: andre
> Date: Thu Jul 11 15:29:25 2013
> New Revision: 253210
> URL: http://svnweb.freebsd.org/changeset/base/253210
>
> Log:
> Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACK
> info
On Wed, Jul 10, 2013 at 20:58:33 +0200, Andre Albsmeier wrote:
> On Wed, 10-Jul-2013 at 20:49:15 +0200, Kenneth D. Merry wrote:
> > On Wed, Jul 03, 2013 at 07:43:49 +0200, Andre Albsmeier wrote:
> > > On Wed, 03-Jul-2013 at 07:22:36 +0200, Kenneth D. Merry wrote:
> > > > On Tue, Jul 02, 2013 at 07:
Author: dim
Date: Thu Jul 11 21:33:03 2013
New Revision: 253222
URL: http://svnweb.freebsd.org/changeset/base/253222
Log:
MFC r253159 (by theraven):
Import new libcxxrt / libc++. This brings some bug fixes, including a
potential race condition for static initialisers.
Modified:
stable
On Jul 11, 2013, at 6:41 AM, John Baldwin wrote:
> On Wednesday, July 10, 2013 3:59:40 pm Marcel Moolenaar wrote:
>>
>> On Jul 10, 2013, at 11:09 AM, John Baldwin wrote:
>>
>>> On Wednesday, July 10, 2013 2:05:43 pm John Baldwin wrote:
On Wednesday, July 10, 2013 1:42:20 pm Marcel Moolen
On Thu, Jul 11, 2013 at 14:53:32 -0600, Kenneth D. Merry wrote:
> On Wed, Jul 10, 2013 at 20:58:33 +0200, Andre Albsmeier wrote:
> > On Wed, 10-Jul-2013 at 20:49:15 +0200, Kenneth D. Merry wrote:
> > > On Wed, Jul 03, 2013 at 07:43:49 +0200, Andre Albsmeier wrote:
> > > > On Wed, 03-Jul-2013 at 07:
Author: jilles
Date: Thu Jul 11 22:15:14 2013
New Revision: 253223
URL: http://svnweb.freebsd.org/changeset/base/253223
Log:
MFC r251211: test(1): Add information about replacing -nt/-ot.
Modified:
stable/9/bin/test/test.1
Directory Properties:
stable/9/bin/test/ (props changed)
Modified
Author: cperciva
Date: Thu Jul 11 22:19:18 2013
New Revision: 253224
URL: http://svnweb.freebsd.org/changeset/base/253224
Log:
Fix bug in deleting files: If two ports had the same tarball and one of
them changed (or was removed from the tree) then portsnap would delete
that file. This happe
Author: hrs
Date: Fri Jul 12 00:40:49 2013
New Revision: 253227
URL: http://svnweb.freebsd.org/changeset/base/253227
Log:
MFC 230453, 230726, 252015, 252426:
- ipv6_enable + ipv6_gateway_enable should unset ACCEPT_RTADV by default for
backward compatibility.
- Configurations in ipv
Author: scottl
Date: Fri Jul 12 00:50:25 2013
New Revision: 253228
URL: http://svnweb.freebsd.org/changeset/base/253228
Log:
Refactor the various delete methods out of dastart(). Cleans up a bunch
of style and adds more modularity and clarity.
Obtained from:Netflix
MFC after:
Author: rmacklem
Date: Fri Jul 12 00:59:03 2013
New Revision: 253229
URL: http://svnweb.freebsd.org/changeset/base/253229
Log:
MFC: r252673
A problem with the old NFS client where large writes to large files
would sometimes result in a corrupted file was reported via email.
This problem ap
Author: hrs
Date: Fri Jul 12 01:06:08 2013
New Revision: 253230
URL: http://svnweb.freebsd.org/changeset/base/253230
Log:
MFC 243441:
Support a flag for ALLOW/BLOCK in source-specific multicast (RFC 4604).
Modified:
stable/9/usr.sbin/ifmcstat/ifmcstat.c
Directory Properties:
stable/9/u
Author: hrs
Date: Fri Jul 12 01:08:12 2013
New Revision: 253231
URL: http://svnweb.freebsd.org/changeset/base/253231
Log:
MFC 243324:
Do not put "already running" message when rc_quiet=yes.
PR: bin/165477
Modified:
stable/9/etc/rc.subr
Directory Properties:
stable/9/etc/ (prop
Author: hrs
Date: Fri Jul 12 01:12:28 2013
New Revision: 253232
URL: http://svnweb.freebsd.org/changeset/base/253232
Log:
MFC 242301:
Load ipdivert.ko when natd_enable=YES.
PR: conf/167566
Modified:
stable/9/etc/rc.d/ipfw
Directory Properties:
stable/9/etc/rc.d/ (props changed
Author: hrs
Date: Fri Jul 12 01:16:19 2013
New Revision: 253233
URL: http://svnweb.freebsd.org/changeset/base/253233
Log:
MFC 242184:
Add setfib(1) support for services as _fib in rc.conf.
Modified:
stable/9/etc/rc.subr
stable/9/share/man/man5/rc.conf.5
Directory Properties:
stable/9
Author: hrs
Date: Fri Jul 12 01:23:41 2013
New Revision: 253234
URL: http://svnweb.freebsd.org/changeset/base/253234
Log:
MFC 243185, 243188, 243212:
Add -fib modifier to specify FIB number. The FIB number can be in a
comma-separated list and/or range specification:
# route add -in
Author: hrs
Date: Fri Jul 12 01:25:24 2013
New Revision: 253235
URL: http://svnweb.freebsd.org/changeset/base/253235
Log:
MFC 244325:
- Fix strtol() error handling.
- Add a range condition of given FIB number and the related error messages.
- Fix free() problem.
Modified:
stable/9/sb
Author: hrs
Date: Fri Jul 12 01:27:11 2013
New Revision: 253236
URL: http://svnweb.freebsd.org/changeset/base/253236
Log:
MFC 245168:
Fix -iface and -interface modifiers.
Modified:
stable/9/sbin/route/route.c
Directory Properties:
stable/9/sbin/route/ (props changed)
Modified: stabl
Author: hrs
Date: Fri Jul 12 01:29:57 2013
New Revision: 253237
URL: http://svnweb.freebsd.org/changeset/base/253237
Log:
MFC 251581:
Fix a bug that the gateway address was not shown when a -gateway modifier
was used.
Modified:
stable/9/sbin/route/route.c
Directory Properties:
stable
Author: hrs
Date: Fri Jul 12 01:34:24 2013
New Revision: 253238
URL: http://svnweb.freebsd.org/changeset/base/253238
Log:
MFC 251584:
Add :ifname modifier to specify interface-specific routes into
{,ipv6_}static_routes and rc.d/routing. For example:
static_routes="foo bar:em0"
r
Author: hrs
Date: Fri Jul 12 01:52:31 2013
New Revision: 253239
URL: http://svnweb.freebsd.org/changeset/base/253239
Log:
MFC 232379, 252511, 252548, 253060:
- Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the
loader tunables as well because they have to be configured befor
Author: hrs
Date: Fri Jul 12 01:55:28 2013
New Revision: 253240
URL: http://svnweb.freebsd.org/changeset/base/253240
Log:
MFC 253093:
Make mandoc lint happy.
Modified:
stable/9/share/man/man4/bridge.4
Directory Properties:
stable/9/share/man/man4/ (props changed)
Modified: stable/9/
Author: hrs
Date: Fri Jul 12 01:59:30 2013
New Revision: 253242
URL: http://svnweb.freebsd.org/changeset/base/253242
Log:
MFC 253058:
- Add missing "static" keywords.
- Add a check for ifindex to if_indextoifinfo(). It returns NULL when
if_indextoname() fails.
Modified:
stable/9/u
Author: hrs
Date: Fri Jul 12 01:56:05 2013
New Revision: 253241
URL: http://svnweb.freebsd.org/changeset/base/253241
Log:
MFC 253066:
Update references.
Modified:
stable/9/lib/libc/net/getaddrinfo.3
stable/9/lib/libc/net/getnameinfo.3
Directory Properties:
stable/9/lib/libc/ (props
Author: hrs
Date: Fri Jul 12 02:11:42 2013
New Revision: 253243
URL: http://svnweb.freebsd.org/changeset/base/253243
Log:
MFC 245015:
Print the flags= part only when flags != 0.
Modified:
stable/9/usr.sbin/ifmcstat/ifmcstat.c
Directory Properties:
stable/9/usr.sbin/ifmcstat/ (props c
Author: sbruno
Date: Fri Jul 12 02:26:15 2013
New Revision: 253244
URL: http://svnweb.freebsd.org/changeset/base/253244
Log:
MFC r251516
Implement foreign device handling.
PR: kern/172091
Added:
stable/9/usr.sbin/mfiutil/mfi_foreign.c
- copied unchanged from r251516, head/usr
Author: yongari
Date: Fri Jul 12 02:28:01 2013
New Revision: 253245
URL: http://svnweb.freebsd.org/changeset/base/253245
Log:
MFC r253134:
Avoid controller reinitialization which could be triggered by
dhclient(8) or alias addresses are added.
Modified:
stable/9/sys/dev/hme/if_hme.c
Di
Author: yongari
Date: Fri Jul 12 02:28:35 2013
New Revision: 253246
URL: http://svnweb.freebsd.org/changeset/base/253246
Log:
MFC r253134:
Avoid controller reinitialization which could be triggered by
dhclient(8) or alias addresses are added.
Modified:
stable/8/sys/dev/hme/if_hme.c
Di
Author: hrs
Date: Fri Jul 12 02:36:00 2013
New Revision: 253247
URL: http://svnweb.freebsd.org/changeset/base/253247
Log:
Use strtoumax() instead of strtoul() for id/ref attr in XML elements.
This improves compatibility when running an ILP32 binary on LP64 kernel.
Spotted by: gjb
Modif
Author: gjb
Date: Fri Jul 12 02:42:37 2013
New Revision: 253248
URL: http://svnweb.freebsd.org/changeset/base/253248
Log:
Begin code freeze for the 9.2-RELEASE cycle.
Approved by: re (implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/approvers
Author: hrs
Date: Fri Jul 12 04:22:46 2013
New Revision: 253249
URL: http://svnweb.freebsd.org/changeset/base/253249
Log:
Revert r253247. This change should be improved based on a lesson learnt
from r233646 first.
Pointed out by: jmallett
Modified:
head/lib/libgeom/geom_xml2tree
On Fri, 12-Jul-2013 at 00:02:11 +0200, Kenneth D. Merry wrote:
> On Thu, Jul 11, 2013 at 14:53:32 -0600, Kenneth D. Merry wrote:
> > On Wed, Jul 10, 2013 at 20:58:33 +0200, Andre Albsmeier wrote:
> > > On Wed, 10-Jul-2013 at 20:49:15 +0200, Kenneth D. Merry wrote:
> > > > On Wed, Jul 03, 2013 at 07
Author: grehan
Date: Fri Jul 12 05:45:09 2013
New Revision: 253250
URL: http://svnweb.freebsd.org/changeset/base/253250
Log:
MFC r245066
-
Teach the kernel to recognize that it is executing inside a bhyve virtual
machi
Author: jh
Date: Fri Jul 12 06:03:25 2013
New Revision: 253252
URL: http://svnweb.freebsd.org/changeset/base/253252
Log:
Clarify how "hide" and "unhide" commands work on directories.
Modified:
head/sbin/devfs/devfs.8
Modified: head/sbin/devfs/devfs.8
=
Author: hrs
Date: Fri Jul 12 06:54:29 2013
New Revision: 253253
URL: http://svnweb.freebsd.org/changeset/base/253253
Log:
Fix a wrong memcpy of struct sockaddr.
Spotted by: d...@gmx.com
Modified:
head/usr.sbin/ypserv/yp_main.c
Modified: head/usr.sbin/ypserv/yp_main.c
=
70 matches
Mail list logo