Author: adrian
Date: Fri Oct 13 06:49:07 2017
New Revision: 324580
URL: https://svnweb.freebsd.org/changeset/base/324580
Log:
[net80211] don't try to follow a NULL rxs pointer down the sink.
It's smelly, and we already checked earlier whether we needed to.
Modified:
head/sys/net80211/iee
god damnit.
lemme go look at what's going on.
thanks for the heads up!
-a
On 12 October 2017 at 18:53, Cy Schubert wrote:
> In message <201710122156.v9cluwh4017...@repo.freebsd.org>, Adrian Chadd
> writes:
>> Author: adrian
>> Date: Thu Oct 12 21:56:58 2017
>> New Revision: 324570
>> URL: ht
In message <201710122156.v9cluwh4017...@repo.freebsd.org>, Adrian Chadd
writes:
> Author: adrian
> Date: Thu Oct 12 21:56:58 2017
> New Revision: 324570
> URL: https://svnweb.freebsd.org/changeset/base/324570
>
> Log:
> [net80211] begin handling multiple hardware decap'ed A-MSDU in the RX path.
Author: adrian
Date: Thu Oct 12 21:58:51 2017
New Revision: 324571
URL: https://svnweb.freebsd.org/changeset/base/324571
Log:
[ath] Begin using the replacement EDCA functions.
As part of ath10k and other chipset support, the EDCA stuff has to be moved
to potentially be per-VAP. For hardw
Author: adrian
Date: Thu Oct 12 21:56:58 2017
New Revision: 324570
URL: https://svnweb.freebsd.org/changeset/base/324570
Log:
[net80211] begin handling multiple hardware decap'ed A-MSDU in the RX path.
The duplicate detection code currently expects A-MSDU frames to be encaped -
they're de
Author: glebius
Date: Thu Oct 12 21:26:52 2017
New Revision: 324569
URL: https://svnweb.freebsd.org/changeset/base/324569
Log:
Fix build after r324446.
Modified:
head/sys/dev/dpaa/if_dtsec_rm.c
Modified: head/sys/dev/dpaa/if_dtsec_rm.c
Author: asomers
Date: Thu Oct 12 21:25:11 2017
New Revision: 324568
URL: https://svnweb.freebsd.org/changeset/base/324568
Log:
Optimize zpool_read_all_labels with AIO
Read all labels in parallel instead of sequentially
MFC after:3 weeks
X-MFC-With: 322854
Sponsored by: Spectra
Author: gjb
Date: Thu Oct 12 20:31:10 2017
New Revision: 324567
URL: https://svnweb.freebsd.org/changeset/base/324567
Log:
Add arm/armv7 checks to env_check().
Sponsored by: The FreeBSD Foundation
Modified:
head/release/release.sh
Modified: head/release/release.sh
==
Note that this allows to use C++ EH on a gcc built PPC64 world for
applications built by clang++.
Roman
On Wed, Oct 11, 2017 at 02:39:20AM +, Justin Hibbits wrote:
> Author: jhibbits
> Date: Wed Oct 11 02:39:20 2017
> New Revision: 324511
> URL: https://svnweb.freebsd.org/changeset/base/32451
Author: bdrewery
Date: Thu Oct 12 19:58:21 2017
New Revision: 324566
URL: https://svnweb.freebsd.org/changeset/base/324566
Log:
Fix shadowed variable hidden by WARNS changing to 3 in r313006.
Sponsored by: Dell EMC Isilon
MFC after:1 week
Modified:
head/tests/sys/kern/ptrace_test.c
Author: emaste
Date: Thu Oct 12 18:31:28 2017
New Revision: 324565
URL: https://svnweb.freebsd.org/changeset/base/324565
Log:
regen freebsd32_sysent.c after r324564 (freebsd32_posix_fallocate)
Modified:
head/sys/compat/freebsd32/freebsd32_sysent.c
Modified: head/sys/compat/freebsd32/freebsd3
Author: emaste
Date: Thu Oct 12 18:30:54 2017
New Revision: 324564
URL: https://svnweb.freebsd.org/changeset/base/324564
Log:
allow posix_fallocate in 32-bit compat capability mode
Reported by: kib
MFC after:2 weeks
MFC with: r324560
Sponsored by: The FreeBSD Foundation
Modi
On Thu, Oct 12, 2017 at 03:45:53PM +, Ed Maste wrote:
> Author: emaste
> Date: Thu Oct 12 15:45:53 2017
> New Revision: 324560
> URL: https://svnweb.freebsd.org/changeset/base/324560
>
> Log:
> allow posix_fallocate in capability mode
>
> posix_fallocate is logically equivalent to writi
Author: manu
Date: Thu Oct 12 18:00:29 2017
New Revision: 324563
URL: https://svnweb.freebsd.org/changeset/base/324563
Log:
a10_ehci: Remove the passby code
It doesn't seems to be needed anymore and this make ehci working again
on the Pine64.
Thanks to jmcneill@ for the help.
Teste
Author: bz
Date: Thu Oct 12 15:53:54 2017
New Revision: 324562
URL: https://svnweb.freebsd.org/changeset/base/324562
Log:
Add rev16 instruction to the disassembler.
Reviewed by: andrew
Differential Revision:https://reviews.freebsd.org/D12645
Modified:
head/sys/arm/arm/
Author: emaste
Date: Thu Oct 12 15:48:37 2017
New Revision: 324561
URL: https://svnweb.freebsd.org/changeset/base/324561
Log:
regen init_sysent.c r324560
Modified:
head/sys/kern/init_sysent.c
Modified: head/sys/kern/init_sysent.c
==
Author: emaste
Date: Thu Oct 12 15:45:53 2017
New Revision: 324560
URL: https://svnweb.freebsd.org/changeset/base/324560
Log:
allow posix_fallocate in capability mode
posix_fallocate is logically equivalent to writing zero blocks to the
desired file size and there is no reason to prevent
Author: imp
Date: Thu Oct 12 15:16:22 2017
New Revision: 324558
URL: https://svnweb.freebsd.org/changeset/base/324558
Log:
Define prototype for exit and ensure references
Define a prototype for exit in stand.h. Provide a reference to exit in
a few conf.c files to ensure that its definitio
Author: imp
Date: Thu Oct 12 15:16:27 2017
New Revision: 324559
URL: https://svnweb.freebsd.org/changeset/base/324559
Log:
Move panic back into libsa. It's documented in libstand(3) to belong
there.
Sponsored by: Netflix
Added:
head/sys/boot/libsa/panic.c (contents, props changed)
Author: imp
Date: Thu Oct 12 15:16:16 2017
New Revision: 324557
URL: https://svnweb.freebsd.org/changeset/base/324557
Log:
Rename exit to efi_exit to avoid clashing with libsa exit definition
Rename exit to efi_exit. It doesn't have the proper signature and
conflicts with standard definit
Author: imp
Date: Thu Oct 12 14:57:05 2017
New Revision: 324556
URL: https://svnweb.freebsd.org/changeset/base/324556
Log:
Move ufsread.c
Move ufsread.c from sys/boot/common (which used to be all the common
files for /boot/loader, but grew to be all the common files for
sys/boot, but th
Author: imp
Date: Thu Oct 12 14:57:00 2017
New Revision: 324555
URL: https://svnweb.freebsd.org/changeset/base/324555
Log:
Honor CFLAGS modifications in Makefile.inc by using += here. There's
no hyper-small space constraints, so there's no reason to tightly
control it.
Sponsored by: Ne
Author: imp
Date: Thu Oct 12 14:56:54 2017
New Revision: 324554
URL: https://svnweb.freebsd.org/changeset/base/324554
Log:
Move crc32.c, util.c and gpt.c over to libsa.
Sponsored by: Netflix
Added:
head/sys/boot/libsa/crc32.c (contents, props changed)
- copied, changed from r32455
Author: imp
Date: Thu Oct 12 14:56:48 2017
New Revision: 324553
URL: https://svnweb.freebsd.org/changeset/base/324553
Log:
Rename libstand.a to libsa.a and libstand32.a to libsa32.a
Sponsored by: Netflix
Added:
head/sys/boot/libsa32/
head/sys/boot/libsa32/Makefile (contents, props ch
Author: imp
Date: Thu Oct 12 14:56:42 2017
New Revision: 324552
URL: https://svnweb.freebsd.org/changeset/base/324552
Log:
Kill the userboot copy of libstand.
It's not needed (it's now identical to libsa, and seems to have been
for some time).
Sponsored by: Netflix
Deleted:
head/s
Author: imp
Date: Thu Oct 12 14:56:28 2017
New Revision: 324551
URL: https://svnweb.freebsd.org/changeset/base/324551
Log:
Move lib/libstand to sys/boot/libsa
Move the sources to sys/boot. Make adjustments related to the
move. Kill LIBSTAND_SRC since it's no longer needed.
Sponsored
Author: imp
Date: Thu Oct 12 14:53:25 2017
New Revision: 324550
URL: https://svnweb.freebsd.org/changeset/base/324550
Log:
Add $FreeBSD$ to ancient sources that it's missing from.
Sponsored by: Netflix
Modified:
head/lib/libstand/bootparam.h
head/lib/libstand/tftp.h
Modified: head/lib
Author: bz
Date: Thu Oct 12 14:32:45 2017
New Revision: 324549
URL: https://svnweb.freebsd.org/changeset/base/324549
Log:
Previously there was a VIRT kernel to which I had added these options.
With that gone they need to go into GENERIC now.
Makes FreeBSD/arm usable on gem5 by default.
Author: mjg
Date: Thu Oct 12 13:59:23 2017
New Revision: 324547
URL: https://svnweb.freebsd.org/changeset/base/324547
Log:
xinstall: plug an infinite loop in directory creation
If stat continues to fail with ENOENT and mkdir with EEXIST the code wont
finish. In particular this can show up
29 matches
Mail list logo