Module Name:src
Committed By: dholland
Date: Sat Jun 16 08:11:33 UTC 2018
Modified Files:
src/lib/libc/atomic: atomic_and.3 atomic_ops.3 atomic_or.3
Log Message:
atomic_and/atomic_or do bitwise ops, not logical ops.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -
Module Name:src
Committed By: nakayama
Date: Sat Jun 16 08:24:55 UTC 2018
Modified Files:
src/sys/dev/usb: uaudio.c
Log Message:
Change aprint_error_dev to aprint_normal_dev for normal completion case.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/s
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 10:42:41 UTC 2018
Modified Files:
src/sys/arch/arm/virt: virt_platform.c
Log Message:
incldue -> include
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/virt/virt_platform.c
Please note
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 12:49:46 UTC 2018
Modified Files:
src/sys/arch/arm/rockchip: rk_gpio.c
Log Message:
Fix reading through /dev/gpio and use the same style for writing registers in
both fdt and /dev/gpio cases
To generate a diff of t
Module Name:src
Committed By: christos
Date: Sat Jun 16 13:09:41 UTC 2018
Modified Files:
src/usr.sbin/ndp: ndp.c
Log Message:
PR/53371: Thomas Barabosch: Potential memory leak in usr.sbin/ndp/ndp.c
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.sb
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 13:24:04 UTC 2018
Modified Files:
src/sys/arch/arm/rockchip: rk_cru_pll.c
Log Message:
Fix rate calculation of fractional mode PLLs
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockch
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 13:53:45 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: bus_space.c
Log Message:
initialize bs_cookie for generic_dsb tags
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/aarch64/aar
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 14:41:25 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Comment out EARLYCONS
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/GENERIC64
Please note
Module Name:src
Committed By: jdolecek
Date: Sat Jun 16 15:00:35 UTC 2018
Modified Files:
src/sys/dev/pci: if_ena.c if_enavar.h
src/sys/external/bsd/ena-com: ena_plat.h
Log Message:
make ena(4) compile, with best efford exercised to convert code to NetBSD
equivalen
Module Name:src
Committed By: jdolecek
Date: Sat Jun 16 15:04:29 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL
Log Message:
uncomment ena(4) now that it compiles; even though it's not working yet, this
ensures it's included in eventual subsystem rototils
To gener
Module Name:src
Committed By: gson
Date: Sat Jun 16 15:18:33 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c
Log Message:
Use space between words
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/external/cddl/os
Module Name:src
Committed By: maxv
Date: Sat Jun 16 17:11:13 UTC 2018
Modified Files:
src/sys/arch/x86/x86: fpu.c x86_machdep.c
Log Message:
Need IPIs when enabling eager fpu switch, to clear each fpu and get us
started. Otherwise it is possible that the first context swit
Module Name:src
Committed By: jdolecek
Date: Sat Jun 16 17:44:53 UTC 2018
Modified Files:
src/sys/dev/mii: makphy.c
Added Files:
src/sys/dev/mii: e1000phyreg.h
Removed Files:
src/sys/dev/mii: makphyreg.h
Log Message:
switch to using OpenBSD eehpy(4) code to
Module Name:src
Committed By: kamil
Date: Sat Jun 16 18:51:36 UTC 2018
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5: config_file.c
Log Message:
Do not reference buffer after the code scope {}
rk_getpwuid_r() returns a pointer pwd->pw_dir to a buffer pwbuf
Module Name:src
Committed By: kamil
Date: Sat Jun 16 18:54:52 UTC 2018
Modified Files:
src/external/bsd/nvi/dist/common: log.c
Log Message:
Do not cause Undefined Behavior in vi(1)
Replace unportable manual calculation of alignof() that causes UB, with
a GCC extension __a
Module Name:src
Committed By: kamil
Date: Sat Jun 16 18:58:00 UTC 2018
Modified Files:
src/lib/csu: Makefile
Log Message:
Disable MKSANITIZER in lib/csu
These low-level libraries are expected to be not touched by a sanitizer.
Every libc program not using sanitizers cannot
Module Name:src
Committed By: mrg
Date: Sat Jun 16 19:05:17 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
check MK{FOO} defaults for $MACHINE as well as $MACHINE_ARCH.
should restore firmware files for some platforms that were
missing them.
To generate a
Module Name:src
Committed By: kamil
Date: Sat Jun 16 21:00:12 UTC 2018
Modified Files:
src/external/bsd/nvi/dist/common: log.c
Log Message:
Correct previous change to CHAR_T_OFFSET
The intended operation is offsetof(), not alignof().
Noted by
To generate a diff of thi
Module Name:src
Committed By: thorpej
Date: Sat Jun 16 21:22:14 UTC 2018
Modified Files:
src/sys/arch/evbmips/loongson/dev: stvii.c
src/sys/arch/hpcarm/dev: nbppcon.c
src/sys/arch/macppc/dev: deq.c smusat.c videopll.c
src/sys/arch/sparc64/dev: pcf859
Module Name:src
Committed By: thorpej
Date: Sat Jun 16 21:28:07 UTC 2018
Modified Files:
src/sys/dev/i2c: ds1307.c
Log Message:
More cleanup to i2c autoconfiguration:
- Get all of the drivers onto the new match quality constants.
- Introduce a new helper function, iic_use
Module Name:src
Committed By: thorpej
Date: Sat Jun 16 21:24:36 UTC 2018
Modified Files:
src/sys/dev/i2c: hytp14.c
Log Message:
More cleanup to i2c autoconfiguration:
- Get all of the drivers onto the new match quality constants.
- Introduce a new helper function, iic_use
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 23:13:29 UTC 2018
Modified Files:
src/sys/arch/arm/rockchip: rk_iomux.c
Log Message:
Remove unused defines
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/rk_iomux.c
Please not
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 23:14:47 UTC 2018
Modified Files:
src/sys/arch/arm/rockchip: rk3328_cru.c
Log Message:
Replace register numbers with defines, fixing a bunch of typos in the process.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 23:44:26 UTC 2018
Modified Files:
src/sys/dev/fdt: dwc2_fdt.c
Log Message:
Match generic snps,dwc2 compat string
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/dwc2_fdt.c
Please note th
Module Name:src
Committed By: jmcneill
Date: Sun Jun 17 00:33:06 UTC 2018
Modified Files:
src/sys/arch/arm/rockchip: rk_gmac.c
Log Message:
Enable gpio reset logic
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/rk_gmac.c
Please not
Module Name:src
Committed By: thorpej
Date: Sun Jun 17 01:07:06 UTC 2018
Modified Files:
src/sys/dev/i2c: am2315.c
Log Message:
Remove now-unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/am2315.c
Please note that diffs are no
Module Name:src
Committed By: thorpej
Date: Sun Jun 17 01:08:15 UTC 2018
Modified Files:
src/sys/dev/i2c: am2315.c
Log Message:
Oops, another one.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/am2315.c
Please note that diffs are not public
Module Name:src
Committed By: maxv
Date: Sun Jun 17 06:03:41 UTC 2018
Modified Files:
src/sys/arch/x86/x86: fpu.c
Log Message:
No, I meant to put the panic in fpudna not fputrap. Also appease it: panic
only if the fpu already has a state. We're fine with getting a DNA, wha
28 matches
Mail list logo