Author: cy
Date: Tue Jun 25 07:04:47 2019
New Revision: 349362
URL: https://svnweb.freebsd.org/changeset/base/349362
Log:
The definition of icmptypes in ip_compt.h is dead code as it already
use the icmptypes in ip_icmp.h.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netine
Author: dougm
Date: Tue Jun 25 07:44:37 2019
New Revision: 349363
URL: https://svnweb.freebsd.org/changeset/base/349363
Log:
vm_map_protect may return an INVALID_ARGUMENT or PROTECTION_FAILURE
error response after clipping the first map entry in the region to be
reserved. This creates a pair
I regret that I omitted the following from the commit message below:
Tested by: pho
Doug Moore
On 6/25/19 2:44 AM, Doug Moore wrote:
> Author: dougm
> Date: Tue Jun 25 07:44:37 2019
> New Revision: 349363
> URL: https://svnweb.freebsd.org/changeset/base/349363
>
> Log:
> vm_map_protect may ret
Author: ae
Date: Tue Jun 25 09:08:24 2019
New Revision: 349364
URL: https://svnweb.freebsd.org/changeset/base/349364
Log:
Restore ipfw(8)'s compact output support broken after r331668.
Also modify it a bit. Now -c option omits only 'from any to any' part
and works for different protocols
Author: ae
Date: Tue Jun 25 09:11:22 2019
New Revision: 349365
URL: https://svnweb.freebsd.org/changeset/base/349365
Log:
Mark default rule with IPFW_RULE_NOOPT flag, so it can be showed in
compact form.
MFC after:1 week
Modified:
head/sys/netpfil/ipfw/ip_fw2.c
Modified: head/sys/
Author: ae
Date: Tue Jun 25 11:40:37 2019
New Revision: 349366
URL: https://svnweb.freebsd.org/changeset/base/349366
Log:
Follow the RFC 3128 and drop short TCP fragments with offset = 1.
Reported by: emaste
MFC after:1 week
Modified:
head/sys/netpfil/ipfw/ip_fw2.c
Modified: head
Author: hselasky
Date: Tue Jun 25 11:42:53 2019
New Revision: 349367
URL: https://svnweb.freebsd.org/changeset/base/349367
Log:
Fix for deadlock situation in cuse(3)
The final server unref should be done by the server thread to prevent
deadlock in the client cdevpriv destructor, which can
Author: hselasky
Date: Tue Jun 25 11:46:01 2019
New Revision: 349368
URL: https://svnweb.freebsd.org/changeset/base/349368
Log:
Free all allocated unit IDs in cuse(3) after the client character
devices have been destroyed to avoid creating character devices with
identical name.
MFC afte
Author: hselasky
Date: Tue Jun 25 11:54:41 2019
New Revision: 349369
URL: https://svnweb.freebsd.org/changeset/base/349369
Log:
Convert all IPv4 and IPv6 multicast memberships into using a STAILQ
instead of a linear array.
The multicast memberships for the inpcb structure are protected by
Author: hselasky
Date: Tue Jun 25 13:15:29 2019
New Revision: 349370
URL: https://svnweb.freebsd.org/changeset/base/349370
Log:
Fix parsing of corrupt data in usbdump(8). Check that the transfer
type array lookup is within bounds to avoid segfault.
PR: 238801
MFC after:3 d
> This commit accidentally reverted r349333, r349334, r349335, r349336,
> r349339, r349340, r349341 and r349342. I rebased after one of the make
> universes I did to proof this set and something must have gone wrong and I
> lost these changes. I noticed while committing, but didn't hit ^C fast
> en
> Author: ae
> Date: Tue Jun 25 11:40:37 2019
> New Revision: 349366
> URL: https://svnweb.freebsd.org/changeset/base/349366
>
> Log:
> Follow the RFC 3128 and drop short TCP fragments with offset = 1.
>
> Reported by:emaste
> MFC after: 1 week
Can we get a counter or something
On 25.06.2019 16:28, Rodney W. Grimes wrote:
>> Author: ae
>> Date: Tue Jun 25 11:40:37 2019
>> New Revision: 349366
>> URL: https://svnweb.freebsd.org/changeset/base/349366
>>
>> Log:
>> Follow the RFC 3128 and drop short TCP fragments with offset = 1.
>>
>> Reported by: emaste
>> M
-- Start of PGP signed section.
[ Charset UTF-8 unsupported, converting... ]
> On 25.06.2019 16:28, Rodney W. Grimes wrote:
> >> Author: ae
> >> Date: Tue Jun 25 11:40:37 2019
> >> New Revision: 349366
> >> URL: https://svnweb.freebsd.org/changeset/base/349366
> >>
> >> Log:
> >> Follow the RFC 3
Author: zec
Date: Tue Jun 25 14:50:03 2019
New Revision: 349371
URL: https://svnweb.freebsd.org/changeset/base/349371
Log:
Croatian calendar: update / fix names, dates, group national public
holidays, sort by date.
MFC after:3 days
Modified:
head/usr.bin/calendar/calendars/hr_HR.IS
Author: gjb
Date: Tue Jun 25 14:56:13 2019
New Revision: 349372
URL: https://svnweb.freebsd.org/changeset/base/349372
Log:
Include files containing metadata specific to the branch in the
directory where the individual distribution sets exist.
The new metadata files include the build date,
On Tue, Jun 25, 2019 at 7:24 AM Rodney W. Grimes
wrote:
> > This commit accidentally reverted r349333, r349334, r349335, r349336,
> > r349339, r349340, r349341 and r349342. I rebased after one of the make
> > universes I did to proof this set and something must have gone wrong and
> I
> > lost th
Author: rlibby
Date: Tue Jun 25 15:43:52 2019
New Revision: 349373
URL: https://svnweb.freebsd.org/changeset/base/349373
Log:
netipsec key_register: check for M_NOWAIT alloc failure
Reviewed by: ae, cem
Sponsored by: Dell EMC Isilon
Differential Revision:https://reviews.freebsd
Author: imp
Date: Tue Jun 25 16:39:25 2019
New Revision: 349374
URL: https://svnweb.freebsd.org/changeset/base/349374
Log:
Remove a couple of harmless stray references to nandfs.
Submitted by: tsoome@
Modified:
head/sys/arm/conf/DB-78XXX
head/sys/arm/conf/DB-88F6XXX
head/sys/arm/conf
Author: mav
Date: Tue Jun 25 17:00:53 2019
New Revision: 349376
URL: https://svnweb.freebsd.org/changeset/base/349376
Log:
Fix strsep_quote() on strings without quotes.
For strings without quotes and escapes dstptr and srcptr are equal, so
zeroing *dstptr before checking *srcptr is not a
On Mon, 24 Jun 2019 at 19:18, Rebecca Cran wrote:
>
> Author: bcran
> Date: Mon Jun 24 23:18:42 2019
> New Revision: 349349
> URL: https://svnweb.freebsd.org/changeset/base/349349
>
> Log:
> loader: add HTTP support using UEFI
My QEMU smoke test script (tools/boot/ci-qemu-test.sh) fails after
t
Author: luporl
Date: Tue Jun 25 17:15:44 2019
New Revision: 349377
URL: https://svnweb.freebsd.org/changeset/base/349377
Log:
[PowerPC64] Don't mark module data as static
Fixes panic when loading ipfw.ko and if_epair.ko built with modern compiler.
Similar to arm64 and riscv, when using
Author: dougm
Date: Tue Jun 25 17:27:37 2019
New Revision: 349379
URL: https://svnweb.freebsd.org/changeset/base/349379
Log:
Document the KERN_PROTECTION_FAILURE return value from vm_map_protect().
Reviewed by: alc (earlier version)
Approved by: kib, markj (mentors)
Differential Revisio
On 2019-06-25 07:03, Ed Maste wrote:
> My QEMU smoke test script (tools/boot/ci-qemu-test.sh) fails after
> this change, with an exception in the loader:
I can replicate this failure, and am working to debug it.
--
Rebecca Cran
signature.asc
Description: OpenPGP digital signature
Author: kevans
Date: Tue Jun 25 18:13:39 2019
New Revision: 349380
URL: https://svnweb.freebsd.org/changeset/base/349380
Log:
libbe(3): mount: the BE dataset is mounted at /
Other parts of libbe(3) were fairly strict on the mountpoint property of the
BE dataset, and be_mount was not much
Author: mav
Date: Tue Jun 25 18:35:23 2019
New Revision: 349381
URL: https://svnweb.freebsd.org/changeset/base/349381
Log:
Avoid extra taskq_dispatch() calls by DMU.
DMU sync code calls taskq_dispatch() for each sublist of os_dirty_dnodes
and os_synced_dnodes. Since the number of sublist
Author: kevans
Date: Tue Jun 25 18:47:40 2019
New Revision: 349383
URL: https://svnweb.freebsd.org/changeset/base/349383
Log:
libbe(3): restructure be_mount, skip canmount check for BE dataset
Further cleanup after r349380; loader and kernel will both ignore canmount
on the root dataset a
Author: emaste
Date: Tue Jun 25 19:06:43 2019
New Revision: 349385
URL: https://svnweb.freebsd.org/changeset/base/349385
Log:
bhyve: avoid theoretical stack buffer overflow from integer overflow
Use the proper size_t type to match strlen's return type. This is not
exploitable in practice
Author: asomers
Date: Tue Jun 25 19:44:22 2019
New Revision: 349391
URL: https://svnweb.freebsd.org/changeset/base/349391
Log:
fcntl: style changes to r349248
Reported by: bde
MFC after:2 weeks
MFC-With: 349248
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/v
Author: julian
Date: Tue Jun 25 19:55:42 2019
New Revision: 349392
URL: https://svnweb.freebsd.org/changeset/base/349392
Log:
Fix annoying whitespace issue.
NO real change
Modified:
head/sys/sys/pmckern.h
Modified: head/sys/sys/pmckern.h
Author: dougm
Date: Tue Jun 25 20:25:16 2019
New Revision: 349393
URL: https://svnweb.freebsd.org/changeset/base/349393
Log:
Eliminate some uses of the prev and next fields of vm_map_entry_t.
Since the only caller to vm_map_splay is vm_map_lookup_entry, move the
implementation of vm_map_s
Author: bcran
Date: Tue Jun 25 21:26:57 2019
New Revision: 349395
URL: https://svnweb.freebsd.org/changeset/base/349395
Log:
Disconnect EFI HTTP support
The EFI HTTP code has been causing boot failures for people, so disable it
while a fix is being worked on.
Modified:
head/stand/efi/l
Author: cy
Date: Wed Jun 26 00:53:43 2019
New Revision: 349399
URL: https://svnweb.freebsd.org/changeset/base/349399
Log:
Prompted by r349366, ipfilter is also does not conform to RFC 3128
by dropping TCP fragments with offset = 1.
In addition to dropping these fragments, add a DTrace pro
Author: cy
Date: Wed Jun 26 00:53:46 2019
New Revision: 349400
URL: https://svnweb.freebsd.org/changeset/base/349400
Log:
Remove a tautological compare for offset != 0.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/ipfilter/netinet/fil
Author: cy
Date: Wed Jun 26 00:53:49 2019
New Revision: 349401
URL: https://svnweb.freebsd.org/changeset/base/349401
Log:
While working on PR/238796 I discovered an unused variable in frdest,
the next hop structure. It is likely this contributes to PR/238796
though other factors remain to be
Author: jhibbits
Date: Wed Jun 26 01:14:39 2019
New Revision: 349402
URL: https://svnweb.freebsd.org/changeset/base/349402
Log:
powerpc/booke: Handle misaligned floating point loads/stores as on AIM
Misaligned floating point loads and stores are already handled for AIM, but
use the DSISR
Author: bcran
Date: Wed Jun 26 03:06:57 2019
New Revision: 349404
URL: https://svnweb.freebsd.org/changeset/base/349404
Log:
Re-enable loader efi http boot and fix dv_open bug if dv_init failed
The code in efihttp.c was assuming that dv_open wouldn't be called if
dv_init failed. But the d
Author: dougm
Date: Wed Jun 26 03:12:57 2019
New Revision: 349405
URL: https://svnweb.freebsd.org/changeset/base/349405
Log:
Revert r349393, which leads to an assertion failure on bootup, in
vm_map_stack_locked.
Reported by: l...@lerctr.org
Approved by: kib, markj (mentors, implicit)
Mo
In message <201906252025.x5pkpgml014...@repo.freebsd.org>, Doug Moore
writes:
> Author: dougm
> Date: Tue Jun 25 20:25:16 2019
> New Revision: 349393
> URL: https://svnweb.freebsd.org/changeset/base/349393
>
> Log:
> Eliminate some uses of the prev and next fields of vm_map_entry_t.
>
> Sin
Author: avg
Date: Wed Jun 26 06:40:30 2019
New Revision: 349406
URL: https://svnweb.freebsd.org/changeset/base/349406
Log:
owc.4: document how to set up the 1-wire bus on a device.hints system
MFC after:1 week
Modified:
head/share/man/man4/owc.4
Modified: head/share/man/man4/owc.4
=
40 matches
Mail list logo