Author: hselasky
Date: Wed Oct 30 06:18:54 2013
New Revision: 257373
URL: http://svnweb.freebsd.org/changeset/base/257373
Log:
MFC r257206:
Fix a deadlock when trying to power off a USB device. The deadlock
happens because the code in question is trying to modify the parent
USB port regist
Author: hselasky
Date: Wed Oct 30 06:16:11 2013
New Revision: 257372
URL: http://svnweb.freebsd.org/changeset/base/257372
Log:
MFC r257206:
Fix a deadlock when trying to power off a USB device. The deadlock
happens because the code in question is trying to modify the parent
USB port regist
On Tue, 29 Oct 2013, Sean Bruno wrote:
Log:
Queisce sign errors by using unsigned char * and casting MAP_FAILED as unsigned
char *
This increases the type errors.
Modified: head/usr.bin/xinstall/xinstall.c
==
--- h
Author: nwhitehorn
Date: Tue Oct 29 23:55:17 2013
New Revision: 257370
URL: http://svnweb.freebsd.org/changeset/base/257370
Log:
Fix typo. Sorry!
Modified:
head/sys/arm/at91/at91.c
Modified: head/sys/arm/at91/at91.c
Author: delphij
Date: Tue Oct 29 22:42:30 2013
New Revision: 257369
URL: http://svnweb.freebsd.org/changeset/base/257369
Log:
Don't reference pointer before testing whether it is
NULL.
Submitted by: Clement Lecigne
Reviewed by: grehan
MFC after:3 days
Modified:
head/sys/dev/h
On Tue, Oct 29, 2013 at 10:35:53AM -0400, Adam McDougall wrote:
>
> Sorry, that didn't work (on r255793). Hand applied by adding the 'var',
> was that the only change? Thanks.
Alright, thanks for testing. I've committed a corrected patch in
r257361 that should resolve the problem. Can you c
Author: nwhitehorn
Date: Tue Oct 29 21:08:20 2013
New Revision: 257368
URL: http://svnweb.freebsd.org/changeset/base/257368
Log:
The ofw_bus() routines invoke the device's parent, not the device itself,
so cease iterating when the parent is NULL, not when the device is.
MFC after:5 da
On Tue, Oct 29, 2013 at 10:46 AM, Xin LI wrote:
> Author: delphij
> Date: Tue Oct 29 17:46:26 2013
> New Revision: 257350
> URL: http://svnweb.freebsd.org/changeset/base/257350
>
> Log:
> In r257079, SRCDIR is pointed to ${.CURDIR} when not set. However,
> Makefile.inc1 is being called in su
Author: andre
Date: Tue Oct 29 21:00:54 2013
New Revision: 257367
URL: http://svnweb.freebsd.org/changeset/base/257367
Log:
MFC r256920:
The TCP delayed ACK logic isn't aware of LRO passing up large aggregated
segments thinking it received only one segment. This causes it to enable
Author: sbruno
Date: Tue Oct 29 20:53:09 2013
New Revision: 257366
URL: http://svnweb.freebsd.org/changeset/base/257366
Log:
Quiesce warnings regarding assignement of loop conditionals by implementing
the solution from the compiler to wrap the statement in parens.
Modified:
head/contrib/lib
Author: sbruno
Date: Tue Oct 29 20:35:28 2013
New Revision: 257360
URL: http://svnweb.freebsd.org/changeset/base/257360
Log:
Queisce warning about empty bodies in these loops by bumping the ;; to the
next line.
Modified:
head/contrib/binutils/gas/config/atof-ieee.c
head/contrib/binutils/g
Author: jlh
Date: Tue Oct 29 20:35:35 2013
New Revision: 257361
URL: http://svnweb.freebsd.org/changeset/base/257361
Log:
Fix compatibility function for old daily_status_security_${name}_enable
variable
PR: conf/183137
Reported by:Adam McDougall
MFC after:3 days
Mo
Author: nwhitehorn
Date: Tue Oct 29 20:38:58 2013
New Revision: 257365
URL: http://svnweb.freebsd.org/changeset/base/257365
Log:
Panics about how things can't be attached should probably happen in the
attach method rather than probe.
Submitted by: brooks
Modified:
head/sys/mips/mips/ti
Author: jlh
Date: Tue Oct 29 20:38:19 2013
New Revision: 257364
URL: http://svnweb.freebsd.org/changeset/base/257364
Log:
Fix indentation.
MFC after: 4 days
Modified:
head/etc/defaults/periodic.conf
Modified: head/etc/defaults/periodic.conf
==
Author: sbruno
Date: Tue Oct 29 20:38:00 2013
New Revision: 257363
URL: http://svnweb.freebsd.org/changeset/base/257363
Log:
Queisce sign errors by using unsigned char * and casting MAP_FAILED as
unsigned
char *
Reviewed by: brooks@
Modified:
head/usr.bin/xinstall/xinstall.c
Modifie
Author: sbruno
Date: Tue Oct 29 20:36:04 2013
New Revision: 257362
URL: http://svnweb.freebsd.org/changeset/base/257362
Log:
Quiesce warning by including appropriate header file
Modified:
head/contrib/gcclibs/libssp/ssp.c
Modified: head/contrib/gcclibs/libssp/ssp.c
==
Author: tuexen
Date: Tue Oct 29 20:04:50 2013
New Revision: 257359
URL: http://svnweb.freebsd.org/changeset/base/257359
Log:
Terminate a debug output with a \n.
Modified:
head/sys/netinet/sctp_timer.c
Modified: head/sys/netinet/sctp_timer.c
===
Author: dumbbell
Date: Tue Oct 29 19:50:40 2013
New Revision: 257358
URL: http://svnweb.freebsd.org/changeset/base/257358
Log:
MFC r256771:
drm/radeon: radeonkms depends on firmware(9)
Submitted by: tijl@
Approved by: re (kib)
Modified:
stable/10/sys/dev/drm2/radeon/radeon_drv.c
On Tue, 29 Oct 2013, Mark Johnston wrote:
On Wed, Oct 30, 2013 at 12:21:28AM +1100, Bruce Evans wrote:
On Tue, 29 Oct 2013, Mark Johnston wrote:
Log:
Revert r257248 and fix the problem in a way that doesn't violate style(9).
Why did gcc complain about the original version?
It looks like
Author: bdrewery (ports committer)
Date: Tue Oct 29 18:47:07 2013
New Revision: 257357
URL: http://svnweb.freebsd.org/changeset/base/257357
Log:
Fix Dd from MFCing r257151
Modified:
stable/9/share/man/man7/hier.7
Modified: stable/9/share/man/man7/hier.7
==
Author: bdrewery (ports committer)
Date: Tue Oct 29 18:46:41 2013
New Revision: 257356
URL: http://svnweb.freebsd.org/changeset/base/257356
Log:
MFC r257151:
Document /var/cache/pkg into hier(7) which pkg(8) uses.
Approved by: bapt
Modified:
stable/8/share/man/man7/hier.7
Directo
Author: bdrewery (ports committer)
Date: Tue Oct 29 18:45:48 2013
New Revision: 257355
URL: http://svnweb.freebsd.org/changeset/base/257355
Log:
MFC r257151:
Document /var/cache/pkg into hier(7) which pkg(8) uses.
Approved by: bapt
Modified:
stable/9/share/man/man7/hier.7
Directo
Author: bdrewery (ports committer)
Date: Tue Oct 29 18:37:38 2013
New Revision: 257354
URL: http://svnweb.freebsd.org/changeset/base/257354
Log:
MFC r257151:
Document /var/cache/pkg into hier(7) which pkg(8) uses.
Approved by: bapt
Approved by: re (glebius)
Modified:
stable/10
Author: bdrewery (ports committer)
Date: Tue Oct 29 18:36:44 2013
New Revision: 257353
URL: http://svnweb.freebsd.org/changeset/base/257353
Log:
MFC: r256770,r257142,r257145,r257146,r257147,r257148,
r257149,r257150,r257158,r257159,r257164,r257168,
r257193
- Support checking
Author: andre
Date: Tue Oct 29 17:48:08 2013
New Revision: 257351
URL: http://svnweb.freebsd.org/changeset/base/257351
Log:
Move all interface queue related structures, macros and definitions
from net/if_var to it own new net/ifq.h.
For now net/ifq.h is unconditionally included through ne
Author: delphij
Date: Tue Oct 29 17:46:26 2013
New Revision: 257350
URL: http://svnweb.freebsd.org/changeset/base/257350
Log:
In r257079, SRCDIR is pointed to ${.CURDIR} when not set. However,
Makefile.inc1 is being called in sub-make's where make(1) would,
by default, implicitly chdir(2) t
Author: glebius
Date: Tue Oct 29 17:38:13 2013
New Revision: 257349
URL: http://svnweb.freebsd.org/changeset/base/257349
Log:
Make userland tools honor WITHOUT_PF build option.
Tested by:d...@gmx.com
Modified:
head/contrib/tcpdump/print-ip.c
head/sbin/ifconfig/Makefile
head/usr.b
Author: delphij
Date: Tue Oct 29 17:34:15 2013
New Revision: 257348
URL: http://svnweb.freebsd.org/changeset/base/257348
Log:
Don't call arc4random_stir() explicitly. To quote arc4random(3)
manual page:
There is no need to call arc4random_stir() before using
arc4random() functi
Author: neel
Date: Tue Oct 29 17:31:16 2013
New Revision: 257347
URL: http://svnweb.freebsd.org/changeset/base/257347
Log:
Update copyright to include the author of the LPC bridge emulation code.
Modified:
head/usr.sbin/bhyve/pci_lpc.c
Modified: head/usr.sbin/bhyve/pci_lpc.c
Author: loos
Date: Tue Oct 29 15:45:11 2013
New Revision: 257346
URL: http://svnweb.freebsd.org/changeset/base/257346
Log:
Fix the build of TP-WN1043ND kernel. Provide necessary includes and remove
unnecessary includes for rtl8366rb.
Approved by: adrian (mentor)
Modified:
head/sys/de
Author: nwhitehorn
Date: Tue Oct 29 15:36:58 2013
New Revision: 257345
URL: http://svnweb.freebsd.org/changeset/base/257345
Log:
Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encode
the upper 32-bits of the LUN, if possible, into the target_lun field as
passed directly from
On 10/29/2013 10:07 AM, Bryan Drewery wrote:
> Author: bdrewery (ports committer)
> Date: Tue Oct 29 15:07:54 2013
> New Revision: 257344
> URL: http://svnweb.freebsd.org/changeset/base/257344
>
> Log:
> Move /etc/keys to /usr/share/keys where users are less likely to modify
> them.
>
> Re
On Wed, Oct 30, 2013 at 12:21:28AM +1100, Bruce Evans wrote:
> On Tue, 29 Oct 2013, Mark Johnston wrote:
>
> > Log:
> > Revert r257248 and fix the problem in a way that doesn't violate style(9).
>
> Why did gcc complain about the original version?
It looks like this is because of the use of -W,
Author: bdrewery (ports committer)
Date: Tue Oct 29 15:07:54 2013
New Revision: 257344
URL: http://svnweb.freebsd.org/changeset/base/257344
Log:
Move /etc/keys to /usr/share/keys where users are less likely to modify them.
Requested by: secteam (cperciva, des)
Approved by: bapt
Added:
On Mon, Oct 28, 2013 at 10:17:00PM +0100, Jeremie Le Hen wrote:
Hi Adam,
On Sun, Oct 20, 2013 at 08:01:10PM -0400, Adam McDougall wrote:
> Thanks for working on this, I look forward to taking advantage of it!
>
> I have a system with some old style adjustments in periodic.conf but
Author: nwhitehorn
Date: Tue Oct 29 14:44:36 2013
New Revision: 257343
URL: http://svnweb.freebsd.org/changeset/base/257343
Log:
A last BUS_PROBE_NOWILDCARD. Move setting the postfilter function into the
attach function probe shouldn't actually set anything up but just bid
on the device.
Mo
Author: nwhitehorn
Date: Tue Oct 29 14:32:33 2013
New Revision: 257342
URL: http://svnweb.freebsd.org/changeset/base/257342
Log:
A few last BUS_PROBE_NOWILDCARDs are in order.
Modified:
head/sys/arm/econa/econa.c
head/sys/arm/s3c2xx0/s3c24x0.c
head/sys/arm/sa11x0/sa11x0.c
Modified: head/
Author: nwhitehorn
Date: Tue Oct 29 14:19:42 2013
New Revision: 257341
URL: http://svnweb.freebsd.org/changeset/base/257341
Log:
More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)
resist easy conversion since they implement a great deal of their attach
logic inside p
Author: pluknet
Date: Tue Oct 29 14:15:09 2013
New Revision: 257340
URL: http://svnweb.freebsd.org/changeset/base/257340
Log:
Fixed typo.
Submitted by: Nikolai Lifanov
Pointyhat:pluknet
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
Author: nwhitehorn
Date: Tue Oct 29 14:07:31 2013
New Revision: 257338
URL: http://svnweb.freebsd.org/changeset/base/257338
Log:
Devices that rely on hints or identify routines for discovery need to
return BUS_PROBE_NOWILDCARD from their probe routines to avoid claiming
wildcard devices on t
Author: trasz
Date: Tue Oct 29 14:07:42 2013
New Revision: 257339
URL: http://svnweb.freebsd.org/changeset/base/257339
Log:
MFC r257061:
Don't spin with mutex hold when there is not enough room in the send socket
buffer. While here, make the code flow somewhat nicer.
Thanks to mav@
Author: nwhitehorn
Date: Tue Oct 29 13:52:05 2013
New Revision: 257337
URL: http://svnweb.freebsd.org/changeset/base/257337
Log:
Hints-only devices should return BUS_PROBE_NOWILDCARD from their probe
methods.
Modified:
head/sys/arm/xscale/i80321/iq80321.c
head/sys/arm/xscale/pxa/pxa_obio.
Author: nwhitehorn
Date: Tue Oct 29 13:48:41 2013
New Revision: 257336
URL: http://svnweb.freebsd.org/changeset/base/257336
Log:
These nexus attachments do not execute a real probe and so need
BUS_PROBE_NOWILDCARD set.
Modified:
head/sys/dev/altera/atse/if_atse_nexus.c
head/sys/dev/altera
Author: pluknet
Date: Tue Oct 29 13:44:19 2013
New Revision: 257335
URL: http://svnweb.freebsd.org/changeset/base/257335
Log:
OS X 10.9 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
=
Author: nwhitehorn
Date: Tue Oct 29 13:43:09 2013
New Revision: 257334
URL: http://svnweb.freebsd.org/changeset/base/257334
Log:
Hints-only devices should have BUS_PROBE_NOWILDCARD set. We probably need
a better flag for this (in the driver metadata, for example).
Modified:
head/sys/dev/ter
On Tue, 29 Oct 2013, Mark Johnston wrote:
Log:
Revert r257248 and fix the problem in a way that doesn't violate style(9).
Why did gcc complain about the original version?
Modified: head/lib/libproc/_libproc.h
==
---
Author: zbb
Date: Tue Oct 29 13:16:05 2013
New Revision: 257332
URL: http://svnweb.freebsd.org/changeset/base/257332
Log:
Add missing ARMv6 CPU functions to ARM Makefile
Will fix RPI-B kernel build failure since it adds missing
armv6_idcache_wbinv_all which was previously taken from cpufu
Author: melifaro
Date: Tue Oct 29 12:53:23 2013
New Revision: 257330
URL: http://svnweb.freebsd.org/changeset/base/257330
Log:
MFC r256624:
Fix long-standing issue with incorrect radix mask calculation.
Usual symptoms are messages like
rn_delete: inconsistent annotation
rn_addmask:
Author: nyan
Date: Tue Oct 29 12:34:11 2013
New Revision: 257329
URL: http://svnweb.freebsd.org/changeset/base/257329
Log:
Fix build. Both clang and gcc are required on pc98.
X-MFC with: r256915
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: bdrewery (ports committer)
Date: Tue Oct 29 12:25:22 2013
New Revision: 257328
URL: http://svnweb.freebsd.org/changeset/base/257328
Log:
MFC r257051:
Add support for using "pkg+http://"; for the PACKAGESITE.
pkg 1.2 is adding this support as well. This should help
lesse
Author: smh
Date: Tue Oct 29 11:36:31 2013
New Revision: 257327
URL: http://svnweb.freebsd.org/changeset/base/257327
Log:
MFC r257109:
Add clang-CC and CC to list of hints allowing clang to identify its operating
mode as c++ instead of defaulting to c for the binary names CC and clang-CC.
Author: rrs
Date: Tue Oct 29 11:28:11 2013
New Revision: 257326
URL: http://svnweb.freebsd.org/changeset/base/257326
Log:
Opps, my kirkwood fix for the dreamplug missed this.
Modified:
head/sys/dev/cesa/cesa.c
Modified: head/sys/dev/cesa/cesa.c
===
Author: glebius
Date: Tue Oct 29 11:21:31 2013
New Revision: 257325
URL: http://svnweb.freebsd.org/changeset/base/257325
Log:
Uninline inm_lookup_locked(). Now in_var.h doesn't dereference
fields of struct ifnet.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
head/sys/neti
Author: glebius
Date: Tue Oct 29 11:17:49 2013
New Revision: 257324
URL: http://svnweb.freebsd.org/changeset/base/257324
Log:
- Provide necessary includes.
- Remove unnecessary includes.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
head/sys/compat/svr4/svr4_sockio.c
he
Author: melifaro
Date: Tue Oct 29 09:57:00 2013
New Revision: 257323
URL: http://svnweb.freebsd.org/changeset/base/257323
Log:
Merge r256550.
Improve locking model used to protect netgraph topology:
use rwlocks instead of mutexes on node traversal.
Reviewed by: glebius
Tested by:
Author: glebius
Date: Tue Oct 29 09:24:39 2013
New Revision: 257321
URL: http://svnweb.freebsd.org/changeset/base/257321
Log:
Merge r256824 from head:
Provide a working example line for an interface with 1 address running
with CARP.
Currently, we've got a problem that interface is
Author: glebius
Date: Tue Oct 29 09:23:51 2013
New Revision: 257320
URL: http://svnweb.freebsd.org/changeset/base/257320
Log:
Merge r256537 from head:
Make getutxent(3) more robust against bad utx.log files. Whenever we read
zeroes, don't stop processing the file, but read until its en
On Mon, Oct 28, 2013 at 09:27:30PM -0700, Adrian Chadd wrote:
> I've filed a PR.
>
> Please update to -HEAD and test.
Ok thanks, will do. Probably I won't be able before tomorrow though.
Stefan
___
svn-src-all@freebsd.org mailing list
http://lists.free
Author: bapt
Date: Tue Oct 29 08:55:09 2013
New Revision: 257317
URL: http://svnweb.freebsd.org/changeset/base/257317
Log:
Setting WARNS=6 is useless, as it is already the default
Reported by: Sascha Wildner
Modified:
head/usr.bin/yacc/Makefile
Modified: head/usr.bin/yacc/Makefile
Author: bapt
Date: Tue Oct 29 08:22:38 2013
New Revision: 257316
URL: http://svnweb.freebsd.org/changeset/base/257316
Log:
Change warning level to 6
Modified:
head/usr.bin/yacc/Makefile
Modified: head/usr.bin/yacc/Makefile
=
Author: bapt
Date: Tue Oct 29 08:21:22 2013
New Revision: 257315
URL: http://svnweb.freebsd.org/changeset/base/257315
Log:
Merge byacc 20130925
2 changes:
- Increase default stack-size so that used to be our default stack-size prior
byacc import
- fix two loop-limits found by clang 3.3
Author: bapt
Date: Tue Oct 29 08:10:34 2013
New Revision: 257314
URL: http://svnweb.freebsd.org/changeset/base/257314
Log:
Tag byacc 20130925
Added:
vendor/byacc/20130925/
- copied from r257313, vendor/byacc/dist/
___
svn-src-all@freebsd.org ma
Author: bapt
Date: Tue Oct 29 08:08:57 2013
New Revision: 257313
URL: http://svnweb.freebsd.org/changeset/base/257313
Log:
Import byacc version 20130925
Added:
vendor/byacc/dist/package/mingw-byacc.spec
Modified:
vendor/byacc/dist/CHANGES
vendor/byacc/dist/VERSION
vendor/byacc/dist/aclo
On 29 Oct 2013, at 05:25, Eygene Ryabinkin wrote:
> Author: rea (ports committer)
> Date: Tue Oct 29 04:25:49 2013
> New Revision: 257302
> URL: http://svnweb.freebsd.org/changeset/base/257302
>
> Log:
> binutils/bfd: fix printf-like format strings for "bfd *" arguments
>
> There is a special
Author: kib
Date: Tue Oct 29 07:48:36 2013
New Revision: 257312
URL: http://svnweb.freebsd.org/changeset/base/257312
Log:
MFC r256848:
Use plain register read for waiting of the reset completion
notification, to avoid gt_lock recursion.
Modified:
stable/9/sys/dev/drm2/i915/i915_drv.c
Dire
Author: kib
Date: Tue Oct 29 07:35:19 2013
New Revision: 257311
URL: http://svnweb.freebsd.org/changeset/base/257311
Log:
MFC r256848:
Use plain register read for waiting of the reset completion
notification, to avoid gt_lock recursion.
Approved by: re (glebius)
Modified:
stable/10/
Author: bapt
Date: Tue Oct 29 07:33:53 2013
New Revision: 257309
URL: http://svnweb.freebsd.org/changeset/base/257309
Log:
MFC: r256968, r256971, r256978
Improve SRV records support for the pkg(8) bootstrap:
- order srv records by priorities
- for all entries of the same priority, order
Author: kib
Date: Tue Oct 29 07:33:55 2013
New Revision: 257310
URL: http://svnweb.freebsd.org/changeset/base/257310
Log:
MFC r256847:
Print more useful information about the transfer that trigger the assertion.
Approved by: re (glebius)
Modified:
stable/10/sys/kern/uipc_syscalls.c
Di
Author: kib
Date: Tue Oct 29 07:25:54 2013
New Revision: 257308
URL: http://svnweb.freebsd.org/changeset/base/257308
Log:
Remove redundand declaration, fixing the build with gcc.
Reported and tested by: Michael Butler
Sponsored by: The FreeBSD Foundation
MFC after:1 month
Mo
69 matches
Mail list logo