CVS commit: src/sys/arch/powerpc/ibm4xx/dev

2014-06-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jun 26 07:50:29 UTC 2014

Modified Files:
src/sys/arch/powerpc/ibm4xx/dev: if_emac.c

Log Message:
 Pass MIIF_DOPAUSE mask to mii_attach() in if_emac.c. emac(4) change a
register from IFM_FLOW flag, so this change is required to control the
setting via ifconfig. PR#48950. OK'd by matt@.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/powerpc/ibm4xx/dev/if_emac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2014-06-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jun 26 20:14:32 UTC 2014

Modified Files:
src/lib/libc/gen: getcap.c

Log Message:
don't depend on expandtc to open the database or not.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/gen/getcap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/binutils/dist

2014-06-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Jun 26 22:55:23 UTC 2014

Modified Files:
src/external/gpl3/binutils/dist/bfd: elf32-arm.c
src/external/gpl3/binutils/dist/ld/emulparams: armelf_nbsd.sh

Log Message:
Change ARM ELF_MAXPAGESIZE to 0x1 and also change TEXT_START_ADDR for
nbsd to 0x1.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/dist/bfd/elf32-arm.c
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/binutils/dist/ld/emulparams/armelf_nbsd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.