Author: rpaulo
Date: Sat Aug 8 06:08:20 2015
New Revision: 286442
URL: https://svnweb.freebsd.org/changeset/base/286442
Log:
iwmfw: fix the path to the firmware file.
Modified:
head/sys/modules/iwmfw/Makefile.inc
Modified: head/sys/modules/iwmfw/Makefile.inc
Author: rpaulo
Date: Sat Aug 8 06:06:48 2015
New Revision: 286441
URL: https://svnweb.freebsd.org/changeset/base/286441
Log:
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.
There are still several bugs, but I've been using it for a while now.
Thanks to all the testers and to A
Author: marcel
Date: Sat Aug 8 04:59:27 2015
New Revision: 286439
URL: https://svnweb.freebsd.org/changeset/base/286439
Log:
Document the application interface.
Modified:
head/share/man/man4/proto.4
Modified: head/share/man/man4/proto.4
==
Author: adrian
Date: Sat Aug 8 01:10:17 2015
New Revision: 286437
URL: https://svnweb.freebsd.org/changeset/base/286437
Log:
Revert the wifi ifnet changes until things are more baked and tested.
* 286410
* 286413
* 286416
The initial commit broke a variety of debug and features th
Gleb,
At least for ath(4), TDMA doesn't work, ATH_DEBUG doesn't work,
IFF_DUMPPKTS() has an extra brace, and that's what I found in the last
15 minutes of this, compiling one of the many MIPS kernels that we
have in -HEAD for hardware that people are using. I left this up to
you to run to completi
Hi,
Since I'm on holidays, and I really don't have time to tidy up after
this commit:
* everyone can commit to the wireless stuff to get this fixed up and working;
* if hostap mode stays broken for more than 4 days, I'm going to back
all the changes out.
(And yes, gleb did run this stuff by me a
Author: ian
Date: Fri Aug 7 23:31:31 2015
New Revision: 286429
URL: https://svnweb.freebsd.org/changeset/base/286429
Log:
Only process the PPS event types currently enabled in pps_params.mode.
This makes the PPS API behave correctly, but isn't ideal -- we still end
up capturing PPS data
> On 07 Aug 2015, at 11:43 , Gleb Smirnoff wrote:
>
> Author: glebius
> Date: Fri Aug 7 11:43:14 2015
> New Revision: 286410
> URL: https://svnweb.freebsd.org/changeset/base/286410
At least ath is still not compiling. Just to give you a short selection of
what I am seeing. I would have exp
Author: ian
Date: Fri Aug 7 21:14:19 2015
New Revision: 286423
URL: https://svnweb.freebsd.org/changeset/base/286423
Log:
RFC 2783 requires a status of ETIMEDOUT, not EWOULDBLOCK, on a timeout.
Modified:
head/sys/kern/kern_tc.c
Modified: head/sys/kern/kern_tc.c
=
Author: markj
Date: Fri Aug 7 19:56:22 2015
New Revision: 286420
URL: https://svnweb.freebsd.org/changeset/base/286420
Log:
- Use an explicit "depends_on module kernel" guard in DTrace libraries that
reference types defined in the kernel. Otherwise dtrace(1) expects to find
CTF definiti
Author: marcel
Date: Fri Aug 7 18:40:44 2015
New Revision: 286419
URL: https://svnweb.freebsd.org/changeset/base/286419
Log:
Fix typo introduced in previous commit.
Pointed out by: Nikolai Lifanov
Modified:
head/usr.bin/mkimg/mkimg.1
Modified: head/usr.bin/mkimg/mkimg.1
==
Author: markj
Date: Fri Aug 7 18:30:11 2015
New Revision: 286418
URL: https://svnweb.freebsd.org/changeset/base/286418
Log:
ipv4_is_zeronet() and ipv4_is_loopback() expect an address in network
order, but IN_ZERONET and IN_LOOPBACK expect it in host order.
Submitted by: Tao Liu
MFC af
Author: marcel
Date: Fri Aug 7 17:22:37 2015
New Revision: 286417
URL: https://svnweb.freebsd.org/changeset/base/286417
Log:
o Fix a typo.
o Describe the file formats mkimg can create.
Modified:
head/usr.bin/mkimg/mkimg.1
Modified: head/usr.bin/mkimg/mkimg.1
Author: glebius
Date: Fri Aug 7 16:23:16 2015
New Revision: 286416
URL: https://svnweb.freebsd.org/changeset/base/286416
Log:
Fix mtx_assert() argument.
Modified:
head/sys/dev/usb/wlan/if_zyd.c
Modified: head/sys/dev/usb/wlan/if_zyd.c
Author: mav
Date: Fri Aug 7 14:38:26 2015
New Revision: 286415
URL: https://svnweb.freebsd.org/changeset/base/286415
Log:
Add unmapped I/O support to ata(4) driver.
Main problem there was PIO mode support, that required KVA mapping.
Handle that case using recently added pmap_quick_enter_
Author: mav
Date: Fri Aug 7 14:12:51 2015
New Revision: 286414
URL: https://svnweb.freebsd.org/changeset/base/286414
Log:
Add more ifdefs to fix build with GCC after r286406.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl.h
Modified: head/sys/cam/ctl/ctl.c
=
Author: glebius
Date: Fri Aug 7 12:34:20 2015
New Revision: 286413
URL: https://svnweb.freebsd.org/changeset/base/286413
Log:
Fix !MWL_DEBUG build.
Modified:
head/sys/dev/mwl/if_mwl.c
Modified: head/sys/dev/mwl/if_mwl.c
===
Author: jah
Date: Fri Aug 7 12:13:15 2015
New Revision: 286411
URL: https://svnweb.freebsd.org/changeset/base/286411
Log:
Create man page for pmap_quick_enter_page(9) and pmap_quick_remove_page(9)
Reviewed by: kib, brueffer, wblock
Approved by: kib (mentor)
Differential Revision:
Author: glebius
Date: Fri Aug 7 11:43:14 2015
New Revision: 286410
URL: https://svnweb.freebsd.org/changeset/base/286410
Log:
Change KPI of how device drivers that provide wireless connectivity interact
with the net80211 stack.
Historical background: originally wireless devices created a
Author: brueffer
Date: Fri Aug 7 10:48:52 2015
New Revision: 286409
URL: https://svnweb.freebsd.org/changeset/base/286409
Log:
Manpage cleanup.
- new sentence -> new line
- fix manpage references
- fix macro usage
- fix a typo
MFC after:1 week
Modified:
head/usr.sbin/bhyv
Author: andrew
Date: Fri Aug 7 08:57:58 2015
New Revision: 286408
URL: https://svnweb.freebsd.org/changeset/base/286408
Log:
Attach dwmmc to the ofwbus, som devicetrees place it here.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/dev/mmc/host/dwmmc.c
Modified: head/sys/dev/mmc/host/
Author: andrew
Date: Fri Aug 7 08:54:50 2015
New Revision: 286407
URL: https://svnweb.freebsd.org/changeset/base/286407
Log:
Stop including machine/fdt.h, it's unneeded, and purposefully
unimplemented on arm64.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/dev/mmc/host/dwmmc.c
Mod
Author: araujo (ports committer)
Date: Fri Aug 7 08:30:43 2015
New Revision: 286406
URL: https://svnweb.freebsd.org/changeset/base/286406
Log:
Wrap some unused functions with notyet, it is necessary to be able to
build the modules/ctl directly.
Remove a dead MALLOC_DEFINE.
Differential
Author: kib
Date: Fri Aug 7 08:24:12 2015
New Revision: 286405
URL: https://svnweb.freebsd.org/changeset/base/286405
Log:
Minor style cleanup of the code surrounding r286404.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/geom/geom_io.c
Modified: head/sy
Author: kib
Date: Fri Aug 7 08:13:34 2015
New Revision: 286404
URL: https://svnweb.freebsd.org/changeset/base/286404
Log:
The condition to use direct processing for the unmapped bio is
reverted. We can do direct processing when g_io_check() does not need
to perform transient remapping of t
Author: araujo (ports committer)
Date: Fri Aug 7 07:05:47 2015
New Revision: 286403
URL: https://svnweb.freebsd.org/changeset/base/286403
Log:
Remove an extra new line on usage().
Rename domain to domainname to be identical to the man page.
Reported by: bde
Modified:
head/usr.bin/ypm
26 matches
Mail list logo