Module Name:src
Committed By: isaki
Date: Sun Apr 14 04:16:32 UTC 2019
Modified Files:
src/sys/arch/hpcarm/conf: NETBOOKPRO
Log Message:
Fix build error. size locater is gone.
Thanks mrg@.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hpcarm
Module Name:src
Committed By: christos
Date: Sun Apr 14 01:45:30 UTC 2019
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
ifix uninialized pid
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/net/net/t_unix.c
Please note that diffs are no
Module Name:src
Committed By: maya
Date: Sat Apr 13 21:39:46 UTC 2019
Modified Files:
src/sys/arch/mips/mips: cache_octeon.c
Log Message:
Remove unused declaration of __BIT and __BITS
it's defined already, tested with #error.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maya
Date: Sat Apr 13 19:29:27 UTC 2019
Modified Files:
src/sbin/newfs: newfs.8
src/sbin/newfs_ext2fs: newfs_ext2fs.8
Log Message:
Omit mention of old vnd(4) bug, now resolved.
Via elge, thanks.
To generate a diff of this commit:
cv
Module Name:src
Committed By: jmcneill
Date: Sat Apr 13 19:15:25 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
If an enable-method property is present on the cpu node and not supported
by the kernel, try to use the enable-method from the cpus node i
Module Name:src
Committed By: christos
Date: Sat Apr 13 18:04:23 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh
Log Message:
add missing files
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/confi
Module Name:src
Committed By: christos
Date: Sat Apr 13 18:04:04 UTC 2019
Modified Files:
src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd_stdint.h targmatch.h
src/external/gpl3/gdb/lib/libdecnumber/arch/arm: gstdint.h
src/external/gpl3/gdb/lib/libgdb/arch/arm
Module Name:src
Committed By: christos
Date: Sat Apr 13 18:02:37 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: arm-nbsd-nat.c
Log Message:
fix typo, unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/arm-
Module Name:src
Committed By: christos
Date: Sat Apr 13 18:02:06 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: arm-bsd-tdep.c
Log Message:
fix core stack traces (missing register 25)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/
Module Name:src
Committed By: maya
Date: Sat Apr 13 17:54:13 UTC 2019
Modified Files:
src/lib/libc/arch/riscv/gen: Makefile.inc
Log Message:
build the generic 128bit long double code.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/riscv/gen
Module Name:src
Committed By: jmcneill
Date: Sat Apr 13 17:34:38 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
Fix build w/o PSCI
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/fdt/cpu_fdt.c
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Sat Apr 13 17:21:49 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
The spin-table CPU enable method is only valid for 64-bit kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys
Module Name:src
Committed By: maya
Date: Sat Apr 13 17:18:26 UTC 2019
Modified Files:
src/lib/libm/arch/riscv: s_copysign.S
Log Message:
Don't alias the long double version to the double version.
We now have 128bit long double (by the upstream GCC changing things)
To gen
Module Name:src
Committed By: maya
Date: Sat Apr 13 16:08:54 UTC 2019
Modified Files:
src/lib/libc/arch/riscv: SYS.h
Log Message:
Looks like libc is too big to be able to use j. use a longer distance jump
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/li
Module Name:src
Committed By: maya
Date: Sat Apr 13 15:57:31 UTC 2019
Modified Files:
src/sys/arch/riscv/include: ieee.h math.h
Log Message:
Our current configuration is that long double is 128bit, so reflect
that in the relevant headers.
Taken from sparc64.
To generate
Module Name:src
Committed By: maya
Date: Sat Apr 13 15:56:18 UTC 2019
Modified Files:
src/sys/arch/riscv/include: int_fmtio.h
Log Message:
Provide defines for the 64bit case.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/include/int_fmtio
Module Name:src
Committed By: maya
Date: Sat Apr 13 15:54:07 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch/riscv64: defs.mk
Log Message:
Fake mknative. enough to build libc, with other changes pending
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: maya
Date: Sat Apr 13 15:53:32 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/riscv: netbsd.h
Log Message:
use NETBSD_LINK_SPEC_ELF rather than netbsd_link_spec.
My current guess as to why it makes a difference is that riscv,
Module Name:src
Committed By: christos
Date: Sat Apr 13 15:08:49 UTC 2019
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
Undefine SSE stuff; we don't want portable code to depend on it and we
don't provide the necessary headers.
To generate a diff of this
Module Name:src
Committed By: maya
Date: Sat Apr 13 12:41:37 UTC 2019
Modified Files:
src/sys/arch/riscv/include: asm.h
Log Message:
Handle changes since the gcc riscv toolchain was upstreamed
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv
Module Name:src
Committed By: jmcneill
Date: Sat Apr 13 10:58:11 UTC 2019
Modified Files:
src/distrib/utils/embedded/conf: armv7.conf
src/sys/arch/evbarm/conf: GENERIC
Log Message:
Remove sun50i support from 32-bit GENERIC.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: maya
Date: Sat Apr 13 09:29:49 UTC 2019
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile
Log Message:
Enable TearFree by default.
This avoids visual corruption that can be induced by, e.g.,
env LIBGL_ALWAYS_SOFT
Module Name:src
Committed By: maxv
Date: Sat Apr 13 08:41:37 UTC 2019
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/conf: files
src/sys/kern: subr_pool.c
src/sys/sys: pool.h
Log Message:
Introduce POOL_QUARANTINE, a feature that creates a
Module Name:src
Committed By: isaki
Date: Sat Apr 13 08:26:14 UTC 2019
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
Log Message:
Regen.
> Add drvctl to kernel which has audio device.
Module Name:src
Committed By: isaki
Date: Sat Apr 13 08:23:01 UTC 2019
Modified Files:
src/sys/arch/acorn32/conf: EB7500ATX GENERIC NC
src/sys/arch/algor/conf: P4032 P5064 P6032
src/sys/arch/alpha/conf: GENERIC
src/sys/arch/amiga/conf: GENERIC.in
25 matches
Mail list logo