CVS commit: src/usr.bin/make

2014-06-19 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jun 20 06:13:45 UTC 2014 Modified Files: src/usr.bin/make: var.c Log Message: Return varNoError rather than var_Error for ::?= etc. To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/usr.bin/make/var.c Please

CVS commit: src/sys/arch/sh3/dev

2014-06-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 19 18:01:18 UTC 2014 Modified Files: src/sys/arch/sh3/dev: sci.c Log Message: fix -Werror=unused-but-set-variable compile error To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/sh3/dev/sci.c P

CVS commit: src/sys/net

2014-06-19 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Thu Jun 19 16:54:40 UTC 2014 Modified Files: src/sys/net: if_tun.c Log Message: Enqueue the mbuf with the start of the packet, not some intermediate one (hi, rmind!). To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 s

CVS commit: src/distrib/hppa/ramdisk

2014-06-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 19 16:34:21 UTC 2014 Modified Files: src/distrib/hppa/ramdisk: Makefile Log Message: Increase IMAGESIZE to fix build. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/hppa/ramdisk/Makefile Please n

CVS commit: src/sys/arch/sbmips/stand/netboot

2014-06-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 19 15:09:50 UTC 2014 Modified Files: src/sys/arch/sbmips/stand/netboot: devopen.c Log Message: Fix compile error of -Werror=unused-but-set-variable. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/ar

CVS commit: src/lib/libc/net

2014-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 19 15:09:07 UTC 2014 Modified Files: src/lib/libc/net: ethers.c Log Message: use fparseln() instead of fgetln() for consistency (this was the last fgetln() using parser in net/. cVS: -

CVS commit: src/lib/libc/net

2014-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 19 15:08:18 UTC 2014 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: use fparseln() instead of abusing fgetln(), so that the last line that might not have a terminating newline is processed. To generate a

CVS commit: src/lib/libc/stdio

2014-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 19 14:27:50 UTC 2014 Modified Files: src/lib/libc/stdio: fgetln.3 Log Message: Fix incorrect example (what happens when len == 0?) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/fgetln

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

2014-06-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Jun 19 13:20:28 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Use 64-bit DMA, if it is available. This fixes null packet handling on guest which have memory over than 3GB. To generate a diff of this co

CVS commit: src/sys/arch/evbsh3/evbsh3

2014-06-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 19 13:20:13 UTC 2014 Modified Files: src/sys/arch/evbsh3/evbsh3: machdep.c Log Message: Fix "error: variable 's' set but not used [-Werror=unused-but-set-variable]" To generate a diff of this commit: cvs rdiff -u -r1.74

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

2014-06-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Jun 19 13:16:29 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Make it be able to down I/F. This fixes panic when removing IFF_UP flag. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sy

CVS commit: src/lib/libc/stdio

2014-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 19 09:30:33 UTC 2014 Modified Files: src/lib/libc/stdio: mktemp.3 Log Message: Add all functions to NAME section. End sentences with dots. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.3