Author: gavin
Date: Sat Feb 21 13:00:52 2015
New Revision: 279103
URL: https://svnweb.freebsd.org/changeset/base/279103
Log:
Typo: effect -> affect.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head/UPDATIN
Author: pfg
Date: Sat Feb 21 15:02:27 2015
New Revision: 279104
URL: https://svnweb.freebsd.org/changeset/base/279104
Log:
Prevent NULL pointer de-reference.
As a follow up to r279090, if dp hasn't been defined, we
shouldn't attempt to do an optimization here.
Modified:
head/lib/libc/r
Author: ian
Date: Sat Feb 21 22:19:59 2015
New Revision: 279114
URL: https://svnweb.freebsd.org/changeset/base/279114
Log:
Correct a comment which was exactly backwards from reality.
Modified:
head/sys/arm/include/atomic.h
Modified: head/sys/arm/include/atomic.h
=
Author: jmg
Date: Sat Feb 21 22:25:24 2015
New Revision: 279115
URL: https://svnweb.freebsd.org/changeset/base/279115
Log:
back Xref get_cyclecount to have it get more exposure...
Modified:
head/share/man/man9/microuptime.9
Modified: head/share/man/man9/microuptime.9
Author: kib
Date: Sat Feb 21 22:38:32 2015
New Revision: 279117
URL: https://svnweb.freebsd.org/changeset/base/279117
Log:
Revert r276949 and redo the fix for PCIe/PCI bridges, which do not
follow specification and do not provide PCIe capability.
Verify if the port above such bridge is do
Author: nwhitehorn
Date: Sat Feb 21 23:20:05 2015
New Revision: 279119
URL: https://svnweb.freebsd.org/changeset/base/279119
Log:
Make kernel ELF image parsing not crash for kernels running at locations
other than their link address.
Modified:
head/sys/kern/link_elf.c
Modified: head/sys/ke
Author: ngie
Date: Sat Feb 21 23:39:43 2015
New Revision: 279121
URL: https://svnweb.freebsd.org/changeset/base/279121
Log:
Disguising stderr from jls generally considered harmful
Undisguising it dumps out the following logspew:
jls: unknown parameter: allow
PR: 191019
Modified:
Author: marcel
Date: Sat Feb 21 23:47:20 2015
New Revision: 279122
URL: https://svnweb.freebsd.org/changeset/base/279122
Log:
Convert netstat to use libxo.
Obtained from: Phil Shafer
Ported to -current by: alfred@ (mostly), Kim Shrier
Formatting: marcel@
Sponsored by: Juniper Netw
Author: jamie
Date: Sun Feb 22 00:00:10 2015
New Revision: 279123
URL: https://svnweb.freebsd.org/changeset/base/279123
Log:
Allow for parameters added with the JP_OPT flag to not exist.
That's why the flag exists in the first place.
MFC after:1 week
Modified:
head/usr.sbin/jls/jls
Author: marcel
Date: Sun Feb 22 00:01:42 2015
New Revision: 279124
URL: https://svnweb.freebsd.org/changeset/base/279124
Log:
Document that netstat(1) supports libxo(3).
Modified:
head/usr.bin/netstat/netstat.1
Modified: head/usr.bin/netstat/netstat.1
On Feb 21, 2015, at 16:00, Jamie Gritton wrote:
> Author: jamie
> Date: Sun Feb 22 00:00:10 2015
> New Revision: 279123
> URL: https://svnweb.freebsd.org/changeset/base/279123
>
> Log:
> Allow for parameters added with the JP_OPT flag to not exist.
> That's why the flag exists in the first pla
Author: marcel
Date: Sun Feb 22 00:58:10 2015
New Revision: 279125
URL: https://svnweb.freebsd.org/changeset/base/279125
Log:
Remove extraneous parenthesis in assignment.
Modified:
head/usr.bin/mkimg/mkimg.c
Modified: head/usr.bin/mkimg/mkimg.c
===
Author: marcel
Date: Sun Feb 22 01:01:02 2015
New Revision: 279126
URL: https://svnweb.freebsd.org/changeset/base/279126
Log:
In scheme_write(), don't overwrite the end parameter with the
return value of image_get_size(). As it so happens, the only
caller of scheme_write() passes exactly tha
Author: pfg
Date: Sun Feb 22 01:15:09 2015
New Revision: 279127
URL: https://svnweb.freebsd.org/changeset/base/279127
Log:
msun: drop unnecessary checks.
Drop an unnecessary check in some calculations. The check
would have Coverity falsely conclude that variables could
be left undefined
Author: marcel
Date: Sun Feb 22 01:20:49 2015
New Revision: 279128
URL: https://svnweb.freebsd.org/changeset/base/279128
Log:
Don't require a scheme if no partitions are given. Change the code
to handle that case. Note that we still require partitions, so the
change is effectively a no-op.
Author: nwhitehorn
Date: Sun Feb 22 02:59:53 2015
New Revision: 279136
URL: https://svnweb.freebsd.org/changeset/base/279136
Log:
Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3.
MFC after:1 month
Modified:
head/sys/powerpc/ps3/ps3_syscons.c
Modified: head/sys/po
Author: marcel
Date: Sun Feb 22 04:50:47 2015
New Revision: 279139
URL: https://svnweb.freebsd.org/changeset/base/279139
Log:
Add the -c option for specifying the capacity of the disk image. When
a capcity is given, no partitions are required. When no partitions are
given, no scheme needs to
Author: arybchik
Date: Sun Feb 22 07:08:57 2015
New Revision: 279141
URL: https://svnweb.freebsd.org/changeset/base/279141
Log:
sfxge: style fixes and cleanup
Sync endif comment with conditional.
BOOTROM and SIENA_BOOTROM are the same, but highlight that it is Siena.
Restore commented o
Author: arybchik
Date: Sun Feb 22 07:11:55 2015
New Revision: 279142
URL: https://svnweb.freebsd.org/changeset/base/279142
Log:
sfxge: synchronize EF10 registers header
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/sys/dev/sfxge/common/efx_
Author: arybchik
Date: Sun Feb 22 07:14:12 2015
New Revision: 279143
URL: https://svnweb.freebsd.org/changeset/base/279143
Log:
sfxge: use common definitions of MC shared memory offsets and PDU length
Submitted by: Ben Hutchings
Sponsored by: Solarflare Communications, Inc.
Approved
Author: arybchik
Date: Sun Feb 22 07:16:11 2015
New Revision: 279144
URL: https://svnweb.freebsd.org/changeset/base/279144
Log:
sfxge: packet can't require more than n_dma_seg descriptors plus one
Use remaining number of DMA segment instead of maximum number in mapping
when checking space
Author: arybchik
Date: Sun Feb 22 07:17:35 2015
New Revision: 279145
URL: https://svnweb.freebsd.org/changeset/base/279145
Log:
sfxge: use macros to acquire and release BAR locks everywhere
It was the result of invalid merge of the patch from out-of-tree driver.
Sponsored by: Solarfl
Author: arybchik
Date: Sun Feb 22 07:18:38 2015
New Revision: 279146
URL: https://svnweb.freebsd.org/changeset/base/279146
Log:
sfxge: use sparse index to retrieve sensor value
Submitted by: Andrew Jackson
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Author: arybchik
Date: Sun Feb 22 07:20:04 2015
New Revision: 279147
URL: https://svnweb.freebsd.org/changeset/base/279147
Log:
sfxge: TxQ block level should use EFX_TXQ_LIMIT as maximum TxQ size
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
hea
24 matches
Mail list logo