On 01/09/17 00:41, Andriy Voskoboinyk wrote:
Modified: head/sys/dev/rtwn/usb/rtwn_usb_ep.c
==
--- head/sys/dev/rtwn/usb/rtwn_usb_ep.c Sun Jan 8 23:25:46 2017
(r311706)
+++ head/sys/dev/rtwn/usb/rtwn_usb_ep.c Sun
Author: smh
Date: Mon Jan 9 09:28:03 2017
New Revision: 311769
URL: https://svnweb.freebsd.org/changeset/base/311769
Log:
Fix rstat: symbol not in namelist from netstat
Load kvm symbols earlier to prevent rstat: symbol not in namelist
error when running netstat -rs.
Submitted by: Se
Author: kib
Date: Mon Jan 9 10:47:20 2017
New Revision: 311780
URL: https://svnweb.freebsd.org/changeset/base/311780
Log:
Use tab for indent.
Extracted from: ino64 work by gleb
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/lib/libprocstat/Makefile
M
Author: kib
Date: Mon Jan 9 11:11:52 2017
New Revision: 311781
URL: https://svnweb.freebsd.org/changeset/base/311781
Log:
Use standard Versions.def for libprocstat.
This makes the versions inheritance consistent for our versioned libraries.
Extracted from: ino64
Discussed with
Author: mav
Date: Mon Jan 9 16:21:06 2017
New Revision: 311787
URL: https://svnweb.freebsd.org/changeset/base/311787
Log:
Allocate memory for prevent flags only for removable LUs.
This array takes 64KB of RAM now, that was more then half of struct ctl_lun
size. If at some point we suppo
Hey Ian,
On Mon, Jan 09, 2017 at 02:04:54AM +, Ian Lepore wrote:
> Author: ian
> Date: Mon Jan 9 02:04:54 2017
> New Revision: 311736
> URL: https://svnweb.freebsd.org/changeset/base/311736
>
> Log:
> Use the new sdhci_fdt_gpio helper functions to add full support for FDT
> gpio pins for
Author: marius
Date: Mon Jan 9 17:05:39 2017
New Revision: 311793
URL: https://svnweb.freebsd.org/changeset/base/311793
Log:
In mmcsd_task(), bio_resid was not being set to 0 on a successful read
or write, resulting in random short-read and short-write returns for
requests. Fixing this fixe
Author: marius
Date: Mon Jan 9 17:07:13 2017
New Revision: 311794
URL: https://svnweb.freebsd.org/changeset/base/311794
Log:
- Add support for Intel Apollo Lake and Bay Trail eMMC controllers.
Besides slots always having non-removable media, these HCIs require
a custom hardware reset se
Author: ian
Date: Mon Jan 9 17:10:50 2017
New Revision: 311797
URL: https://svnweb.freebsd.org/changeset/base/311797
Log:
Add sdhci_handle_card_present_locked() that can be called from the interrupt
handler which already holds the mutex, and have sdhci_handle_card_present()
be just a tiny w
On Sunday, January 08, 2017 06:26:33 AM Conrad E. Meyer wrote:
> Author: cem
> Date: Sun Jan 8 06:26:33 2017
> New Revision: 311667
> URL: https://svnweb.freebsd.org/changeset/base/311667
>
> Log:
> Add some additional ACPI methods for DRM
>
> Add AcpiGetDataFull and AcpiGetTableWithSize.
On 01/09/2017 12:08, John Baldwin wrote:
On Sunday, January 08, 2017 06:26:33 AM Conrad E. Meyer wrote:
Author: cem
Date: Sun Jan 8 06:26:33 2017
New Revision: 311667
URL: https://svnweb.freebsd.org/changeset/base/311667
Log:
Add some additional ACPI methods for DRM
Add AcpiGetDataFull an
Author: mav
Date: Mon Jan 9 18:18:15 2017
New Revision: 311804
URL: https://svnweb.freebsd.org/changeset/base/311804
Log:
Rewrite CTL statistics in more simple and scalable way.
Instead of collecting statistics for each combination of ports and logical
units, that consumed ~45KB per LU w
Author: dim
Date: Mon Jan 9 19:12:41 2017
New Revision: 311806
URL: https://svnweb.freebsd.org/changeset/base/311806
Log:
After r311565, also remove llvm-ranlib from ObsoleteFiles.inc.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
Author: dim
Date: Mon Jan 9 19:22:29 2017
New Revision: 311807
URL: https://svnweb.freebsd.org/changeset/base/311807
Log:
Add recently added libc++ headers to OptionalObsoleteFiles.inc.
MFC after:3 days
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/bu
Author: dim
Date: Mon Jan 9 19:39:35 2017
New Revision: 311811
URL: https://svnweb.freebsd.org/changeset/base/311811
Log:
Avoid taking the address of a packed struct member in mfiutil
Fix a clang 4.0.0 warning about taking the address of a packed member of
struct mfi_evt in mfiutil:
Author: kib
Date: Mon Jan 9 20:14:18 2017
New Revision: 311815
URL: https://svnweb.freebsd.org/changeset/base/311815
Log:
Forcibly remove the cached items from pseudofs vncache on module unload.
If some process' nodes were accessed using procfs and the process
cannot exit properly at the
Author: marius
Date: Mon Jan 9 20:51:51 2017
New Revision: 311817
URL: https://svnweb.freebsd.org/changeset/base/311817
Log:
In dummynet(4), random chunks of memory are casted to struct dn_*,
potentially leading to fatal unaligned accesses on architectures with
strict alignment requirements
Author: adrian
Date: Mon Jan 9 21:46:24 2017
New Revision: 311830
URL: https://svnweb.freebsd.org/changeset/base/311830
Log:
[rsu] add support for the "green" rsu NICs.
They're still a 1T2R NIC, so reuse the same rfconfig and
nstream configuration.
Submitted by: Idwer Vollering
Mo
Author: np
Date: Mon Jan 9 22:18:08 2017
New Revision: 311831
URL: https://svnweb.freebsd.org/changeset/base/311831
Log:
cxgbe(4): The wraparound logic in start_wrq_wr() should not get involved
in work requests that end at the end of the descriptor ring, even though
the pidx wraps around to
Author: np
Date: Mon Jan 9 22:20:09 2017
New Revision: 311832
URL: https://svnweb.freebsd.org/changeset/base/311832
Log:
cxgbe(4): Enable automatic cidx flush for all control queues.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_sge.c
==
Author: sbruno
Date: Mon Jan 9 23:41:10 2017
New Revision: 311837
URL: https://svnweb.freebsd.org/changeset/base/311837
Log:
Remove unused mtx_held() macro.
Modified:
head/sys/net/iflib.c
Modified: head/sys/net/iflib.c
Author: avos
Date: Mon Jan 9 23:42:02 2017
New Revision: 311838
URL: https://svnweb.freebsd.org/changeset/base/311838
Log:
rtwn_usb(4): do not try to modify global static structure.
Use a local copy for modifications instead.
Tested with RTL8821AU (AP) + RTL8188EU (STA).
Reported
Author: sbruno
Date: Mon Jan 9 23:45:40 2017
New Revision: 311840
URL: https://svnweb.freebsd.org/changeset/base/311840
Log:
White space cleanup from an cut-n-paste.
Submitted by: mm...@nextbsd.org
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
Author: cem
Date: Mon Jan 9 23:51:31 2017
New Revision: 311841
URL: https://svnweb.freebsd.org/changeset/base/311841
Log:
cd9660: Add a prototype for cd9660_vfs_hash_cmp
GCC warns (and errors, with -Werror) about it otherwise. Clang doesn't care.
Introduced in r311665.
Reported
Author: cem
Date: Mon Jan 9 23:56:45 2017
New Revision: 311842
URL: https://svnweb.freebsd.org/changeset/base/311842
Log:
cd9660: typedef cd_ino_t in preference to #define
Suggested by: kib@
Modified:
head/sys/fs/cd9660/iso.h
Modified: head/sys/fs/cd9660/iso.h
=
Author: cem
Date: Tue Jan 10 00:03:43 2017
New Revision: 311843
URL: https://svnweb.freebsd.org/changeset/base/311843
Log:
Adjust ACPI_EXPORT_SYMBOL for AcpiGetTableWithSize
Suggested by: jbeich@
Modified:
head/sys/contrib/dev/acpica/components/tables/tbxface.c
Modified: head/sys/contri
Mon, 09 Jan 2017 10:08:13 +0200 було написано Hans Petter Selasky
:
Hi,
The race should be fixed in r311838.
On 01/09/17 00:41, Andriy Voskoboinyk wrote:
Modified: head/sys/dev/rtwn/usb/rtwn_usb_ep.c
==
--- head/sys
Author: bms
Date: Tue Jan 10 00:28:01 2017
New Revision: 311844
URL: https://svnweb.freebsd.org/changeset/base/311844
Log:
Add PID for Belkin F5U258 "Windows Easy Transfer Cable", a udbp-like device.
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
==
Author: avos
Date: Tue Jan 10 01:09:39 2017
New Revision: 311845
URL: https://svnweb.freebsd.org/changeset/base/311845
Log:
rtwn_pci(4): fix possible race while accessing 'matched_chip' variable.
Modified:
head/sys/dev/rtwn/pci/rtwn_pci_attach.c
Modified: head/sys/dev/rtwn/pci/rtwn_pci_attac
Author: np
Date: Tue Jan 10 01:30:41 2017
New Revision: 311846
URL: https://svnweb.freebsd.org/changeset/base/311846
Log:
cxgbe(4): Refresh t4_msg.h, mainly for definitions related to the crypto
engine.
Obtained from:Chelsio Communications
MFC after:2 weeks
Sponsored by: C
Author: bms
Date: Tue Jan 10 01:31:26 2017
New Revision: 311847
URL: https://svnweb.freebsd.org/changeset/base/311847
Log:
Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use.
These have been tested back-to-back with Linux 3.x and a similar attachment
at the other
Author: np
Date: Tue Jan 10 01:36:50 2017
New Revision: 311848
URL: https://svnweb.freebsd.org/changeset/base/311848
Log:
cxgbe(4): Attach to the 2x25 debug card. This is for internal use only.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_
: **
+20170109:
+ The igb(4), em(4) and lem(4) ethernet drivers are now implemented via
+ IFLIB. If you have a custom kernel configuration that excludes em(4)
+ but you use igb(4), you need to re-add em(4) to your custom
configuration.
+
20161217:
Clang
Author: ian
Date: Tue Jan 10 03:53:38 2017
New Revision: 311850
URL: https://svnweb.freebsd.org/changeset/base/311850
Log:
Use the post-reset hook to force the controller to host mode. This will
make both usb ports work on imx6 systems (the OTG port of course will only
work in host mode).
Author: mjg
Date: Tue Jan 10 04:17:53 2017
New Revision: 311851
URL: https://svnweb.freebsd.org/changeset/base/311851
Log:
cd9660: fix up compilation on sparc after r311665
Reported by: linimon
Modified:
head/sys/fs/cd9660/cd9660_vfsops.c
Modified: head/sys/fs/cd9660/cd9660_vfsops.c
==
Author: ler (ports committer)
Date: Tue Jan 10 04:31:56 2017
New Revision: 311852
URL: https://svnweb.freebsd.org/changeset/base/311852
Log:
Add myself to committers-ports.dot
Approved by: adamw (mentor)
Differential Revision:https://reviews.freebsd.org/D9117
Modified:
head/sh
Author: adamw (ports committer)
Date: Tue Jan 10 04:49:59 2017
New Revision: 311853
URL: https://svnweb.freebsd.org/changeset/base/311853
Log:
As much as I've enjoyed being listed as emeritus for the last 10+ years,
it's probably time to admit that I am an active committer.
Modified:
head/s
Author: sbruno
Date: Tue Jan 10 04:50:26 2017
New Revision: 311854
URL: https://svnweb.freebsd.org/changeset/base/311854
Log:
Add copywrite notices, 2-clause BSD.
Reported by: jmallett
Modified:
head/sys/dev/e1000/em_txrx.c
head/sys/dev/e1000/if_em.c
head/sys/dev/e1000/if_em.h
hea
Author: adrian
Date: Tue Jan 10 05:30:15 2017
New Revision: 311855
URL: https://svnweb.freebsd.org/changeset/base/311855
Log:
[net80211] create a helper function to calculate the station facing VHT
capabilities.
This is needed for two reasons:
* Drivers will need to know what the nego
Author: adrian
Date: Tue Jan 10 05:32:02 2017
New Revision: 311856
URL: https://svnweb.freebsd.org/changeset/base/311856
Log:
[net80211] add VHT EDCA parameters for WME/QoS mode.
Modified:
head/sys/net80211/ieee80211_proto.c
Modified: head/sys/net80211/ieee80211_proto.c
=
Author: adrian
Date: Tue Jan 10 05:32:30 2017
New Revision: 311857
URL: https://svnweb.freebsd.org/changeset/base/311857
Log:
[net80211] add CHAN_VHT2G/CHAN_VHT5G macros.
Modified:
head/sys/net80211/_ieee80211.h
Modified: head/sys/net80211/_ieee80211.h
===
Author: adrian
Date: Tue Jan 10 05:33:34 2017
New Revision: 311858
URL: https://svnweb.freebsd.org/changeset/base/311858
Log:
[net80211] add missing VHTCAP declaration changes.
These are required for the recent ieee80211_vht.[ch] changes -
they make things start to work with MS() / SM() m
Author: ler (ports committer)
Date: Tue Jan 10 05:37:53 2017
New Revision: 311859
URL: https://svnweb.freebsd.org/changeset/base/311859
Log:
Add my birthday to calendar.freebsd
Approved by: adamw (Mentor)
Differential Revision:https://reviews.freebsd.org/D9119
Modified:
head/u
Author: adrian
Date: Tue Jan 10 07:21:07 2017
New Revision: 311860
URL: https://svnweb.freebsd.org/changeset/base/311860
Log:
[net80211] add VHT action frame placeholders for when it's time to implement.
Modified:
head/sys/net80211/ieee80211_vht.c
Modified: head/sys/net80211/ieee80211_vht.c
Author: adrian
Date: Tue Jan 10 07:24:29 2017
New Revision: 311861
URL: https://svnweb.freebsd.org/changeset/base/311861
Log:
[net80211] Add default parameters for 11ac.
I doubt TDMA code will ever work for 11ac, but you never know, someone
may one day make it happen.
Modified:
head/sy
Author: adrian
Date: Tue Jan 10 07:50:21 2017
New Revision: 311862
URL: https://svnweb.freebsd.org/changeset/base/311862
Log:
[net80211] add VHT mediatype initialisation and update helper functions.
Modified:
head/sys/net80211/ieee80211.c
Modified: head/sys/net80211/ieee80211.c
=
On 1/7/17 00:08, Ngie Cooper wrote:
> Author: ngie
> Date: Sat Jan 7 08:08:35 2017
> New Revision: 311585
> URL: https://svnweb.freebsd.org/changeset/base/311585
>
> Log:
> Conditionalize building libwrap support into sshd
>
> Only build libwrap support into sshd if MK_TCP_WRAPPERS != no
> On Jan 9, 2017, at 11:56 PM, Xin Li wrote:
>
>
> On 1/7/17 00:08, Ngie Cooper wrote:
>> Author: ngie
>> Date: Sat Jan 7 08:08:35 2017
>> New Revision: 311585
>> URL: https://svnweb.freebsd.org/changeset/base/311585
>>
>> Log:
>> Conditionalize building libwrap support into sshd
>>
>> Onl
48 matches
Mail list logo