In message <201812090645.wb96jnso066...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Sun Dec 9 06:45:49 2018
> New Revision: 341759
> URL: https://svnweb.freebsd.org/changeset/base/341759
>
> Log:
> MFV r341618:
>
> Update wpa 2.6 --> 2.7.
Relnotes: yes
--
Cheers,
Cy Sch
Author: cy
Date: Sun Dec 9 06:45:49 2018
New Revision: 341759
URL: https://svnweb.freebsd.org/changeset/base/341759
Log:
MFV r341618:
Update wpa 2.6 --> 2.7.
Added:
head/contrib/wpa/src/ap/dpp_hostapd.c
- copied unchanged from r341619, vendor/wpa/dist/src/ap/dpp_hostapd.c
head/co
Author: scottl
Date: Sun Dec 9 06:52:25 2018
New Revision: 341762
URL: https://svnweb.freebsd.org/changeset/base/341762
Log:
I missed powerpcspe in the previous commit for excluding mps and mpr.
I also learned that 'mips' is overly broad and covers 64bit architectures
too. However, it's no
Author: scottl
Date: Sun Dec 9 06:10:11 2018
New Revision: 341755
URL: https://svnweb.freebsd.org/changeset/base/341755
Log:
Copy and clear the reply descriptor atomically. This prevents concurrency
in the interrupt handlers (usually due to timeout/error recovery) from
seeing and processin
Author: scottl
Date: Sun Dec 9 06:16:54 2018
New Revision: 341756
URL: https://svnweb.freebsd.org/changeset/base/341756
Log:
Don't allocate the config_intrhook separately from the softc, it's small
enough that it costs more code to handle the malloc/free than it saves.
Modified:
head/sys/c
Author: scottl
Date: Sun Dec 9 06:06:06 2018
New Revision: 341754
URL: https://svnweb.freebsd.org/changeset/base/341754
Log:
Remove the mps driver from powerpc 32bit GENERIC, and don't build it and
mpr as a module for powerpc or mips. An upcoming commit will cause these
drivers to rely on
Author: jhibbits
Date: Sun Dec 9 04:54:55 2018
New Revision: 341752
URL: https://svnweb.freebsd.org/changeset/base/341752
Log:
powerpc/SPE: Copy lower part of source register to target for
efdabs/efdnabs/efdneg
MFC after:1 week
MFC With: r341751
Modified:
head/sys/powerpc/boo
Author: jhibbits
Date: Sun Dec 9 04:13:14 2018
New Revision: 341751
URL: https://svnweb.freebsd.org/changeset/base/341751
Log:
powerpc/SPE: Reload vector registers after efdabs/efdnabs/efdneg
While here, also style(9)-adjust indents around this code.
Modified:
head/sys/powerpc/booke/spe
On Sat, Dec 8, 2018, 8:36 PM Kevin Bowling On Sat, Dec 8, 2018 at 12:09 AM Mateusz Guzik wrote:
>
> >
> > Fully satisfying solution would be that all architectures get 64-bit
> > ops, even if in the worst case they end up taking a lock. Then
> > subsystems would not have to ifdef on anything. How
On Sat, Dec 8, 2018 at 12:09 AM Mateusz Guzik wrote:
>
> Fully satisfying solution would be that all architectures get 64-bit
> ops, even if in the worst case they end up taking a lock. Then
> subsystems would not have to ifdef on anything. However, there
> was some opposition to this proposal an
Author: sobomax
Date: Sun Dec 9 02:58:53 2018
New Revision: 341749
URL: https://svnweb.freebsd.org/changeset/base/341749
Log:
Hook up ng_checksum(4) module and appropriate manpage to the build. The module
was added back in 2016, but has never been connected.
MFC after:1 week
Modifie
Author: kib
Date: Sat Dec 8 22:12:57 2018
New Revision: 341746
URL: https://svnweb.freebsd.org/changeset/base/341746
Log:
Fix PAE boot.
With the introduction of M_EXEC support for kmem_malloc(), some kernel
mappings start having NX bit set in the paging structures early, for
PAE kernel
Author: jchandra
Date: Sat Dec 8 19:42:01 2018
New Revision: 341744
URL: https://svnweb.freebsd.org/changeset/base/341744
Log:
arm64: add ACPI based NUMA support
Use the newly defined SRAT/SLIT parsing APIs in arm64 to support
ACPI based NUMA.
Reviewed by: markj
Differential Revi
> On 12/7/18, Ian Lepore wrote:
> > On Fri, 2018-12-07 at 12:05 +, Mateusz Guzik wrote:
> >> Author: mjg
> >> Date: Fri Dec 7 12:05:11 2018
> >> New Revision: 341682
> >> URL: https://svnweb.freebsd.org/changeset/base/341682
> >>
> >> Log:
> >> unr64: use locked variant if not __LP64__
> >>
Author: jchandra
Date: Sat Dec 8 19:32:23 2018
New Revision: 341743
URL: https://svnweb.freebsd.org/changeset/base/341743
Log:
acpica: support parsing of arm64 affinity in acpi_pxm.c
ACPI SRAT table on arm64 uses GICC entries to provide CPU locality
information. These entries use an Acpi
Author: jchandra
Date: Sat Dec 8 19:10:58 2018
New Revision: 341742
URL: https://svnweb.freebsd.org/changeset/base/341742
Log:
acpica : move SRAT/SLIT parsing to sys/dev/acpica
This moves the architecture independent parts of sys/x86/acpica/srat.c
to sys/dev/acpica/acpi_pxm.c, to be used
Author: jchandra
Date: Sat Dec 8 18:34:05 2018
New Revision: 341741
URL: https://svnweb.freebsd.org/changeset/base/341741
Log:
x86/acpica/srat.c: Add API for parsing proximity tables
The SLIT and SRAT ACPI tables needs to be parsed on arm64 as well, on
systems that use UEFI/ACPI firmware
Author: mmel
Date: Sat Dec 8 14:58:17 2018
New Revision: 341738
URL: https://svnweb.freebsd.org/changeset/base/341738
Log:
Implement R_AARCH64_TLS_DTPMOD64 and A_AARCH64_TLS_DTPREL64 relocations.
Although these are slightly obsolete in favor of R_AARCH64_TLSDESC,
gcc -mtls-dialect=trad stil
Author: mjg
Date: Sat Dec 8 14:04:57 2018
New Revision: 341727
URL: https://svnweb.freebsd.org/changeset/base/341727
Log:
umtx: avoid umtxshm locking on object termination if possible
Sample build world result on tmpfs:
kern.ipc.umtx_terminate_notempty: 0
kern.ipc.umtx_terminate_empty:
Author: vmaffione
Date: Sat Dec 8 12:52:09 2018
New Revision: 341726
URL: https://svnweb.freebsd.org/changeset/base/341726
Log:
tools: netmap: pkt-gen: check packet length against interface MTU
Validate the value of the -l argument (packet length) against the MTU of the
netmap port.
In
Author: jilles
Date: Sat Dec 8 12:49:19 2018
New Revision: 341725
URL: https://svnweb.freebsd.org/changeset/base/341725
Log:
sh(1): Remove -c string from set builtin documentation
Altering the -c string at run time does not make sense and is not possible.
MFC after:1 week
Modifie
Author: mjg
Date: Sat Dec 8 11:38:39 2018
New Revision: 341724
URL: https://svnweb.freebsd.org/changeset/base/341724
Log:
Remove proctree acquire from note_procstat_proc
It is not needed since r340482 ("proc: always store parent pid in p_oppid")
Sponsored by: The FreeBSD Foundation
M
Author: mjg
Date: Sat Dec 8 06:31:43 2018
New Revision: 341721
URL: https://svnweb.freebsd.org/changeset/base/341721
Log:
proc: handle sdt exit probe before taking the proc lock
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_exit.c
Modified: head/sys/kern/kern_exit.c
Author: mjg
Date: Sat Dec 8 10:22:12 2018
New Revision: 341723
URL: https://svnweb.freebsd.org/changeset/base/341723
Log:
Fix a corner case in ID bitmap management.
If all IDs from trypid to pid_max were used as pids, the code would enter
a loop which would be infinite if none of the IDs
Author: mjg
Date: Sat Dec 8 06:34:12 2018
New Revision: 341722
URL: https://svnweb.freebsd.org/changeset/base/341722
Log:
proc: postpone proc unlock until after reporting with kqueue
kqueue would always relock immediately afterwards.
While here drop the NULL check for list itself. The
Author: mjg
Date: Sat Dec 8 06:30:41 2018
New Revision: 341720
URL: https://svnweb.freebsd.org/changeset/base/341720
Log:
Provide SDT_PROBES_ENABLED macro.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_synch.c
head/sys/sys/sdt.h
Modified: head/sys/kern/kern_synch.
Author: mjg
Date: Sat Dec 8 04:53:08 2018
New Revision: 341719
URL: https://svnweb.freebsd.org/changeset/base/341719
Log:
amd64: stop re-reading curpc on subyte/suword
Originally read value is still safely kept. Re-reading code was there
for previous iterations which were partially share
27 matches
Mail list logo