Author: kevans
Date: Sun Jun 2 04:04:21 2019
New Revision: 348504
URL: https://svnweb.freebsd.org/changeset/base/348504
Log:
llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG
ASAN reports become a lot more useful with llvm-symbolizer in $PATH, and the
build is not much more time-cons
Author: kevans
Date: Sun Jun 2 02:38:44 2019
New Revision: 348503
URL: https://svnweb.freebsd.org/changeset/base/348503
Log:
grep: Move lone 'r'grep case into the adjacent switch
This 'r' case should have belonged to the switch in the first place, but
I had somehow missed the switch when
Author: markj
Date: Sun Jun 2 01:00:17 2019
New Revision: 348502
URL: https://svnweb.freebsd.org/changeset/base/348502
Log:
Add a vm_page_wired() predicate.
Use it instead of accessing the wire_count field directly. No
functional change intended.
Reviewed by: alc, kib
MFC after:
Author: bdragon
Date: Sun Jun 2 00:08:24 2019
New Revision: 348501
URL: https://svnweb.freebsd.org/changeset/base/348501
Log:
Add myself to committers-src.dot and calendar.freebsd
Approved by: jhibbits (mentor)
Modified:
head/share/misc/committers-src.dot
head/usr.bin/calendar/calend
Author: dim
Date: Sat Jun 1 20:08:10 2019
New Revision: 348500
URL: https://svnweb.freebsd.org/changeset/base/348500
Log:
Partially revert r271349, which disabled the msun cexp test #4 on i386.
Ensure the expected result is stored first in a volatile variable with
the desired type. This
Author: bcran
Date: Sat Jun 1 19:47:15 2019
New Revision: 348499
URL: https://svnweb.freebsd.org/changeset/base/348499
Log:
Fix comment parsing in interp_simple.c
loader.rc has comment lines without a trailing space, which get
interpreted as commands. Avoid this by only matching against
Author: emaste
Date: Sat Jun 1 18:26:07 2019
New Revision: 348498
URL: https://svnweb.freebsd.org/changeset/base/348498
Log:
libatf: remove workaround not required after atf >= 0.18 update
lib/atf/libatf-c/tests/Makefile added the -Wno-duplicate-decl-specifier
due to an issue with an old
Author: emaste
Date: Sat Jun 1 18:19:16 2019
New Revision: 348497
URL: https://svnweb.freebsd.org/changeset/base/348497
Log:
octusb: fix detach loop over USB ports
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/mips/cavium/usb/octusb_octeon.c
Modified:
On Sat, Jun 01, 2019 at 12:13:36PM -0500, Doug Moore wrote:
> On 5/31/19 10:05 PM, Kubilay Kocak wrote:
>
> > On 1/06/2019 7:02 am, Doug Moore wrote:
> >> Author: dougm
> >> Date: Fri May 31 21:02:42 2019
> >> New Revision: 348484
> >> URL: https://svnweb.freebsd.org/changeset/base/348484
> >>
> >
On 5/31/19 10:05 PM, Kubilay Kocak wrote:
> On 1/06/2019 7:02 am, Doug Moore wrote:
>> Author: dougm
>> Date: Fri May 31 21:02:42 2019
>> New Revision: 348484
>> URL: https://svnweb.freebsd.org/changeset/base/348484
>>
> Can this be an MFC candidate?
If one of my mentors wants it to be, and then
Author: mav
Date: Sat Jun 1 16:04:20 2019
New Revision: 348496
URL: https://svnweb.freebsd.org/changeset/base/348496
Log:
Document max_chains bump to 16384 at r330049.
MFC after:1 week
Modified:
head/share/man/man4/mpr.4
head/share/man/man4/mps.4
Modified: head/share/man/man4/mpr
Author: imp
Date: Sat Jun 1 15:37:44 2019
New Revision: 348495
URL: https://svnweb.freebsd.org/changeset/base/348495
Log:
Since a fatal trap can happen at aribtrary times, don't panic when the
completions are not in a consistent state. Cope with the different
places the normal I/O completio
On Sat, 2019-06-01 at 11:02 +0300, Andriy Gapon wrote:
> On 01/06/2019 03:46, Warner Losh wrote:
> > When we move to git, stuff like this just won't matter. So it's
> > hard to get
> > worked up about it now... and even if we weren't heading that way,
> > the history
> > preserved is so small as to
On 1 Jun 2019, at 14:57, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Sat Jun 1 14:57:42 2019
> New Revision: 348494
> URL: https://svnweb.freebsd.org/changeset/base/348494
>
> Log:
> After parts of the locking fixes in r346595, syzkaller found
> another one in udp_output(). This one is a race
Author: bz
Date: Sat Jun 1 14:57:42 2019
New Revision: 348494
URL: https://svnweb.freebsd.org/changeset/base/348494
Log:
After parts of the locking fixes in r346595, syzkaller found
another one in udp_output(). This one is a race condition.
We do check on the laddr and lport without holding
Author: bz
Date: Sat Jun 1 14:39:12 2019
New Revision: 348493
URL: https://svnweb.freebsd.org/changeset/base/348493
Log:
Improve error/debug messages in sdhci.c
When starting a command also print the opcode and flags.
More consitently print flags as hex.
Use slot_printf rather than pri
On 01/06/2019 03:46, Warner Losh wrote:
> When we move to git, stuff like this just won't matter. So it's hard to get
> worked up about it now... and even if we weren't heading that way, the history
> preserved is so small as to say more than "meh" here. There is too little ROI
> to
> get worked u
17 matches
Mail list logo