Module Name:src
Committed By: martin
Date: Sun Dec 28 10:15:29 UTC 2014
Modified Files:
src/lib/libm/arch/arm: fenv.c
Log Message:
Add missing return in __SOFTFP__ variant, pointed out by htodd.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libm/arc
Module Name:src
Committed By: martin
Date: Sun Dec 28 11:51:11 UTC 2014
Added Files:
src/usr.sbin/sysinst/arch/evbarm64: Makefile md.c md.h
Removed Files:
src/distrib/utils/sysinst/arch/evbarm64: Makefile md.c md.h
Log Message:
Move bogusly merged files over to new
Module Name:src
Committed By: martin
Date: Sun Dec 28 12:05:27 UTC 2014
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
We can not rely on the existence of the "gpt" binary on install media -
make installation work without it (and without strange errors) again.
Module Name:src
Committed By: maxv
Date: Sun Dec 28 12:13:22 UTC 2014
Modified Files:
src/sys/fs/ntfs: ntfs_vfsops.c
Log Message:
Make this more readable (KNF).
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/fs/ntfs/ntfs_vfsops.c
Please note that
Module Name:src
Committed By: maxv
Date: Sun Dec 28 12:19:21 UTC 2014
Modified Files:
src/sys/fs/ntfs: ntfs.h
Log Message:
Two typos:
- reserver4 -> reserved4 (in struct bootfile)
- "inducates" -> "indicates" (comment)
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: maxv
Date: Sun Dec 28 12:57:44 UTC 2014
Modified Files:
src/sys/fs/ntfs: ntfs_vfsops.c
Log Message:
Ensure bps != 0 to prevent a division by zero. Zero byte per sector makes
no sense.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r
Module Name:src
Committed By: maxv
Date: Sun Dec 28 13:11:52 UTC 2014
Modified Files:
src/sys/fs/ntfs: ntfs_vfsops.c
Log Message:
Prevent another division by zero in ntfs_loadntnode() by ensuring
spc != 0.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 sr
Module Name:src
Committed By: nonaka
Date: Sun Dec 28 14:13:56 UTC 2014
Modified Files:
src/sys/arch/powerpc/booke: e500_tlb.c
Log Message:
include "opt_ppcparam.h" for VERBOSE_INITPPC.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/powerpc/bo
Module Name:src
Committed By: maxv
Date: Sun Dec 28 14:42:56 UTC 2014
Modified Files:
src/sys/fs/ntfs: ntfs_subr.c
Log Message:
Make this more readable (KNF).
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/fs/ntfs/ntfs_subr.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Sun Dec 28 16:03:09 UTC 2014
Modified Files:
src/sys/arch/arm/rockchip: rockchip_reg.h
Log Message:
add SRAM, SCU, PMU offsets
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/rockchip/rockchip_reg.
Module Name:src
Committed By: jmcneill
Date: Sun Dec 28 16:03:51 UTC 2014
Modified Files:
src/sys/arch/evbarm/rockchip: rockchip_machdep.c rockchip_start.S
Log Message:
add MULTIPROCESSOR support
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ev
Module Name:src
Committed By: jmcneill
Date: Sun Dec 28 16:04:05 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: ROCKCHIP
Log Message:
enable MULTIPROCESSOR
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/ROCKCHIP
Please note that
Module Name:src
Committed By: jmcneill
Date: Sun Dec 28 16:27:15 UTC 2014
Modified Files:
src/sys/arch/arm/rockchip: rockchip_dwcmmc.c
Log Message:
remove redundant irq print
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/rockchip/rockchip_d
Module Name:src
Committed By: jmcneill
Date: Sun Dec 28 16:29:21 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: mk.rockchip
Log Message:
add -mfpu=neon to CPPFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/mk.rockchip
Pleas
Module Name:src
Committed By: he
Date: Sun Dec 28 17:03:16 UTC 2014
Modified Files:
src/etc/rc.d [netbsd-6]: ntpd
Log Message:
The new ntpd wants to translate ntp into a port number after chroot,
so give it its own small copy of /etc/services in the chroot.
[mlelstv, ticke
Module Name:src
Committed By: he
Date: Sun Dec 28 17:03:53 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1223.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.178 -r1.1.2.179 src/doc/CHANGES-6.2
Please note that diffs are not publi
Module Name:src
Committed By: he
Date: Sun Dec 28 17:06:36 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket 1223.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-6.1.6
Please note that diffs are not p
Module Name:src
Committed By: he
Date: Sun Dec 28 17:06:14 UTC 2014
Modified Files:
src/etc/rc.d [netbsd-6-1]: ntpd
Log Message:
The new ntpd wants to translate ntp into a port number after chroot,
so give it its own small copy of /etc/services in the chroot.
[mlelstv, tic
Module Name:src
Committed By: he
Date: Sun Dec 28 17:07:26 UTC 2014
Modified Files:
src/etc/rc.d [netbsd-6-0]: ntpd
Log Message:
The new ntpd wants to translate ntp into a port number after chroot,
so give it its own small copy of /etc/services in the chroot.
[mlelstv, tic
Module Name:src
Committed By: he
Date: Sun Dec 28 17:07:43 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Ticket 1223.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-6.0.7
Please note that diffs are not p
Module Name:src
Committed By: jmcneill
Date: Sun Dec 28 21:34:33 UTC 2014
Modified Files:
src/sys/arch/evbarm/rockchip: rockchip_machdep.c rockchip_start.S
Log Message:
Copy cmdline from U-Boot to bootargs.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src
Module Name:src
Committed By: jmcneill
Date: Mon Dec 29 03:16:07 UTC 2014
Modified Files:
src/sys/arch/evbarm/rockchip: rockchip_machdep.c
Log Message:
MAX_BOOT_STRING is not large enough for noisy Rockchip U-Boot; bump bootargs to
1024 bytes
To generate a diff of this
22 matches
Mail list logo