Module Name:src
Committed By: jdolecek
Date: Fri May 15 07:31:07 UTC 2020
Modified Files:
src/sys/arch/xen/x86: pintr.c
Log Message:
only call PHYSDEVOP_map_pirq for a shared interrupt once, same as previous code
fixes boot problem reported privately by Frank Kardel and P
Module Name:src
Committed By: jdolecek
Date: Fri May 15 07:42:58 UTC 2020
Modified Files:
src/sys/arch/xen/include: intr.h
src/sys/arch/xen/x86: pintr.c
Log Message:
use short for irq2port[] to save memory (4KB), it only needs to store
numbers <= NR_EVENT_CHANNELS
Module Name:src
Committed By: maxv
Date: Fri May 15 07:47:54 UTC 2020
Modified Files:
src/sys/kern: subr_msan.c
Log Message:
Use a generic description when scanning mbufs.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/kern/subr_msan.c
Please note
Module Name:src
Committed By: maxv
Date: Fri May 15 07:51:49 UTC 2020
Modified Files:
src/sys/dev/usb: usbdi_util.c
Log Message:
It should be allowed to have exactly a usb_descriptor_t.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/usb/usbdi_u
Module Name:src
Committed By: ryo
Date: Fri May 15 09:08:10 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: cpuswitch.S vectors.S
Log Message:
use ldp if possible
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/aarch64/aarch64/cpuswitch.
Module Name:src
Committed By: kamil
Date: Fri May 15 09:21:59 UTC 2020
Modified Files:
src/distrib/notes/common: legal.common
src/share/man/man4: adb.4
Log Message:
Fix typo
Reported by vezhlys on IRC.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.
Module Name:src
Committed By: manu
Date: Fri May 15 12:31:04 UTC 2020
Modified Files:
src/external/mpl/dhcp/dist/common: bpf.c discover.c lpf.c packet.c
raw.c socket.c
Log Message:
crunchgen fix
Make sure local_port is not shared within a crunchgen binary. The
Module Name:src
Committed By: maxv
Date: Fri May 15 12:34:52 UTC 2020
Modified Files:
src/sys/dev/usb: uhub.c usbdivar.h vhci.c
src/sys/kern: subr_kcov.c
src/sys/sys: kcov.h
Log Message:
Introduce KCOV remote support. This allows to collect KCOV coverage on
Module Name:src
Committed By: maxv
Date: Fri May 15 13:09:02 UTC 2020
Modified Files:
src/sys/kern: subr_kcov.c subr_lockdebug.c
src/sys/sys: kcov.h
Log Message:
Introduce kcov_silence_enter() and kcov_silence_leave(), to allow to
temporarily disable KCOV on the cu
Module Name:src
Committed By: joerg
Date: Fri May 15 14:30:23 UTC 2020
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
Lock/unlock/reinit pthread__deadqueue_lock over fork.
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/lib/libpthread/pthr
Module Name:src
Committed By: joerg
Date: Fri May 15 14:29:53 UTC 2020
Modified Files:
src/external/gpl3/gcc/lib/liblsan: Makefile
Log Message:
Ignore unused private fields when building with clang
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/
Module Name:src
Committed By: joerg
Date: Fri May 15 14:29:29 UTC 2020
Modified Files:
src/external/gpl3/gcc/lib/libgomp: Makefile
Log Message:
Don't allow building with clang, uses GCC-specific attributes.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 sr
Module Name:src
Committed By: joerg
Date: Fri May 15 14:34:42 UTC 2020
Modified Files:
src/external/bsd/jemalloc/dist/src: mutex.c
Log Message:
When using default mutex types, don't setup attributes for init.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 sr
Module Name:src
Committed By: joerg
Date: Fri May 15 14:37:21 UTC 2020
Modified Files:
src/external/bsd/jemalloc/dist/src: jemalloc.c
src/lib/libc/gen: pthread_atfork.c
src/lib/libc/include: extern.h
src/lib/libc/stdlib: jemalloc.c malloc.c
Log Mess
Module Name:src
Committed By: joerg
Date: Fri May 15 14:44:05 UTC 2020
Modified Files:
src/external/lgpl3/mpfr/lib/libmpfr: Makefile
Log Message:
Ignore warnings for tautological compares for clang.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/extern
Module Name:src
Committed By: joerg
Date: Fri May 15 14:57:33 UTC 2020
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
src/lib/libc: shlib_version
Log Message:
Bump libc minor version for malloc lock change
To gene
Module Name:src
Committed By: martin
Date: Fri May 15 15:20:40 UTC 2020
Modified Files:
src/common/lib/libc/atomic: atomic_init_testset.c
Log Message:
PR 55239: initialize all RAS sections for non-MP configurations
To generate a diff of this commit:
cvs rdiff -u -r1.16 -
Module Name:src
Committed By: christos
Date: Fri May 15 16:33:38 UTC 2020
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
Add a function to remove the debug bits of the stand files.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/u
Module Name:src
Committed By: christos
Date: Fri May 15 16:34:44 UTC 2020
Modified Files:
src: Makefile
Log Message:
automatically remove old debug files for modules.
To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 src/Makefile
Please note that diffs are
Module Name:src
Committed By: jdolecek
Date: Fri May 15 16:58:28 UTC 2020
Modified Files:
src/sys/dev/ata: ata_wdc.c
Log Message:
whitespace (bad indent)
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/dev/ata/ata_wdc.c
Please note that diffs are
Module Name:src
Committed By: ad
Date: Fri May 15 18:45:08 UTC 2020
Modified Files:
src/sys/arch/sparc/include: cpu.h
Log Message:
PR port-sparc/55261: sparc still panics running ATF tests
Put cpu_data at the end of cpu_info to see how that modifies the symptom.
To gene
Module Name:src
Committed By: maxv
Date: Fri May 15 19:07:01 UTC 2020
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Don't add KCOV instrumentation on top of the KUBSAN instrumentation,
this is useless and too bloated.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maxv
Date: Fri May 15 19:28:10 UTC 2020
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
src/sys/dev/i2c: ibmhawk.c
src/sys/dev/ic: ciss.c
src/sys/dev/usb: if_cdce.c
src/sys/fs/puffs: puffs_msgif.c puffs_vn
Module Name:src
Committed By: jdolecek
Date: Fri May 15 21:56:14 UTC 2020
Modified Files:
src/sys/dev/ata: atareg.h
Log Message:
remove unused atacmd_tostatq()
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ata/atareg.h
Please note that diffs
Module Name:src
Committed By: ad
Date: Fri May 15 22:15:43 UTC 2020
Modified Files:
src/sys/fs/tmpfs: tmpfs_vnops.c
Log Message:
PR kern/55268: tmpfs is slow
Enter dotdot into the namecache.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/fs/tmpf
Module Name:src
Committed By: ad
Date: Fri May 15 22:17:45 UTC 2020
Modified Files:
src/sys/arch/amd64/include: pmap.h
src/sys/arch/i386/include: pmap.h
Log Message:
Revert previous after thinking about it. It was wrong, don't need to use
an atomic to clear a PTE
Module Name:src
Committed By: ad
Date: Fri May 15 22:19:01 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
PR kern/55268: tmpfs is slow
pmap_clear_attrs(): if a brand new page with no mappings just zap pp_attrs.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ad
Date: Fri May 15 22:22:06 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Reported-by: syzbot+0f38e4aed17c14cf0...@syzkaller.appspotmail.com
Reported-by: syzbot+c1770938bb3fa7c08...@syzkaller.appspotmail.com
Reported-by:
Module Name:src
Committed By: ad
Date: Fri May 15 22:22:44 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
PTP pages are zeroed before free again.
To generate a diff of this commit:
cvs rdiff -u -r1.391 -r1.392 src/sys/arch/x86/x86/pmap.c
Please note
Module Name:src
Committed By: ad
Date: Fri May 15 22:25:18 UTC 2020
Modified Files:
src/sys/uvm: uvm_page_status.c
Log Message:
uvm_pagemarkdirty(): no need to set radix tree tag unless page is currently
marked clean.
To generate a diff of this commit:
cvs rdiff -u -r1.4
Module Name:src
Committed By: ad
Date: Fri May 15 22:27:04 UTC 2020
Modified Files:
src/sys/uvm: uvm_aobj.c
Log Message:
PR kern/55268: tmpfs is slow
uao_get(): in the PGO_LOCKED case, we're okay to allocate a new page as long
as the caller holds a write lock. PGO_NOBUSY
Module Name:src
Committed By: ad
Date: Fri May 15 22:35:05 UTC 2020
Modified Files:
src/sys/uvm: uvm_fault.c
Log Message:
Reported-by: syzbot+3e3c7cfa8093f8de0...@syzkaller.appspotmail.com
Comment out an assertion that's now bogus and add a comment.
To generate a diff o
Module Name:src
Committed By: christos
Date: Fri May 15 22:39:54 UTC 2020
Modified Files:
src/usr.bin/sed: defs.h main.c process.c
Log Message:
sed(1): Don't force a newline on last line, if input stream doesn't have one
While here, change how we check if the current line
Module Name:src
Committed By: christos
Date: Fri May 15 23:32:28 UTC 2020
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: mi shl.mi
src/distrib/sets/lists/debug: mi shl.mi
src/sys/rump/fs: Makefile.rumpfscomp
Module Name:src
Committed By: ad
Date: Fri May 15 23:57:17 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/profile: profile.c
Log Message:
Bump PROF_ARTIFICIAL_FRAMES to 4 now that cyclics are run from statclock().
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Sat May 16 00:43:15 UTC 2020
Added Files:
src/sys/rump/fs/lib/libnofifovfs: Makefile nofifo_vnops.c
Log Message:
PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries,
fifo_vnodeop_opv_desc symbols.
Missed adding those in
36 matches
Mail list logo