Author: adrian
Date: Sat Nov 28 06:50:09 2015
New Revision: 291418
URL: https://svnweb.freebsd.org/changeset/base/291418
Log:
[ath_hal] use the correct revision information for QCA953x.
This probe/attaches correctly in my local branch and now displays
a useful message:
ath0: at mem
Author: gjb
Date: Sat Nov 28 02:17:04 2015
New Revision: 291417
URL: https://svnweb.freebsd.org/changeset/base/291417
Log:
MFC r291306:
Fix tmpfs(5) '/tmp' mount point.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/tools/arm.subr
Directory Properties:
stable/10/
Author: adrian
Date: Sat Nov 28 01:09:30 2015
New Revision: 291416
URL: https://svnweb.freebsd.org/changeset/base/291416
Log:
Add AR9530 (honeybee) config option.
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
=
Author: ume
Date: Sat Nov 28 00:55:49 2015
New Revision: 291415
URL: https://svnweb.freebsd.org/changeset/base/291415
Log:
Regen src.conf.5 for recent option changes.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: ume
Date: Sat Nov 28 00:41:37 2015
New Revision: 291414
URL: https://svnweb.freebsd.org/changeset/base/291414
Log:
Fix breakage by recent collation change.
LC_ALL has to be exported.
Modified:
head/tools/build/options/makeman
Modified: head/tools/build/options/makeman
=
Author: adrian
Date: Sat Nov 28 00:27:16 2015
New Revision: 291413
URL: https://svnweb.freebsd.org/changeset/base/291413
Log:
* Add device string for QCA955x (scorpion);
* Add device ID and device string for QCA953x (honeybee).
Modified:
head/sys/dev/ath/ath_hal/ah.c
head/sys/dev/ath/ath_
Author: adrian
Date: Sat Nov 28 00:14:37 2015
New Revision: 291412
URL: https://svnweb.freebsd.org/changeset/base/291412
Log:
wrap in ATH_DEBUG.
Thanks sparc64 build!
Modified:
head/sys/dev/ath/if_ath_tx_ht.c
Modified: head/sys/dev/ath/if_ath_tx_ht.c
Author: adrian
Date: Fri Nov 27 22:33:40 2015
New Revision: 291411
URL: https://svnweb.freebsd.org/changeset/base/291411
Log:
[ath] conditionally print out the rate series information if ATH_DEBUG_XMIT
is set.
Modified:
head/sys/dev/ath/if_ath_tx_ht.c
Modified: head/sys/dev/ath/if_ath_tx_ht
Author: tuexen
Date: Fri Nov 27 22:11:46 2015
New Revision: 291410
URL: https://svnweb.freebsd.org/changeset/base/291410
Log:
Take also the send queue and sent queue into account when triggering
the sending of outgoing stream reset requests.
MFC after:3 days
Modified:
head/sys/neti
Author: emaste
Date: Fri Nov 27 21:27:39 2015
New Revision: 291409
URL: https://svnweb.freebsd.org/changeset/base/291409
Log:
kbdmap: include filename when reporting fopen() failure
Previously only one of two cases reported the file name. Use the same
error string in both cases.
Spon
On Friday, November 27, 2015 06:58:26 PM John Baldwin wrote:
> Author: jhb
> Date: Fri Nov 27 18:58:26 2015
> New Revision: 291406
> URL: https://svnweb.freebsd.org/changeset/base/291406
>
> Log:
> Add support to libkvm for reading vmcores from other architectures.
> - Add a kvaddr_type to rep
Author: kib
Date: Fri Nov 27 19:43:36 2015
New Revision: 291408
URL: https://svnweb.freebsd.org/changeset/base/291408
Log:
In vm_pageout_grow_cache(), do not re-try the inactive queue when
active queue scan initiated write.
Re-trying from the inactive queue when doing active scan makes th
Author: zbb
Date: Fri Nov 27 19:03:59 2015
New Revision: 291407
URL: https://svnweb.freebsd.org/changeset/base/291407
Log:
Add helper to catch single step debug event and distinguish it from bkpt
Some architectures (including ARMv6/v7) do not have separate single step
events and cannot se
Author: jhb
Date: Fri Nov 27 18:58:26 2015
New Revision: 291406
URL: https://svnweb.freebsd.org/changeset/base/291406
Log:
Add support to libkvm for reading vmcores from other architectures.
- Add a kvaddr_type to represent kernel virtual addresses instead of
unsigned long.
- Add a struc
Author: zbb
Date: Fri Nov 27 18:22:04 2015
New Revision: 291405
URL: https://svnweb.freebsd.org/changeset/base/291405
Log:
Add support for exynos5_ehci in loader
Create new driver which initializes Arndale PHY and calls ehci_init
Reviewed by: hselasky
Submitted by: Wojciech Macek
Author: zbb
Date: Fri Nov 27 18:20:21 2015
New Revision: 291404
URL: https://svnweb.freebsd.org/changeset/base/291404
Log:
Increase malloc area in loader/usb
Previous value was not enough on Arndale platform.
Reviewed by: hselasky
Submitted by: Wojciech Macek
Obtained from: Sem
Author: zbb
Date: Fri Nov 27 18:19:11 2015
New Revision: 291403
URL: https://svnweb.freebsd.org/changeset/base/291403
Log:
Run callouts during infinite waiting inside cv_wait
During cv_wait we may be waiting for an event triggered by callout.
Run callbacks here to avoid code blocking.
Author: zbb
Date: Fri Nov 27 18:17:53 2015
New Revision: 291402
URL: https://svnweb.freebsd.org/changeset/base/291402
Log:
Implement simple ops for umass_disk
The initial IOCTL implementation supports reading disk physical
geometry.
Two additional functions were added. They allow readin
Author: zbb
Date: Fri Nov 27 18:16:10 2015
New Revision: 291401
URL: https://svnweb.freebsd.org/changeset/base/291401
Log:
Do not zero memory in umass_detach
The detach function is called very often, for example from
get_capacity function. We don't want to loose any pointers
here, so di
Author: zbb
Date: Fri Nov 27 18:14:45 2015
New Revision: 291400
URL: https://svnweb.freebsd.org/changeset/base/291400
Log:
Implement missing bus_space_subregion in kshim
Add missing function, used by exynos5_ehci driver.
Reviewed by: hselasky
Submitted by: Wojciech Macek
Obtain
Author: zbb
Date: Fri Nov 27 18:13:28 2015
New Revision: 291399
URL: https://svnweb.freebsd.org/changeset/base/291399
Log:
Use properly aligned buffer in usb_alloc
The PA adress must be gathered from an aligned VA,
not the RAW pointer to the memory space.
Reviewed by: hselasky
Su
Author: arybchik
Date: Fri Nov 27 16:23:27 2015
New Revision: 291398
URL: https://svnweb.freebsd.org/changeset/base/291398
Log:
sfxge: cleanup: report error on failure path in efx_vpd_hunk_verify
If the VPD is corrupt and contains an 'RV' keyword before the
END tag, then this function cou
Author: arybchik
Date: Fri Nov 27 16:21:14 2015
New Revision: 291397
URL: https://svnweb.freebsd.org/changeset/base/291397
Log:
sfxge: cleanup: fix prefast annotations on mac stats updates
Submitted by: Andy Moreton
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 da
Author: arybchik
Date: Fri Nov 27 16:18:59 2015
New Revision: 291396
URL: https://svnweb.freebsd.org/changeset/base/291396
Log:
sfxge: fix prefast warning in falconsiena_tx_qcreate
Keep prefast happy by returning the initial queue index
from falconsiena_tx_qcreate(). No change in behaviou
Author: arybchik
Date: Fri Nov 27 16:16:45 2015
New Revision: 291395
URL: https://svnweb.freebsd.org/changeset/base/291395
Log:
sfxge: cleanup: fix prefast annotations for stats buffers
Submitted by: Andy Moreton
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Author: arybchik
Date: Fri Nov 27 16:07:20 2015
New Revision: 291394
URL: https://svnweb.freebsd.org/changeset/base/291394
Log:
sfxge: unlink PIO buffers from VIs in WC mapping in hunt_nic_fini()
PIO is not yet supported in the FreeBSD driver.
Submitted by: Andy Moreton
Sponsored
Author: arybchik
Date: Fri Nov 27 16:03:51 2015
New Revision: 291393
URL: https://svnweb.freebsd.org/changeset/base/291393
Log:
sfxge: infer external port numbering for Pavia
Adjust external port mapping table to distinguish Pavia from Monza.
Now the presence of any 40G mode implies at le
Author: arybchik
Date: Fri Nov 27 15:58:52 2015
New Revision: 291392
URL: https://svnweb.freebsd.org/changeset/base/291392
Log:
sfxge: cleanup: fix prefast annotation
Submitted by: Andy Moreton
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
head/s
Author: arybchik
Date: Fri Nov 27 15:54:36 2015
New Revision: 291391
URL: https://svnweb.freebsd.org/changeset/base/291391
Log:
sfxge: do not use unnamed union in siena_mc_combo_rom_hdr_t
GCC 4.2.1 used on FreeBSD 8 and 9 branches does not like unnamed
union member in the structure. It is
Author: arybchik
Date: Fri Nov 27 15:50:17 2015
New Revision: 291390
URL: https://svnweb.freebsd.org/changeset/base/291390
Log:
sfxge: cleanup: error probe correction
Submitted by: Richard Houldsworth
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
Author: mav
Date: Fri Nov 27 15:27:43 2015
New Revision: 291389
URL: https://svnweb.freebsd.org/changeset/base/291389
Log:
MFC r290820: Add NULL check to make Coverity happy.
Modified:
stable/10/sys/cam/ctl/ctl.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/ca
Author: mav
Date: Fri Nov 27 15:26:19 2015
New Revision: 291388
URL: https://svnweb.freebsd.org/changeset/base/291388
Log:
MFC r290670: Modify target port groups logic in CTL.
- Introduce "ha_shared" port option, which being set to "on" moves the
port into separate port group, shared bet
Author: mav
Date: Fri Nov 27 15:19:36 2015
New Revision: 291387
URL: https://svnweb.freebsd.org/changeset/base/291387
Log:
MFC r290615: Introduce portal group options in ctl.conf.
While CTL has concept of port options, used at least for iSCSI ports now,
before this change it was impossibl
Author: mav
Date: Fri Nov 27 14:40:59 2015
New Revision: 291386
URL: https://svnweb.freebsd.org/changeset/base/291386
Log:
MFC r291061: Improve locking of sg_threadcount.
Modified:
stable/9/sys/rpc/svc.c
Directory Properties:
stable/9/ (props changed)
stable/9/sys/ (props changed)
Mo
Author: emaste
Date: Fri Nov 27 14:40:21 2015
New Revision: 291385
URL: https://svnweb.freebsd.org/changeset/base/291385
Log:
Use netbsd usage() implementation in newfs_msdos
In r289629 newfs_msdos option descriptions are available in
mkfs_msdos.h.
Obtained from:NetBSD
Modif
Author: mav
Date: Fri Nov 27 14:38:36 2015
New Revision: 291384
URL: https://svnweb.freebsd.org/changeset/base/291384
Log:
MFC r291061: Improve locking of sg_threadcount.
Modified:
stable/10/sys/rpc/svc.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/rpc/svc.c
Author: mav
Date: Fri Nov 27 14:29:04 2015
New Revision: 291383
URL: https://svnweb.freebsd.org/changeset/base/291383
Log:
Fix panic when trying to sort unsupported command in OOA queue.
Handle unsupported commands as not conflicting/blocking.
Modified:
head/sys/cam/ctl/ctl.c
Modified:
Author: emaste
Date: Fri Nov 27 14:20:32 2015
New Revision: 291382
URL: https://svnweb.freebsd.org/changeset/base/291382
Log:
mkfs_msdos: sync with NetBSD
Add a sanity test and clean up whitespace.
Obtained from:NetBSD
Modified:
head/sbin/newfs_msdos/mkfs_msdos.c
Modified:
> On Nov 26, 2015, at 00:24, George V. Neville-Neil wrote:
>
> Author: gnn
> Date: Thu Nov 26 02:24:45 2015
> New Revision: 291355
> URL: https://svnweb.freebsd.org/changeset/base/291355
>
> Log:
> MFC 290028:
> Turning on IPSEC used to introduce a slight amount of performance
> degradation (
39 matches
Mail list logo