CVS commit: src/sys

2016-01-17 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Jan 18 06:08:26 UTC 2016 Modified Files: src/sys/net: if_gif.c src/sys/netinet: in_gif.c src/sys/netinet6: in6_gif.c Log Message: Refactor protosw codes in gif(4). No functional change. - remove unneces

CVS commit: src/sys/arch/x86/x86

2016-01-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 18 05:59:37 UTC 2016 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add comments. Fix comments. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/x8

CVS commit: src/sys/dev/ic

2016-01-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 18 04:46:47 UTC 2016 Modified Files: src/sys/dev/ic: wdc.c Log Message: Fix a bug that wdcprobe1() accesses NULL pointer when the DEBUG_PROBE bit is set in atadebug_mask variable. The caller passes data which has tempora

CVS commit: src/sys/dev/usb

2016-01-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Jan 18 02:45:05 UTC 2016 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Use correct register definition. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/if_urtwn.c Please note that di

CVS commit: src/share/man/man4

2016-01-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 18 00:34:43 UTC 2016 Modified Files: src/share/man/man4: Makefile Log Message: Add full.4 To generate a diff of this commit: cvs rdiff -u -r1.626 -r1.627 src/share/man/man4/Makefile Please note that diffs are not public

CVS commit: src

2016-01-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 18 00:21:44 UTC 2016 Modified Files: src/distrib/sets/lists/man: mi Added Files: src/share/man/man4: full.4 Log Message: Add new man-page full(4) for the /dev/full device DESCRIPTION The full device always ret

CVS commit: src/etc

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 23:18:19 UTC 2016 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Add /dev/full To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/etc/MAKEDEV.tmpl Please note that diffs are not public domain;

CVS commit: src/sys/sys

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 23:16:46 UTC 2016 Modified Files: src/sys/sys: conf.h Log Message: add /dev/full To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/sys/sys/conf.h Please note that diffs are not public domain; they

CVS commit: src/sys/dev

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 23:17:04 UTC 2016 Modified Files: src/sys/dev: mm.c Log Message: add /dev/full To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/mm.c Please note that diffs are not public domain; they are s

CVS commit: src/external/gpl2/libmalloc/dist

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 22:51:32 UTC 2016 Modified Files: src/external/gpl2/libmalloc/dist: getpagesize.h Log Message: include unistd.h for getpagesize() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/libmall

CVS commit: src/sys/dev/usb

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 22:32:09 UTC 2016 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: PR/50672: Andriy Voskoboinyk: fix write to the wrong register. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/usb

CVS commit: src/sys/arch/hp300/hp300

2016-01-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 17 17:49:55 UTC 2016 Modified Files: src/sys/arch/hp300/hp300: intr.c Log Message: Fix fatal "intr_dispatch: stray level 6 interrupt" panic by the GENERIC kernel on machines without arcofi(4) audio (i.e. all hp300 except

CVS commit: src/usr.bin/make

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 17:45:21 UTC 2016 Modified Files: src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c meta.c parse.c suff.c targ.c Log Message: remove free NULL checks (Tilman Sauerbeck) To generate a diff of t

CVS commit: src/sbin/route

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 15:59:26 UTC 2016 Modified Files: src/sbin/route: route.c Log Message: PR/50671: David Binderman: fix memory leak. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sbin/route/route.c Please note

CVS commit: src/usr.bin/make

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 15:32:38 UTC 2016 Modified Files: src/usr.bin/make: arch.c job.c main.c make.h meta.c parse.c Log Message: provide missing FD_CLOEXEC for the havenots. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 s

CVS commit: src/usr.bin/make

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 15:30:23 UTC 2016 Modified Files: src/usr.bin/make: job.c meta.c Log Message: Use FD_CLOEXEC (Tilman Sauerbeck) To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/usr.bin/make/job.c cvs rdiff -u -r1

CVS commit: src/sys/netinet

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 15:08:10 UTC 2016 Modified Files: src/sys/netinet: ip_mroute.c Log Message: PR/50670: David Binderman: Tidy up debugging printfs to avoid if else confusion. To generate a diff of this commit: cvs rdiff -u -r1.132 -r

CVS commit: src/sys/arch/i386/stand/lib/netif

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 14:57:18 UTC 2016 Modified Files: src/sys/arch/i386/stand/lib/netif: 3c90xb.c etherdrv.h Log Message: PR/50668: David Binderman: Don't compare unsigned to -1 To generate a diff of this commit: cvs rdiff -u -r1.14 -r

CVS commit: src/usr.sbin/lpr/pac

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 14:50:31 UTC 2016 Modified Files: src/usr.sbin/lpr/pac: pac.c Log Message: PR/50666: David Binderman: He's out of jail and out of bail and that's the way it goes: free(base); To generate a diff of this commit: c

CVS commit: src/libexec/ftpd

2016-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 17 14:46:07 UTC 2016 Modified Files: src/libexec/ftpd: cmds.c Log Message: PR/50665: David Binderman: move "dir" to the outer scope so it stays alive when the pointer is used later. To generate a diff of this commit: c

CVS commit: src/usr.bin/m4

2016-01-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 17 11:24:28 UTC 2016 Modified Files: src/usr.bin/m4: m4.1 Log Message: Fix some macros. Sort stuff some more. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/m4/m4.1 Please note that diffs are not

CVS commit: src/sys/arch/alpha/alpha

2016-01-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 17 10:44:57 UTC 2016 Modified Files: src/sys/arch/alpha/alpha: interrupt.c Log Message: PR port-alpha/50667: add missing va_start/va_end. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/arch/alpha/a

CVS commit: src/sys/arch/hp300/stand

2016-01-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 17 08:05:20 UTC 2016 Modified Files: src/sys/arch/hp300/stand: Makefile.buildboot src/sys/arch/hp300/stand/inst: version src/sys/arch/hp300/stand/uboot: version Log Message: Enable LIBSA_CREAD_NOCRC. PR/5