Author: bdrewery
Date: Fri Jan 17 14:29:27 2020
New Revision: 356827
URL: https://svnweb.freebsd.org/changeset/base/356827
Log:
META_MODE: Allow 'make all install' to work with filemon.
Filemon will add the ability to ignore the cookie if the installed file is
missing. Without filemon tha
Author: mjg
Date: Fri Jan 17 14:39:00 2020
New Revision: 356828
URL: https://svnweb.freebsd.org/changeset/base/356828
Log:
vfs: shorten lock hold time in vdbatch_process
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_subr.c
Author: mjg
Date: Fri Jan 17 14:40:09 2020
New Revision: 356829
URL: https://svnweb.freebsd.org/changeset/base/356829
Log:
libc: assume no union stack if fstatfs fails in readdir
The failure is not really expected, but should it happen it's better to
get some data.
Suggested by: kib
Author: mjg
Date: Fri Jan 17 14:42:25 2020
New Revision: 356830
URL: https://svnweb.freebsd.org/changeset/base/356830
Log:
vfs: provide F_ISUNIONSTACK as a kludge for libc
Prior to introduction of this op libc's readdir would call fstatfs(2), in
effect unnecessarily copying kilobytes of d
Author: luporl
Date: Fri Jan 17 14:43:58 2020
New Revision: 356831
URL: https://svnweb.freebsd.org/changeset/base/356831
Log:
[PPC] Fix wrong comment
pcb_context[20] holds r12-r31 and not r14-r31, as the comment said.
Modified:
head/sys/powerpc/include/pcb.h
Modified: head/sys/powerpc/i
Author: mjg
Date: Fri Jan 17 15:45:39 2020
New Revision: 356832
URL: https://svnweb.freebsd.org/changeset/base/356832
Log:
libc: fix build after r356830
Apparently building with 'cd lib/libc; make all install' is not the same
as buildworld.
Reported by: Michael Butler
Modified:
h
Author: br
Date: Fri Jan 17 16:48:20 2020
New Revision: 356834
URL: https://svnweb.freebsd.org/changeset/base/356834
Log:
Use unsigned loads in fubyte, fuword16, generic_bs_r_1, generic_bs_r_2
as these functions should do zero-extend.
Discovered by running pci_read_cap(), and by hint from
Author: mhorne
Date: Fri Jan 17 17:03:25 2020
New Revision: 356835
URL: https://svnweb.freebsd.org/changeset/base/356835
Log:
RISC-V: fix global pointer assignment at boot
As part of the RISC-V ABI, the gp register is expected to initialized
with the address of __global_pointer$ as early
On 1/17/20 6:43 AM, Leandro Lupori wrote:
> Author: luporl
> Date: Fri Jan 17 14:43:58 2020
> New Revision: 356831
> URL: https://svnweb.freebsd.org/changeset/base/356831
>
> Log:
> [PPC] Fix wrong comment
>
> pcb_context[20] holds r12-r31 and not r14-r31, as the comment said.
Thanks, this
Author: emaste
Date: Fri Jan 17 17:53:13 2020
New Revision: 356836
URL: https://svnweb.freebsd.org/changeset/base/356836
Log:
src.opts.mk: force DMAGENT off under WITHOUT_OPENSSL
dma(8) depends on OpenSSL unconditionally.
Reported by: Michael Dexter's Build Options Survey run
MFC af
Author: emaste
Date: Fri Jan 17 17:56:31 2020
New Revision: 356837
URL: https://svnweb.freebsd.org/changeset/base/356837
Log:
src.conf.5: regen after r356836, DMAGENT dependency on OPENSSL
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
=
On 17 Jan 2020, at 16:45, Mateusz Guzik wrote:
>
> Author: mjg
> Date: Fri Jan 17 15:45:39 2020
> New Revision: 356832
> URL: https://svnweb.freebsd.org/changeset/base/356832
>
> Log:
> libc: fix build after r356830
>
> Apparently building with 'cd lib/libc; make all install' is not the same
Author: jhb
Date: Fri Jan 17 19:01:59 2020
New Revision: 356839
URL: https://svnweb.freebsd.org/changeset/base/356839
Log:
Save and restore floating point registers in get/set_mcontext().
arm64 and riscv were only saving and restoring floating point
registers for sendsig() and sys_sigretu
Author: jhb
Date: Fri Jan 17 19:13:49 2020
New Revision: 356840
URL: https://svnweb.freebsd.org/changeset/base/356840
Log:
Check for invalid sstatus values in set_mcontext().
Previously, this check was only in sys_sigreturn() which meant that
user applications could write invalid values t
On 1/17/20, Dimitry Andric wrote:
> On 17 Jan 2020, at 16:45, Mateusz Guzik wrote:
>>
>> Author: mjg
>> Date: Fri Jan 17 15:45:39 2020
>> New Revision: 356832
>> URL: https://svnweb.freebsd.org/changeset/base/356832
>>
>> Log:
>> libc: fix build after r356830
>>
>> Apparently building with 'cd
On Fri, Jan 17, 2020 at 11:55 AM Dimitry Andric wrote:
> On 17 Jan 2020, at 16:45, Mateusz Guzik wrote:
> >
> > Author: mjg
> > Date: Fri Jan 17 15:45:39 2020
> > New Revision: 356832
> > URL: https://svnweb.freebsd.org/changeset/base/356832
> >
> > Log:
> > libc: fix build after r356830
> >
>
Author: kevans
Date: Fri Jan 17 21:39:28 2020
New Revision: 356849
URL: https://svnweb.freebsd.org/changeset/base/356849
Log:
bcm2835_vcbus: unifdef all platform definitions
Raspberry Pi are all over the board, and the reality is that there's no harm
in including all of the definitions by
Author: cem
Date: Fri Jan 17 22:04:11 2020
New Revision: 356852
URL: https://svnweb.freebsd.org/changeset/base/356852
Log:
net80211: Move rate printing in amrr_node_stats() to a separate method
This makes amrr_node_stats() cleaner and allows the rate printing to be
reusable.
Submitte
Author: woodsb02 (ports committer)
Date: Fri Jan 17 22:26:41 2020
New Revision: 356855
URL: https://svnweb.freebsd.org/changeset/base/356855
Log:
Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIR
This resulted in the partitioning step failing if either of the
"Auto (
Author: bdragon
Date: Fri Jan 17 23:41:35 2020
New Revision: 356856
URL: https://svnweb.freebsd.org/changeset/base/356856
Log:
[PowerPC] Save a dword in the powerpc64 signal trampoline
In r291668, an instruction was added to sigcode64.S without the nop pad at
the end being taken out.
Author: bdragon
Date: Sat Jan 18 01:22:54 2020
New Revision: 356857
URL: https://svnweb.freebsd.org/changeset/base/356857
Log:
[PowerPC] Fix Book-E direct map for >=16G ram on e5500
It turns out the maximum TLB1 page size on e5500 is 4G, despite the format
being defined for up to 1TB.
Author: jhibbits
Date: Sat Jan 18 01:26:54 2020
New Revision: 356858
URL: https://svnweb.freebsd.org/changeset/base/356858
Log:
powerpc: Fix the NUMA domain list on powernv
Summary:
Consolidate the NUMA associativity handling into a platform function.
Non-NUMA platforms will just fall b
Author: mjg
Date: Sat Jan 18 01:29:02 2020
New Revision: 356859
URL: https://svnweb.freebsd.org/changeset/base/356859
Log:
vfs: distribute freevnodes counter per-cpu
It gets rolled up to the global when deferred requeueing is performed.
A dedicated read routine makes sure to return a valu
Author: jhibbits
Date: Sat Jan 18 02:39:38 2020
New Revision: 356860
URL: https://svnweb.freebsd.org/changeset/base/356860
Log:
Add a 'SINGLETON' directive to kobj interface definition
Summary:
This makes the interface described in the definition file act like a
pseudo-IFUNC service, by
Author: cem
Date: Sat Jan 18 03:33:44 2020
New Revision: 356861
URL: https://svnweb.freebsd.org/changeset/base/356861
Log:
GEOM label: strip leading/trailing space synthesizing devfs names
%20%20%20 is ugly and doesn't really help make human-readable devfs names.
PR: 243318
Author: bdragon
Date: Sat Jan 18 04:12:41 2020
New Revision: 356862
URL: https://svnweb.freebsd.org/changeset/base/356862
Log:
D23057: [PowerPC] Fix offset calculations in bridge mode
In rS354701, I replaced text relocations with offsets from &generictrap.
Unfortunately, the magic vari
Author: eugen
Date: Sat Jan 18 04:48:05 2020
New Revision: 356863
URL: https://svnweb.freebsd.org/changeset/base/356863
Log:
ifa_maintain_loopback_route: adjust debugging output
Correction after r333476:
- write this as LOG_DEBUG again instead of LOG_INFO;
- get back function name in
27 matches
Mail list logo