CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 20 07:32:46 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: getline.c scsi.c Log Message: Don't call internal cngetc() and cnputc() directly. Use public getchar() and puthchar() instead. To generate a diff of

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 20 03:40:56 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: locore.S Log Message: Use hex value rather than decimal for register and device macro. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 sr

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 20 03:01:13 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: locore.S Log Message: Add RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/luna68k/stand/boot/locore.S Please note t

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 20 02:35:14 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: Makefile boot.ldscript locore.S Log Message: Specify text address via Makefile rather than hardcoding in boot.ldscript. To generate a diff of this co

CVS commit: src/crypto/external/bsd/openssl

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 21:57:55 UTC 2013 Modified Files: src/crypto/external/bsd/openssl: pkgconfig.mk Log Message: FILESBUILD_=yes can replace both CLEANFILES+= and realall: To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/cry

CVS commit: src/crypto/external/bsd/openssl

2013-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 19 21:05:46 UTC 2013 Modified Files: src/crypto/external/bsd/openssl: pkgconfig.mk Log Message: add a dependency to realall from Takeshi Nakayama To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/crypto/e

CVS commit: src/sys/dev/usb

2013-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 19 20:49:33 UTC 2013 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: avoid double assignment To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/usb_mem.c Please note that diffs are n

CVS commit: src/sys/dev/usb

2013-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 19 20:49:06 UTC 2013 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: fix bogus argument to kmem_free() To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/usb/usb_mem.c Please note that d

CVS commit: src/sys/arch/evbarm/rpi

2013-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 19 17:45:28 UTC 2013 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: if the firmware gives us a bad emmc clock rate, ignore it To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/a

CVS commit: src/sys/arch

2013-01-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 19 16:19:56 UTC 2013 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOMU Log Message: xbd has been able to cope with any value of MAXPHYS since src/sys/arch/xen/xen/xbd_xenbus.c 1

CVS commit: src/sys/net

2013-01-19 Thread DEGROOTE Arnaud
Module Name:src Committed By: degroote Date: Sat Jan 19 16:18:32 UTC 2013 Modified Files: src/sys/net: if_gif.c Log Message: PR kern/47419: Antony Mallet: ifconfig doesn't diplay MTU on gif(4) There is no special treatment for SIOCGITMTU in gif(4), so just pass it to ifio

CVS commit: src/lib/libform

2013-01-19 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 19 16:11:03 UTC 2013 Modified Files: src/lib/libform: internals.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libform/internals.c Please note that diffs are not public d

CVS commit: src/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 15:28:25 UTC 2013 Modified Files: src/lib/libutil: parsedate.3 Log Message: Document that errno may be used to distinguish between a non-error result of -1 and an error. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/libc/stdio

2013-01-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 19 15:25:58 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib/libc/stdio/printf.3 Please note that diffs are not public domai

CVS commit: src/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 15:23:33 UTC 2013 Modified Files: src/lib/libutil: parsedate.y Log Message: Distinguish between a non-error result of (time_t)-1 and an error result. Modernise the test code inside #ifdef TEST. To generate a diff of this

CVS commit: src/tests/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 15:21:43 UTC 2013 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Test parsedate("@-2",...) (should return -2 and not set errno); and parsedate("@junk",...) (should return -1 and set errno). We were alrea

CVS commit: src/sys/dev/usb

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 15:10:05 UTC 2013 Modified Files: src/sys/dev/usb: usbdi.c Log Message: Pay attention to the return value from cv_wait_sig as well in usbd_transfer. hi christos. To generate a diff of this commit: cvs rdiff -u -r1.145

CVS commit: src/sys/dev/usb

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 14:36:42 UTC 2013 Modified Files: src/sys/dev/usb: usbdi.c Log Message: Improve some DIAGNOSTIC stuff To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/dev/usb/usbdi.c Please note that diffs are

CVS commit: src/sys/dev/usb

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 14:33:51 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c dwc_otgreg.h Log Message: Rename the GRXSTSP registers and don't print the "pop" version. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/s

CVS commit: src/sys/dev/usb

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 14:26:51 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: Compile fix To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/dwc_otg.c Please note that diffs are not public domai

CVS commit: src/sys/dev/usb

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 14:10:14 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otgvar.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/dwc_otgvar.h Please note that diffs are not public do

CVS commit: src/sys/dev/usb

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 14:08:31 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otgvar.h Log Message: oops, disable the counters by default To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/dwc_otgvar.h Please note t

CVS commit: src/sys/dev/usb

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 14:07:37 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c dwc_otgvar.h Log Message: Don't count bit0 events in gintsts. bit 0 tells us which mode we're in 0 = device, 1 = host To generate a diff of this commit: cvs

CVS commit: src/tests/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 14:03:08 UTC 2013 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: * Test that parsedate("@0", ...) returns (time_t)0 regardless of timezone. * Test that parsedate("@-1", NULL, NULL) returns (time_t)-1 w

CVS commit: src/lib/libc/time

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 11:56:17 UTC 2013 Modified Files: src/lib/libc/time: ctime.3 Log Message: Document the fact that ctime_rz, localtime_rz, and mktime_z, accept a NULL timezone_t pointer as a reference to UTC, and the fact that tzalloc accep

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

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 10:22:25 UTC 2013 Modified Files: src/sys/arch/arm/arm32: arm32_reboot.c Log Message: Avoid warning from cngetc byt doing the proper cnpollc dance To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arc

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

2013-01-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 19 10:16:57 UTC 2013 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Add -d as a synonym for getting into DDB to match other ports. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sy

CVS commit: src/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 09:27:32 UTC 2013 Modified Files: src/lib/libutil: parsedate.y Log Message: mktime(3) works in local time, and trying to trick it by setting tm_gmtoff doesn't work. Instead, call mktime_z(3) with a null timezone (so it wo