Author: delphij
Date: Mon Nov 25 07:48:16 2019
New Revision: 355085
URL: https://svnweb.freebsd.org/changeset/base/355085
Log:
MFV r355071: libbsdxml (expat) 2.2.9.
MFC after:2 weeks
Relnotes: yes
Added:
head/contrib/expat/fix-xmltest-log.sh
- copied unchanged from r355071
Author: rlibby
Date: Mon Nov 25 07:38:27 2019
New Revision: 355083
URL: https://svnweb.freebsd.org/changeset/base/355083
Log:
sysctl sysctls: wire old buf before output with sysctl lock
Several sysctl sysctls output to a user buffer while holding a
non-sleepable lock that protects the sys
Author: rlibby
Date: Mon Nov 25 07:38:31 2019
New Revision: 355084
URL: https://svnweb.freebsd.org/changeset/base/355084
Log:
vm_object_collapse_scan_wait: drop locks before reacquiring
Regression from r352174. In the vm_page_rename() failure case we forgot
to unlock the vm object locks
Author: jeff
Date: Mon Nov 25 07:13:05 2019
New Revision: 355082
URL: https://svnweb.freebsd.org/changeset/base/355082
Log:
Move anonymous object copying for fork into its own routine and so that we
can avoid locking non-anonymous objects.
Reviewed by: kib
Differential Revision:
Author: dougm
Date: Mon Nov 25 02:19:47 2019
New Revision: 355076
URL: https://svnweb.freebsd.org/changeset/base/355076
Log:
Where 'current' is used to index over vm_map entries, use
'entry'. Where 'entry' is used to identify the starting point for
iteration, use 'first_entry'. These are the
Author: mav
Date: Mon Nov 25 01:00:51 2019
New Revision: 355074
URL: https://svnweb.freebsd.org/changeset/base/355074
Log:
Report XLAT0 register for completeness.
Modified:
head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
===
Author: bz
Date: Sun Nov 24 23:21:47 2019
New Revision: 355070
URL: https://svnweb.freebsd.org/changeset/base/355070
Log:
Allow kernel to compile without BPF.
r297816 added some bpf magic for VIMAGE unconditionally which no longer
allows kernels to compile without bpf (but with other netw
Don't we already build with -fwrapv for this class of problem? The
GCC docs claim that warning is only active when signed overflow is
undefined. It seems that -fno-strict-overflow has similar semantics
to -fwrapv, but we should probably be consistent about the flag we
use. Also, if GCC is produc
Author: ian
Date: Sun Nov 24 21:08:56 2019
New Revision: 355069
URL: https://svnweb.freebsd.org/changeset/base/355069
Log:
When doing ARM stack unwinding as part of stack_save(9), do not search
loaded modules (pass 0/false for the can_lock arg). Searching the unwind
info in modules acquires
Sorry, should be:
Differential Revision: https://reviews.freebsd.org/D22504
On Sat, Nov 23, 2019 at 2:57 AM Bjoern A. Zeeb
wrote:
>
> On 22 Nov 2019, at 23:23, Conrad Meyer wrote:
>
> > Author: cem
> > Date: Fri Nov 22 23:23:40 2019
> > New Revision: 355024
> > URL: https://svnweb.freebsd.org/c
Author: wulf
Date: Sun Nov 24 20:51:09 2019
New Revision: 355068
URL: https://svnweb.freebsd.org/changeset/base/355068
Log:
Linux epoll: Allow passing of any negative timeout value to epoll_wait
Linux epoll allow passing of any negative timeout value to epoll_wait()
to cause unbound block
Author: wulf
Date: Sun Nov 24 20:47:40 2019
New Revision: 355067
URL: https://svnweb.freebsd.org/changeset/base/355067
Log:
Linux epoll: Register events with zero event mask
Such an events are legal and should be interpreted as EPOLLERR | EPOLLHUP.
Register a disabled kqueue event in that
Author: wulf
Date: Sun Nov 24 20:44:14 2019
New Revision: 355066
URL: https://svnweb.freebsd.org/changeset/base/355066
Log:
Linux epoll: Check both read and write kqueue events existence in
EPOLL_CTL_ADD
Linux epoll EPOLL_CTL_ADD op handler should always check registration
of both EVFILT
Author: wulf
Date: Sun Nov 24 20:41:47 2019
New Revision: 355065
URL: https://svnweb.freebsd.org/changeset/base/355065
Log:
Linux epoll: Don't deregister file descriptor after EPOLLONESHOT is fired
Linux epoll does not remove descriptor after one-shot event has been
triggered.
Set EV_DIS
On Sun, Nov 24, 2019, 9:45 AM Konstantin Belousov
wrote:
> On Sun, Nov 24, 2019 at 07:37:01AM -0700, Warner Losh wrote:
> > On Sun, Nov 24, 2019, 6:10 AM Konstantin Belousov
> > wrote:
> >
> > > On Sat, Nov 23, 2019 at 11:43:52PM +, Warner Losh wrote:
> > > > Author: imp
> > > > Date: Sat No
Author: kib
Date: Sun Nov 24 19:18:12 2019
New Revision: 355064
URL: https://svnweb.freebsd.org/changeset/base/355064
Log:
Ignore object->handle for OBJ_ANON objects.
Note that the change in vm_object_collapse() is arguably a correctness
fix. We must not collapse into content-identity ca
Author: eadler
Date: Sun Nov 24 19:16:57 2019
New Revision: 355063
URL: https://svnweb.freebsd.org/changeset/base/355063
Log:
bsd-family-tree: correct macOS release date
Reported by: Herbert J. Skuhra
Reported by: Maxim Konovalov
Modified:
head/share/misc/bsd-family-tree
Modified: h
Author: kib
Date: Sun Nov 24 19:12:23 2019
New Revision: 355062
URL: https://svnweb.freebsd.org/changeset/base/355062
Log:
Record part of the owner struct thread pointer into busy_lock.
Record as much bits from curthread into busy_lock as fits. Low bits
for struct thread * representation
Author: kib
Date: Sun Nov 24 19:06:38 2019
New Revision: 355061
URL: https://svnweb.freebsd.org/changeset/base/355061
Log:
tmpfs: resolve deadlock between rename and unmount.
Top-level kern_renameat() increases the writecount on the mount point,
which, together with tmpfs unmount suspendi
Author: kib
Date: Sun Nov 24 19:02:13 2019
New Revision: 355060
URL: https://svnweb.freebsd.org/changeset/base/355060
Log:
amd64: assert that EARLY_COUNTER does not corrupt memory.
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:
On Sun, 24 Nov 2019 18:47:14 +0200
Konstantin Belousov wrote:
> On Sun, Nov 24, 2019 at 10:32:23AM -0600, Brandon Bergren wrote:
> > On Sun, Nov 24, 2019, at 7:04 AM, Konstantin Belousov wrote:
> > > On Sun, Nov 24, 2019 at 04:35:29AM +, Justin Hibbits wrote:
> > > > Author: jhibbits
> >
On Sun, Nov 24, 2019, at 10:47 AM, Konstantin Belousov wrote:
> On Sun, Nov 24, 2019 at 10:32:23AM -0600, Brandon Bergren wrote:
> > On Sun, Nov 24, 2019, at 7:04 AM, Konstantin Belousov wrote:
> > > On Sun, Nov 24, 2019 at 04:35:29AM +, Justin Hibbits wrote:
> > > > Author: jhibbits
> > > >
On Sun, Nov 24, 2019 at 10:32:23AM -0600, Brandon Bergren wrote:
> On Sun, Nov 24, 2019, at 7:04 AM, Konstantin Belousov wrote:
> > On Sun, Nov 24, 2019 at 04:35:29AM +, Justin Hibbits wrote:
> > > Author: jhibbits
> > > Date: Sun Nov 24 04:35:29 2019
> > > New Revision: 355045
> > > URL: https
On Sun, Nov 24, 2019 at 07:37:01AM -0700, Warner Losh wrote:
> On Sun, Nov 24, 2019, 6:10 AM Konstantin Belousov
> wrote:
>
> > On Sat, Nov 23, 2019 at 11:43:52PM +, Warner Losh wrote:
> > > Author: imp
> > > Date: Sat Nov 23 23:43:52 2019
> > > New Revision: 355037
> > > URL: https://svnweb.
Author: np
Date: Sun Nov 24 16:40:54 2019
New Revision: 355059
URL: https://svnweb.freebsd.org/changeset/base/355059
Log:
cxgbe(4): sysctl to reset the temperature/voltage sensor.
# sysctl dev...reset_sensor=1
# sysctl dev.t6nex.0.reset_sensor=1
MFC after:1 week
Sponsored by: C
On Sun, Nov 24, 2019, at 7:04 AM, Konstantin Belousov wrote:
> On Sun, Nov 24, 2019 at 04:35:29AM +, Justin Hibbits wrote:
> > Author: jhibbits
> > Date: Sun Nov 24 04:35:29 2019
> > New Revision: 355045
> > URL: https://svnweb.freebsd.org/changeset/base/355045
> >
> > Log:
> > rtld/powerpc:
Author: imp
Date: Sun Nov 24 15:37:19 2019
New Revision: 355058
URL: https://svnweb.freebsd.org/changeset/base/355058
Log:
Don't need giant for these drivers dev nodes.
Also, Giant isn't required to busy / unbusy a device, so drop that too while
I'm
here. It's not done elsewhere in the t
Author: imp
Date: Sun Nov 24 15:37:14 2019
New Revision: 355057
URL: https://svnweb.freebsd.org/changeset/base/355057
Log:
Hoist locking giant back up into the ioctl handler
Move the locking back into the ioctl handler. This "fixes" the race where we
hve
a hot plug event just after the d
Author: imp
Date: Sun Nov 24 15:24:05 2019
New Revision: 355056
URL: https://svnweb.freebsd.org/changeset/base/355056
Log:
Fix leak in state machine for commands.
When we get a device departed message from the firmware, we send a TARGET_REST
to the device to let the firmware know we're do
On Sun, Nov 24, 2019, 00:43 Brandon Bergren wrote:
> Author: bdragon
> Date: Sun Nov 24 06:43:03 2019
> New Revision: 355047
> URL: https://svnweb.freebsd.org/changeset/base/355047
>
> Log:
> [PowerPC] Fix stack padding issue on ppc32.
>
> Four bytes of padding are needed in the regular power
Author: lwhsu
Date: Sun Nov 24 15:03:35 2019
New Revision: 355055
URL: https://svnweb.freebsd.org/changeset/base/355055
Log:
Fix gcc build
We have -Werror=strict-overflow so gcc complains:
In file included from
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/bitstring.h:36:0,
On Sun, Nov 24, 2019, 6:10 AM Konstantin Belousov
wrote:
> On Sat, Nov 23, 2019 at 11:43:52PM +, Warner Losh wrote:
> > Author: imp
> > Date: Sat Nov 23 23:43:52 2019
> > New Revision: 355037
> > URL: https://svnweb.freebsd.org/changeset/base/355037
> >
> > Log:
> > Push Giant down one laye
Author: kp
Date: Sun Nov 24 13:53:36 2019
New Revision: 355054
URL: https://svnweb.freebsd.org/changeset/base/355054
Log:
pf: Add endline to all DPFPRINTF()
DPFPRINTF() doesn't automatically add an endline, so be consistent and
always add it.
Modified:
head/sys/netpfil/pf/pf.c
head/s
On Sat, Nov 23, 2019 at 11:43:52PM +, Warner Losh wrote:
> Author: imp
> Date: Sat Nov 23 23:43:52 2019
> New Revision: 355037
> URL: https://svnweb.freebsd.org/changeset/base/355037
>
> Log:
> Push Giant down one layer
>
> The /dev/pci device doesn't need GIANT, per se. However, one ro
On Sun, Nov 24, 2019 at 04:35:29AM +, Justin Hibbits wrote:
> Author: jhibbits
> Date: Sun Nov 24 04:35:29 2019
> New Revision: 355045
> URL: https://svnweb.freebsd.org/changeset/base/355045
>
> Log:
> rtld/powerpc: Fix _rtld_bind_start for powerpcspe
>
> Summary:
> We need to save of
35 matches
Mail list logo