Module Name:src
Committed By: mrg
Date: Fri Jun 15 07:33:27 UTC 2018
Modified Files:
src/sys/compat/sys: time_types.h
Log Message:
include libkern.h or string.h & stddef.h, to get the offsetof()
and memset() definitions.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: kre
Date: Fri Jun 15 07:46:59 UTC 2018
Modified Files:
src/sys/compat/sys: time_types.h
Log Message:
If we are going to use offsetof() we'd need to include to
get it defined. Rather than deal with potential namespace issues
with that, just c
Module Name:src
Committed By: kre
Date: Fri Jun 15 08:17:38 UTC 2018
Modified Files:
src/sys/compat/sys: time_types.h
Log Message:
Revert previous, mrg's fix is better (even with possible namespace issues,
which I guess are not great in compat includes) the perils of
Module Name:src
Committed By: mrg
Date: Fri Jun 15 08:34:18 UTC 2018
Modified Files:
src/sys/altq: altq_priq.c
Log Message:
simplify priq_class_create(): if the alloc for cl_q fails,
then only clean up required to to free cl. delete all the
code at err_ret that was proba
Module Name:src
Committed By: yamaguchi
Date: Fri Jun 15 09:54:02 UTC 2018
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
Log Message:
Add if_vlan directory to lists to fix the build failure
build.sh was failed when using "-V MKD
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 14:25:22 UTC 2018
Modified Files:
src/sys/arch/arm/fdt: fdt_intr.h
Log Message:
Bump PIC_MAXSOURCES to 352.
(`qemu-system-arm -M virt` currently needs 288)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 14:27:57 UTC 2018
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
Add "arm,arm-v7" to compatible strings.
(for `qemu-system-arm -M virt`)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 14:32:29 UTC 2018
Modified Files:
src/sys/arch/evbarm/virt: virt_start.S
Log Message:
fix xputc FIFO address for virt platform
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/virt/vir
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 14:37:35 UTC 2018
Modified Files:
src/sys/arch/arm/virt: virt_platform.c
src/sys/arch/evbarm/virt: virt_start.S
Log Message:
Big endian support for virt_platform_early_putchar and xputc.
To generate a diff o
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 15:00:14 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: VIRT std.virt
Log Message:
'virt' platform adjustments:
- support broader CPU model range
- move kernel physical and virtual base to avoid bootloader,
a
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 15:07:56 UTC 2018
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: qemufwcfg_fdt.c
Log Message:
add FDT "qemu,fw-cfg-mmio" glue for qemufwcfg
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: wiz
Date: Fri Jun 15 15:12:49 UTC 2018
Modified Files:
src/share/man/man4: udp.4
Log Message:
Sort errors. Use \(em.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/udp.4
Please note that diffs are not publi
Module Name:src
Committed By: wiz
Date: Fri Jun 15 15:14:15 UTC 2018
Modified Files:
src/share/man/man9: module.9
Log Message:
Whitespace fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/module.9
Please note that diffs are not publ
Module Name:src
Committed By: wiz
Date: Fri Jun 15 15:15:10 UTC 2018
Modified Files:
src/share/man/man9: specificdata.9
Log Message:
Whitespace nit.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/specificdata.9
Please note that diffs are
Module Name:src
Committed By: christos
Date: Fri Jun 15 15:16:05 UTC 2018
Modified Files:
src/usr.sbin/dumplfs: Makefile dumplfs.c
Log Message:
PR/53367: Thomas Barabosch: Integer overflow in usr.sbin/dumplfs
While here use the "e" functions to always check for allocation
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 15:22:01 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: std.virt
Log Message:
... -mcpu=armv7-a is actually spelled -march=armv7-a ...
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evb
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 15:59:20 UTC 2018
Modified Files:
src/sys/arch/arm/arm: psci.c
Log Message:
Use correct value for PSCI 0.2+ PSCI_CPU_ON.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/arm/psci.c
Pleas
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 16:03:59 UTC 2018
Modified Files:
src/sys/arch/arm/fdt: psci_fdt.c
Log Message:
Fix PSCI 0.1 detection.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/fdt/psci_fdt.c
Please note that d
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 17:13:43 UTC 2018
Modified Files:
src/sys/dev/fdt: virtio_mmio_fdt.c
src/sys/dev/pci: virtio.c virtiovar.h
src/sys/dev/virtio: virtio_mmio.c
Log Message:
Add cfprint_t virtiobusprint() and use it for v
Module Name:src
Committed By: jakllsch
Date: Fri Jun 15 19:52:01 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: VIRT
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: pl061gpio_fdt.c
src/sys/dev/ic: pl061reg.h
Log Message:
Add basic ARM P
Module Name:src
Committed By: mrg
Date: Fri Jun 15 20:16:35 UTC 2018
Modified Files:
src/usr.bin/man: man.c
Log Message:
move 'utsname' to the main() function scope, so that the reference to
it outside the block remains valid.
should fix an asan reported issue.
To gener
Module Name:src
Committed By: macallan
Date: Fri Jun 15 21:22:36 UTC 2018
Modified Files:
src/sys/dev/pci: radeonfb.c
Log Message:
cosmetics, no functional change
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/dev/pci/radeonfb.c
Please note that d
Module Name:src
Committed By: uwe
Date: Fri Jun 15 21:51:32 UTC 2018
Modified Files:
src/share/man/man9: specificdata.9
Log Message:
Fix pasto in .Dt title
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/specificdata.9
Please note that dif
Module Name:src
Committed By: sevan
Date: Fri Jun 15 21:59:17 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add POWER/PowerPC/PPC.
Leaving the original PPC entry as it's a valid case.
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 s
Module Name:src
Committed By: uwe
Date: Fri Jun 15 22:07:14 UTC 2018
Modified Files:
src/sys/arch/powerpc/powerpc: trap.c
Log Message:
In mtmsr emulation ignore PSL_VEC we set in mfmsr emulation just
above, as it freaks out PSL_USEROK_P(). This is also congruent with
how
Module Name:src
Committed By: pgoyette
Date: Fri Jun 15 22:10:44 UTC 2018
Modified Files:
src/share/man/man9: specificdata.9
Log Message:
Improve synopsis, remove unnecessary .Nm markup
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/specif
Module Name:src
Committed By: pgoyette
Date: Fri Jun 15 22:11:17 UTC 2018
Modified Files:
src/share/man/man9: specificdata.9
Log Message:
Bump date for previous changes
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/specificdata.9
Please
Module Name:src
Committed By: pgoyette
Date: Fri Jun 15 22:27:40 UTC 2018
Modified Files:
src/share/man/man9: specificdata.9
Log Message:
Add note that there is no way to delete an individual datum from a
container.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -
Module Name:src
Committed By: pgoyette
Date: Fri Jun 15 22:40:33 UTC 2018
Modified Files:
src/share/man/man9: module.9
Log Message:
Add missing .Fn mark-up
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/share/man/man9/module.9
Please note that diffs a
Module Name:src
Committed By: uwe
Date: Fri Jun 15 23:11:39 UTC 2018
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
Fix fmttab value for L2CR_L2PE (parity enabled) so that we don't print
self-contradictory "no parity parity enabled".
To generate a diff
Module Name:src
Committed By: wiz
Date: Fri Jun 15 23:11:56 UTC 2018
Modified Files:
src/share/man/man4: hifn.4 nsp.4 ubsec.4
Log Message:
Sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/hifn.4
cvs rdiff -u -r1.3 -r1.4 src/sh
Module Name:src
Committed By: wiz
Date: Fri Jun 15 23:13:19 UTC 2018
Modified Files:
src/share/man/man4: ipsec.4
Log Message:
Add missing word.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/man/man4/ipsec.4
Please note that diffs are not public
Module Name:src
Committed By: wiz
Date: Fri Jun 15 23:15:56 UTC 2018
Modified Files:
src/external/bsd/cron/dist: crontab.5
Log Message:
Fix Dd argument. Remove unnecessary whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/cron/dist/
Module Name:src
Committed By: jmcneill
Date: Fri Jun 15 23:57:55 UTC 2018
Modified Files:
src/sys/arch/arm/virt: virt_platform.c
Log Message:
Pull in arm/locore.h for arm_dsb() on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/virt/v
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 00:12:35 UTC 2018
Modified Files:
src/sys/dev/fdt: fdt_clock.c
Log Message:
fdtbus_clock_assign: simplify
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_clock.c
Please note that dif
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 00:13:06 UTC 2018
Modified Files:
src/sys/dev/fdt: fixedclock.c
Log Message:
If clock-output-names is specified, use it for the clock name instead of the
node name
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 00:15:00 UTC 2018
Modified Files:
src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h
Log Message:
Add flag for disabling store-and-forward mode, and a callback for notifying
bus glue that the link speed has chan
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 00:15:40 UTC 2018
Modified Files:
src/sys/dev/ic: dwc_mmc_reg.h
Log Message:
Add VERID reg bits
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc_mmc_reg.h
Please note that diffs are no
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 00:19:04 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64 files.generic64
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/arch/arm/rockchip: files.rockchip rk3328_cru.c rk3328_cru.h
Module Name:src
Committed By: jmcneill
Date: Sat Jun 16 00:19:42 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
arm: Add support for Rockchip RK3328 SoC.
To generate a diff of this commit:
cvs rdiff -u -r1.2398 -r1.2399 src/doc/CHANGES
Please note that diffs are
Module Name:src
Committed By: christos
Date: Sat Jun 16 00:40:14 UTC 2018
Modified Files:
src/usr.bin/patch: inp.c
Log Message:
PR/53368: Thomas Barabosch: Potential integer overflow in usr.bin/patch/inp.c
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src
Module Name:src
Committed By: macallan
Date: Sat Jun 16 01:25:23 UTC 2018
Modified Files:
src/sys/dev/pci: radeonfb.c
Log Message:
explicitly turn off tiling translation - now software rendered characters
look right again on r3xx hardware
To generate a diff of this commi
Module Name:src
Committed By: maxv
Date: Sat Jun 16 05:52:17 UTC 2018
Modified Files:
src/sys/arch/x86/x86: fpu.c
Log Message:
Actually, don't do anything if we switch to a kernel thread. When the cpu
switches back to a user thread the fpu is restored, so no point calling
43 matches
Mail list logo