Author: sjg
Date: Fri Apr 10 05:13:15 2020
New Revision: 359769
URL: https://svnweb.freebsd.org/changeset/base/359769
Log:
veloader use vectx API for kernel and modules
The vectx API, computes the hash for verifying a file as it is read.
This avoids the overhead of reading files twice - o
Author: markj
Date: Fri Apr 10 01:37:00 2020
New Revision: 359768
URL: https://svnweb.freebsd.org/changeset/base/359768
Log:
MFC r359596:
xargs: Fix exit status expression when a child process fails to exec.
PR: 244327
Modified:
stable/12/usr.bin/xargs/xargs.c
Directory Properties:
On Thu, Mar 26, 2020 at 7:32 PM Jung-uk Kim wrote:
>
> Author: jkim
> Date: Fri Mar 27 00:29:33 2020
> New Revision: 359346
> URL: https://svnweb.freebsd.org/changeset/base/359346
>
> Log:
> Merge ACPICA 20200326.
>
Hello!
Any projection on if/when this will get merged back to stable/12 (and
1
Author: kib
Date: Fri Apr 10 01:28:47 2020
New Revision: 359767
URL: https://svnweb.freebsd.org/changeset/base/359767
Log:
Do not pass bogus page to mbufs.
This is a bug in r359473.
Sponsored by: The FreeBSD Foundation
MFC after:2 weeks
Modified:
head/sys/kern/kern_sendfile.c
Author: kib
Date: Fri Apr 10 01:24:16 2020
New Revision: 359766
URL: https://svnweb.freebsd.org/changeset/base/359766
Log:
ufs: apply suspension for non-forced rw unmounts.
Forced rw unmounts and remounts from rw to ro already suspend
filesystem, which closes races with writers instantiat
Author: markj
Date: Fri Apr 10 01:23:06 2020
New Revision: 359765
URL: https://svnweb.freebsd.org/changeset/base/359765
Log:
MFC r359595:
geom_journal: Only stop the switcher process if one was started.
PR: 243196
Modified:
stable/12/sys/geom/journal/g_journal.c
Directory Properties:
Author: rscheff
Date: Fri Apr 10 00:31:52 2020
New Revision: 359764
URL: https://svnweb.freebsd.org/changeset/base/359764
Log:
add myself (rscheff) as a src committer.
Reviewed by: rgrimes (mentor), tuexen (mentor)
Approved by: rgrimes (mentor), tuexen (mentor)
MFC after:3 days
Author: kevans
Date: Fri Apr 10 00:27:19 2020
New Revision: 359763
URL: https://svnweb.freebsd.org/changeset/base/359763
Log:
MFC r359680: mail/gprof/tip: tap with the ugly stick
The ugly stick here is this bit in the respective headers:
#ifndef EXTERN
#define EXTERN extern
#endif
Author: kevans
Date: Fri Apr 10 00:27:19 2020
New Revision: 359763
URL: https://svnweb.freebsd.org/changeset/base/359763
Log:
MFC r359680: mail/gprof/tip: tap with the ugly stick
The ugly stick here is this bit in the respective headers:
#ifndef EXTERN
#define EXTERN extern
#endif
Author: kevans
Date: Fri Apr 10 00:25:14 2020
New Revision: 359762
URL: https://svnweb.freebsd.org/changeset/base/359762
Log:
MFC r359689: config(8): "fix" a couple of buffer overflows
Recently added/changed lines in various kernel configs have caused some
buffer overflows that went undet
Author: kevans
Date: Fri Apr 10 00:25:14 2020
New Revision: 359762
URL: https://svnweb.freebsd.org/changeset/base/359762
Log:
MFC r359689: config(8): "fix" a couple of buffer overflows
Recently added/changed lines in various kernel configs have caused some
buffer overflows that went undet
Author: kevans
Date: Fri Apr 10 00:23:34 2020
New Revision: 359761
URL: https://svnweb.freebsd.org/changeset/base/359761
Log:
MFC r359688: stand: -fno-common fixes for !x86 loaders
- beriloader: archsw is declared extern and defined elsewhere
- ofwloader: ofw_elf{,64} are defined in elf_f
Author: kevans
Date: Fri Apr 10 00:23:34 2020
New Revision: 359761
URL: https://svnweb.freebsd.org/changeset/base/359761
Log:
MFC r359688: stand: -fno-common fixes for !x86 loaders
- beriloader: archsw is declared extern and defined elsewhere
- ofwloader: ofw_elf{,64} are defined in elf_f
Author: mckusick
Date: Thu Apr 9 23:51:18 2020
New Revision: 359760
URL: https://svnweb.freebsd.org/changeset/base/359760
Log:
Fixing the soft update macros in -r359612 triggered a previously
hidden bug in the file truncation code. Until that bug is tracked
down and fixed, revert to the old
Author: mckusick
Date: Thu Apr 9 23:42:13 2020
New Revision: 359759
URL: https://svnweb.freebsd.org/changeset/base/359759
Log:
When running with a kernel compiled with DEBUG_LOCKS, before
panic'ing for recusing on a non-recursive lock, print out the
kernel stack where the lock was originall
On Thu, 2020-04-09 at 16:16 -0700, Rodney W. Grimes wrote:
> > Well, how many FreeBSD builds have you run in the last year, Rodney,
> > personally to care about 0.1s slowdown that it might have caused? We've run
> > at least a 1,000 here, probably 3x more.
>
> That is a non technical personal atta
Author: kib
Date: Thu Apr 9 23:22:35 2020
New Revision: 359758
URL: https://svnweb.freebsd.org/changeset/base/359758
Log:
libc: Fix possible overflow in binuptime().
This is an application of the kernel overflow fix from r357948 to
userspace, based on the algorithm developed by Bruce Eva
> Well, how many FreeBSD builds have you run in the last year, Rodney,
> personally to care about 0.1s slowdown that it might have caused? We've run
> at least a 1,000 here, probably 3x more.
That is a non technical personal attack.
> So yes, the cost is there, the
> cost is well understood and f
Author: rmacklem
Date: Thu Apr 9 23:11:19 2020
New Revision: 359757
URL: https://svnweb.freebsd.org/changeset/base/359757
Log:
Replace mbuf macros with the code they would generate in the NFS code.
When the code was ported to Mac OS/X, mbuf handling functions were
converted to using the
Author: jhibbits
Date: Thu Apr 9 21:24:17 2020
New Revision: 359756
URL: https://svnweb.freebsd.org/changeset/base/359756
Log:
Add support for BCM54618SE PHY
MFC after:3 days
Sponsored by: Juniper Networks, Inc
Modified:
head/sys/dev/mii/brgphy.c
head/sys/dev/mii/miidevs
Modifi
Author: kevans
Date: Thu Apr 9 20:49:01 2020
New Revision: 359755
URL: https://svnweb.freebsd.org/changeset/base/359755
Log:
gas: mark dwarf2_loc_mark_labels as extern
Compiling with -fno-common complains as this header's included in multiple
compilation units. In fact, the proper defini
Author: kevans
Date: Thu Apr 9 20:49:01 2020
New Revision: 359755
URL: https://svnweb.freebsd.org/changeset/base/359755
Log:
gas: mark dwarf2_loc_mark_labels as extern
Compiling with -fno-common complains as this header's included in multiple
compilation units. In fact, the proper defini
Author: kevans
Date: Thu Apr 9 20:38:36 2020
New Revision: 359754
URL: https://svnweb.freebsd.org/changeset/base/359754
Log:
MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404,
r359406, r359413-r359416, r359425, r359427, r359432-r359433, r359443,
r359675-r359677
Author: kevans
Date: Thu Apr 9 20:35:35 2020
New Revision: 359753
URL: https://svnweb.freebsd.org/changeset/base/359753
Log:
MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404,
r359406, r359413-r359416, r359424-r359425, r359427, r359432-r359433,
r359443, r359675-r3596
Well, how many FreeBSD builds have you run in the last year, Rodney,
personally to care about 0.1s slowdown that it might have caused? We've run
at least a 1,000 here, probably 3x more. So yes, the cost is there, the
cost is well understood and found negligible versus the benefit of having a
slight
Author: kib
Date: Thu Apr 9 18:38:00 2020
New Revision: 359752
URL: https://svnweb.freebsd.org/changeset/base/359752
Log:
Remove extra call to vfs_op_exit() from vfs_write_suspend() when VFS_SYNC()
fails.
The vfs_write_resume() handler already does vfs_op_exit() for us.
Reported by:
Author: dab
Date: Thu Apr 9 18:17:07 2020
New Revision: 359751
URL: https://svnweb.freebsd.org/changeset/base/359751
Log:
MFC r359562:
Fix various Coverity-detected errors in nvmecontrol
This fixes several Coverity-detected errors in nvmecontrol. While in
here, a couple additional e
Author: kevans
Date: Thu Apr 9 16:24:57 2020
New Revision: 359750
URL: https://svnweb.freebsd.org/changeset/base/359750
Log:
MFC (effectively) r359645: src.conf(5): re-roll after LLVM_ASSERTIONS
On stable/12, this ends up including just a couple other things that
src.conf(5) hadn't been
Author: kevans
Date: Thu Apr 9 16:24:57 2020
New Revision: 359750
URL: https://svnweb.freebsd.org/changeset/base/359750
Log:
MFC (effectively) r359645: src.conf(5): re-roll after LLVM_ASSERTIONS
On stable/12, this ends up including just a couple other things that
src.conf(5) hadn't been
Author: kevans
Date: Thu Apr 9 16:02:20 2020
New Revision: 359749
URL: https://svnweb.freebsd.org/changeset/base/359749
Log:
MFV r359401: OpenBSM: import ee79d73e8df5: auditreduce: add a zone filter
This allows one to select audit records that match a -z zone glob.
Modified:
stable/12/c
Author: kevans
Date: Thu Apr 9 16:02:20 2020
New Revision: 359749
URL: https://svnweb.freebsd.org/changeset/base/359749
Log:
MFV r359401: OpenBSM: import ee79d73e8df5: auditreduce: add a zone filter
This allows one to select audit records that match a -z zone glob.
Modified:
stable/11/c
Author: kevans
Date: Thu Apr 9 15:58:06 2020
New Revision: 359748
URL: https://svnweb.freebsd.org/changeset/base/359748
Log:
MFC r359644: llvm: add a build knob for enabling assertions
For head/, this will remain eternally default-on to maintain the status quo.
For stable/ branches, it s
Author: kevans
Date: Thu Apr 9 15:58:06 2020
New Revision: 359748
URL: https://svnweb.freebsd.org/changeset/base/359748
Log:
MFC r359644: llvm: add a build knob for enabling assertions
For head/, this will remain eternally default-on to maintain the status quo.
For stable/ branches, it s
Author: rmacklem
Date: Thu Apr 9 15:33:13 2020
New Revision: 359747
URL: https://svnweb.freebsd.org/changeset/base/359747
Log:
Bump version for r359745, since it removed a field from "struct proc" and
that changed the offsets of fields within it.
Modified:
head/sys/sys/param.h
Modified: h
Author: eugen
Date: Thu Apr 9 15:30:21 2020
New Revision: 359746
URL: https://svnweb.freebsd.org/changeset/base/359746
Log:
net80211: fix another possible panic for some drivers
This change fixes another case for panic missed in r343035
and seen with run(4)-based system. This is direct c
Author: rmacklem
Date: Thu Apr 9 14:44:46 2020
New Revision: 359745
URL: https://svnweb.freebsd.org/changeset/base/359745
Log:
Remove the old NFS lock device driver that uses Giant.
This NFS lock device driver was replaced by the kernel NLM around FreeBSD7 and
has not normally been used
On Wed, Apr 8, 2020 at 1:28 PM Enji Cooper wrote:
>
>
> > On Apr 7, 2020, at 7:14 AM, Kyle Evans wrote:
> >
> > Author: kevans
> > Date: Tue Apr 7 14:14:59 2020
> > New Revision: 359689
> > URL: https://svnweb.freebsd.org/changeset/base/359689
> >
> > Log:
> > config(8): "fix" a couple of buffe
Author: ae
Date: Thu Apr 9 07:15:27 2020
New Revision: 359740
URL: https://svnweb.freebsd.org/changeset/base/359740
Log:
MFC r359327,359328:
Add property-based filters for syslogd.
Property-based filters allow substring and regular expressions
(see re_format(7)) matching against
Author: ae
Date: Thu Apr 9 07:11:59 2020
New Revision: 359739
URL: https://svnweb.freebsd.org/changeset/base/359739
Log:
MFC r359327,359328:
Add property-based filters for syslogd.
Property-based filters allow substring and regular expressions
(see re_format(7)) matching against
39 matches
Mail list logo