Author: avos
Date: Sat Dec 3 14:26:58 2016
New Revision: 309479
URL: https://svnweb.freebsd.org/changeset/base/309479
Log:
rsu: remove unused structures / variables.
Modified:
head/sys/dev/usb/wlan/if_rsu.c
head/sys/dev/usb/wlan/if_rsureg.h
Modified: head/sys/dev/usb/wlan/if_rsu.c
===
Author: kevlo
Date: Sat Dec 3 14:41:53 2016
New Revision: 309480
URL: https://svnweb.freebsd.org/changeset/base/309480
Log:
Fix logic error so the R92C_TDECTRL register value is updated correctly.
Reviewed by: avos
Modified:
head/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c
Modified: head/s
Author: avos
Date: Sat Dec 3 16:02:53 2016
New Revision: 309481
URL: https://svnweb.freebsd.org/changeset/base/309481
Log:
rsu: fix frame processing in the Rx path (similar to r292207).
- Fill in Rx radiotap header correctly (for every packet in a chain;
not once per chain).
- Fix rate
Author: avos
Date: Sat Dec 3 17:27:10 2016
New Revision: 309486
URL: https://svnweb.freebsd.org/changeset/base/309486
Log:
rtwn: fix bitmap size calculation.
Tested with RTL8188CE, STA mode.
Modified:
head/sys/dev/rtwn/if_rtwnvar.h
Modified: head/sys/dev/rtwn/if_rtwnvar.h
=
Author: pfg
Date: Sat Dec 3 17:44:43 2016
New Revision: 309490
URL: https://svnweb.freebsd.org/changeset/base/309490
Log:
Revert r253678, r253661:
Fix a segfault in ctfmerge(1) due to a bug in GCC.
The change was correct and the bug real, but upstream didn't adopt it
and we want to rem
Author: rpokala
Date: Sat Dec 3 17:54:08 2016
New Revision: 309491
URL: https://svnweb.freebsd.org/changeset/base/309491
Log:
Build smbios.ko as a module for amd64 and i386
For whatever reason, smapi, smbios, vpd are all under the "bios" directory.
smapi is only for i386, so the entire "
Author: dteske
Date: Sat Dec 3 19:03:40 2016
New Revision: 309504
URL: https://svnweb.freebsd.org/changeset/base/309504
Log:
Fix bug preventing limits(1) from being applied
PR: misc/212493
Differential Revision:https://reviews.freebsd.org/D8232
Submitted by: girgen
On Fri, Dec 2, 2016 at 9:21 AM, Hans Petter Selasky
wrote:
> Author: hselasky
> Date: Fri Dec 2 08:21:08 2016
> New Revision: 309400
> URL: https://svnweb.freebsd.org/changeset/base/309400
>
> Log:
> Fix for endless recursion in the ACPI GPE handler during boot.
>
> When handling a GPE ACPI i
Author: adrian
Date: Sat Dec 3 20:35:39 2016
New Revision: 309513
URL: https://svnweb.freebsd.org/changeset/base/309513
Log:
[camcontrol] init ts=0 to quieten gcc.
It "looks" like ts is set to something on success, and not modified on
error.
Checked on IRC with: cem
Modified:
hea
On Fri, Dec 2, 2016 at 9:38 PM, Ravi Pokala wrote:
> -Original Message-
>> From: on behalf of Kyle Evans
>>
>>
>> I understand that this is a bogus error because at this point it
>> pretty much *has* to be set by the report_timestamp call just prior,
>> but is there a clean way to trick
On 12/3/16, Oliver Pinter wrote:
> On Fri, Dec 2, 2016 at 9:21 AM, Hans Petter Selasky
> wrote:
>> Author: hselasky
>> Date: Fri Dec 2 08:21:08 2016
>> New Revision: 309400
>> URL: https://svnweb.freebsd.org/changeset/base/309400
>>
>> Log:
>> Fix for endless recursion in the ACPI GPE handler
On Fri, Dec 2, 2016 at 6:09 PM, Ngie Cooper wrote:
> Author: ngie
> Date: Sat Dec 3 02:09:23 2016
> New Revision: 309462
> URL: https://svnweb.freebsd.org/changeset/base/309462
>
> Log:
> Fix test coredump_phnum_test:coredump_phnum require.config specification
>
> The requirement is set via `
> On Dec 3, 2016, at 12:02, Conrad Meyer wrote:
>
>> On Fri, Dec 2, 2016 at 6:09 PM, Ngie Cooper wrote:
>> Author: ngie
>> Date: Sat Dec 3 02:09:23 2016
>> New Revision: 309462
>> URL: https://svnweb.freebsd.org/changeset/base/309462
>>
>> Log:
>> Fix test coredump_phnum_test:coredump_phnum
On Fri, Dec 2, 2016 at 10:30 AM, Martin Matuska wrote:
> Author: mm
> Date: Fri Dec 2 09:30:13 2016
> New Revision: 309405
> URL: https://svnweb.freebsd.org/changeset/base/309405
>
> Log:
> MFV r309403:
>
> Sync libarchive with vendor.
>
> Vendor bugfixes:
> Fix for heap-buffer-overflow i
Looks like older versions of "plexus-archiver" (plugin used by maven)
create malformed tar archives with spaced uid/gid fields (PLXCOMP-233).
I will fix that quickly or backout the header sanity check for now.
On 03.12.2016 22:48, Antoine Brodin wrote:
> On Fri, Dec 2, 2016 at 10:30 AM, Martin Mat
Author: ngie
Date: Sun Dec 4 02:08:40 2016
New Revision: 309521
URL: https://svnweb.freebsd.org/changeset/base/309521
Log:
Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS
MFC after: 2 weeks
Modified:
head/sys/modules/ioat/Makefile
Modified: head/sys/modules/ioat
Author: jhibbits
Date: Sun Dec 4 02:15:46 2016
New Revision: 309522
URL: https://svnweb.freebsd.org/changeset/base/309522
Log:
Fix a typo (move parenthesis to correct location in the line).
Before this, it would cause the one consumer of this API in powerpc usage
(dev/dpaa) to set the PT
On Sun, 4 Dec 2016 02:15:46 + (UTC)
Justin Hibbits wrote:
> Author: jhibbits
> Date: Sun Dec 4 02:15:46 2016
> New Revision: 309522
> URL: https://svnweb.freebsd.org/changeset/base/309522
>
> Log:
> Fix a typo (move parenthesis to correct location in the line).
>
> Before this, it wo
Author: mm
Date: Sun Dec 4 02:58:13 2016
New Revision: 309523
URL: https://svnweb.freebsd.org/changeset/base/309523
Log:
Relax sanity check of number fields in tar header even more.
This fixes reading tar archives created by older versions of
plexus-archiver (used by maven-assembly-plugi
Author: pfg
Date: Sun Dec 4 03:10:25 2016
New Revision: 309524
URL: https://svnweb.freebsd.org/changeset/base/309524
Log:
indent(1): remove unneeded comma.
It is not a good practice to start a newline with a comma anyways.
Discussed with:bjk
Differential Revision:htt
Author: cem
Date: Sun Dec 4 03:50:57 2016
New Revision: 309525
URL: https://svnweb.freebsd.org/changeset/base/309525
Log:
coredump_phnum_test: Make expected pheader count more flexible
Note: this test still requires binutils readelf (from ports) to pass, until a
few issues are resolved i
Author: cem
Date: Sun Dec 4 04:04:57 2016
New Revision: 309526
URL: https://svnweb.freebsd.org/changeset/base/309526
Log:
ioat(4): Compile on i386
Truncate BUS_SPACE_MAXADDR_40BIT to essentially BUS_SPACE_MAXADDR_32BIT on
platforms with 32-bit bus_addr_t (i.e., i386).
PR:
Author: yongari
Date: Sun Dec 4 05:46:30 2016
New Revision: 309527
URL: https://svnweb.freebsd.org/changeset/base/309527
Log:
Recognize RealTek ALC1150 7.1 channel HD audio codec.
Modified:
head/sys/dev/sound/pci/hda/hdac.h
head/sys/dev/sound/pci/hda/hdacc.c
Modified: head/sys/dev/sound/p
Author: yongari
Date: Sun Dec 4 05:55:18 2016
New Revision: 309528
URL: https://svnweb.freebsd.org/changeset/base/309528
Log:
Fix too low volume on MSI H170 GAMING M3 board by poking vendor
specific COEF.
Modified:
head/sys/dev/sound/pci/hda/hdaa_patches.c
Modified: head/sys/dev/sound/pci
24 matches
Mail list logo