CVS commit: src/usr.sbin/rtadvd

2015-06-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 15 04:15:33 UTC 2015 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: Fix regression on sending RA messages r1.48 dropped hoplimit cmsg but forgot to adjust cmsg buffer length. Reported by Timo Buhrmester To

CVS commit: src/sys/arch/mips/mips

2015-06-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jun 15 02:55:02 UTC 2015 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: Add decoder for ehb. Fix ins/ext instruction decoding To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/mips/m

CVS commit: src/share/man/man3

2015-06-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 15 02:06:18 UTC 2015 Modified Files: src/share/man/man3: stdarg.3 Log Message: Catch up with removal. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man3/stdarg.3 Please note that diffs a

CVS commit: src/sys/arch/sparc64/sparc64

2015-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 19:05:27 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c pmap.c Log Message: Do not hardcode the assumption that .data and .bss fit together in a single 4 MB page. This allows booting kernels with opti

CVS commit: src/sys/arch/sparc/stand/ofwboot

2015-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 18:40:10 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: version Log Message: Bump version now that we can load kernels with sizeof(.data)+sizeof(.bss)> 4 MB To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man7

2015-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 14 16:56:36 UTC 2015 Modified Files: src/share/man/man7: security.7 Log Message: the data segment is not randomized. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/man/man7/security.7 Please n

CVS commit: src/sys/arch/sparc/stand/ofwboot

2015-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 16:20:44 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c Log Message: Fix available length calculation in kvamap_extract when reusing existing mappings. To generate a diff of this commit:

CVS commit: src/sys/kern

2015-06-14 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jun 14 16:19:31 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: Revert previous; it broke the lib/libc/ttyio/t_ttyio/ioctl test case. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/sys/kern/tty.c

CVS commit: src/sys/dev/pci

2015-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 08:46:33 UTC 2015 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Make sure not to re-arm the statistics callout when we are about to detach. To generate a diff of this commit: cvs rdiff -u -r1.291

CVS commit: src/sys/arch/arm/allwinner

2015-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 08:32:02 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_wdt.c Log Message: Add disarm support To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/allwinner/awin_wdt.c Please note t