Author: jhibbits
Date: Wed Feb 18 07:34:32 2015
New Revision: 278945
URL: https://svnweb.freebsd.org/changeset/base/278945
Log:
Match the right backlight driver.
Some ATI-based PowerBooks use the string 'mnca' in the backlight controller
device tree entry, so account for this and don't us
Author: jhibbits
Date: Wed Feb 18 06:53:40 2015
New Revision: 278943
URL: https://svnweb.freebsd.org/changeset/base/278943
Log:
Don't set the write bit if we're just reading.
Also fix a couple typos.
MFC after:3 weeks
Modified:
head/sys/powerpc/powermac/atibl.c
Modified: head/s
Hm!
Can you dump the config space when this happens, just locally?
I'd like to see what the device id and sub ids are.
(That'll tell me if the thing hit a power-on bug, which there has
actually been a reset power-on "bug" in atheros hardware since.. well,
forever.)
-adrian
On 17 February 20
Author: arybchik
Date: Wed Feb 18 06:26:07 2015
New Revision: 278942
URL: https://svnweb.freebsd.org/changeset/base/278942
Log:
sfxge: fix broken MCDI_EV_FIELD() macro
Submitted by: Andrew Lee
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
h
Author: arybchik
Date: Wed Feb 18 06:23:16 2015
New Revision: 278941
URL: https://svnweb.freebsd.org/changeset/base/278941
Log:
sfxge: support variable-length response to MCDI GET_BOARD_CFG
Allocate the minimum or maximum response length for GET_BOARD_CFG as
appropriate. When looking up
Author: arybchik
Date: Wed Feb 18 06:21:59 2015
New Revision: 278940
URL: https://svnweb.freebsd.org/changeset/base/278940
Log:
sfxge: add driver context member with number of event queues
Mainly to unify with similar member for transmit and receive queues.
It will be used in the future f
Author: arybchik
Date: Wed Feb 18 06:20:59 2015
New Revision: 278939
URL: https://svnweb.freebsd.org/changeset/base/278939
Log:
sfxge: add driver context member with number of receive queues
Mainly to unify with similar member for transmit queues.
Sponsored by: Solarflare Communicati
Author: arybchik
Date: Wed Feb 18 06:19:35 2015
New Revision: 278938
URL: https://svnweb.freebsd.org/changeset/base/278938
Log:
sfxge: add driver context member with number of transmit queues
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/sy
Author: arybchik
Date: Wed Feb 18 06:18:51 2015
New Revision: 278937
URL: https://svnweb.freebsd.org/changeset/base/278937
Log:
sfxge: add TCP segment size to sfxge_tso_state
It avoids access to m_pkthdr when TSO packet is started and also makes
tso_start_new_packet() function smaller.
Author: imp
Date: Wed Feb 18 05:53:04 2015
New Revision: 278936
URL: https://svnweb.freebsd.org/changeset/base/278936
Log:
On my Lenovo T400, a Atheros 2413 has a problem powering up
sometimes. It will power up wrong and identify itself badly:
cardbus0: at device 0.0 (no driver attached)
On Feb 17, 2015, at 11:32, Gleb Smirnoff wrote:
>
> Differential Revision: D1499
You need to use the *FULL* URL. Otherwise the revision won't be closed
automatically.
--
Rui Paulo
___
svn-src-all@freebsd.org mailing list
http://lists.fre
Author: markj
Date: Wed Feb 18 03:54:54 2015
New Revision: 278934
URL: https://svnweb.freebsd.org/changeset/base/278934
Log:
Remove drti.o's dependency on libelf. This makes it possible to add DTrace
probes to userland programs and libraries without also needing to link
libelf.
dtrace -
Author: rpaulo
Date: Wed Feb 18 03:46:43 2015
New Revision: 278933
URL: https://svnweb.freebsd.org/changeset/base/278933
Log:
Fix a typo in ipv6_down().
We weren't skipping extraneous entries in the ifconfig | grep inet6 case.
Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com
Author: pfg
Date: Wed Feb 18 03:33:17 2015
New Revision: 278932
URL: https://svnweb.freebsd.org/changeset/base/278932
Log:
libc: clean some set-but-not-used errors.
These were found by gcc 5.0 on Dragonfly BSD, however I
made no attempt to silence the false positives.
Obtained from:
On Tuesday, February 17, 2015 08:06:32 PM Shawn Webb wrote:
> On Tuesday, February 17, 2015 11:14:26 PM John-Mark Gurney wrote:
> > Author: jmg
> > Date: Tue Feb 17 23:14:26 2015
> > New Revision: 278927
> > URL: https://svnweb.freebsd.org/changeset/base/278927
> >
> > Log:
> > Fix a bug where t
On Tuesday, February 17, 2015 11:14:26 PM John-Mark Gurney wrote:
> Author: jmg
> Date: Tue Feb 17 23:14:26 2015
> New Revision: 278927
> URL: https://svnweb.freebsd.org/changeset/base/278927
>
> Log:
> Fix a bug where this function overflowed it's buffer... This was
> causing ZFS panics on b
Author: mjg
Date: Tue Feb 17 23:54:06 2015
New Revision: 278930
URL: https://svnweb.freebsd.org/changeset/base/278930
Log:
filedesc: simplify fget_unlocked & friends
Introduce fget_fcntl which performs appropriate checks when needed.
This removes a branch from fget_unlocked.
Introduc
==
--- head/UPDATING Tue Feb 17 23:20:19 2015(r278928)
+++ head/UPDATING Tue Feb 17 23:41:08 2015(r278929)
@@ -33,8 +33,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
20150217:
If you are running a -CURRENT kernel since
Author: pfg
Date: Tue Feb 17 23:20:19 2015
New Revision: 278928
URL: https://svnweb.freebsd.org/changeset/base/278928
Log:
ministat(1): replace malloc + memset with calloc.
Reviewed by: phk
Modified:
head/usr.bin/ministat/ministat.c
Modified: head/usr.bin/ministat/ministat.c
==
Author: jmg
Date: Tue Feb 17 23:14:26 2015
New Revision: 278927
URL: https://svnweb.freebsd.org/changeset/base/278927
Log:
Fix a bug where this function overflowed it's buffer... This was
causing ZFS panics on boot...
This is purely reviewed and tested by peter.
Reviewed by: peter
Author: rpaulo
Date: Tue Feb 17 23:13:45 2015
New Revision: 278926
URL: https://svnweb.freebsd.org/changeset/base/278926
Log:
release: use xz via pipe when compressing the tarballs.
libarchive(3) doesn't support the new liblzma API yet, but this change
allows us to enable multi-threaded x
Author: glebius
Date: Tue Feb 17 22:33:22 2015
New Revision: 278925
URL: https://svnweb.freebsd.org/changeset/base/278925
Log:
Even more fixes to !INET and !INET6 kernels.
In collaboration with:pluknet
Modified:
head/sys/netpfil/pf/pf_norm.c
Modified: head/sys/netpfil/pf/pf_norm
On Tue, 17 Feb 2015, Gleb Smirnoff wrote:
Author: glebius
Date: Tue Feb 17 19:27:14 2015
New Revision: 278913
URL: https://svnweb.freebsd.org/changeset/base/278913
Log:
Globally enable -fms-extensions when building kernel with gcc, and remove
this option from all modules that enable it thei
Author: hselasky
Date: Tue Feb 17 21:59:15 2015
New Revision: 278924
URL: https://svnweb.freebsd.org/changeset/base/278924
Log:
Fix compilation of LINT-NOINET kernel target after r278886.
Sponsored by: Mellanox Technologies
MFC after:1 month
Modified:
head/sys/ofed/include/net/ip.h
On Wed, Feb 18, 2015 at 01:40:36AM +0400, Sergey Kandaurov wrote:
S> On 17 February 2015 at 20:31, John-Mark Gurney wrote:
S> > Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +:
S> >> Author: glebius
S> >> Date: Mon Feb 16 03:38:27 2015
S> >> New Revision: 278831
S> >> URL: htt
On 17 February 2015 at 20:31, John-Mark Gurney wrote:
> Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +:
>> Author: glebius
>> Date: Mon Feb 16 03:38:27 2015
>> New Revision: 278831
>> URL: https://svnweb.freebsd.org/changeset/base/278831
>>
>> Log:
>> Update the pf fragment
most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150217:
+ If you are running a -CURRENT kernel since r273872 (Oct 30th, 2014),
+ but before r278907, the RNG was not seeded properly. Immediately
+ u
Author: pfg
Date: Tue Feb 17 21:12:45 2015
New Revision: 278921
URL: https://svnweb.freebsd.org/changeset/base/278921
Log:
du(1): replace malloc + memset with calloc.
Modified:
head/usr.bin/du/du.c
Modified: head/usr.bin/du/du.c
===
Author: glebius
Date: Tue Feb 17 20:52:51 2015
New Revision: 278920
URL: https://svnweb.freebsd.org/changeset/base/278920
Log:
Use anonymous unions and structs to organize shared space in mbuf(9),
instead of preprocessor macros.
This will make debugger output of 'print *m' exactly match
Author: loos
Date: Tue Feb 17 20:37:21 2015
New Revision: 278919
URL: https://svnweb.freebsd.org/changeset/base/278919
Log:
Make use of the newly introduced macros.
Update the copyright.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c
Modified: head/sys/arm/broadcom/bcm2835/bcm28
Gleb Smirnoff wrote this message on Tue, Feb 17, 2015 at 23:21 +0300:
> On Tue, Feb 17, 2015 at 09:31:34AM -0800, John-Mark Gurney wrote:
> J> Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +:
> J> > Author: glebius
> J> > Date: Mon Feb 16 03:38:27 2015
> J> > New Revision: 2788
Author: loos
Date: Tue Feb 17 20:29:42 2015
New Revision: 278918
URL: https://svnweb.freebsd.org/changeset/base/278918
Log:
Replace hardcoded sizes by sizeof() and nitems().
Set all the sysctls as CTLFLAG_MPSAFE.
Modified:
head/sys/dev/iicbus/lm75.c
Modified: head/sys/dev/iicbus/lm75.c
On 02/17/15 12:15, Hans Petter Selasky wrote:
Hi,
On 02/17/15 18:34, Navdeep Parhar wrote:
On Tue, Feb 17, 2015 at 08:40:28AM +, Hans Petter Selasky wrote:
Author: hselasky
Date: Tue Feb 17 08:40:27 2015
New Revision: 278886
URL: https://svnweb.freebsd.org/changeset/base/278886
Log:
Up
On Tue, Feb 17, 2015 at 09:31:34AM -0800, John-Mark Gurney wrote:
J> Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +:
J> > Author: glebius
J> > Date: Mon Feb 16 03:38:27 2015
J> > New Revision: 278831
J> > URL: https://svnweb.freebsd.org/changeset/base/278831
J> >
J> > Log:
J>
Hi,
On 02/17/15 18:34, Navdeep Parhar wrote:
On Tue, Feb 17, 2015 at 08:40:28AM +, Hans Petter Selasky wrote:
Author: hselasky
Date: Tue Feb 17 08:40:27 2015
New Revision: 278886
URL: https://svnweb.freebsd.org/changeset/base/278886
Log:
Update the infiniband stack to Mellanox's OFED ve
Author: loos
Date: Tue Feb 17 20:08:40 2015
New Revision: 278917
URL: https://svnweb.freebsd.org/changeset/base/278917
Log:
Fix the display of negative temperatures.
Fix the setting of TOS (overtemperature shutdown) and THYST (hysteresis
temperature).
Modified:
head/sys/dev/iicbus/lm75
Author: loos
Date: Tue Feb 17 19:38:16 2015
New Revision: 278915
URL: https://svnweb.freebsd.org/changeset/base/278915
Log:
Set the #address-cells and #size-cells properties on I2C controllers of
Raspberry-pi.
This fixes the issues of dtc(1) while compiling I2C addresses set in "reg"
pr
Author: glebius
Date: Tue Feb 17 19:32:11 2015
New Revision: 278914
URL: https://svnweb.freebsd.org/changeset/base/278914
Log:
Use anonymous unions to add possibility to put mbufs into queue(3)
STAILQs and SLISTs using the same structure field as good old m_next
and m_nextpkt linkage occupy.
Author: glebius
Date: Tue Feb 17 19:27:14 2015
New Revision: 278913
URL: https://svnweb.freebsd.org/changeset/base/278913
Log:
Globally enable -fms-extensions when building kernel with gcc, and remove
this option from all modules that enable it theirselves.
In C mode -fms-extensions opti
Author: delphij
Date: Tue Feb 17 19:14:16 2015
New Revision: 278910
URL: https://svnweb.freebsd.org/changeset/base/278910
Log:
MFC r278739:
Disallow pattern spaces which would cause intermediate calculations to
overflow size_t.
Obtained from:DragonFly (2841837793bd095a82f477e
Author: delphij
Date: Tue Feb 17 19:15:07 2015
New Revision: 278912
URL: https://svnweb.freebsd.org/changeset/base/278912
Log:
MFC r278739:
Disallow pattern spaces which would cause intermediate calculations to
overflow size_t.
Obtained from:DragonFly (2841837793bd095a82f477e
Author: delphij
Date: Tue Feb 17 19:14:41 2015
New Revision: 278911
URL: https://svnweb.freebsd.org/changeset/base/278911
Log:
MFC r278739:
Disallow pattern spaces which would cause intermediate calculations to
overflow size_t.
Obtained from:DragonFly (2841837793bd095a82f477e
Author: emaste
Date: Tue Feb 17 18:33:17 2015
New Revision: 278909
URL: https://svnweb.freebsd.org/changeset/base/278909
Log:
lldb: workaround to permit cross-arch core file debugging
FreeBSD core files have no section table and thus LLDB's OS and vendor
detection logic does not work. If
==
--- head/ObsoleteFiles.inc Tue Feb 17 17:37:00 2015(r278907)
+++ head/ObsoleteFiles.inc Tue Feb 17 18:10:46 2015(r278908)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150217: Removed remnants
Hi
Thanks John-Mark!
M
> On 17 Feb 2015, at 17:37, John-Mark Gurney wrote:
>
> Author: jmg
> Date: Tue Feb 17 17:37:00 2015
> New Revision: 278907
> URL: https://svnweb.freebsd.org/changeset/base/278907
>
> Log:
> When the new random adaptor code was brought it in r273872, a call to
> rando
Author: jmg
Date: Tue Feb 17 17:37:00 2015
New Revision: 278907
URL: https://svnweb.freebsd.org/changeset/base/278907
Log:
When the new random adaptor code was brought it in r273872, a call to
randomdev_init_reader to change read_random over to the newly installed
adaptor was missed. This m
On Tue, Feb 17, 2015 at 08:40:28AM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Tue Feb 17 08:40:27 2015
> New Revision: 278886
> URL: https://svnweb.freebsd.org/changeset/base/278886
>
> Log:
> Update the infiniband stack to Mellanox's OFED version 2.1.
What version of the Linu
Author: mav
Date: Tue Feb 17 17:34:45 2015
New Revision: 278906
URL: https://svnweb.freebsd.org/changeset/base/278906
Log:
MFC r278500: Do not abort already aborted tasks.
This fixes abort of new tasks with the same tags as previously aborted,
but still remaining on the queue.
Modified:
Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +:
> Author: glebius
> Date: Mon Feb 16 03:38:27 2015
> New Revision: 278831
> URL: https://svnweb.freebsd.org/changeset/base/278831
>
> Log:
> Update the pf fragment handling code to closer match recent OpenBSD.
> That partial
Author: pfg
Date: Tue Feb 17 16:01:00 2015
New Revision: 278905
URL: https://svnweb.freebsd.org/changeset/base/278905
Log:
ulimit(3): simplify.
rlim_t is at least as large as long, so we don't need the
extra variable to keep the intermediate step. We don't
need the volatile either.
On 02/17/15 at 02:35P, Adrian Chadd wrote:
> Author: adrian
> Date: Tue Feb 17 02:35:06 2015
> New Revision: 278879
> URL: https://svnweb.freebsd.org/changeset/base/278879
>
> Log:
> Implement taskqueue_start_threads_cpuset().
>
> This is a more generic version of taskqueue_start_threads_pi
Author: emaste
Date: Tue Feb 17 15:19:58 2015
New Revision: 278904
URL: https://svnweb.freebsd.org/changeset/base/278904
Log:
Update elftoolchain to upstream revision 3163
Most of our changes have now been committed upstream, so this change is
largely bookkeeping.
Sponsored by: The F
Author: brd (doc committer)
Date: Tue Feb 17 14:48:16 2015
New Revision: 278902
URL: https://svnweb.freebsd.org/changeset/base/278902
Log:
Add tests for account and password expiration.
Approved by: will
Modified:
head/usr.sbin/pw/tests/pw_useradd.sh
Modified: head/usr.sbin/pw/tests/pw
Author: emaste
Date: Tue Feb 17 14:37:11 2015
New Revision: 278901
URL: https://svnweb.freebsd.org/changeset/base/278901
Log:
Remove incorrect tag
Deleted:
vendor/elftoolchain/r3163/
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/
Author: emaste
Date: Tue Feb 17 14:36:21 2015
New Revision: 278900
URL: https://svnweb.freebsd.org/changeset/base/278900
Log:
Tag elftoolchain r3163
Added:
vendor/elftoolchain/elftoolchain-r3163/
- copied from r278899, vendor/elftoolchain/dist/
___
Author: emaste
Date: Tue Feb 17 14:35:53 2015
New Revision: 278899
URL: https://svnweb.freebsd.org/changeset/base/278899
Log:
Tag elftoolchain r3163
Added:
vendor/elftoolchain/r3163/
- copied from r278898, vendor/elftoolchain/dist/
___
svn-src-
Author: emaste
Date: Tue Feb 17 14:34:11 2015
New Revision: 278898
URL: https://svnweb.freebsd.org/changeset/base/278898
Log:
Import elftoolchain rev 3163
From svn.code.sf.net/p/elftoolchain/code
Modified:
vendor/elftoolchain/dist/addr2line/addr2line.c
vendor/elftoolchain/dist/ar/acple
Author: jilles
Date: Tue Feb 17 13:12:54 2015
New Revision: 278896
URL: https://svnweb.freebsd.org/changeset/base/278896
Log:
compress,gzip,xz: Preserve timestamps with nanosecond precision.
Modified:
head/lib/liblzma/config.h
head/usr.bin/compress/compress.c
head/usr.bin/gzip/gzip.c
Mod
Author: andrew
Date: Tue Feb 17 13:09:20 2015
New Revision: 278895
URL: https://svnweb.freebsd.org/changeset/base/278895
Log:
Pull the ARM ddb unwind code out to a new file. This will allow it to be
used by other places that expect to unwind the stack, e.g. dtrace and
stack(9).
As I hav
Author: hselasky
Date: Tue Feb 17 10:00:15 2015
New Revision: 278894
URL: https://svnweb.freebsd.org/changeset/base/278894
Log:
Fix compilation of the SDP driver and a compile warning after r278886.
Also fix the kernel build rule for mlx4_exp.c.
This fixes the LINT kernel target for amd64.
Author: ngie
Date: Tue Feb 17 09:31:58 2015
New Revision: 278891
URL: https://svnweb.freebsd.org/changeset/base/278891
Log:
Add the mnt_lockref field to the ddb(4) 'show mount' command
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D1688
Submitted by: Conrad Meyer
Author: hselasky
Date: Tue Feb 17 08:57:36 2015
New Revision: 278890
URL: https://svnweb.freebsd.org/changeset/base/278890
Log:
Fix compilation when DEBUG is defined.
Sponsored by: Mellanox Technologies
MFC after:1 month
Modified:
head/sys/ofed/drivers/infiniband/core/fmr_pool.c
M
Author: kib
Date: Tue Feb 17 08:54:03 2015
New Revision: 278889
URL: https://svnweb.freebsd.org/changeset/base/278889
Log:
Restore the extern qualifier on __cleanup.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/lib/libc/include/libc_private.h
Modified: head
Author: ngie
Date: Tue Feb 17 08:50:26 2015
New Revision: 27
URL: https://svnweb.freebsd.org/changeset/base/27
Log:
Some minor style(9) fixes (whitespace + comment)
MFC after: 3 days
Modified:
head/sys/vm/memguard.c
Modified: head/sys/vm/memguard.c
==
On 17.02.2015 08:07, Warner Losh wrote:
> Author: imp
> Date: Tue Feb 17 05:07:38 2015
> New Revision: 278880
> URL: https://svnweb.freebsd.org/changeset/base/278880
>
> Log:
> This should have been GC'd 6 years ago when ar(4) was removed.
>
> Deleted:
> head/sys/dev/ic/hd64570.h
Hi,
I thin
Author: hselasky
Date: Tue Feb 17 08:40:27 2015
New Revision: 278886
URL: https://svnweb.freebsd.org/changeset/base/278886
Log:
Update the infiniband stack to Mellanox's OFED version 2.1.
Highlights:
- Multiple verbs API updates
- Support for RoCE, RDMA over ethernet
All hardware
66 matches
Mail list logo