Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (3h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-10 02:25:51 UTC Now

2017-08-14 11:49:30 UTC MAIN commitmail json YAML

Enable the IT8628E shipped with my gigabyte GA-N3150N-D3V board.

XXX These IT suoer IO chips appear to be all fairly alike. Maybe add a
comprehensive list of IDs to recognize them, then deal with the
fallout?

(hauke)

2017-08-14 05:33:30 UTC MAIN commitmail json YAML

Conform to the spec. with regards to acknowlegment packets.  This prevents
the host controller from freezing.

Inmprove communication from inactive to active state.

(nat)

2017-08-14 05:29:02 UTC MAIN commitmail json YAML

Add potage, it's a stew (French loanword)

from Tom Ivar Helbekkmo

(maya)

2017-08-14 05:28:23 UTC MAIN commitmail json YAML

Set controller clock based on baud rate.

(nat)

2017-08-14 02:21:50 UTC MAIN commitmail json YAML

swtich luna68k to xorg-server 1.18.  tested by tsutsui@.

(mrg)

2017-08-14 00:13:20 UTC MAIN commitmail json YAML

potate isn't a word (at least not in English), remove it

From Steve Wart

(maya)

2017-08-13 22:29:42 UTC MAIN commitmail json YAML

Always try to set USB HID devices into Report Protocol.  (Unless the
device is known to be quirky.)

Some of the most-widely-compatible methods of implementing USB Keyboard
NKRO depend on this Request to function as designed.

Issuing this Request is recommended by the HID 1.11 spec (7.2.6):

... "the host should not make any assumptions about the device's state
and should set the desired protocol whenever initializing a device."

(jakllsch)

2017-08-13 22:23:16 UTC MAIN commitmail json YAML

validate length for discard operation and split operation when byte length
doesn't fit into 'int'.

(mlelstv)

2017-08-13 22:19:56 UTC MAIN commitmail json YAML

Support more varieties of USB keyboard reports.

The previous code asssumed reports would closely match the Bootstrap
Keyboard Protocol.  This is no longer always the case, particularly
with higher-end keyboards.

(jakllsch)

2017-08-13 21:11:45 UTC MAIN commitmail json YAML

Fix memory leak in report parsing error paths.

(jakllsch)

2017-08-13 21:00:58 UTC MAIN commitmail json YAML

Don't time out the discard work queue here. Either destroying a work queue
with pending work items panics or accessing freed resources from the work
item will crash. The timeout needs to be handled gracefully by the driver
that implements the discard operation.

Fixes parts of PR 50725.

(mlelstv)

2017-08-13 19:18:08 UTC MAIN commitmail json YAML

2017-08-13 18:34:03 UTC MAIN commitmail json YAML

Indent to avoid line breaks in tag; give tag width in table; use Nm
to refer to hciattach because we'll probably never have hciattach(8).

(wiz)

2017-08-13 18:27:48 UTC MAIN commitmail json YAML

2017-08-13 18:27:31 UTC MAIN commitmail json YAML

2017-08-13 18:27:11 UTC MAIN commitmail json YAML

Add fdtbus_gpio_acquire_index for accessing multi-xref gpios properties.

(jmcneill)

2017-08-13 18:19:44 UTC MAIN commitmail json YAML

Sort/merge errors.

(wiz)

2017-08-13 18:18:58 UTC MAIN commitmail json YAML

Remove superfluous Tn markup.

(wiz)

2017-08-13 15:12:04 UTC jdolecek-ncq commitmail json YAML

by default make the chaos monkey do nothing, so it's easier to have this
compiled in all the time for testing; the vars can be set via DDB
when needed

(jdolecek)

2017-08-13 11:48:53 UTC jdolecek-ncq commitmail json YAML

put the non-NCQ KASSERT() before edma disable for bio PIO, we are not supposed
to get there with NCQ command even on retries any more

(jdolecek)

2017-08-13 11:46:32 UTC jdolecek-ncq commitmail json YAML

move the dump note to post-merge, it's not new
siisata seems to be fine, no longer holds the merge

remove the kill active transfers after software drive reset - not relevant

now only the wd* at umass? stays as new item, but I won't hold the merge
for this, as I don't have the hardware and it is contained enough to be
resolved on HEAD

(jdolecek)

2017-08-13 11:40:25 UTC jdolecek-ncq commitmail json YAML

restore the fallback to non-NCQ on retries, do this after WDIORETRIES_SINGLE
retries, but only for non-FUA I/O; also only do the ATA_SINGLE fallback
when non-FUA

this makes sure that bio with ATA_SINGLE is not attempted as NCQ -
the ATA_SINGLE I/O is usually done using PIO by drivers which
actually support it, and thus are not compatible with DMA-only NCQ

(jdolecek)

2017-08-13 08:49:27 UTC MAIN commitmail json YAML

2017-08-13 08:48:30 UTC MAIN commitmail json YAML

2017-08-13 08:07:52 UTC MAIN commitmail json YAML

Mmh, restore %cs and %ss on Xen. Otherwise (unpriv) userland could set a
non-three ring, causing the hypervisor to send a fatal interrupt to the
kernel.

(maxv)

2017-08-13 07:16:44 UTC MAIN commitmail json YAML

Remove unused include, remove dead code, KNF, and fix off-by-one.

(maxv)

2017-08-13 05:04:08 UTC MAIN commitmail json YAML

Remove mixer chan from sc_audiochan.
Now sc_audiochan contains opened audio chan (and first special
element) only.

First I splitted sc_audiochan into sc_audiochan which has
audio chan (and first special element) and sc_mixerchan
which has mixer chan only.  However nobody else refers this
sc_mixerchan except additions to list and deletions from
list.  So mixer chan's list is not necessary.

(isaki)

2017-08-13 04:09:27 UTC MAIN commitmail json YAML

Move defines to the appropriate place.

(isaki)

2017-08-13 01:08:41 UTC MAIN commitmail json YAML

PR lib/15802: Shuuichirou Murata: Add missing xdr_rpcbs_rmtcalllist_ptr

There was a missing call to xdr_rpcbs_rmtcalllist_ptr in xdr_rpcb_stat.
This fixes issues with RPCBPROC_GETSTAT not working correctly with
systems that correctly implement the XDR encode/decode routine.

XXX: pullup-8
XXX: pullup-7
XXX: pullup-6

(ginsbach)

2017-08-12 23:42:52 UTC MAIN commitmail json YAML

Add support for deprecated pin configuration and multiplex bindings.

(jmcneill)

2017-08-12 22:43:22 UTC jdolecek-ncq commitmail json YAML

add NCQ error recovery for mvsata(4)

fix wait flags for mvsata_bio_start(), AT_* constants are only valid for cmd

change the debug logging to similar form as ahcisata/siisata, so it's
easier to selectively show

(jdolecek)

2017-08-12 22:31:50 UTC jdolecek-ncq commitmail json YAML

use AT_LBA48 flag for the READ LOG EXT - it's required so that e.g. mvsata()
executes the command using wdccommandext(), it fails when executed using
wdccommand()

(jdolecek)

2017-08-12 22:12:04 UTC jdolecek-ncq commitmail json YAML

2017-08-12 21:46:01 UTC MAIN commitmail json YAML

2017-08-12 19:48:28 UTC MAIN commitmail json YAML

Bump - removal of i386_vm86 and i386_pmc.

(maxv)

2017-08-12 19:12:04 UTC netbsd-7-0 commitmail json YAML

2017-08-12 19:11:24 UTC netbsd-7-0 commitmail json YAML

2017-08-12 19:10:23 UTC netbsd-7-1 commitmail json YAML

2017-08-12 19:09:46 UTC netbsd-7-1 commitmail json YAML

Also pull up rev1.30 (accidently missed in ticket #1475)

(martin)

2017-08-12 19:08:20 UTC netbsd-7 commitmail json YAML

2017-08-12 19:07:51 UTC netbsd-7 commitmail json YAML

Also pull up rev1.30 (accidently missing in ticket #1475)

(martin)

2017-08-12 19:06:23 UTC MAIN commitmail json YAML

Remove what is now an unused variable.  One less build issue...

(kre)

2017-08-12 16:38:08 UTC netbsd-6-0 commitmail json YAML

2017-08-12 16:37:30 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1472):
sys/arch/mac68k/nubus/if_netdock_nubus.c: revision 1.26
Avoid memory leak in netdock_get.
If top is null, this is the first time through and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-12 16:36:36 UTC netbsd-6-1 commitmail json YAML

2017-08-12 16:36:20 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1472):
sys/arch/mac68k/nubus/if_netdock_nubus.c: revision 1.26
Avoid memory leak in netdock_get.
If top is null, this is the first time through and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-12 16:36:04 UTC netbsd-6 commitmail json YAML

2017-08-12 16:35:11 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1472):
sys/arch/mac68k/nubus/if_netdock_nubus.c: revision 1.26
Avoid memory leak in netdock_get.
If top is null, this is the first time through and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-12 16:30:05 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1471):
sys/arch/newsmips/apbus/if_sn.c: revision 1.39
Avoid memory leak in sonic_get.
If this is the first time around, top is null and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-12 16:29:24 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1471):
sys/arch/newsmips/apbus/if_sn.c: revision 1.39
Avoid memory leak in sonic_get.
If this is the first time around, top is null and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-12 16:28:58 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1471):
sys/arch/newsmips/apbus/if_sn.c: revision 1.39
Avoid memory leak in sonic_get.
If this is the first time around, top is null and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-12 16:27:45 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1470):
sys/dev/usb/if_ural.c: revision 1.52
Free the RX list if ural_alloc_rx_list fails part way through.
Reported by Ilja Van Sprundel.

(snj)

2017-08-12 16:27:22 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1470):
sys/dev/usb/if_ural.c: revision 1.52
Free the RX list if ural_alloc_rx_list fails part way through.
Reported by Ilja Van Sprundel.

(snj)

2017-08-12 16:26:31 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1470):
sys/dev/usb/if_ural.c: revision 1.52
Free the RX list if ural_alloc_rx_list fails part way through.
Reported by Ilja Van Sprundel.

(snj)

2017-08-12 16:23:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1469):
sys/compat/common/vfs_syscalls_12.c: revision 1.30
sys/compat/common/vfs_syscalls_43.c: revision 1.56
sys/compat/sys/dirent.h: revision 1.3
It is wishful thinking that vn_readdir will return dirent12 structures.
--
Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9.
--
add a struct for the 4.3BSD struct direct

(snj)

2017-08-12 16:22:31 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1469):
sys/compat/common/vfs_syscalls_12.c: revision 1.30
sys/compat/common/vfs_syscalls_43.c: revision 1.56
sys/compat/sys/dirent.h: revision 1.3
It is wishful thinking that vn_readdir will return dirent12 structures.
--
Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9.
--
add a struct for the 4.3BSD struct direct

(snj)

2017-08-12 16:20:59 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1469):
sys/compat/common/vfs_syscalls_12.c: revision 1.30
sys/compat/common/vfs_syscalls_43.c: revision 1.56
sys/compat/sys/dirent.h: revision 1.3
It is wishful thinking that vn_readdir will return dirent12 structures.
--
Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9.
--
add a struct for the 4.3BSD struct direct

(snj)

2017-08-12 15:08:38 UTC jdolecek-ncq commitmail json YAML

take atabus_qlock while inserting into atabus_initq_head to avoid race
in attach and rescan; just cleanup, noticed this while doing the thread
locking, don't think there is realistic way to trigger this

(jdolecek)

2017-08-12 14:41:54 UTC jdolecek-ncq commitmail json YAML

2017-08-12 13:41:46 UTC jdolecek-ncq commitmail json YAML

2017-08-12 13:16:14 UTC MAIN commitmail json YAML

2017-08-12 13:11:23 UTC MAIN commitmail json YAML

Remove the vm86 fields from the trap frame. It seems to me that we could
now remove the '-16' when initializing pcb_esp0.

(maxv)

2017-08-12 12:48:47 UTC MAIN commitmail json YAML

Remove the vm86 fields from the pcb.

(maxv)

2017-08-12 12:33:31 UTC MAIN commitmail json YAML

Don't include opt_vm86.h.

(maxv)

2017-08-12 11:45:20 UTC MAIN commitmail json YAML

Update Raspberry Pi 3 example to use dplcom0 instead of dty00

(jmcneill)

2017-08-12 11:44:26 UTC MAIN commitmail json YAML

For boards with bluetooth, use AUX UART for console and PLCOM for bt.

(jmcneill)

2017-08-12 11:41:21 UTC MAIN commitmail json YAML

add dial-out device node for plcom

(jmcneill)

2017-08-12 11:21:15 UTC MAIN commitmail json YAML

Do not deref a NULL pointer if no current media has been selected.
This error condition does not happen with properly working hardware, but it is
no good reason for a kernel panic either.

(martin)

2017-08-12 11:03:47 UTC MAIN commitmail json YAML

tag arcmsr scsipi adapter and pci interrupt as MPSAFE. I/O is now done
without taking kernel lock.

(mlelstv)

2017-08-12 09:52:29 UTC jdolecek-ncq commitmail json YAML

remove all logic around ATACH_IRQ_WAIT and channel-global ch_error/ch_status,
so that there is less hidden state shared by commands; primary intent is
to make the NCQ and non-NCQ paths more similar, and remove possibility
of incorrect handling for the NCQ commands

tested both disk and ATAPI - piixide(4) on QEMU, and siisata(4),
ahcisata(4), mvsata(4) on real hw

(jdolecek)

2017-08-12 09:38:58 UTC jdolecek-ncq commitmail json YAML

fix condition for switching to kernel thread for ATAPI and bio reset recovery
to match atapi_wdc.c, __wdcwait() postpones to the thread whenever neither
AT_POLL nor AT_WAIT flags are present

fixes spurious 'timeout' for the command on mvsata, followed by 'unexpected'
interrupt

(jdolecek)

2017-08-12 09:03:28 UTC MAIN commitmail json YAML

2017-08-12 08:45:58 UTC MAIN commitmail json YAML

State that this is SVR3, not iBCS2.

(maxv)

2017-08-12 08:21:30 UTC MAIN commitmail json YAML

All things considered, remove the i386_pmc API. I deprecated it some
months ago, and clearly no one should be using it.

(reminder: our new PMCs use the same sysarch, but the arguments are
opaque and not compatible with the previous versions)

(maxv)

2017-08-12 08:03:57 UTC MAIN commitmail json YAML

Remove reference to vm86.

(maxv)

2017-08-12 07:59:42 UTC MAIN commitmail json YAML

Remove the i386_vm86 API (instead of just deprecating it). This API is not
available anymore, and any binary using it won't function correctly.

(maxv)

2017-08-12 07:40:43 UTC MAIN commitmail json YAML

2017-08-12 07:35:08 UTC MAIN commitmail json YAML

2017-08-12 07:21:57 UTC MAIN commitmail json YAML

2017-08-12 07:07:53 UTC MAIN commitmail json YAML

2017-08-12 06:46:13 UTC MAIN commitmail json YAML

Remove support for vm86 on i386. It is bug-friendly, and there is no point
in having kernel support for this: the instruction set of the CPU is small,
and it can easily be emulated in userland entirely. There are also several
assumptions in the code that are not respected, and the slightest confusion
in the trap frame can lead to ring0 exploits.

vm86 has received zero maintenance. As far as I can tell, it was added
20 years ago in order to make doscmd work. But doscmd has not been
maintained either, and was removed from pkgsrc in 2011. dosbox can be used
instead: it does not require kernel support, and will produce better
results than our flimsy implementation.

Pass 1. (many pieces still in the tree)

(maxv)

2017-08-12 06:05:16 UTC netbsd-7 commitmail json YAML

2017-08-12 05:56:21 UTC netbsd-7 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.46 / diff / nxr@1.1145.2.46
src/external/bsd/wpa/bin/Makefile.inc@1.1.24.1 / diff / nxr@1.1.24.1
src/external/bsd/wpa/bin/hostapd/Makefile@1.5.4.2 / diff / nxr@1.5.4.2
src/external/bsd/wpa/bin/hostapd/aes-xinternal.c@1.1.24.1 / diff / nxr@1.1.24.1
src/external/bsd/wpa/bin/hostapd_cli/Makefile@1.2.8.1 / diff / nxr@1.2.8.1
src/external/bsd/wpa/bin/wpa_cli/Makefile@1.4.8.1 / diff / nxr@1.4.8.1
src/external/bsd/wpa/bin/wpa_passphrase/Makefile@1.2.4.2 / diff / nxr@1.2.4.2
src/external/bsd/wpa/bin/wpa_supplicant/Makefile@1.3.4.2 / diff / nxr@1.3.4.2
src/external/bsd/wpa/bin/wpa_supplicant/aes-xinternal.c@1.1.24.1 / diff / nxr@1.1.24.1
src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8@1.3.4.1 / diff / nxr@1.3.4.1
src/external/bsd/wpa/dist/CONTRIBUTIONS@1.1.1.2.2.3 / diff / nxr@1.1.1.2.2.3
src/external/bsd/wpa/dist/COPYING@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/wpa/dist/README@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/wpa/dist/hostapd/Android.mk@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/wpa/dist/hostapd/ChangeLog@1.1.1.5.4.2 / diff / nxr@1.1.1.5.4.2
src/external/bsd/wpa/dist/hostapd/Makefile@1.1.1.4.4.2 / diff / nxr@1.1.1.4.4.2
src/external/bsd/wpa/dist/hostapd/README@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/wpa/dist/hostapd/android.config@1.1.1.1.6.2 / diff / nxr@1.1.1.1.6.2
src/external/bsd/wpa/dist/hostapd/config_file.c@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/wpa/dist/hostapd/config_file.h@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
      :
(more 535 files)
Pull up following revision(s) (requested by mrg in ticket #1490):
doc/3RDPARTY: patch
external/bsd/wpa/bin/Makefile.inc: up to 1.6
external/bsd/wpa/bin/hostapd/Makefile: up to 1.10
external/bsd/wpa/bin/hostapd/aes-xinternal.c: up to 1.2
external/bsd/wpa/bin/hostapd_cli/Makefile: up to 1.3
external/bsd/wpa/bin/wpa_cli/Makefile: up to 1.5
external/bsd/wpa/bin/wpa_passphrase/Makefile: up to 1.4
external/bsd/wpa/bin/wpa_supplicant/Makefile: up to 1.9
external/bsd/wpa/bin/wpa_supplicant/aes-xinternal.c: up to 1.2
external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8: up to 1.8
external/bsd/wpa/dist/CONTRIBUTIONS: up to 1.1.1.3
external/bsd/wpa/dist/COPYING: up to 1.1.1.4
external/bsd/wpa/dist/README: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/Android.mk: up to 1.1.1.5
external/bsd/wpa/dist/hostapd/ChangeLog: up to 1.1.1.8
external/bsd/wpa/dist/hostapd/Makefile: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/README: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/android.config: up to 1.1.1.4
external/bsd/wpa/dist/hostapd/config_file.c: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/config_file.h: up to 1.1.1.3
external/bsd/wpa/dist/hostapd/ctrl_iface.c: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/defconfig: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/hapd_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/hostapd/hlr_auc_gw.c: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/hlr_auc_gw.milenage_db: up to 1.1.1.2
external/bsd/wpa/dist/hostapd/hostapd.android.rc: up to 1.1.1.1
external/bsd/wpa/dist/hostapd/hostapd.conf: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/hostapd_cli.c: up to 1.9
external/bsd/wpa/dist/hostapd/main.c: up to 1.4
external/bsd/wpa/dist/hs20/client/Android.mk: up to 1.1.1.3
external/bsd/wpa/dist/hs20/client/Makefile: up to 1.1.1.2
external/bsd/wpa/dist/hs20/client/est.c: up to 1.1.1.2
external/bsd/wpa/dist/hs20/client/osu_client.c: up to 1.1.1.3
external/bsd/wpa/dist/hs20/client/spp_client.c: up to 1.1.1.2
external/bsd/wpa/dist/patches/openssl-0.9.8za-tls-extensions.patch delete
external/bsd/wpa/dist/src/Makefile: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/accounting.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/accounting.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/acs.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/ap_config.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ap_config.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_drv_ops.c: up to 1.4
external/bsd/wpa/dist/src/ap/ap_drv_ops.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_list.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_list.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ap_mlme.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/authsrv.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/beacon.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/beacon.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/dfs.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/dhcp_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/drv_callbacks.c: up to 1.3
external/bsd/wpa/dist/src/ap/eap_user_db.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/gas_serv.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/gas_serv.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/hostapd.c: up to 1.3
external/bsd/wpa/dist/src/ap/hostapd.h: up to 1.3
external/bsd/wpa/dist/src/ap/hw_features.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/hw_features.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/iapp.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_11.h: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_11_auth.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11_auth.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/ieee802_11_ht.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ieee802_11_shared.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11_vht.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/ieee802_1x.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_1x.h: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/mbo_ap.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/mbo_ap.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/ndisc_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/neighbor_db.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/neighbor_db.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/rrm.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/rrm.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/sta_info.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/sta_info.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/taxonomy.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/taxonomy.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/utils.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/vlan.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_full.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_ifconfig.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_init.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/vlan_init.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/vlan_ioctl.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_util.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/vlan_util.h: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/wnm_ap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/wnm_ap.h: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/wpa_auth.c: up to 1.9
external/bsd/wpa/dist/src/ap/wpa_auth.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/wpa_auth_glue.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/wpa_auth_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wpa_auth_ie.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wps_hostapd.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/x_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/common/cli.c: up to 1.1.1.1
external/bsd/wpa/dist/src/common/cli.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/common_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/ctrl_iface_common.c: up to 1.1.1.1
external/bsd/wpa/dist/src/common/ctrl_iface_common.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/defs.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/eapol_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/common/hw_features_common.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/hw_features_common.h: up to 1.1.1.2
external/bsd/wpa/dist/src/common/ieee802_11_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_11_common.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_11_defs.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_1x_defs.h: up to 1.1.1.2
external/bsd/wpa/dist/src/common/linux_bridge.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/linux_vlan.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/privsep_commands.h: up to 1.1.1.4
external/bsd/wpa/dist/src/common/qca-vendor.h: up to 1.1.1.3
external/bsd/wpa/dist/src/common/sae.c: up to 1.1.1.3
external/bsd/wpa/dist/src/common/sae.h: up to 1.1.1.3
external/bsd/wpa/dist/src/common/version.h: up to 1.1.1.8
external/bsd/wpa/dist/src/common/wpa_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/wpa_common.h: up to 1.2
external/bsd/wpa/dist/src/common/wpa_ctrl.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/wpa_ctrl.h: up to 1.1.1.7
external/bsd/wpa/dist/src/common/wpa_helpers.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/Makefile: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/aes-cbc.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/aes-omac1.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto.h: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto_cryptoapi.c delete
external/bsd/wpa/dist/src/crypto/crypto_internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/crypto_openssl.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/dh_group5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/dh_groups.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/fips_prf_openssl.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/md4-internal.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/md5-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/ms_funcs.c: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/ms_funcs.h: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/random.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha1-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha1-tlsprf.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/sha1-tprf.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/sha256-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha256-kdf.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/sha256-prf.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha256.h: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/sha384-internal.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha384-prf.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha384.h: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/sha384_i.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha512-internal.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha512_i.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls.h: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_gnutls.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_internal.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_none.c: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/tls_openssl.c: up to 1.1.1.7
external/bsd/wpa/dist/src/crypto/tls_openssl.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls_openssl_ocsp.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls_schannel.c delete
external/bsd/wpa/dist/src/drivers/driver.h: up to 1.3
external/bsd/wpa/dist/src/drivers/driver_atheros.c: up to 1.1.1.7
external/bsd/wpa/dist/src/drivers/driver_bsd.c: up to 1.29
external/bsd/wpa/dist/src/drivers/driver_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_hostap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_hostap.h: up to 1.1.1.3
external/bsd/wpa/dist/src/drivers/driver_macsec_qca.c: up to 1.1.1.3
external/bsd/wpa/dist/src/drivers/driver_ndis.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_nl80211.c: up to 1.1.1.7
external/bsd/wpa/dist/src/drivers/driver_nl80211.h: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_android.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_capa.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_event.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_monitor.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_scan.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_privsep.c: up to 1.1.1.4
external/bsd/wpa/dist/src/drivers/driver_roboswitch.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/driver_wext.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/driver_wired.c: up to 1.2
external/bsd/wpa/dist/src/drivers/drivers.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/drivers.mak: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/drivers.mk: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/linux_ioctl.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/linux_ioctl.h: up to 1.1.1.4
external/bsd/wpa/dist/src/drivers/nl80211_copy.h: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/rfkill.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/eap_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_eke_common.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_common/eap_fast_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_fast_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_gpsk_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_pax_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_sake_common.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/ikev2_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_peer/eap.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_aka.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_config.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_eke.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_peer/eap_fast.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_gpsk.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_gtc.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_leap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_md5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_methods.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_methods.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_otp.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_pax.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_peap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_psk.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_pwd.c: up to 1.5
external/bsd/wpa/dist/src/eap_peer/eap_sake.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_sim.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_tls.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_tnc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_ttls.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_wsc.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_peer/ikev2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/tncc.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_server/eap.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_methods.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server.c: up to 1.3
external/bsd/wpa/dist/src/eap_server/eap_server_aka.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_eke.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_server/eap_server_fast.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_gpsk.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_gtc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_server_identity.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_md5.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_methods.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_mschapv2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_pax.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_peap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_psk.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c: up to 1.4
external/bsd/wpa/dist/src/eap_server/eap_server_sake.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_sim.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_tls.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_tls_common.c: up to 1.7
external/bsd/wpa/dist/src/eap_server/eap_server_tnc.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_vendor_test.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_sim_db.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_sim_db.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_tls_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/ikev2.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/tncs.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eapol_auth/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm_i.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eapol_supp/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.c: up to 1.1.1.7
external/bsd/wpa/dist/src/fst/Makefile: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_aux.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_aux.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_defs.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_iface.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_iface.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_defs.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_group.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_group.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_iface.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_iface.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_internal.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_session.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_session.h: up to 1.1.1.1
external/bsd/wpa/dist/src/l2_packet/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/l2_packet/l2_packet_linux.c: up to 1.1.1.5
external/bsd/wpa/dist/src/l2_packet/l2_packet_pcap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/p2p/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/p2p/p2p.c: up to 1.3
external/bsd/wpa/dist/src/p2p/p2p.h: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_build.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_dev_disc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/p2p/p2p_go_neg.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_group.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_invitation.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_parse.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_pd.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_sd.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_utils.c: up to 1.1.1.5
external/bsd/wpa/dist/src/pae/ieee802_1x_cp.c: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_cp.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_kay.c: up to 1.1.1.3
external/bsd/wpa/dist/src/pae/ieee802_1x_kay.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_kay_i.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.c: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.h: up to 1.1.1.2
external/bsd/wpa/dist/src/radius/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/radius/radius.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius.h: up to 1.1.1.5
external/bsd/wpa/dist/src/radius/radius_client.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius_client.h: up to 1.1.1.4
external/bsd/wpa/dist/src/radius/radius_das.c: up to 1.5
external/bsd/wpa/dist/src/radius/radius_das.h: up to 1.1.1.4
external/bsd/wpa/dist/src/radius/radius_server.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius_server.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c: up to 1.1.1.7
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/preauth.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/preauth.h: up to 1.1.1.4
external/bsd/wpa/dist/src/rsn_supp/tdls.c: up to 1.1.1.5
external/bsd/wpa/dist/src/rsn_supp/wpa.c: up to 1.1.1.8
external/bsd/wpa/dist/src/rsn_supp/wpa.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/asn1.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/libtommath.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/pkcs5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/tlsv1_client.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_client.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_client_i.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_client_ocsp.c: up to 1.1.1.1
external/bsd/wpa/dist/src/tls/tlsv1_client_read.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_client_write.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/tlsv1_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/tlsv1_cred.c: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_cred.h: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/tlsv1_server.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_server.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_server_i.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_server_read.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_server_write.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/x509v3.c: up to 1.1.1.7
external/bsd/wpa/dist/src/tls/x509v3.h: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/browser-android.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/browser-wpadebug.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/common.c: up to 1.4
external/bsd/wpa/dist/src/utils/common.h: up to 1.5
external/bsd/wpa/dist/src/utils/edit_simple.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/eloop.c: up to 1.13
external/bsd/wpa/dist/src/utils/eloop.h: up to 1.2
external/bsd/wpa/dist/src/utils/eloop_win.c: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/ext_password.c: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/ext_password_i.h: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/http_curl.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/includes.h: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/module_tests.h: up to 1.1.1.1
external/bsd/wpa/dist/src/utils/os.h: up to 1.7
external/bsd/wpa/dist/src/utils/os_internal.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/os_none.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/os_unix.c: up to 1.4
external/bsd/wpa/dist/src/utils/os_win32.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/pcsc_funcs.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/platform.h: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/radiotap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/radiotap.h: up to 1.5
external/bsd/wpa/dist/src/utils/radiotap_iter.h: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/trace.c: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/trace.h: up to 1.5
external/bsd/wpa/dist/src/utils/utils_module_tests.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/wpa_debug.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/wpa_debug.h: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/wpabuf.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/wpabuf.h: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/xml_libxml2.c: up to 1.1.1.2
external/bsd/wpa/dist/src/wps/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/http_client.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/http_server.c: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/httpread.c: up to 1.3
external/bsd/wpa/dist/src/wps/ndef.c: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/wps.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps.h: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_attr_build.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_attr_parse.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_attr_parse.h: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/wps_attr_process.c: up to 1.2
external/bsd/wpa/dist/src/wps/wps_common.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_defs.h: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_enrollee.c: up to 1.1.1.8
external/bsd/wpa/dist/src/wps/wps_er.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_er_ssdp.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/wps/wps_registrar.c: up to 1.1.1.8
external/bsd/wpa/dist/src/wps/wps_upnp.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_upnp.h: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/wps_upnp_ap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_upnp_event.c: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/wps_upnp_i.h: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_upnp_web.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_validate.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/Android.mk: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/ChangeLog: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/Makefile: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/README: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/README-HS20: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/README-P2P: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/android.config: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ap.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ap.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/autoscan.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/autoscan.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/bgscan.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/bgscan.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/binder/.clang-format: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_i.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/IIface.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicant.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicantCallbacks.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/iface.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/iface.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/bss.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/bss.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/config.c: up to 1.6
external/bsd/wpa/dist/wpa_supplicant/config.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/config_file.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/config_ssid.h: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/config_winreg.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c: up to 1.4
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_named_pipe.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus-wpa_supplicant.conf: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common_i.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/defconfig: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.8: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.sgml: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/driver_i.h: up to 1.2
external/bsd/wpa/dist/wpa_supplicant/eapol_test.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/eapol_test.py: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/events.c: up to 1.6
external/bsd/wpa/dist/wpa_supplicant/gas_query.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/gas_query.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/interworking.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/interworking.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/libwpa_test.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/main.c: up to 1.4
external/bsd/wpa/dist/wpa_supplicant/mbo.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/mesh.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/notify.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/notify.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/offchannel.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant_sd.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/preauth_test.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/scan.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/scan.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/sme.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.in: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/tests/link_test.c delete
external/bsd/wpa/dist/wpa_supplicant/tests/test_eap_sim_common.c delete
external/bsd/wpa/dist/wpa_supplicant/tests/test_wpa.c delete
external/bsd/wpa/dist/wpa_supplicant/wmm_ac.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_cli.c: up to 1.9
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/main.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.cpp: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.cpp: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.cpp: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c: up to 1.9
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h: up to 1.1.1.6
Update wpa_supplicant/hostapd to 2.6.

(snj)

2017-08-12 05:53:31 UTC netbsd-7-1 commitmail json YAML

2017-08-12 05:44:05 UTC netbsd-7-1 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.37.2.7 / diff / nxr@1.1145.2.37.2.7
src/external/bsd/wpa/bin/Makefile.inc@1.1.30.1 / diff / nxr@1.1.30.1
src/external/bsd/wpa/bin/hostapd/Makefile@1.5.4.1.6.1 / diff / nxr@1.5.4.1.6.1
src/external/bsd/wpa/bin/hostapd/aes-xinternal.c@1.1.30.1 / diff / nxr@1.1.30.1
src/external/bsd/wpa/bin/hostapd_cli/Makefile@1.2.16.1 / diff / nxr@1.2.16.1
src/external/bsd/wpa/bin/wpa_cli/Makefile@1.4.16.1 / diff / nxr@1.4.16.1
src/external/bsd/wpa/bin/wpa_passphrase/Makefile@1.2.4.1.6.1 / diff / nxr@1.2.4.1.6.1
src/external/bsd/wpa/bin/wpa_supplicant/Makefile@1.3.4.1.6.1 / diff / nxr@1.3.4.1.6.1
src/external/bsd/wpa/bin/wpa_supplicant/aes-xinternal.c@1.1.30.1 / diff / nxr@1.1.30.1
src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8@1.3.10.1 / diff / nxr@1.3.10.1
src/external/bsd/wpa/dist/CONTRIBUTIONS@1.1.1.2.2.2.6.1 / diff / nxr@1.1.1.2.2.2.6.1
src/external/bsd/wpa/dist/COPYING@1.1.1.2.4.1.6.1 / diff / nxr@1.1.1.2.4.1.6.1
src/external/bsd/wpa/dist/README@1.1.1.3.4.1.6.1 / diff / nxr@1.1.1.3.4.1.6.1
src/external/bsd/wpa/dist/hostapd/Android.mk@1.1.1.2.4.1.6.1 / diff / nxr@1.1.1.2.4.1.6.1
src/external/bsd/wpa/dist/hostapd/ChangeLog@1.1.1.5.4.1.6.1 / diff / nxr@1.1.1.5.4.1.6.1
src/external/bsd/wpa/dist/hostapd/Makefile@1.1.1.4.4.1.6.1 / diff / nxr@1.1.1.4.4.1.6.1
src/external/bsd/wpa/dist/hostapd/README@1.1.1.3.4.1.6.1 / diff / nxr@1.1.1.3.4.1.6.1
src/external/bsd/wpa/dist/hostapd/android.config@1.1.1.1.6.1.6.1 / diff / nxr@1.1.1.1.6.1.6.1
src/external/bsd/wpa/dist/hostapd/config_file.c@1.1.1.3.4.1.6.1 / diff / nxr@1.1.1.3.4.1.6.1
src/external/bsd/wpa/dist/hostapd/config_file.h@1.1.1.2.12.1 / diff / nxr@1.1.1.2.12.1
      :
(more 535 files)
Pull up following revision(s) (requested by mrg in ticket #1490):
doc/3RDPARTY: patch
external/bsd/wpa/bin/Makefile.inc: up to 1.6
external/bsd/wpa/bin/hostapd/Makefile: up to 1.10
external/bsd/wpa/bin/hostapd/aes-xinternal.c: up to 1.2
external/bsd/wpa/bin/hostapd_cli/Makefile: up to 1.3
external/bsd/wpa/bin/wpa_cli/Makefile: up to 1.5
external/bsd/wpa/bin/wpa_passphrase/Makefile: up to 1.4
external/bsd/wpa/bin/wpa_supplicant/Makefile: up to 1.9
external/bsd/wpa/bin/wpa_supplicant/aes-xinternal.c: up to 1.2
external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8: up to 1.8
external/bsd/wpa/dist/CONTRIBUTIONS: up to 1.1.1.3
external/bsd/wpa/dist/COPYING: up to 1.1.1.4
external/bsd/wpa/dist/README: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/Android.mk: up to 1.1.1.5
external/bsd/wpa/dist/hostapd/ChangeLog: up to 1.1.1.8
external/bsd/wpa/dist/hostapd/Makefile: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/README: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/android.config: up to 1.1.1.4
external/bsd/wpa/dist/hostapd/config_file.c: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/config_file.h: up to 1.1.1.3
external/bsd/wpa/dist/hostapd/ctrl_iface.c: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/defconfig: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/hapd_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/hostapd/hlr_auc_gw.c: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/hlr_auc_gw.milenage_db: up to 1.1.1.2
external/bsd/wpa/dist/hostapd/hostapd.android.rc: up to 1.1.1.1
external/bsd/wpa/dist/hostapd/hostapd.conf: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/hostapd_cli.c: up to 1.9
external/bsd/wpa/dist/hostapd/main.c: up to 1.4
external/bsd/wpa/dist/hs20/client/Android.mk: up to 1.1.1.3
external/bsd/wpa/dist/hs20/client/Makefile: up to 1.1.1.2
external/bsd/wpa/dist/hs20/client/est.c: up to 1.1.1.2
external/bsd/wpa/dist/hs20/client/osu_client.c: up to 1.1.1.3
external/bsd/wpa/dist/hs20/client/spp_client.c: up to 1.1.1.2
external/bsd/wpa/dist/patches/openssl-0.9.8za-tls-extensions.patch delete
external/bsd/wpa/dist/src/Makefile: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/accounting.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/accounting.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/acs.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/ap_config.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ap_config.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_drv_ops.c: up to 1.4
external/bsd/wpa/dist/src/ap/ap_drv_ops.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_list.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_list.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ap_mlme.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/authsrv.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/beacon.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/beacon.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/dfs.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/dhcp_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/drv_callbacks.c: up to 1.3
external/bsd/wpa/dist/src/ap/eap_user_db.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/gas_serv.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/gas_serv.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/hostapd.c: up to 1.3
external/bsd/wpa/dist/src/ap/hostapd.h: up to 1.3
external/bsd/wpa/dist/src/ap/hw_features.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/hw_features.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/iapp.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_11.h: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_11_auth.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11_auth.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/ieee802_11_ht.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ieee802_11_shared.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11_vht.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/ieee802_1x.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_1x.h: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/mbo_ap.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/mbo_ap.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/ndisc_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/neighbor_db.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/neighbor_db.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/rrm.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/rrm.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/sta_info.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/sta_info.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/taxonomy.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/taxonomy.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/utils.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/vlan.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_full.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_ifconfig.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_init.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/vlan_init.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/vlan_ioctl.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_util.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/vlan_util.h: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/wnm_ap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/wnm_ap.h: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/wpa_auth.c: up to 1.9
external/bsd/wpa/dist/src/ap/wpa_auth.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/wpa_auth_glue.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/wpa_auth_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wpa_auth_ie.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wps_hostapd.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/x_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/common/cli.c: up to 1.1.1.1
external/bsd/wpa/dist/src/common/cli.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/common_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/ctrl_iface_common.c: up to 1.1.1.1
external/bsd/wpa/dist/src/common/ctrl_iface_common.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/defs.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/eapol_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/common/hw_features_common.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/hw_features_common.h: up to 1.1.1.2
external/bsd/wpa/dist/src/common/ieee802_11_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_11_common.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_11_defs.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_1x_defs.h: up to 1.1.1.2
external/bsd/wpa/dist/src/common/linux_bridge.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/linux_vlan.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/privsep_commands.h: up to 1.1.1.4
external/bsd/wpa/dist/src/common/qca-vendor.h: up to 1.1.1.3
external/bsd/wpa/dist/src/common/sae.c: up to 1.1.1.3
external/bsd/wpa/dist/src/common/sae.h: up to 1.1.1.3
external/bsd/wpa/dist/src/common/version.h: up to 1.1.1.8
external/bsd/wpa/dist/src/common/wpa_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/wpa_common.h: up to 1.2
external/bsd/wpa/dist/src/common/wpa_ctrl.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/wpa_ctrl.h: up to 1.1.1.7
external/bsd/wpa/dist/src/common/wpa_helpers.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/Makefile: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/aes-cbc.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/aes-omac1.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto.h: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto_cryptoapi.c delete
external/bsd/wpa/dist/src/crypto/crypto_internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/crypto_openssl.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/dh_group5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/dh_groups.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/fips_prf_openssl.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/md4-internal.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/md5-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/ms_funcs.c: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/ms_funcs.h: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/random.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha1-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha1-tlsprf.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/sha1-tprf.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/sha256-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha256-kdf.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/sha256-prf.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha256.h: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/sha384-internal.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha384-prf.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha384.h: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/sha384_i.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha512-internal.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha512_i.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls.h: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_gnutls.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_internal.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_none.c: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/tls_openssl.c: up to 1.1.1.7
external/bsd/wpa/dist/src/crypto/tls_openssl.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls_openssl_ocsp.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls_schannel.c delete
external/bsd/wpa/dist/src/drivers/driver.h: up to 1.3
external/bsd/wpa/dist/src/drivers/driver_atheros.c: up to 1.1.1.7
external/bsd/wpa/dist/src/drivers/driver_bsd.c: up to 1.29
external/bsd/wpa/dist/src/drivers/driver_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_hostap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_hostap.h: up to 1.1.1.3
external/bsd/wpa/dist/src/drivers/driver_macsec_qca.c: up to 1.1.1.3
external/bsd/wpa/dist/src/drivers/driver_ndis.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_nl80211.c: up to 1.1.1.7
external/bsd/wpa/dist/src/drivers/driver_nl80211.h: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_android.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_capa.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_event.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_monitor.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_scan.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_privsep.c: up to 1.1.1.4
external/bsd/wpa/dist/src/drivers/driver_roboswitch.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/driver_wext.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/driver_wired.c: up to 1.2
external/bsd/wpa/dist/src/drivers/drivers.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/drivers.mak: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/drivers.mk: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/linux_ioctl.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/linux_ioctl.h: up to 1.1.1.4
external/bsd/wpa/dist/src/drivers/nl80211_copy.h: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/rfkill.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/eap_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_eke_common.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_common/eap_fast_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_fast_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_gpsk_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_pax_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_sake_common.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/ikev2_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_peer/eap.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_aka.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_config.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_eke.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_peer/eap_fast.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_gpsk.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_gtc.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_leap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_md5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_methods.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_methods.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_otp.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_pax.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_peap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_psk.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_pwd.c: up to 1.5
external/bsd/wpa/dist/src/eap_peer/eap_sake.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_sim.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_tls.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_tnc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_ttls.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_wsc.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_peer/ikev2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/tncc.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_server/eap.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_methods.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server.c: up to 1.3
external/bsd/wpa/dist/src/eap_server/eap_server_aka.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_eke.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_server/eap_server_fast.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_gpsk.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_gtc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_server_identity.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_md5.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_methods.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_mschapv2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_pax.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_peap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_psk.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c: up to 1.4
external/bsd/wpa/dist/src/eap_server/eap_server_sake.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_sim.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_tls.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_tls_common.c: up to 1.7
external/bsd/wpa/dist/src/eap_server/eap_server_tnc.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_vendor_test.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_sim_db.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_sim_db.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_tls_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/ikev2.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/tncs.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eapol_auth/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm_i.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eapol_supp/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.c: up to 1.1.1.7
external/bsd/wpa/dist/src/fst/Makefile: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_aux.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_aux.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_defs.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_iface.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_iface.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_defs.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_group.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_group.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_iface.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_iface.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_internal.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_session.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_session.h: up to 1.1.1.1
external/bsd/wpa/dist/src/l2_packet/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/l2_packet/l2_packet_linux.c: up to 1.1.1.5
external/bsd/wpa/dist/src/l2_packet/l2_packet_pcap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/p2p/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/p2p/p2p.c: up to 1.3
external/bsd/wpa/dist/src/p2p/p2p.h: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_build.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_dev_disc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/p2p/p2p_go_neg.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_group.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_invitation.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_parse.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_pd.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_sd.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_utils.c: up to 1.1.1.5
external/bsd/wpa/dist/src/pae/ieee802_1x_cp.c: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_cp.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_kay.c: up to 1.1.1.3
external/bsd/wpa/dist/src/pae/ieee802_1x_kay.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_kay_i.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.c: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.h: up to 1.1.1.2
external/bsd/wpa/dist/src/radius/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/radius/radius.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius.h: up to 1.1.1.5
external/bsd/wpa/dist/src/radius/radius_client.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius_client.h: up to 1.1.1.4
external/bsd/wpa/dist/src/radius/radius_das.c: up to 1.5
external/bsd/wpa/dist/src/radius/radius_das.h: up to 1.1.1.4
external/bsd/wpa/dist/src/radius/radius_server.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius_server.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c: up to 1.1.1.7
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/preauth.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/preauth.h: up to 1.1.1.4
external/bsd/wpa/dist/src/rsn_supp/tdls.c: up to 1.1.1.5
external/bsd/wpa/dist/src/rsn_supp/wpa.c: up to 1.1.1.8
external/bsd/wpa/dist/src/rsn_supp/wpa.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/asn1.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/libtommath.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/pkcs5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/tlsv1_client.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_client.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_client_i.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_client_ocsp.c: up to 1.1.1.1
external/bsd/wpa/dist/src/tls/tlsv1_client_read.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_client_write.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/tlsv1_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/tlsv1_cred.c: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_cred.h: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/tlsv1_server.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_server.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_server_i.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_server_read.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_server_write.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/x509v3.c: up to 1.1.1.7
external/bsd/wpa/dist/src/tls/x509v3.h: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/browser-android.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/browser-wpadebug.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/common.c: up to 1.4
external/bsd/wpa/dist/src/utils/common.h: up to 1.5
external/bsd/wpa/dist/src/utils/edit_simple.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/eloop.c: up to 1.13
external/bsd/wpa/dist/src/utils/eloop.h: up to 1.2
external/bsd/wpa/dist/src/utils/eloop_win.c: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/ext_password.c: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/ext_password_i.h: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/http_curl.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/includes.h: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/module_tests.h: up to 1.1.1.1
external/bsd/wpa/dist/src/utils/os.h: up to 1.7
external/bsd/wpa/dist/src/utils/os_internal.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/os_none.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/os_unix.c: up to 1.4
external/bsd/wpa/dist/src/utils/os_win32.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/pcsc_funcs.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/platform.h: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/radiotap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/radiotap.h: up to 1.5
external/bsd/wpa/dist/src/utils/radiotap_iter.h: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/trace.c: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/trace.h: up to 1.5
external/bsd/wpa/dist/src/utils/utils_module_tests.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/wpa_debug.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/wpa_debug.h: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/wpabuf.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/wpabuf.h: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/xml_libxml2.c: up to 1.1.1.2
external/bsd/wpa/dist/src/wps/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/http_client.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/http_server.c: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/httpread.c: up to 1.3
external/bsd/wpa/dist/src/wps/ndef.c: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/wps.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps.h: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_attr_build.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_attr_parse.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_attr_parse.h: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/wps_attr_process.c: up to 1.2
external/bsd/wpa/dist/src/wps/wps_common.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_defs.h: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_enrollee.c: up to 1.1.1.8
external/bsd/wpa/dist/src/wps/wps_er.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_er_ssdp.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/wps/wps_registrar.c: up to 1.1.1.8
external/bsd/wpa/dist/src/wps/wps_upnp.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_upnp.h: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/wps_upnp_ap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_upnp_event.c: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/wps_upnp_i.h: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_upnp_web.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_validate.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/Android.mk: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/ChangeLog: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/Makefile: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/README: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/README-HS20: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/README-P2P: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/android.config: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ap.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ap.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/autoscan.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/autoscan.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/bgscan.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/bgscan.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/binder/.clang-format: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_i.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/IIface.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicant.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicantCallbacks.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/iface.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/iface.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/bss.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/bss.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/config.c: up to 1.6
external/bsd/wpa/dist/wpa_supplicant/config.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/config_file.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/config_ssid.h: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/config_winreg.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c: up to 1.4
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_named_pipe.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus-wpa_supplicant.conf: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common_i.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/defconfig: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.8: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.sgml: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/driver_i.h: up to 1.2
external/bsd/wpa/dist/wpa_supplicant/eapol_test.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/eapol_test.py: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/events.c: up to 1.6
external/bsd/wpa/dist/wpa_supplicant/gas_query.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/gas_query.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/interworking.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/interworking.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/libwpa_test.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/main.c: up to 1.4
external/bsd/wpa/dist/wpa_supplicant/mbo.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/mesh.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/notify.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/notify.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/offchannel.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant_sd.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/preauth_test.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/scan.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/scan.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/sme.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.in: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/tests/link_test.c delete
external/bsd/wpa/dist/wpa_supplicant/tests/test_eap_sim_common.c delete
external/bsd/wpa/dist/wpa_supplicant/tests/test_wpa.c delete
external/bsd/wpa/dist/wpa_supplicant/wmm_ac.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_cli.c: up to 1.9
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/main.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.cpp: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.cpp: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.cpp: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c: up to 1.9
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h: up to 1.1.1.6
Update wpa_supplicant/hostapd to 2.6.

(snj)

2017-08-12 05:42:13 UTC netbsd-7-0 commitmail json YAML

2017-08-12 05:31:37 UTC netbsd-7-0 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.18.2.24 / diff / nxr@1.1145.2.18.2.24
src/external/bsd/wpa/bin/Makefile.inc@1.1.26.1 / diff / nxr@1.1.26.1
src/external/bsd/wpa/bin/hostapd/Makefile@1.5.4.1.2.1 / diff / nxr@1.5.4.1.2.1
src/external/bsd/wpa/bin/hostapd/aes-xinternal.c@1.1.26.1 / diff / nxr@1.1.26.1
src/external/bsd/wpa/bin/hostapd_cli/Makefile@1.2.10.1 / diff / nxr@1.2.10.1
src/external/bsd/wpa/bin/wpa_cli/Makefile@1.4.10.1 / diff / nxr@1.4.10.1
src/external/bsd/wpa/bin/wpa_passphrase/Makefile@1.2.4.1.2.1 / diff / nxr@1.2.4.1.2.1
src/external/bsd/wpa/bin/wpa_supplicant/Makefile@1.3.4.1.2.1 / diff / nxr@1.3.4.1.2.1
src/external/bsd/wpa/bin/wpa_supplicant/aes-xinternal.c@1.1.26.1 / diff / nxr@1.1.26.1
src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8@1.3.6.1 / diff / nxr@1.3.6.1
src/external/bsd/wpa/dist/CONTRIBUTIONS@1.1.1.2.2.2.2.1 / diff / nxr@1.1.1.2.2.2.2.1
src/external/bsd/wpa/dist/COPYING@1.1.1.2.4.1.2.1 / diff / nxr@1.1.1.2.4.1.2.1
src/external/bsd/wpa/dist/README@1.1.1.3.4.1.2.1 / diff / nxr@1.1.1.3.4.1.2.1
src/external/bsd/wpa/dist/hostapd/Android.mk@1.1.1.2.4.1.2.1 / diff / nxr@1.1.1.2.4.1.2.1
src/external/bsd/wpa/dist/hostapd/ChangeLog@1.1.1.5.4.1.2.1 / diff / nxr@1.1.1.5.4.1.2.1
src/external/bsd/wpa/dist/hostapd/Makefile@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
src/external/bsd/wpa/dist/hostapd/README@1.1.1.3.4.1.2.1 / diff / nxr@1.1.1.3.4.1.2.1
src/external/bsd/wpa/dist/hostapd/android.config@1.1.1.1.6.1.2.1 / diff / nxr@1.1.1.1.6.1.2.1
src/external/bsd/wpa/dist/hostapd/config_file.c@1.1.1.3.4.1.2.1 / diff / nxr@1.1.1.3.4.1.2.1
src/external/bsd/wpa/dist/hostapd/config_file.h@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
      :
(more 535 files)
Pull up following revision(s) (requested by mrg in ticket #1490):
doc/3RDPARTY: patch
external/bsd/wpa/bin/Makefile.inc: up to 1.6
external/bsd/wpa/bin/hostapd/Makefile: up to 1.10
external/bsd/wpa/bin/hostapd/aes-xinternal.c: up to 1.2
external/bsd/wpa/bin/hostapd_cli/Makefile: up to 1.3
external/bsd/wpa/bin/wpa_cli/Makefile: up to 1.5
external/bsd/wpa/bin/wpa_passphrase/Makefile: up to 1.4
external/bsd/wpa/bin/wpa_supplicant/Makefile: up to 1.9
external/bsd/wpa/bin/wpa_supplicant/aes-xinternal.c: up to 1.2
external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8: up to 1.8
external/bsd/wpa/dist/CONTRIBUTIONS: up to 1.1.1.3
external/bsd/wpa/dist/COPYING: up to 1.1.1.4
external/bsd/wpa/dist/README: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/Android.mk: up to 1.1.1.5
external/bsd/wpa/dist/hostapd/ChangeLog: up to 1.1.1.8
external/bsd/wpa/dist/hostapd/Makefile: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/README: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/android.config: up to 1.1.1.4
external/bsd/wpa/dist/hostapd/config_file.c: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/config_file.h: up to 1.1.1.3
external/bsd/wpa/dist/hostapd/ctrl_iface.c: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/defconfig: up to 1.1.1.6
external/bsd/wpa/dist/hostapd/hapd_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/hostapd/hlr_auc_gw.c: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/hlr_auc_gw.milenage_db: up to 1.1.1.2
external/bsd/wpa/dist/hostapd/hostapd.android.rc: up to 1.1.1.1
external/bsd/wpa/dist/hostapd/hostapd.conf: up to 1.1.1.7
external/bsd/wpa/dist/hostapd/hostapd_cli.c: up to 1.9
external/bsd/wpa/dist/hostapd/main.c: up to 1.4
external/bsd/wpa/dist/hs20/client/Android.mk: up to 1.1.1.3
external/bsd/wpa/dist/hs20/client/Makefile: up to 1.1.1.2
external/bsd/wpa/dist/hs20/client/est.c: up to 1.1.1.2
external/bsd/wpa/dist/hs20/client/osu_client.c: up to 1.1.1.3
external/bsd/wpa/dist/hs20/client/spp_client.c: up to 1.1.1.2
external/bsd/wpa/dist/patches/openssl-0.9.8za-tls-extensions.patch delete
external/bsd/wpa/dist/src/Makefile: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/accounting.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/accounting.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/acs.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/ap_config.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ap_config.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_drv_ops.c: up to 1.4
external/bsd/wpa/dist/src/ap/ap_drv_ops.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_list.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ap_list.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ap_mlme.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/authsrv.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/beacon.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/beacon.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/dfs.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/dhcp_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/drv_callbacks.c: up to 1.3
external/bsd/wpa/dist/src/ap/eap_user_db.c: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/gas_serv.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/gas_serv.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/hostapd.c: up to 1.3
external/bsd/wpa/dist/src/ap/hostapd.h: up to 1.3
external/bsd/wpa/dist/src/ap/hw_features.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/hw_features.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/iapp.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_11.h: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_11_auth.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11_auth.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/ieee802_11_ht.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/ieee802_11_shared.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/ieee802_11_vht.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/ieee802_1x.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/ieee802_1x.h: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/mbo_ap.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/mbo_ap.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/ndisc_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/neighbor_db.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/neighbor_db.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h: up to 1.1.1.5
external/bsd/wpa/dist/src/ap/rrm.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/rrm.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/sta_info.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/sta_info.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/taxonomy.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/taxonomy.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/utils.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/vlan.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan.h: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_full.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_ifconfig.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_init.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/vlan_init.h: up to 1.1.1.3
external/bsd/wpa/dist/src/ap/vlan_ioctl.c: up to 1.1.1.1
external/bsd/wpa/dist/src/ap/vlan_util.c: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/vlan_util.h: up to 1.1.1.2
external/bsd/wpa/dist/src/ap/wnm_ap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/wnm_ap.h: up to 1.1.1.4
external/bsd/wpa/dist/src/ap/wpa_auth.c: up to 1.9
external/bsd/wpa/dist/src/ap/wpa_auth.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wpa_auth_ft.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/wpa_auth_glue.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/wpa_auth_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wpa_auth_ie.c: up to 1.1.1.6
external/bsd/wpa/dist/src/ap/wps_hostapd.c: up to 1.1.1.7
external/bsd/wpa/dist/src/ap/x_snoop.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/common/cli.c: up to 1.1.1.1
external/bsd/wpa/dist/src/common/cli.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/common_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/ctrl_iface_common.c: up to 1.1.1.1
external/bsd/wpa/dist/src/common/ctrl_iface_common.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/defs.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/eapol_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/common/hw_features_common.c: up to 1.1.1.2
external/bsd/wpa/dist/src/common/hw_features_common.h: up to 1.1.1.2
external/bsd/wpa/dist/src/common/ieee802_11_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_11_common.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_11_defs.h: up to 1.1.1.6
external/bsd/wpa/dist/src/common/ieee802_1x_defs.h: up to 1.1.1.2
external/bsd/wpa/dist/src/common/linux_bridge.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/linux_vlan.h: up to 1.1.1.1
external/bsd/wpa/dist/src/common/privsep_commands.h: up to 1.1.1.4
external/bsd/wpa/dist/src/common/qca-vendor.h: up to 1.1.1.3
external/bsd/wpa/dist/src/common/sae.c: up to 1.1.1.3
external/bsd/wpa/dist/src/common/sae.h: up to 1.1.1.3
external/bsd/wpa/dist/src/common/version.h: up to 1.1.1.8
external/bsd/wpa/dist/src/common/wpa_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/wpa_common.h: up to 1.2
external/bsd/wpa/dist/src/common/wpa_ctrl.c: up to 1.1.1.6
external/bsd/wpa/dist/src/common/wpa_ctrl.h: up to 1.1.1.7
external/bsd/wpa/dist/src/common/wpa_helpers.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/Makefile: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/aes-cbc.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/aes-omac1.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto.h: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto_cryptoapi.c delete
external/bsd/wpa/dist/src/crypto/crypto_internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/crypto_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/crypto_openssl.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/dh_group5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/dh_groups.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/fips_prf_openssl.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/md4-internal.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/md5-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/ms_funcs.c: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/ms_funcs.h: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/random.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha1-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha1-tlsprf.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/sha1-tprf.c: up to 1.1.1.3
external/bsd/wpa/dist/src/crypto/sha256-internal.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha256-kdf.c: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/sha256-prf.c: up to 1.1.1.4
external/bsd/wpa/dist/src/crypto/sha256.h: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/sha384-internal.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha384-prf.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha384.h: up to 1.1.1.2
external/bsd/wpa/dist/src/crypto/sha384_i.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha512-internal.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/sha512_i.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls.h: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_gnutls.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_internal.c: up to 1.1.1.6
external/bsd/wpa/dist/src/crypto/tls_none.c: up to 1.1.1.5
external/bsd/wpa/dist/src/crypto/tls_openssl.c: up to 1.1.1.7
external/bsd/wpa/dist/src/crypto/tls_openssl.h: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls_openssl_ocsp.c: up to 1.1.1.1
external/bsd/wpa/dist/src/crypto/tls_schannel.c delete
external/bsd/wpa/dist/src/drivers/driver.h: up to 1.3
external/bsd/wpa/dist/src/drivers/driver_atheros.c: up to 1.1.1.7
external/bsd/wpa/dist/src/drivers/driver_bsd.c: up to 1.29
external/bsd/wpa/dist/src/drivers/driver_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_hostap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_hostap.h: up to 1.1.1.3
external/bsd/wpa/dist/src/drivers/driver_macsec_qca.c: up to 1.1.1.3
external/bsd/wpa/dist/src/drivers/driver_ndis.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/driver_nl80211.c: up to 1.1.1.7
external/bsd/wpa/dist/src/drivers/driver_nl80211.h: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_android.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_capa.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_event.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_monitor.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_nl80211_scan.c: up to 1.1.1.2
external/bsd/wpa/dist/src/drivers/driver_privsep.c: up to 1.1.1.4
external/bsd/wpa/dist/src/drivers/driver_roboswitch.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/driver_wext.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/driver_wired.c: up to 1.2
external/bsd/wpa/dist/src/drivers/drivers.c: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/drivers.mak: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/drivers.mk: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/linux_ioctl.c: up to 1.1.1.5
external/bsd/wpa/dist/src/drivers/linux_ioctl.h: up to 1.1.1.4
external/bsd/wpa/dist/src/drivers/nl80211_copy.h: up to 1.1.1.6
external/bsd/wpa/dist/src/drivers/rfkill.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/eap_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_eke_common.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_common/eap_fast_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_fast_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_gpsk_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_pax_common.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_common/eap_sake_common.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_common/ikev2_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_peer/eap.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_aka.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_config.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_eke.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_peer/eap_fast.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_gpsk.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_gtc.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_leap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_md5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_methods.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_methods.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_otp.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_peer/eap_pax.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_peap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_psk.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_pwd.c: up to 1.5
external/bsd/wpa/dist/src/eap_peer/eap_sake.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_sim.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_tls.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_peer/eap_tnc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_ttls.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_peer/eap_wsc.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_peer/ikev2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_peer/tncc.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_server/eap.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_methods.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server.c: up to 1.3
external/bsd/wpa/dist/src/eap_server/eap_server_aka.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_eke.c: up to 1.1.1.2
external/bsd/wpa/dist/src/eap_server/eap_server_fast.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_gpsk.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_gtc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_server_identity.c: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_md5.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_methods.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_mschapv2.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_pax.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_peap.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_psk.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c: up to 1.4
external/bsd/wpa/dist/src/eap_server/eap_server_sake.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_server_sim.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_tls.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_tls_common.c: up to 1.7
external/bsd/wpa/dist/src/eap_server/eap_server_tnc.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_server_vendor_test.c: up to 1.1.1.3
external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eap_server/eap_sim_db.c: up to 1.1.1.7
external/bsd/wpa/dist/src/eap_server/eap_sim_db.h: up to 1.1.1.4
external/bsd/wpa/dist/src/eap_server/eap_tls_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/ikev2.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eap_server/tncs.c: up to 1.1.1.5
external/bsd/wpa/dist/src/eapol_auth/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c: up to 1.1.1.6
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.h: up to 1.1.1.6
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm_i.h: up to 1.1.1.5
external/bsd/wpa/dist/src/eapol_supp/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.c: up to 1.1.1.7
external/bsd/wpa/dist/src/fst/Makefile: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_aux.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_aux.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_defs.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_iface.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_ctrl_iface.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_defs.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_group.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_group.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_iface.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_iface.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_internal.h: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_session.c: up to 1.1.1.1
external/bsd/wpa/dist/src/fst/fst_session.h: up to 1.1.1.1
external/bsd/wpa/dist/src/l2_packet/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/l2_packet/l2_packet_linux.c: up to 1.1.1.5
external/bsd/wpa/dist/src/l2_packet/l2_packet_pcap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/p2p/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/p2p/p2p.c: up to 1.3
external/bsd/wpa/dist/src/p2p/p2p.h: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_build.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_dev_disc.c: up to 1.1.1.4
external/bsd/wpa/dist/src/p2p/p2p_go_neg.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_group.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_invitation.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_parse.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_pd.c: up to 1.1.1.6
external/bsd/wpa/dist/src/p2p/p2p_sd.c: up to 1.1.1.5
external/bsd/wpa/dist/src/p2p/p2p_utils.c: up to 1.1.1.5
external/bsd/wpa/dist/src/pae/ieee802_1x_cp.c: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_cp.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_kay.c: up to 1.1.1.3
external/bsd/wpa/dist/src/pae/ieee802_1x_kay.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_kay_i.h: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.c: up to 1.1.1.2
external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.h: up to 1.1.1.2
external/bsd/wpa/dist/src/radius/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/radius/radius.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius.h: up to 1.1.1.5
external/bsd/wpa/dist/src/radius/radius_client.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius_client.h: up to 1.1.1.4
external/bsd/wpa/dist/src/radius/radius_das.c: up to 1.5
external/bsd/wpa/dist/src/radius/radius_das.h: up to 1.1.1.4
external/bsd/wpa/dist/src/radius/radius_server.c: up to 1.1.1.6
external/bsd/wpa/dist/src/radius/radius_server.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c: up to 1.1.1.7
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/preauth.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/preauth.h: up to 1.1.1.4
external/bsd/wpa/dist/src/rsn_supp/tdls.c: up to 1.1.1.5
external/bsd/wpa/dist/src/rsn_supp/wpa.c: up to 1.1.1.8
external/bsd/wpa/dist/src/rsn_supp/wpa.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c: up to 1.1.1.6
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/asn1.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/libtommath.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/pkcs5.c: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/tlsv1_client.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_client.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_client_i.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_client_ocsp.c: up to 1.1.1.1
external/bsd/wpa/dist/src/tls/tlsv1_client_read.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_client_write.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_common.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/tlsv1_common.h: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/tlsv1_cred.c: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_cred.h: up to 1.1.1.3
external/bsd/wpa/dist/src/tls/tlsv1_server.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_server.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_server_i.h: up to 1.1.1.4
external/bsd/wpa/dist/src/tls/tlsv1_server_read.c: up to 1.1.1.6
external/bsd/wpa/dist/src/tls/tlsv1_server_write.c: up to 1.1.1.5
external/bsd/wpa/dist/src/tls/x509v3.c: up to 1.1.1.7
external/bsd/wpa/dist/src/tls/x509v3.h: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/browser-android.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/browser-wpadebug.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/common.c: up to 1.4
external/bsd/wpa/dist/src/utils/common.h: up to 1.5
external/bsd/wpa/dist/src/utils/edit_simple.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/eloop.c: up to 1.13
external/bsd/wpa/dist/src/utils/eloop.h: up to 1.2
external/bsd/wpa/dist/src/utils/eloop_win.c: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/ext_password.c: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/ext_password_i.h: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/http_curl.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/includes.h: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/module_tests.h: up to 1.1.1.1
external/bsd/wpa/dist/src/utils/os.h: up to 1.7
external/bsd/wpa/dist/src/utils/os_internal.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/os_none.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/os_unix.c: up to 1.4
external/bsd/wpa/dist/src/utils/os_win32.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/pcsc_funcs.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/platform.h: up to 1.1.1.2
external/bsd/wpa/dist/src/utils/radiotap.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/radiotap.h: up to 1.5
external/bsd/wpa/dist/src/utils/radiotap_iter.h: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/trace.c: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/trace.h: up to 1.5
external/bsd/wpa/dist/src/utils/utils_module_tests.c: up to 1.1.1.3
external/bsd/wpa/dist/src/utils/wpa_debug.c: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/wpa_debug.h: up to 1.1.1.6
external/bsd/wpa/dist/src/utils/wpabuf.c: up to 1.1.1.4
external/bsd/wpa/dist/src/utils/wpabuf.h: up to 1.1.1.5
external/bsd/wpa/dist/src/utils/xml_libxml2.c: up to 1.1.1.2
external/bsd/wpa/dist/src/wps/Makefile: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/http_client.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/http_server.c: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/httpread.c: up to 1.3
external/bsd/wpa/dist/src/wps/ndef.c: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/wps.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps.h: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_attr_build.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_attr_parse.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_attr_parse.h: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/wps_attr_process.c: up to 1.2
external/bsd/wpa/dist/src/wps/wps_common.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_defs.h: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_enrollee.c: up to 1.1.1.8
external/bsd/wpa/dist/src/wps/wps_er.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_er_ssdp.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_i.h: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_module_tests.c: up to 1.1.1.2
external/bsd/wpa/dist/src/wps/wps_registrar.c: up to 1.1.1.8
external/bsd/wpa/dist/src/wps/wps_upnp.c: up to 1.1.1.7
external/bsd/wpa/dist/src/wps/wps_upnp.h: up to 1.1.1.4
external/bsd/wpa/dist/src/wps/wps_upnp_ap.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_upnp_event.c: up to 1.1.1.3
external/bsd/wpa/dist/src/wps/wps_upnp_i.h: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c: up to 1.1.1.6
external/bsd/wpa/dist/src/wps/wps_upnp_web.c: up to 1.1.1.5
external/bsd/wpa/dist/src/wps/wps_validate.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/Android.mk: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/ChangeLog: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/Makefile: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/README: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/README-HS20: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/README-P2P: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/android.config: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ap.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ap.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/autoscan.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/autoscan.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/bgscan.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/bgscan.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/binder/.clang-format: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_i.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/IIface.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicant.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicantCallbacks.aidl: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/iface.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/iface.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.cpp: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.h: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/bss.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/bss.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/config.c: up to 1.6
external/bsd/wpa/dist/wpa_supplicant/config.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/config_file.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/config_ssid.h: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/config_winreg.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c: up to 1.4
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_named_pipe.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus-wpa_supplicant.conf: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common_i.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/defconfig: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.8: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.sgml: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.sgml: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/driver_i.h: up to 1.2
external/bsd/wpa/dist/wpa_supplicant/eapol_test.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/eapol_test.py: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/events.c: up to 1.6
external/bsd/wpa/dist/wpa_supplicant/gas_query.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/gas_query.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/interworking.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/interworking.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/libwpa_test.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/main.c: up to 1.4
external/bsd/wpa/dist/wpa_supplicant/mbo.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/mesh.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/notify.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/notify.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/offchannel.c: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h: up to 1.1.1.5
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant_sd.c: up to 1.1.1.1
external/bsd/wpa/dist/wpa_supplicant/preauth_test.c: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/scan.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/scan.h: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/sme.c: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.arg.in: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.in: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/tests/link_test.c delete
external/bsd/wpa/dist/wpa_supplicant/tests/test_eap_sim_common.c delete
external/bsd/wpa/dist/wpa_supplicant/tests/test_wpa.c delete
external/bsd/wpa/dist/wpa_supplicant/wmm_ac.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_cli.c: up to 1.9
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/main.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.cpp: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.cpp: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.h: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.cpp: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.h: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.cpp: up to 1.1.1.8
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c: up to 1.9
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf: up to 1.1.1.6
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h: up to 1.3
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h: up to 1.1.1.4
external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c: up to 1.1.1.2
external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c: up to 1.1.1.3
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c: up to 1.1.1.7
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h: up to 1.1.1.6
Update wpa_supplicant/hostapd to 2.6.

(snj)

2017-08-12 05:20:28 UTC netbsd-7 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.45 / diff / nxr@1.1145.2.45
src/external/bsd/bind/Makefile.inc@1.21.2.7 / diff / nxr@1.21.2.7
src/external/bsd/bind/dist/CHANGES@1.12.2.13 / diff / nxr@1.12.2.13
src/external/bsd/bind/dist/README@1.1.1.14.2.13 / diff / nxr@1.1.1.14.2.13
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html@1.1.1.11.2.12 / diff / nxr@1.1.1.11.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html@1.1.1.8.2.12 / diff / nxr@1.1.1.8.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html@1.1.1.13.2.12 / diff / nxr@1.1.1.13.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html@1.1.1.15.2.13 / diff / nxr@1.1.1.15.2.13
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html@1.1.1.14.2.12 / diff / nxr@1.1.1.14.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html@1.1.1.15.2.13 / diff / nxr@1.1.1.15.2.13
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html@1.1.1.15.2.13 / diff / nxr@1.1.1.15.2.13
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html@1.1.1.15.2.13 / diff / nxr@1.1.1.15.2.13
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html@1.1.1.15.2.13 / diff / nxr@1.1.1.15.2.13
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html@1.1.1.10.2.12 / diff / nxr@1.1.1.10.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html@1.1.1.1.2.12 / diff / nxr@1.1.1.1.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html@1.1.1.1.2.12 / diff / nxr@1.1.1.1.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html@1.1.1.1.2.12 / diff / nxr@1.1.1.1.2.12
src/external/bsd/bind/dist/doc/arm/Bv9ARM.html@1.1.1.15.2.13 / diff / nxr@1.1.1.15.2.13
src/external/bsd/bind/dist/doc/arm/Bv9ARM.pdf@1.7.2.11 / diff / nxr@1.7.2.11
src/external/bsd/bind/dist/doc/arm/man.arpaname.html@1.1.1.12.2.13 / diff / nxr@1.1.1.12.2.13
      :
(more 38 files)
Pull up following revision(s) (requested by mrg in ticket #1489):
doc/3RDPARTY: patch
external/bsd/bind/Makefile.inc: up to 1.26 via patch
external/bsd/bind/dist/CHANGES: up to 1.28
external/bsd/bind/dist/README: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html: up to 1.1.1.26
external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html: up to 1.1.1.23
external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html: up to 1.1.1.28
external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html: up to 1.1.1.29
external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html: up to 1.1.1.25
external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.pdf: up to 1.21
external/bsd/bind/dist/doc/arm/man.arpaname.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.ddns-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.delv.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dig.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-checkds.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-coverage.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-dsfromkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-importkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keyfromlabel.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keygen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-revoke.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-settime.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-signzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-verify.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.genrandom.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.host.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.isc-hmac-fixup.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.lwresd.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named-checkconf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-checkzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-journalprint.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-rrchecker.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named.conf.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsec3hash.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsupdate.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.conf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.html: up to 1.16
external/bsd/bind/dist/doc/arm/notes.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/notes.pdf: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/notes.xml: up to 1.1.1.14
external/bsd/bind/dist/lib/dns/api: up to 1.16
external/bsd/bind/dist/lib/dns/dnssec.c: up to 1.14
external/bsd/bind/dist/lib/dns/message.c: up to 1.24
external/bsd/bind/dist/lib/dns/rootns.c: up to 1.13
external/bsd/bind/dist/lib/dns/tsig.c: up to 1.11
external/bsd/bind/dist/srcid: up to 1.22
external/bsd/bind/dist/version: up to 1.26
external/bsd/bind/include/isc/platform.h: up to 1.23
Update BIND to 9.10.5-P2.

(snj)

2017-08-12 05:19:38 UTC netbsd-7-1 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.37.2.6 / diff / nxr@1.1145.2.37.2.6
src/external/bsd/bind/Makefile.inc@1.21.2.5.2.2 / diff / nxr@1.21.2.5.2.2
src/external/bsd/bind/dist/CHANGES@1.12.2.10.2.3 / diff / nxr@1.12.2.10.2.3
src/external/bsd/bind/dist/README@1.1.1.14.2.10.2.3 / diff / nxr@1.1.1.14.2.10.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html@1.1.1.11.2.9.2.3 / diff / nxr@1.1.1.11.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html@1.1.1.8.2.9.2.3 / diff / nxr@1.1.1.8.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html@1.1.1.13.2.9.2.3 / diff / nxr@1.1.1.13.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html@1.1.1.15.2.10.2.3 / diff / nxr@1.1.1.15.2.10.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html@1.1.1.14.2.9.2.3 / diff / nxr@1.1.1.14.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html@1.1.1.15.2.10.2.3 / diff / nxr@1.1.1.15.2.10.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html@1.1.1.15.2.10.2.3 / diff / nxr@1.1.1.15.2.10.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html@1.1.1.15.2.10.2.3 / diff / nxr@1.1.1.15.2.10.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html@1.1.1.15.2.10.2.3 / diff / nxr@1.1.1.15.2.10.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html@1.1.1.10.2.9.2.3 / diff / nxr@1.1.1.10.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html@1.1.1.1.2.9.2.3 / diff / nxr@1.1.1.1.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html@1.1.1.1.2.9.2.3 / diff / nxr@1.1.1.1.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html@1.1.1.1.2.9.2.3 / diff / nxr@1.1.1.1.2.9.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.html@1.1.1.15.2.10.2.3 / diff / nxr@1.1.1.15.2.10.2.3
src/external/bsd/bind/dist/doc/arm/Bv9ARM.pdf@1.7.2.8.2.3 / diff / nxr@1.7.2.8.2.3
src/external/bsd/bind/dist/doc/arm/man.arpaname.html@1.1.1.12.2.10.2.3 / diff / nxr@1.1.1.12.2.10.2.3
      :
(more 38 files)
Pull up following revision(s) (requested by mrg in ticket #1489):
doc/3RDPARTY: patch
external/bsd/bind/Makefile.inc: up to 1.26 via patch
external/bsd/bind/dist/CHANGES: up to 1.28
external/bsd/bind/dist/README: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html: up to 1.1.1.26
external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html: up to 1.1.1.23
external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html: up to 1.1.1.28
external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html: up to 1.1.1.29
external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html: up to 1.1.1.25
external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.pdf: up to 1.21
external/bsd/bind/dist/doc/arm/man.arpaname.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.ddns-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.delv.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dig.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-checkds.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-coverage.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-dsfromkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-importkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keyfromlabel.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keygen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-revoke.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-settime.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-signzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-verify.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.genrandom.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.host.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.isc-hmac-fixup.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.lwresd.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named-checkconf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-checkzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-journalprint.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-rrchecker.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named.conf.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsec3hash.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsupdate.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.conf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.html: up to 1.16
external/bsd/bind/dist/doc/arm/notes.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/notes.pdf: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/notes.xml: up to 1.1.1.14
external/bsd/bind/dist/lib/dns/api: up to 1.16
external/bsd/bind/dist/lib/dns/dnssec.c: up to 1.14
external/bsd/bind/dist/lib/dns/message.c: up to 1.24
external/bsd/bind/dist/lib/dns/rootns.c: up to 1.13
external/bsd/bind/dist/lib/dns/tsig.c: up to 1.11
external/bsd/bind/dist/srcid: up to 1.22
external/bsd/bind/dist/version: up to 1.26
external/bsd/bind/include/isc/platform.h: up to 1.23
Update BIND to 9.10.5-P2.

(snj)

2017-08-12 05:16:40 UTC netbsd-7-0 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.18.2.23 / diff / nxr@1.1145.2.18.2.23
src/external/bsd/bind/Makefile.inc@1.21.2.1.2.6 / diff / nxr@1.21.2.1.2.6
src/external/bsd/bind/dist/CHANGES@1.12.2.5.2.8 / diff / nxr@1.12.2.5.2.8
src/external/bsd/bind/dist/README@1.1.1.14.2.5.2.8 / diff / nxr@1.1.1.14.2.5.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html@1.1.1.11.2.4.2.8 / diff / nxr@1.1.1.11.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html@1.1.1.8.2.4.2.8 / diff / nxr@1.1.1.8.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html@1.1.1.13.2.4.2.8 / diff / nxr@1.1.1.13.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html@1.1.1.15.2.5.2.8 / diff / nxr@1.1.1.15.2.5.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html@1.1.1.14.2.4.2.8 / diff / nxr@1.1.1.14.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html@1.1.1.15.2.5.2.8 / diff / nxr@1.1.1.15.2.5.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html@1.1.1.15.2.5.2.8 / diff / nxr@1.1.1.15.2.5.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html@1.1.1.15.2.5.2.8 / diff / nxr@1.1.1.15.2.5.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html@1.1.1.15.2.5.2.8 / diff / nxr@1.1.1.15.2.5.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html@1.1.1.10.2.4.2.8 / diff / nxr@1.1.1.10.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html@1.1.1.1.2.4.2.8 / diff / nxr@1.1.1.1.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html@1.1.1.1.2.4.2.8 / diff / nxr@1.1.1.1.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html@1.1.1.1.2.4.2.8 / diff / nxr@1.1.1.1.2.4.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.html@1.1.1.15.2.5.2.8 / diff / nxr@1.1.1.15.2.5.2.8
src/external/bsd/bind/dist/doc/arm/Bv9ARM.pdf@1.7.2.4.2.7 / diff / nxr@1.7.2.4.2.7
src/external/bsd/bind/dist/doc/arm/man.arpaname.html@1.1.1.12.2.5.2.8 / diff / nxr@1.1.1.12.2.5.2.8
      :
(more 38 files)
Pull up following revision(s) (requested by mrg in ticket #1489):
doc/3RDPARTY: patch
external/bsd/bind/Makefile.inc: up to 1.26 via patch
external/bsd/bind/dist/CHANGES: up to 1.28
external/bsd/bind/dist/README: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html: up to 1.1.1.26
external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html: up to 1.1.1.23
external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html: up to 1.1.1.28
external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html: up to 1.1.1.29
external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html: up to 1.1.1.25
external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.pdf: up to 1.21
external/bsd/bind/dist/doc/arm/man.arpaname.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.ddns-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.delv.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dig.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-checkds.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-coverage.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-dsfromkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-importkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keyfromlabel.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keygen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-revoke.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-settime.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-signzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-verify.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.genrandom.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.host.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.isc-hmac-fixup.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.lwresd.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named-checkconf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-checkzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-journalprint.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-rrchecker.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named.conf.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsec3hash.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsupdate.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.conf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.html: up to 1.16
external/bsd/bind/dist/doc/arm/notes.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/notes.pdf: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/notes.xml: up to 1.1.1.14
external/bsd/bind/dist/lib/dns/api: up to 1.16
external/bsd/bind/dist/lib/dns/dnssec.c: up to 1.14
external/bsd/bind/dist/lib/dns/message.c: up to 1.24
external/bsd/bind/dist/lib/dns/rootns.c: up to 1.13
external/bsd/bind/dist/lib/dns/tsig.c: up to 1.11
external/bsd/bind/dist/srcid: up to 1.22
external/bsd/bind/dist/version: up to 1.26
external/bsd/bind/include/isc/platform.h: up to 1.23
Update BIND to 9.10.5-P2.

(snj)

2017-08-12 05:07:31 UTC netbsd-7 commitmail json YAML

tickets 1469-1475, 1477-1479, 1482-1486

(snj)

2017-08-12 05:01:54 UTC netbsd-7-1 commitmail json YAML

1469-1475, 1477-1479, 1482-1486

(snj)

2017-08-12 04:57:21 UTC netbsd-7-0 commitmail json YAML

tickets 1469-1475, 1477-1479, 1482-1486

(snj)

2017-08-12 04:50:31 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1486):
sys/compat/linux/common/linux_time.c: revision 1.38-1.39 via patch
Only let the superuser set the compat_linux timezone.
Not really keen to invent a new kauth cookie for this useless purpose.
From Ilja Van Sprundel.
--
Put suser check in the right function: settimeofday, not gettimeofday.
While here, remove wrong comment.
Noted by kre@.

(snj)

2017-08-12 04:50:11 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1486):
sys/compat/linux/common/linux_time.c: revision 1.38-1.39 via patch
Only let the superuser set the compat_linux timezone.
Not really keen to invent a new kauth cookie for this useless purpose.
From Ilja Van Sprundel.
--
Put suser check in the right function: settimeofday, not gettimeofday.
While here, remove wrong comment.
Noted by kre@.

(snj)

2017-08-12 04:49:52 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1486):
sys/compat/linux/common/linux_time.c: revision 1.38-1.39 via patch
Only let the superuser set the compat_linux timezone.
Not really keen to invent a new kauth cookie for this useless purpose.
From Ilja Van Sprundel.
--
Put suser check in the right function: settimeofday, not gettimeofday.
While here, remove wrong comment.
Noted by kre@.

(snj)

2017-08-12 04:45:02 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1485):
sys/altq/altq_cbq.c: revision 1.31
sys/altq/altq_hfsc.c: revision 1.27
sys/altq/altq_priq.c: revision 1.24
sys/altq/altq_jobs.c: revision 1.11
sys/altq/altq_wfq.c: revision 1.22
Zero buffers copied to userland to avoid stack disclosure.
From Ilja Van Sprundel.
--
Reject negative indices.
(Would be nice to change the types too, and it's *probably* safe to
replace int by u_int, but I'm reluctant to touch the ioctl
definitions without at least a modicum more thought.  Also one of
them is a u_long, because why not?)
From Ilja Van Sprundel.

(snj)

2017-08-12 04:44:48 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1485):
sys/altq/altq_cbq.c: revision 1.31
sys/altq/altq_hfsc.c: revision 1.27
sys/altq/altq_priq.c: revision 1.24
sys/altq/altq_jobs.c: revision 1.11
sys/altq/altq_wfq.c: revision 1.22
Zero buffers copied to userland to avoid stack disclosure.
From Ilja Van Sprundel.
--
Reject negative indices.
(Would be nice to change the types too, and it's *probably* safe to
replace int by u_int, but I'm reluctant to touch the ioctl
definitions without at least a modicum more thought.  Also one of
them is a u_long, because why not?)
From Ilja Van Sprundel.

(snj)

2017-08-12 04:44:32 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1485):
sys/altq/altq_cbq.c: revision 1.31
sys/altq/altq_hfsc.c: revision 1.27
sys/altq/altq_priq.c: revision 1.24
sys/altq/altq_jobs.c: revision 1.11
sys/altq/altq_wfq.c: revision 1.22
Zero buffers copied to userland to avoid stack disclosure.
From Ilja Van Sprundel.
--
Reject negative indices.
(Would be nice to change the types too, and it's *probably* safe to
replace int by u_int, but I'm reluctant to touch the ioctl
definitions without at least a modicum more thought.  Also one of
them is a u_long, because why not?)
From Ilja Van Sprundel.

(snj)

2017-08-12 04:34:12 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1484):
sys/netsmb/smb_dev.c: revision 1.50
sys/netsmb/smb_subr.c: revision 1.38
sys/netsmb/smb_subr.h: revision 1.22
sys/netsmb/smb_usr.c: revision 1.17-1.19
Reject allocations for too-small buffers from userland.
From Ilja Van Sprundel.
--
Plug another overflow: refuse bogus sa_len from user.
--
Reject negative ioc_setupcnt.
--
Reject negative offset/count for smb read/write.
Not clear that this is actually a problem for the kernel -- might
overwrite user's buffers or return garbage to user, but that's their
own damn fault.  But it's hard to imagine that negative offset/count
ever makes sense, and I haven't ruled out a problem for the kernel.

(snj)

2017-08-12 04:33:26 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1484):
sys/netsmb/smb_dev.c: revision 1.50
sys/netsmb/smb_subr.c: revision 1.38
sys/netsmb/smb_subr.h: revision 1.22
sys/netsmb/smb_usr.c: revision 1.17-1.19
Reject allocations for too-small buffers from userland.
From Ilja Van Sprundel.
--
Plug another overflow: refuse bogus sa_len from user.
--
Reject negative ioc_setupcnt.
--
Reject negative offset/count for smb read/write.
Not clear that this is actually a problem for the kernel -- might
overwrite user's buffers or return garbage to user, but that's their
own damn fault.  But it's hard to imagine that negative offset/count
ever makes sense, and I haven't ruled out a problem for the kernel.

(snj)

2017-08-12 04:32:43 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1484):
sys/netsmb/smb_dev.c: revision 1.50
sys/netsmb/smb_subr.c: revision 1.38
sys/netsmb/smb_subr.h: revision 1.22
sys/netsmb/smb_usr.c: revision 1.17-1.19
Reject allocations for too-small buffers from userland.
From Ilja Van Sprundel.
--
Plug another overflow: refuse bogus sa_len from user.
--
Reject negative ioc_setupcnt.
--
Reject negative offset/count for smb read/write.
Not clear that this is actually a problem for the kernel -- might
overwrite user's buffers or return garbage to user, but that's their
own damn fault.  But it's hard to imagine that negative offset/count
ever makes sense, and I haven't ruled out a problem for the kernel.

(snj)

2017-08-12 04:29:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1483):
sys/dev/ic/ciss.c: revision 1.37
Reject negative indices from userland.

(snj)

2017-08-12 04:28:55 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1483):
sys/dev/ic/ciss.c: revision 1.37
Reject negative indices from userland.

(snj)

2017-08-12 04:28:39 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1483):
sys/dev/ic/ciss.c: revision 1.37
Reject negative indices from userland.

(snj)

2017-08-12 04:23:41 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1482):
sys/dev/ic/isp_netbsd.c: revision 1.89
Reject out-of-bounds channel index.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:23:19 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1482):
sys/dev/ic/isp_netbsd.c: revision 1.89
Reject out-of-bounds channel index.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:22:26 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1482):
sys/dev/ic/isp_netbsd.c: revision 1.89
Reject out-of-bounds channel index.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:18:10 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1479):
sys/compat/common/vfs_syscalls_12.c: revision 1.34
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c: revision 1.2
sys/compat/svr4_32/svr4_32_misc.c: revision 1.78
sys/compat/sunos32/sunos32_misc.c: revision 1.78
sys/compat/linux/common/linux_misc.c: revision 1.239
sys/compat/osf1/osf1_file.c: revision 1.44
sys/compat/common/vfs_syscalls_43.c: revision 1.60
sys/compat/svr4/svr4_misc.c: revision 1.158
sys/compat/ibcs2/ibcs2_misc.c: revision 1.114
sys/compat/linux/common/linux_file64.c: revision 1.59
sys/compat/linux32/common/linux32_dirent.c: revision 1.18
sys/compat/sunos/sunos_misc.c: revision 1.171
Fail, don't panic, on bad dirents from file system.
Controllable via puffs from userland.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:17:37 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1479):
sys/compat/common/vfs_syscalls_12.c: revision 1.34
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c: revision 1.2
sys/compat/svr4_32/svr4_32_misc.c: revision 1.78
sys/compat/sunos32/sunos32_misc.c: revision 1.78
sys/compat/linux/common/linux_misc.c: revision 1.239
sys/compat/osf1/osf1_file.c: revision 1.44
sys/compat/common/vfs_syscalls_43.c: revision 1.60
sys/compat/svr4/svr4_misc.c: revision 1.158
sys/compat/ibcs2/ibcs2_misc.c: revision 1.114
sys/compat/linux/common/linux_file64.c: revision 1.59
sys/compat/linux32/common/linux32_dirent.c: revision 1.18
sys/compat/sunos/sunos_misc.c: revision 1.171
Fail, don't panic, on bad dirents from file system.
Controllable via puffs from userland.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:16:53 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1479):
sys/compat/common/vfs_syscalls_12.c: revision 1.34
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c: revision 1.2
sys/compat/svr4_32/svr4_32_misc.c: revision 1.78
sys/compat/sunos32/sunos32_misc.c: revision 1.78
sys/compat/linux/common/linux_misc.c: revision 1.239
sys/compat/osf1/osf1_file.c: revision 1.44
sys/compat/common/vfs_syscalls_43.c: revision 1.60
sys/compat/svr4/svr4_misc.c: revision 1.158
sys/compat/ibcs2/ibcs2_misc.c: revision 1.114
sys/compat/linux/common/linux_file64.c: revision 1.59
sys/compat/linux32/common/linux32_dirent.c: revision 1.18
sys/compat/sunos/sunos_misc.c: revision 1.171
Fail, don't panic, on bad dirents from file system.
Controllable via puffs from userland.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:16:17 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1479):
sys/compat/common/vfs_syscalls_12.c: revision 1.34
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c: revision 1.2
sys/compat/svr4_32/svr4_32_misc.c: revision 1.78
sys/compat/sunos32/sunos32_misc.c: revision 1.78
sys/compat/linux/common/linux_misc.c: revision 1.239
sys/compat/osf1/osf1_file.c: revision 1.44
sys/compat/common/vfs_syscalls_43.c: revision 1.60
sys/compat/svr4/svr4_misc.c: revision 1.158
sys/compat/ibcs2/ibcs2_misc.c: revision 1.114
sys/compat/linux/common/linux_file64.c: revision 1.59
sys/compat/linux32/common/linux32_dirent.c: revision 1.18
sys/compat/sunos/sunos_misc.c: revision 1.171
Fail, don't panic, on bad dirents from file system.
Controllable via puffs from userland.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:12:11 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1478):
sys/kern/vfs_getcwd.c: revision 1.52
Don't walk off the end of the dirent buffer.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:11:36 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1478):
sys/kern/vfs_getcwd.c: revision 1.52
Don't walk off the end of the dirent buffer.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:11:10 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1478):
sys/kern/vfs_getcwd.c: revision 1.52
Don't walk off the end of the dirent buffer.
From Ilja Van Sprundel.

(snj)

2017-08-12 04:09:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1477):
sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27-1.29
sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
sys/compat/ibcs2/ibcs2_stat.c: revision 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

(snj)

2017-08-12 04:09:05 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1477):
sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27-1.29
sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
sys/compat/ibcs2/ibcs2_stat.c: revision 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

(snj)

2017-08-12 04:08:26 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1477):
sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27-1.29
sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
sys/compat/ibcs2/ibcs2_stat.c: revision 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

(snj)

2017-08-12 04:00:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1475):
sys/compat/svr4/svr4_lwp.c: revision 1.20
sys/compat/svr4/svr4_signal.c: revision 1.67
sys/compat/svr4/svr4_stream.c: revision 1.89-1.91 via patch
sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:59:55 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1475):
sys/compat/svr4/svr4_lwp.c: revision 1.20
sys/compat/svr4/svr4_signal.c: revision 1.67
sys/compat/svr4/svr4_stream.c: revision 1.89-1.91 via patch
sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:59:24 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1475):
sys/compat/svr4/svr4_lwp.c: revision 1.20
sys/compat/svr4/svr4_signal.c: revision 1.67
sys/compat/svr4/svr4_stream.c: revision 1.89-1.91 via patch
sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:48:49 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1474):
sys/dev/ic/bwi.c: revision 1.32
Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:48:33 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1474):
sys/dev/ic/bwi.c: revision 1.32
Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:47:51 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1474):
sys/dev/ic/bwi.c: revision 1.32
Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:45:15 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1473):
sys/dev/ic/dm9000.c: revision 1.12
Check for MCLGET failure in dme_alloc_receive_buffer.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:44:39 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1473):
sys/dev/ic/dm9000.c: revision 1.12
Check for MCLGET failure in dme_alloc_receive_buffer.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:44:15 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1473):
sys/dev/ic/dm9000.c: revision 1.12
Check for MCLGET failure in dme_alloc_receive_buffer.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:42:52 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1472):
sys/dev/ic/dp83932.c: revision 1.41
Plug mbuf leak on MCLGET failure in sonic_rxintr.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:42:33 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1472):
sys/dev/ic/dp83932.c: revision 1.41
Plug mbuf leak on MCLGET failure in sonic_rxintr.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:40:34 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1472):
sys/dev/ic/dp83932.c: revision 1.41
Plug mbuf leak on MCLGET failure in sonic_rxintr.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:30:30 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1471):
sys/dev/ic/i82596.c: revision 1.37
Null out sc_rx_mbuf[i] after m_freem to avoid double-free later.
From Ilja Van Sprundel.
Also null out sc_tx_mbuf[i] after m_freem, out of paranoia.
XXX Not entirely clear to how tx mbufs are freed, but no way to test
this since it's ews4800mips- and hp700-only, so not keen to make any
more elaborate changes...

(snj)

2017-08-12 03:30:09 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1471):
sys/dev/ic/i82596.c: revision 1.37
Null out sc_rx_mbuf[i] after m_freem to avoid double-free later.
From Ilja Van Sprundel.
Also null out sc_tx_mbuf[i] after m_freem, out of paranoia.
XXX Not entirely clear to how tx mbufs are freed, but no way to test
this since it's ews4800mips- and hp700-only, so not keen to make any
more elaborate changes...

(snj)

2017-08-12 03:29:51 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1471):
sys/dev/ic/i82596.c: revision 1.37
Null out sc_rx_mbuf[i] after m_freem to avoid double-free later.
From Ilja Van Sprundel.
Also null out sc_tx_mbuf[i] after m_freem, out of paranoia.
XXX Not entirely clear to how tx mbufs are freed, but no way to test
this since it's ews4800mips- and hp700-only, so not keen to make any
more elaborate changes...

(snj)

2017-08-12 03:29:23 UTC MAIN commitmail json YAML

Fix a couple comments and a spacing nit.

- Change a XXX comment that no longer applies.
- Add a clarifying comment.

(ginsbach)

2017-08-12 03:27:49 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1470):
sys/dev/pci/if_et.c: revision 1.15
Check for MCLGET failure in et_newbuf.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:26:39 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1470):
sys/dev/pci/if_et.c: revision 1.15
Check for MCLGET failure in et_newbuf.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:26:20 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1470):
sys/dev/pci/if_et.c: revision 1.15
Check for MCLGET failure in et_newbuf.
From Ilja Van Sprundel.

(snj)

2017-08-12 03:24:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1469):
sys/dev/pci/if_ipw.c: revision 1.65
Null out sbuf->m on failure to avoid double-free later.
From Ilja Van Sprundel.
Also null out sbuf->map out of paranoia.

(snj)

2017-08-12 03:23:45 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1469):
sys/dev/pci/if_ipw.c: revision 1.65
Null out sbuf->m on failure to avoid double-free later.
From Ilja Van Sprundel.
Also null out sbuf->map out of paranoia.

(snj)

2017-08-12 03:23:03 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1469):
sys/dev/pci/if_ipw.c: revision 1.65
Null out sbuf->m on failure to avoid double-free later.
From Ilja Van Sprundel.
Also null out sbuf->map out of paranoia.

(snj)

2017-08-12 01:10:04 UTC MAIN commitmail json YAML

PR lib/50316: Gracefully handle a zero number of members argument.

Taken from FreeBSD (which fixed this same issue long ago).

XXX: pullup-8
XXX: pullup-7
XXX: pullup-6

(ginsbach)

2017-08-12 00:43:25 UTC MAIN commitmail json YAML

PR lib/51952: Brad Harder: Apply upstream ada959c9

[From upstream tcpdump]
In pcap_compile(), first check whether the pcap_t is activated.

Before we allocate or otherwise set up anything, check whether the
pcap_t is activated, and set the error message string and return -1 if
it's not.

That way, we don't go through the cleanup code in that code path -
there's nothing to clean up.

Fixes the issue in GitHub pull request #552.

XXX: pullup-8

(ginsbach)

2017-08-11 22:59:05 UTC MAIN commitmail json YAML

set display output parameters according to properties
Now VGA output works as intended on my Mini 2. DVI is still garbled ( but
visible ) and Mini 1 is untested.

(macallan)

2017-08-11 22:55:49 UTC MAIN commitmail json YAML

set properties to signal Mac Mini video output wiring to radeonfb

(macallan)

2017-08-11 21:03:23 UTC MAIN commitmail json YAML

add wsfont now that it's actually usable on at least some drivers

(macallan)

2017-08-11 20:55:49 UTC MAIN commitmail json YAML

add voodoo to get the Mac model name from OpenFirmware so the driver can
automatically enable model specific workarounds
Now X works out of the box on my Mini

(macallan)

2017-08-11 20:47:58 UTC MAIN commitmail json YAML

2017-08-11 20:32:34 UTC MAIN commitmail json YAML

Remove spurious error(1) inserted compiler error message comments.

(ginsbach)

2017-08-11 20:31:58 UTC MAIN commitmail json YAML

Re-enable the test for nearbyint(), now that all ports (save vax,
which has a separate #if section here) should have nearbyint().

(he)

2017-08-11 20:24:56 UTC MAIN commitmail json YAML

Move s_nearbyint.c out of the cpu ifdefs and into COMMON_SRCS,
which is used everywhere except on vax.  This is to simplify and
to ensure the function is included in the build, allowing us to
re-add the nearbyint() test.

(he)

2017-08-11 18:41:42 UTC MAIN commitmail json YAML

Defer sdmmc discard operations to the sdmmc task queue. Fixes a panic
introduced by ld.c r1.102.

(jmcneill)

2017-08-11 18:20:13 UTC jdolecek-ncq commitmail json YAML

replace magic 3100 with locall defined WDC_RESET_WAIT

(jdolecek)

2017-08-11 16:47:42 UTC MAIN commitmail json YAML

PR bin/42464: Timothy McIntosh: Fix timed interoperability

Fix is a combination of FreeBSD fix and submitted patch.

[From the FreeBSD change]
The timed protocol is not implemented in a compatible way by all
vendors; the size of the tsp_name field is OS-dependent.  4.3BSD
used a 32-byte field, FreeBSD uses MAXHOSTNAMELEN and RedHat
apparently uses a 64-byte field.  As a result, sanity checking code
added a few months ago to detect short packets will fail when
interoperating with one of these other vendors.

Change the short packet detection code to expect a minimum packet
size corresponding to the 4.3BSD implementation, which should be
a safe minimum size.

(ginsbach)

2017-08-11 16:03:14 UTC MAIN commitmail json YAML

PR/52479: Nikolai Lifanov: Add definitions for CRM and CMS. Thanks!

(ginsbach)

2017-08-11 15:33:19 UTC netbsd-7 commitmail json YAML

2017-08-11 15:33:01 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1468):
sys/arch/mac68k/nubus/if_netdock_nubus.c: revision 1.26
Avoid memory leak in netdock_get.
If top is null, this is the first time through and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-11 15:32:45 UTC netbsd-7-1 commitmail json YAML

2017-08-11 15:32:26 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1468):
sys/arch/mac68k/nubus/if_netdock_nubus.c: revision 1.26
Avoid memory leak in netdock_get.
If top is null, this is the first time through and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-11 15:32:14 UTC netbsd-7-0 commitmail json YAML

2017-08-11 15:31:49 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1468):
sys/arch/mac68k/nubus/if_netdock_nubus.c: revision 1.26
Avoid memory leak in netdock_get.
If top is null, this is the first time through and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-11 15:21:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1467):
sys/arch/newsmips/apbus/if_sn.c: revision 1.39
Avoid memory leak in sonic_get.
If this is the first time around, top is null and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-11 15:20:52 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1467):
sys/arch/newsmips/apbus/if_sn.c: revision 1.39
Avoid memory leak in sonic_get.
If this is the first time around, top is null and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-11 15:20:22 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1467):
sys/arch/newsmips/apbus/if_sn.c: revision 1.39
Avoid memory leak in sonic_get.
If this is the first time around, top is null and nothing else will
free m.
From Ilja Van Sprundel.

(snj)

2017-08-11 12:58:14 UTC MAIN commitmail json YAML

Don't build the ibcs2 module on i386.

(maxv)

2017-08-11 11:57:05 UTC MAIN commitmail json YAML

Add an example for configuring the Raspberry Pi 3's bluetooth chip.

(jmcneill)

2017-08-11 11:54:08 UTC MAIN commitmail json YAML

Make the "bcm43xx" type use H4 transport and add a new "bcm43xx-3wire"
type for use with H5 transport. The naming of the types here matches
those used in a series of BlueZ patches from the Raspberry Pi foundation.

(jmcneill)

2017-08-11 07:30:01 UTC MAIN commitmail json YAML

Fix a Continue Operation.
Patch from Y.Sugahara.

(isaki)

2017-08-11 07:08:40 UTC MAIN commitmail json YAML

Allow dmac_alloc_channel() to specify DCR and OCR.
FDC uses 'Cycle Steal Mode with Hold' but ADPCM
should use 'Cycle Steal Mode without Hold' on x68k.
From Y.Suhagara and it was found by XM6i.

(isaki)

2017-08-11 06:47:35 UTC MAIN commitmail json YAML

Use dmac_prepare_xfer().
From Y.Sugahara.

(isaki)

2017-08-11 06:27:12 UTC MAIN commitmail json YAML

Add a comment about APICBASE_PHYSADDR. Has to do with PR/42597.

(maxv)

2017-08-11 06:18:29 UTC MAIN commitmail json YAML

Fix a bug introduced in r1.55, this should be LAPIC_BASE.

(maxv)

2017-08-11 00:58:37 UTC MAIN commitmail json YAML

Ensure the XMIT flag is cleared before calling bth5_start.

This avoids a panic due to a diagnostic assertion.

(nat)

2017-08-11 00:00:25 UTC MAIN commitmail json YAML

attach audio at audiobus (for pad)

(jmcneill)

2017-08-10 22:52:13 UTC MAIN commitmail json YAML

PR/48182: Fix rmdir -p handling of top-level (root) directory.
XXX: pullup-8
XXX: pullup-7
XXX: pullup-6

(ginsbach)

2017-08-10 21:07:48 UTC MAIN commitmail json YAML

Avoid full path meta file names for subdir of .OBJDIR

(sjg)

2017-08-10 20:43:12 UTC MAIN commitmail json YAML

Derive the firmware name from the device's local name instead of
hard-coding BCM4340A1. Search hw.firmware.path for the firmware image
instead of loading it from the current directory.

(jmcneill)

2017-08-10 19:42:53 UTC MAIN commitmail json YAML

Fix up bcm43xx bluetooth firmware addition.  Including mtree directory
addition, and using the correct spelling of the license file name.

(jakllsch)

2017-08-10 19:08:43 UTC MAIN commitmail json YAML

Separate the C/POSIX locale test from the rest; make it more thorough
and more correct.  This fixes a problem reported by martin@ when the
test is compiled with -funsigned-char.

(perseant)

2017-08-10 19:03:27 UTC MAIN commitmail json YAML

2017-08-10 18:45:20 UTC MAIN commitmail json YAML

remove currently-unused variables that trip up the build

(jakllsch)

2017-08-10 18:11:48 UTC MAIN commitmail json YAML

2017-08-10 17:33:32 UTC MAIN commitmail json YAML

Pff, I forgot to revert my change in these files. I committed only the
GENERIC files, and the message was:

Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43.
Several compat options happen to be dependent on the compat_43_* functions,
the availability of which is (wrongfully) controlled with COMPAT_43. Same
for COMPAT_09.

(maxv)

2017-08-10 15:31:49 UTC MAIN commitmail json YAML

Add bcm43xx bluetooth controller firmware to the lists and update relevant
makefiles.

(nat)

2017-08-10 15:15:48 UTC MAIN commitmail json YAML

Add firmware and license for bcm43430 bluetooth uart interface.
This firmware is used by the Raspberry Pi 3 on-board bluetooth controller.

For additional licensing information, see:
https://github.com/raspberrypi/linux/issues/1325#issuecomment-195560582

(nat)

2017-08-10 14:13:45 UTC MAIN commitmail json YAML

Switch to the temporary stack right away when booted via multiboot. GRUB
happens to give a correct stack, but it is not guaranteed by the spec. This
temporary stack will be reset later, which is fine.

Fixes PR/50245.

(maxv)

2017-08-10 13:48:20 UTC MAIN commitmail json YAML

Add bluetooth serial uart devices.

RPI3 on-board bluetooth controller works with the bthfive pseudo-device.

(nat)

2017-08-10 13:40:04 UTC MAIN commitmail json YAML

Update lists for btuart h5 protocol includes.

(nat)

2017-08-10 13:39:08 UTC MAIN commitmail json YAML

Should be comp-obsolete.

(maxv)

2017-08-10 13:34:29 UTC MAIN commitmail json YAML

Add support for bcm 43xx devices using the btuart h5 protocol.

Currently It will only load 1 firmware image for rpi3.

To use change to the directory containing the firmware BCM4340A1.hcd.
Then issue: btattach -FPi 115200 bcm43xx /dev/ttydevice 921600.

Then you can use the bluetooth device btfive0.

This enables the embedded bluetooth controller on rpi3.

(nat)

2017-08-10 13:25:49 UTC MAIN commitmail json YAML

Report AUXUART fifo size on rpi3 to 1 byte.  This prevents bluetooth
errors using the h5 protocol.

(nat)

2017-08-10 13:22:19 UTC MAIN commitmail json YAML

2017-08-10 13:13:03 UTC MAIN commitmail json YAML

Save and restore xcr0 when doing ACPI sleeps. Should fix PR/49174.

(maxv)

2017-08-10 12:51:22 UTC MAIN commitmail json YAML

Don't include opt_compat_freebsd.h.

(maxv)

2017-08-10 12:49:11 UTC MAIN commitmail json YAML

Don't include opt_compat_ibcs2.h. No idea what it was doing in amd64,
since it never got implemented there.

(maxv)

2017-08-10 12:46:31 UTC MAIN commitmail json YAML

Remove the svr4/ibcs2 fpu flags.

(maxv)

2017-08-10 09:26:55 UTC MAIN commitmail json YAML

Write known issues on scalability

(ozaki-r)

2017-08-10 09:08:54 UTC MAIN commitmail json YAML

Update

ipsec(4), opencrypto(9) and vlan(4) are now MP-safe.

(ozaki-r)

2017-08-10 07:15:09 UTC netbsd-8 commitmail json YAML

prune redundant line

(snj)

2017-08-10 07:04:19 UTC netbsd-6-0 commitmail json YAML

2017-08-10 06:59:39 UTC netbsd-6-0 commitmail json YAML