Module Name:src
Committed By: kamil
Date: Sun Feb 17 09:29:35 UTC 2019
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
Add new ATF t_ptrace_wait* vfork(2) tests
Add traceme_vfork_signalmasked_crash and traceme_vfork_signalignored_crash
tests for crash
Module Name:src
Committed By: rin
Date: Sun Feb 17 09:33:19 UTC 2019
Modified Files:
src/sys/dev/usb: if_axen.c if_axenreg.h
Log Message:
Remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/usb/if_axen.c
cvs rdiff -u -r1.10 -r1.11 src
Module Name:src
Committed By: isaki
Date: Sun Feb 17 12:24:17 UTC 2019
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/lib/libc: Makefile
Added Files:
src/tests/lib/libc/atomic: Makefile t_atomic_add.c t_at
Module Name:src
Committed By: rin
Date: Sun Feb 17 13:21:55 UTC 2019
Modified Files:
src/sys/modules/exec_elf32: Makefile
Log Message:
Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 sr
Module Name:src
Committed By: rin
Date: Sun Feb 17 13:46:03 UTC 2019
Modified Files:
src/sys/uvm: uvm_coredump.c
Log Message:
VM_MAXUSER_ADDRESS can be undefined when compiling module/coredump;
it varies between machines for evbppc (and possibly evbppc64).
To generate a
Module Name:src
Committed By: rin
Date: Sun Feb 17 14:04:31 UTC 2019
Modified Files:
src/sys/modules/lfs: Makefile
Log Message:
For vax, GCC 6.5 and 7.4 cannot compile lfs_inode.c with
-DDIAGNOSTIC and -O2/-O1.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: maxv
Date: Sun Feb 17 20:25:46 UTC 2019
Modified Files:
src/lib/libnvmm: libnvmm_x86.c
Log Message:
Fix handling of SIB instructions. We were jumping to the SIB node _before_
fetching the displacement, so the node would always think there was
Module Name:src
Committed By: gutteridge
Date: Sun Feb 17 20:45:47 UTC 2019
Modified Files:
src/usr.sbin/pf/etc/defaults: pf.boot.conf
Log Message:
pf.boot.conf: remove lingering references to dhclient(8), and while
here, capitalize acronyms. Addresses part of PR misc/5366
Module Name:src
Committed By: gutteridge
Date: Sun Feb 17 20:50:25 UTC 2019
Modified Files:
src/usr.sbin/ifwatchd: ifwatchd.8
Log Message:
ifwatchd(8): remove lingering references to dhclient(8). In this case,
its replacement handles carrier detection itself. Addresses par
Module Name:src
Committed By: bad
Date: Sun Feb 17 23:17:42 UTC 2019
Modified Files:
src/sys/kern: subr_bufq.c
Log Message:
rename module_name to strategy_module_name to avoid fatal shadowing of
module_name() when compiled with older external gcc. NFC
To generate a diff
Module Name:src
Committed By: bad
Date: Sun Feb 17 23:33:20 UTC 2019
Modified Files:
src/lib/librumphijack: Makefile
Log Message:
compile hijack.c with -D_INCOMPLETE_XOPEN_C063 so that AT_FDCWD is alwasy
defined for rumpkernels.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: bad
Date: Sun Feb 17 23:35:50 UTC 2019
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
Linux doesn't have paccept().
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/lib/librumphijack/hijack.c
Please note tha
Module Name:src
Committed By: bad
Date: Sun Feb 17 23:50:53 UTC 2019
Modified Files:
src/sys/rump: listsrcdirs
Log Message:
npfctl needs externalbsd/libnv.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/rump/listsrcdirs
Please note that diffs are
Module Name:src
Committed By: bad
Date: Sun Feb 17 23:54:08 UTC 2019
Modified Files:
src/external/bsd/libnv/lib: Makefile
Log Message:
make libnv not LIBISPRIVATE when RUMPRUN=yes.
include bsd.init.mk earlier to pick up MAKECONF for RUMPRUN.
To generate a diff of this c
Module Name:src
Committed By: rin
Date: Mon Feb 18 00:42:55 UTC 2019
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
Log Message:
Belatedly add debugging symbols for t_atomic_*.
To generat
Module Name:src
Committed By: thorpej
Date: Mon Feb 18 01:12:25 UTC 2019
Modified Files:
src/sys/arch/atari/atari: trap.c
src/sys/arch/atari/conf: files.atari
src/sys/arch/atari/include: cpu.h
src/sys/arch/cesfic/cesfic: trap.c
src/sys/arch/c
Module Name:src
Committed By: jakllsch
Date: Mon Feb 18 02:42:27 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_lcdc.c
Log Message:
Fix copy/paste issue that resulted in tcon0 ch0/ch1 crtc clk mixup.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src
Module Name:src
Committed By: msaitoh
Date: Mon Feb 18 05:41:20 UTC 2019
Modified Files:
src/sys/arch/x86/x86: procfs_machdep.c
Log Message:
- Add wbnoinvd, virt_ssbd, tme, cldemote, movdiri, movdir64b and pconfig.
- Move AMD 0x8008 ebx's ibpb, ibrs and stibp to x86_fe
Module Name:src
Committed By: msaitoh
Date: Mon Feb 18 06:27:10 UTC 2019
Modified Files:
src/sys/arch/evbppc/obs405: obs600_autoconf.c
Log Message:
Fix compile error reported by Kazuhiro Ito in PR kern/52704.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 s
Module Name:src
Committed By: msaitoh
Date: Mon Feb 18 07:27:15 UTC 2019
Modified Files:
src/sys/dev/mii: dmphy.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/mii/dmphy.c
Please note that diffs are not publ
20 matches
Mail list logo