CVS commit: src/share/man/man7
Module Name:src Committed By: wiz Date: Tue Sep 22 08:29:30 UTC 2015 Modified Files: src/share/man/man7: module.7 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man7/module.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib
Module Name:src Committed By: joerg Date: Tue Sep 22 13:26:14 UTC 2015 Modified Files: src/lib: Makefile Log Message: Restrict libc_vfp to NetBSD/arm. It doesn't make sense for aarch64. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libarch/sparc/v8
Module Name:src Committed By: joerg Date: Tue Sep 22 13:27:13 UTC 2015 Modified Files: src/lib/libarch/sparc/v8: sparc_v8.S Log Message: Drop .proc. It is ignored by GNU as anyway. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libarch/sparc/v8/sparc_v8.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: joerg Date: Tue Sep 22 13:28:02 UTC 2015 Modified Files: src/sys/dev/ic: athn.c Log Message: Avoid left-shift of negative values. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/athn.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/net
Module Name:src Committed By: christos Date: Tue Sep 22 14:46:09 UTC 2015 Modified Files: src/lib/libc/net: getnameinfo.c Log Message: Handle herrors properly so that postfix can return 4XX codes when appropriate. Pointed out by Viktor Dukhovni. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/lib/libc/net/getnameinfo.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/net
Module Name:src Committed By: christos Date: Tue Sep 22 16:15:08 UTC 2015 Modified Files: src/lib/libc/net: getnameinfo.c Log Message: be more forgiving, and don't abort on unexpected errors. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib/libc/net/getnameinfo.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/net
Module Name:src Committed By: christos Date: Tue Sep 22 16:16:02 UTC 2015 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: - fix various leaks on error - don't use the wrong error variable in switch - always set the error return code - return consistent errors when the input data cannot be handled. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/lib/libc/net/gethnamaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/twm/dist/src
Module Name:xsrc Committed By: christos Date: Tue Sep 22 18:33:41 UTC 2015 Modified Files: xsrc/external/mit/twm/dist/src: util.c util.h Log Message: constify to fix build (with minimal changes) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/twm/dist/src/util.c cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/twm/dist/src/util.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: nonaka Date: Tue Sep 22 23:23:06 UTC 2015 Modified Files: src/sys/dev/pci: if_iwn.c if_iwnvar.h Log Message: PR/50187: Don't use DS parameter set when 5GHz channel is scanning. XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/if_iwn.c cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/if_iwnvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/calendar/calendars
Module Name:src Committed By: jnemeth Date: Wed Sep 23 05:21:00 UTC 2015 Modified Files: src/usr.bin/calendar/calendars: calendar.christian calendar.holiday calendar.judaic calendar.usholiday Log Message: Adjust dates for floating holidays. Use 2015 for things happening from mid-October onwards, and 2016 for things happening earlier. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/calendar/calendars/calendar.christian \ src/usr.bin/calendar/calendars/calendar.judaic cvs rdiff -u -r1.24 -r1.25 src/usr.bin/calendar/calendars/calendar.holiday cvs rdiff -u -r1.5 -r1.6 src/usr.bin/calendar/calendars/calendar.usholiday Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib/gallium
Module Name:src Committed By: mrg Date: Wed Sep 23 05:28:14 UTC 2015 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: remove unused GALLIUM_NAMES variable. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/gallium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/midirecord
Module Name:src Committed By: mrg Date: Wed Sep 23 05:31:01 UTC 2015 Modified Files: src/usr.bin/midirecord: midirecord.1 midirecord.c Log Message: add "-R " option, to round beat counts to be aligned to , which defaults to 1. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/midirecord/midirecord.1 cvs rdiff -u -r1.9 -r1.10 src/usr.bin/midirecord/midirecord.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.