Module Name:src
Committed By: skrll
Date: Tue Mar 8 07:49:20 UTC 2016
Modified Files:
src/sys/arch/arm/nvidia: tegra_usbphy.c
Log Message:
Use the nvidia,has-utmi-pad-registers property.
>From Jared.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/a
Module Name:src
Committed By: christos
Date: Tue Mar 8 05:02:55 UTC 2016
Modified Files:
src/include: limits.h
src/sys/kern: kern_time.c
src/sys/sys: timevar.h
Log Message:
- GC pts_fired, and fix the comment about MAX_TIMERS
- Bump MAX_TIMERS to 36 so tha
Module Name:src
Committed By: christos
Date: Tue Mar 8 04:00:11 UTC 2016
Modified Files:
src/lib/libc/locale: global_locale.c
Log Message:
Undo the __dso_protected hackery.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/locale/global_locale.c
Module Name:src
Committed By: christos
Date: Tue Mar 8 03:58:31 UTC 2016
Modified Files:
src/include: locale.h
Log Message:
undo protected symbol hack.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/include/locale.h
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Tue Mar 8 03:58:08 UTC 2016
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: output.h varasm.c
src/external/gpl3/gcc.old/dist/gcc/config/i386: i386.c
Log Message:
Fix copy relocations against protected symbols from:
Module Name:src
Committed By: martin
Date: Mon Mar 7 22:16:38 UTC 2016
Modified Files:
src/usr.bin/elf2aout: elf2aout.c
Log Message:
Gcc, please shut up with those stupid warnings!
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/elf2aout/elf2ao
Module Name:src
Committed By: christos
Date: Mon Mar 7 21:45:43 UTC 2016
Modified Files:
src/usr.bin/make: main.c meta.c meta.h
Log Message:
str2Lst_Append tokenizes the string and uses it in the list so we can't
free the string afterwards. Keep a copy of it and cleanup a
Module Name:src
Committed By: sjg
Date: Mon Mar 7 20:20:35 UTC 2016
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: modts.exp modts.mk
Log Message:
For :ts numeric escapes \x* is hex, anything else is octal.
To generate a diff of this commit
Module Name:src
Committed By: christos
Date: Mon Mar 7 15:58:05 UTC 2016
Modified Files:
src/usr.sbin/makefs/chfs: chfs_mkfs.c
Log Message:
PR/50911: David Binderman: Optimize memset
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makefs/chfs/ch
Module Name:src
Committed By: christos
Date: Mon Mar 7 15:56:17 UTC 2016
Modified Files:
src/sbin/ifconfig: env.c
Log Message:
PR/50909: David Binderman: Optimize memset
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/ifconfig/env.c
Please note t
Module Name:src
Committed By: christos
Date: Mon Mar 7 15:55:06 UTC 2016
Modified Files:
src/sbin/newfs: mkfs.c
Log Message:
PR/50910: David Binderman: Optimize memset.
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sbin/newfs/mkfs.c
Please note th
Module Name:src
Committed By: dholland
Date: Mon Mar 7 15:09:55 UTC 2016
Modified Files:
src/sbin/newfs: mkfs.c
Log Message:
Terminate expression with a semicolon, instead of accidentally
splicing to the next line with a comma. Noticed by Christos. Has no
actual effect, f
Module Name:src
Committed By: christos
Date: Mon Mar 7 14:47:25 UTC 2016
Modified Files:
src/sbin/fsck_msdos: dir.c
Log Message:
PR/50908: David Binderman: Optimize memset's
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/fsck_msdos/dir.c
Please
Module Name:src
Committed By: martin
Date: Mon Mar 7 14:39:55 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Fix ticket #1124
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-7.1
Please note that diffs are not
Module Name:src
Committed By: martin
Date: Mon Mar 7 14:38:48 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Fix ticket #1124
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-7.0.1
Please note that diffs a
Module Name:src
Committed By: martin
Date: Mon Mar 7 14:37:48 UTC 2016
Modified Files:
src/sys/dev/usb [netbsd-7-0]: ugen.c
Log Message:
Additionally pull up r1.131 for ticket #1124 (requested by skrll)
To generate a diff of this commit:
cvs rdiff -u -r1.124.4.1 -r1.124
Module Name:src
Committed By: martin
Date: Mon Mar 7 14:36:55 UTC 2016
Modified Files:
src/sys/dev/usb [netbsd-7]: ugen.c
Log Message:
Additionally pull up r1.131 for ticket #1124 (requested by skrll)
To generate a diff of this commit:
cvs rdiff -u -r1.124.2.1 -r1.124.2
Module Name:src
Committed By: christos
Date: Mon Mar 7 14:35:39 UTC 2016
Modified Files:
src/lib/libresolv: hmac_link.c
Log Message:
PR/50907: David Binderman: Remove useless strlen()'s and memcpy()'s.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/
Module Name:src
Committed By: joerg
Date: Mon Mar 7 14:35:21 UTC 2016
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-geode: Makefile
Log Message:
Ignore clang's empty loop-body warning, it is used extensively via
macros.
To generate a diff of this commi
Module Name:src
Committed By: hannken
Date: Mon Mar 7 14:32:02 UTC 2016
Modified Files:
src/external/bsd/elftoolchain/dist/libdwarf: libdwarf_elf_init.c
Log Message:
Relocation of type SHT_REL must use the current value as addend.
Fixes ctfconvert for i386 where section
Module Name:src
Committed By: christos
Date: Mon Mar 7 13:08:48 UTC 2016
Modified Files:
src/sys/netipsec: key.c
Log Message:
PR/50905: Henning Petersen: Fix useless comparison (from FreeBSD)
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/netipsec
Module Name:src
Committed By: christos
Date: Mon Mar 7 12:48:53 UTC 2016
Modified Files:
src/sbin/ifconfig: env.c
Log Message:
PR/50909: David Binderman: Optimize memset
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/ifconfig/env.c
Please note th
Module Name:src
Committed By: skrll
Date: Mon Mar 7 10:52:17 UTC 2016
Modified Files:
src/sys/dev/usb: if_smsc.c
Log Message:
PR/50904: Fix variable assignment inside if-clause.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/usb/if_smsc.c
Ple
Module Name:src
Committed By: msaitoh
Date: Mon Mar 7 09:04:58 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Fix for ticket 1132. Not EM_IAMCU but STT_GNU_IFUNC.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGE
Module Name:src
Committed By: martin
Date: Mon Mar 7 08:59:00 UTC 2016
Modified Files:
src/usr.bin/elf2aout: elf2aout.c
Log Message:
Try to fix build on 32bit architectures.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/elf2aout/elf2aout.c
P
Module Name:src
Committed By: msaitoh
Date: Mon Mar 7 08:20:08 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Update ticket 1118. Add ticket 1132.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-7.1
Please no
Module Name:src
Committed By: msaitoh
Date: Mon Mar 7 08:17:19 UTC 2016
Modified Files:
src/sys/arch/xen/x86 [netbsd-7]: cpu.c
Log Message:
Pullup the following revision to fix build break caused by ticket #1118:
sys/arch/xen/x86/cpu.c 1.102-1.10
Module Name:src
Committed By: msaitoh
Date: Mon Mar 7 08:08:52 UTC 2016
Modified Files:
src/sys/sys [netbsd-7]: exec_elf.h
Log Message:
Pullup the following revision (requested by htodd in ticket #1132):
sys/sys/exec_elf.h 1.143
Add definiti
28 matches
Mail list logo