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

2012-03-03 Thread David Laight
On Sat, Mar 03, 2012 at 03:17:32AM +, Takeshi Nakayama wrote: Module Name: src Committed By: nakayama Date: Sat Mar 3 03:17:32 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: Fix the root cause of the hack disable optimizations for

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

2012-03-03 Thread Takeshi Nakayama
David Laight da...@l8s.co.uk wrote Is that a gcc bug? I don't know. Or are the high register bits usually undefined for 32bit values, and this to do with using 64bit asm in a 32bit kernel? But I guess it's undefined from looking at the generated codes. Our kernel code is shared between

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

2012-03-03 Thread Martin Husemann
On Sat, Mar 03, 2012 at 08:50:50AM +, David Laight wrote: Is that a gcc bug? No, gcc calls a function with 32bit abi and expects it to ignore the upper bits in that register. The patch makes it so. Good catch! Martin

Re: CVS commit: src/lib/libc

2012-03-03 Thread David Holland
On Thu, Mar 01, 2012 at 11:14:16AM -0700, Warner Losh wrote: Maybe somebody can look at a full pkgsrc build to see how many instances of gets are in it? Given the way bulk builds work, and various logistical reasons that is unlikely to change, the only practical way to check this is to remove

CVS commit: src/lib/lua/sqlite

2012-03-03 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Mar 3 11:32:14 UTC 2012 Modified Files: src/lib/lua/sqlite: Makefile Log Message: Add an empty line. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/lua/sqlite/Makefile Please note that diffs are not

CVS commit: src/share/man/man5

2012-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Mar 3 15:14:03 UTC 2012 Modified Files: src/share/man/man5: boot.cfg.5 Log Message: fix incorrent example. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man5/boot.cfg.5 Please note that diffs

CVS commit: src/sys/arch/usermode

2012-03-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Mar 3 21:15:16 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c ttycons.c src/sys/arch/usermode/include: intr.h thunk.h src/sys/arch/usermode/target/i386: cpu_i386.c

CVS commit: src/sys/arch/usermode/usermode

2012-03-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Mar 3 21:29:02 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Use the signal's signo instead of just returning SIGSEGV and add a comment To generate a diff of this commit: cvs rdiff -u -r1.64

CVS commit: src/sys/dev/usb

2012-03-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Mar 3 21:32:58 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs Log Message: add product ID for the Kingston DataTraveler 100 G2. To generate a diff of this commit: cvs rdiff -u -r1.609 -r1.610 src/sys/dev/usb/usbdevs

CVS commit: src/sys/dev/usb

2012-03-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Mar 3 21:33:24 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.602 -r1.603 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.603 -r1.604

CVS commit: src/sys/dev/usb

2012-03-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Mar 3 21:35:33 UTC 2012 Modified Files: src/sys/dev/usb: umass_quirks.c Log Message: Add quirk for Kingston DataTraveler 100 G2 (which apparently has a Toshiba vendor ID) To generate a diff of this commit: cvs rdiff -u -r1.92

CVS commit: src/usr.bin/make

2012-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 3 23:16:47 UTC 2012 Modified Files: src/usr.bin/make: str.c Log Message: Note in comment that Str_Match() does not detect or report invalid patterns. This is not critical, since for the moment both possible cases

CVS commit: src/sys/arch

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 3 23:43:18 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: make i386 and amd64 cpu_reboot() more similar. in particular, bring in the unmount/sync code

CVS commit: src/lib/libc/sys

2012-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 4 00:07:44 UTC 2012 Modified Files: src/lib/libc/sys: chmod.2 Log Message: Clarify description of sticky bit, based on a 3-year-old suggestion by Hubert Feyrer. To generate a diff of this commit: cvs rdiff -u -r1.38

CVS commit: src/sys/dev/usb

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 4 00:21:20 UTC 2012 Modified Files: src/sys/dev/usb: umass.c umass_isdata.c umass_scsipi.c umassvar.h Log Message: replace the hack to pass USBD_SYNCHRONOUS down when called with XS_CTL_POLL with one that doesn't modify

CVS commit: src/lib/libc/gen

2012-03-03 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Mar 4 00:36:43 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Fix bug in previous: don't reinitialize on every call! Fix arc4random_buf so it actually ever initializes -- a security problem with

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 4 01:32:47 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ehci.c Log Message: minor KNF. To generate a diff of this commit: cvs rdiff -u -r1.181.6.15 -r1.181.6.16 src/sys/dev/usb/ehci.c Please note that diffs

CVS commit: src/lib/libc/net

2012-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 4 03:23:37 UTC 2012 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: fix signature according to TOG. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/net/getnameinfo.3 Please

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 4 06:55:31 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp Log Message: umass(4) is only partially done wrt tsleep/wakeup conversion. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7

CVS commit: src/lib/lua/sqlite

2012-03-03 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Mar 3 11:32:14 UTC 2012 Modified Files: src/lib/lua/sqlite: Makefile Log Message: Add an empty line. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/lua/sqlite/Makefile Please note that diffs are not

CVS commit: src/share/man/man5

2012-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Mar 3 15:14:03 UTC 2012 Modified Files: src/share/man/man5: boot.cfg.5 Log Message: fix incorrent example. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man5/boot.cfg.5 Please note that diffs

CVS commit: src/sys/arch/usermode

2012-03-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Mar 3 21:15:16 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c ttycons.c src/sys/arch/usermode/include: intr.h thunk.h src/sys/arch/usermode/target/i386: cpu_i386.c

CVS commit: src/sys/arch/usermode/usermode

2012-03-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Mar 3 21:29:02 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Use the signal's signo instead of just returning SIGSEGV and add a comment To generate a diff of this commit: cvs rdiff -u -r1.64

CVS commit: src/sys/dev/usb

2012-03-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Mar 3 21:32:58 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs Log Message: add product ID for the Kingston DataTraveler 100 G2. To generate a diff of this commit: cvs rdiff -u -r1.609 -r1.610 src/sys/dev/usb/usbdevs

CVS commit: src/sys/dev/usb

2012-03-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Mar 3 21:33:24 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.602 -r1.603 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.603 -r1.604

CVS commit: src/sys/dev/usb

2012-03-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Mar 3 21:35:33 UTC 2012 Modified Files: src/sys/dev/usb: umass_quirks.c Log Message: Add quirk for Kingston DataTraveler 100 G2 (which apparently has a Toshiba vendor ID) To generate a diff of this commit: cvs rdiff -u -r1.92

CVS commit: src/usr.bin/make

2012-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 3 23:16:47 UTC 2012 Modified Files: src/usr.bin/make: str.c Log Message: Note in comment that Str_Match() does not detect or report invalid patterns. This is not critical, since for the moment both possible cases

CVS commit: src/sys/arch

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 3 23:43:18 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: make i386 and amd64 cpu_reboot() more similar. in particular, bring in the unmount/sync code

CVS commit: src/lib/libc/sys

2012-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 4 00:07:44 UTC 2012 Modified Files: src/lib/libc/sys: chmod.2 Log Message: Clarify description of sticky bit, based on a 3-year-old suggestion by Hubert Feyrer. To generate a diff of this commit: cvs rdiff -u -r1.38

CVS commit: src/sys/dev/usb

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 4 00:21:20 UTC 2012 Modified Files: src/sys/dev/usb: umass.c umass_isdata.c umass_scsipi.c umassvar.h Log Message: replace the hack to pass USBD_SYNCHRONOUS down when called with XS_CTL_POLL with one that doesn't modify

CVS commit: src/lib/libc/gen

2012-03-03 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Mar 4 00:36:43 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Fix bug in previous: don't reinitialize on every call! Fix arc4random_buf so it actually ever initializes -- a security problem with

CVS commit: [jmcneill-usbmp] src/sys

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 4 00:46:33 UTC 2012 Modified Files: src/sys/arch/algor/algor [jmcneill-usbmp]: machdep.c src/sys/arch/amd64/amd64 [jmcneill-usbmp]: bios32.c locore.S machdep.c src/sys/arch/amd64/conf [jmcneill-usbmp]:

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 4 01:32:47 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ehci.c Log Message: minor KNF. To generate a diff of this commit: cvs rdiff -u -r1.181.6.15 -r1.181.6.16 src/sys/dev/usb/ehci.c Please note that diffs

CVS commit: src/lib/libc/net

2012-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 4 03:23:37 UTC 2012 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: fix signature according to TOG. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/net/getnameinfo.3 Please

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 4 06:55:31 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp Log Message: umass(4) is only partially done wrt tsleep/wakeup conversion. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7