Re: svn commit: r229981 - in head/sys: conf dev/sound/pci gnu/dev/sound/pci modules/sound/driver/emu10kx

2012-01-12 Thread Joel Dahl
On 12-01-2012 11:33, Pedro Giffuni wrote: > Hello; > > --- Gio 12/1/12, John Baldwin ha scritto: > > > Da: John Baldwin > > Oggetto: Re: svn commit: r229981 - in head/sys: conf dev/sound/pci > > gnu/dev/sound/pci modules/sound/driver/emu10kx > > A: "Pedro F. Giffuni" > > Cc: src-committ...@fr

svn commit: r230050 - in head/sys/dev/usb: . controller

2012-01-12 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 13 07:28:34 2012 New Revision: 230050 URL: http://svn.freebsd.org/changeset/base/230050 Log: Correct use of USB 3.0 POWER bit in the port status register, hence it was overlapping the USB 3.0 root HUB's speed bits. Reported by: Kohji Okuno MFC after:1

svn commit: r230046 - head/sys/mips/mips

2012-01-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 13 07:00:47 2012 New Revision: 230046 URL: http://svn.freebsd.org/changeset/base/230046 Log: - Fix .rela case of R_MIPS_26 relocation. Addednds save diferently for .rel and .rela sections. It's shifted right two bits for former but saved as-is for latter.

svn commit: r230045 - head/sbin/routed

2012-01-12 Thread Kevin Lo
Author: kevlo Date: Fri Jan 13 06:56:59 2012 New Revision: 230045 URL: http://svn.freebsd.org/changeset/base/230045 Log: Fix a style bug Modified: head/sbin/routed/parms.c Modified: head/sbin/routed/parms.c == --- he

svn commit: r230044 - in head: usr.bin/mail usr.bin/tftp usr.bin/unzip usr.sbin/config usr.sbin/lpr/lpc usr.sbin/timed/timedc

2012-01-12 Thread Kevin Lo
Author: kevlo Date: Fri Jan 13 06:51:15 2012 New Revision: 230044 URL: http://svn.freebsd.org/changeset/base/230044 Log: fgets(3) returns a pointer, so compare against NULL, not integer 0. Modified: head/usr.bin/mail/edit.c head/usr.bin/tftp/main.c head/usr.bin/unzip/unzip.c head/usr.sb

svn commit: r230043 - head/share/misc

2012-01-12 Thread Maxim Konovalov
Author: maxim Date: Fri Jan 13 06:18:23 2012 New Revision: 230043 URL: http://svn.freebsd.org/changeset/base/230043 Log: Copyright years updated. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==

svn commit: r230042 - head/share/misc

2012-01-12 Thread Maxim Konovalov
Author: maxim Date: Fri Jan 13 06:14:03 2012 New Revision: 230042 URL: http://svn.freebsd.org/changeset/base/230042 Log: o Mac OS X 10.7 added (belatedly). FreeBSD 9.0-RELEASE added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

Re: svn commit: r230005 - head/usr.sbin/tzsetup

2012-01-12 Thread Lawrence Stewart
On 01/12/12 16:50, Garrett Wollman wrote: Author: wollman Date: Thu Jan 12 05:50:32 2012 New Revision: 230005 URL: http://svn.freebsd.org/changeset/base/230005 Log: Use a reasonable-sized buffer when formatting error messages about installing zoneinfo. While we're in the vicinity, add som

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-12 Thread Eygene Ryabinkin
Thu, Jan 12, 2012 at 02:38:16PM -0500, John Baldwin wrote: > On Thursday, January 12, 2012 9:35:05 am Eygene Ryabinkin wrote: > > True, and it was suggested by Doug Barton. But why bother when > > the 'quiet' keyword is reserved for such cases? > > Hmm, that's not quite how I see this. Either /e

svn commit: r230040 - head/sys/contrib/octeon-sdk

2012-01-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 13 02:33:55 2012 New Revision: 230040 URL: http://svn.freebsd.org/changeset/base/230040 Log: - Do not enumerate PCIe bus on CN56XX Pass 1 devices to avoid hard hang. There is known issue with this hardware. Submitted by: Andrew Duane Modified: head/sys/

Re: svn commit: r230025 - head/contrib/compiler-rt/lib/sparc64

2012-01-12 Thread Marius Strobl
On Thu, Jan 12, 2012 at 05:55:22PM +, Ed Schouten wrote: > Author: ed > Date: Thu Jan 12 17:55:22 2012 > New Revision: 230025 > URL: http://svn.freebsd.org/changeset/base/230025 > > Log: > Add SPARC64 version of div/mod written in assembly. > > This version is similar to the code shippe

svn commit: r230037 - head/lib/libutil

2012-01-12 Thread Guy Helmer
Author: ghelmer Date: Thu Jan 12 22:49:36 2012 New Revision: 230037 URL: http://svn.freebsd.org/changeset/base/230037 Log: Move struct pidfh definition into pidfile.c, and leave a forward declaration for pidfh in libutil.h in its place. This allows us to hide the contents of the pidfh struct

svn commit: r230035 - head/sys/powerpc/powermac

2012-01-12 Thread Justin Hibbits
Author: jhibbits Date: Thu Jan 12 22:21:20 2012 New Revision: 230035 URL: http://svn.freebsd.org/changeset/base/230035 Log: Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, clean up some style nits. Approved by: nwhitehorn (mentor) MFC after:3 days Modif

svn commit: r230034 - head/usr.bin/ctlstat

2012-01-12 Thread Kenneth D. Merry
Author: ken Date: Thu Jan 12 22:12:42 2012 New Revision: 230034 URL: http://svn.freebsd.org/changeset/base/230034 Log: Fix building ctlstat with clang. Submitted by: Dan McGregor MFC after:1 month Modified: head/usr.bin/ctlstat/ctlstat.c Modified: head/usr.bin/ctlstat/ctlstat.c =

svn commit: r230033 - head/sys/cam/ctl

2012-01-12 Thread Kenneth D. Merry
Author: ken Date: Thu Jan 12 22:08:33 2012 New Revision: 230033 URL: http://svn.freebsd.org/changeset/base/230033 Log: Silence some unnecessary verbosity. Reported by: mav MFC after:1 month Modified: head/sys/cam/ctl/scsi_ctl.c Modified: head/sys/cam/ctl/scsi_ctl.c ==

svn commit: r230032 - in head/sys/dev/usb: . controller

2012-01-12 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 12 21:21:20 2012 New Revision: 230032 URL: http://svn.freebsd.org/changeset/base/230032 Log: - Try to fix support for USB 3.0 HUBs. - Try to fix support for USB 3.0 suspend and resume. MFC after:1 week Modified: head/sys/dev/usb/controller/xhci.c he

svn commit: r230027 - head/usr.bin/printf

2012-01-12 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 12 20:30:20 2012 New Revision: 230027 URL: http://svn.freebsd.org/changeset/base/230027 Log: Style cleanups for printf. PR: bin/152934 Approved by: jhb (mentor) Obtained from:Illumos MFC after:2 weeks Modified: head/usr.bin/printf/pr

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-12 Thread John Baldwin
On Thursday, January 12, 2012 9:35:05 am Eygene Ryabinkin wrote: > Thu, Jan 12, 2012 at 07:48:28AM -0500, John Baldwin wrote: > > Alternatively, devd could have invoked a wrapper script that only > > ran /etc/rc.d/dhclient if dhcpif was true for the interface. All > > other uses of /etc/rc.d/dhcli

Re: svn commit: r229981 - in head/sys: conf dev/sound/pci gnu/dev/sound/pci modules/sound/driver/emu10kx

2012-01-12 Thread Garrett Cooper
On Jan 12, 2012, at 11:33 AM, Pedro Giffuni wrote: > Hello; > > --- Gio 12/1/12, John Baldwin ha scritto: > >> Da: John Baldwin >> Oggetto: Re: svn commit: r229981 - in head/sys: conf dev/sound/pci >> gnu/dev/sound/pci modules/sound/driver/emu10kx >> A: "Pedro F. Giffuni" >> Cc: src-committ

Re: svn commit: r229981 - in head/sys: conf dev/sound/pci gnu/dev/sound/pci modules/sound/driver/emu10kx

2012-01-12 Thread Pedro Giffuni
Hello; --- Gio 12/1/12, John Baldwin ha scritto: > Da: John Baldwin > Oggetto: Re: svn commit: r229981 - in head/sys: conf dev/sound/pci > gnu/dev/sound/pci modules/sound/driver/emu10kx > A: "Pedro F. Giffuni" > Cc: src-committ...@freebsd.org, svn-src-...@freebsd.org, > svn-src-head@freebsd.

svn commit: r230026 - head/sys/net

2012-01-12 Thread Robert Watson
Author: rwatson Date: Thu Jan 12 18:39:37 2012 New Revision: 230026 URL: http://svn.freebsd.org/changeset/base/230026 Log: Clarify throughout the vlan(4) code the difference between a "tag" (the 802.1q-defined 16-bit VID, CFI, and PCP field in host by order) and a VLAN ID (VID). Tags go in

svn commit: r230025 - head/contrib/compiler-rt/lib/sparc64

2012-01-12 Thread Ed Schouten
Author: ed Date: Thu Jan 12 17:55:22 2012 New Revision: 230025 URL: http://svn.freebsd.org/changeset/base/230025 Log: Add SPARC64 version of div/mod written in assembly. This version is similar to the code shipped with libgcc. It is based on the code from the SPARC64 architecture manual,

svn commit: r230024 - head/sys/dev/e1000

2012-01-12 Thread Luigi Rizzo
Author: luigi Date: Thu Jan 12 17:30:44 2012 New Revision: 230024 URL: http://svn.freebsd.org/changeset/base/230024 Log: clear the pointer after freeing the mbuf. Without that, we risk a double free if the subsequent mbuf allocation fails. This bug is not netmap-related and was introduced in

svn commit: r230023 - head/sys/dev/e1000

2012-01-12 Thread Luigi Rizzo
Author: luigi Date: Thu Jan 12 17:28:00 2012 New Revision: 230023 URL: http://svn.freebsd.org/changeset/base/230023 Log: fix the initialization of the rings when netmap is used, to adapt it to the changes in 228387 . Now the code is similar to the one used in other drivers. Not applicable

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2012-01-12 Thread Dimitry Andric
On 2010-10-14 21:23, Jung-uk Kim wrote: On Thursday 14 October 2010 03:11 pm, Dmitry Morozovsky wrote: On Thu, 14 Oct 2010, Jung-uk Kim wrote: ... cc -O2 -pipe -nostdinc -I/usr/include -I. -I/FreeBSD/src.current.svn/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y

svn commit: r230021 - head/contrib/compiler-rt/lib

2012-01-12 Thread Ed Schouten
Author: ed Date: Thu Jan 12 16:51:56 2012 New Revision: 230021 URL: http://svn.freebsd.org/changeset/base/230021 Log: Add a workaround to prevent endless recursion in compiler-rt. SPARC and MIPS CPUs don't have special instructions to count leading/trailing zeroes. The compiler-rt library

svn commit: r230016 - head/lib/libutil

2012-01-12 Thread Guy Helmer
Author: ghelmer Date: Thu Jan 12 15:45:08 2012 New Revision: 230016 URL: http://svn.freebsd.org/changeset/base/230016 Log: Fix disorder in MAN and MLINKS lists. Requested by bde. Modified: head/lib/libutil/Makefile Modified: head/lib/libutil/Makefile

Re: svn commit: r229981 - in head/sys: conf dev/sound/pci gnu/dev/sound/pci modules/sound/driver/emu10kx

2012-01-12 Thread Pedro Giffuni
--- Gio 12/1/12, Joel Dahl ha scritto: ... > On 11-01-2012 21:17, Pedro F. Giffuni > wrote: > > Author: pfg > > Date: Wed Jan 11 21:17:14 2012 > > New Revision: 229981 > > URL: http://svn.freebsd.org/changeset/base/229981 > > > > Log: > >   Replace GPL'd headers in the emu10kx snd driver code. >

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-12 Thread Eygene Ryabinkin
Thu, Jan 12, 2012 at 07:48:28AM -0500, John Baldwin wrote: > Alternatively, devd could have invoked a wrapper script that only > ran /etc/rc.d/dhclient if dhcpif was true for the interface. All > other uses of /etc/rc.d/dhclient in our system scripts are > conditional on that check. True, and it

Re: svn commit: r229997 - in head: share/examples/scsi_target sys/amd64/conf sys/cam/ctl sys/cam/scsi sys/conf sys/dev/ata sys/dev/ciss sys/i386/conf sys/ia64/conf sys/sparc64/conf usr.bin usr.bin/ctl

2012-01-12 Thread Kenneth D. Merry
On Thu, Jan 12, 2012 at 09:58:36 +0100, Hans Petter Selasky wrote: > Hi, > > ? > > Does the cam target layer support attach/detach of logical units? Yes, you can add and remove LUNs using ctladm. > Can it be used with USB target mode? If the USB driver supports the various CAM target mode CCBs

svn commit: r230011 - head/lib/libutil

2012-01-12 Thread Guy Helmer
Author: ghelmer Date: Thu Jan 12 14:40:25 2012 New Revision: 230011 URL: http://svn.freebsd.org/changeset/base/230011 Log: More prototype formatting fixes, struct member formatting fixes, and namespace fix for property_find() prototype. Provided by bde. Modified: head/lib/libutil/libut

svn commit: r230010 - head/lib/libutil

2012-01-12 Thread Guy Helmer
Author: ghelmer Date: Thu Jan 12 14:13:49 2012 New Revision: 230010 URL: http://svn.freebsd.org/changeset/base/230010 Log: pidfile_open() no longer uses fcntl() to set the close-on-exec flag. Modified: head/lib/libutil/pidfile.3 Modified: head/lib/libutil/pidfile.3 ==

Re: svn commit: r229986 - head/lib/libutil

2012-01-12 Thread Bruce Evans
On Thu, 12 Jan 2012, Kostik Belousov wrote: On Wed, Jan 11, 2012 at 10:33:41PM +, Guy Helmer wrote: Log: Fix namespace issues with prototype parameter names. Add missing prototype parameter names. Requested by bde. ... Modified: head/lib/libutil/libutil.h

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-12 Thread John Baldwin
On Thursday, January 12, 2012 1:48:11 am Eygene Ryabinkin wrote: > Author: rea (ports committer) > Date: Thu Jan 12 06:48:11 2012 > New Revision: 230007 > URL: http://svn.freebsd.org/changeset/base/230007 > > Log: > rc.d: document 'quiet' prefix and fix dhclient/devd interaction > > Documen

Re: svn commit: r229981 - in head/sys: conf dev/sound/pci gnu/dev/sound/pci modules/sound/driver/emu10kx

2012-01-12 Thread John Baldwin
On Wednesday, January 11, 2012 4:17:14 pm Pedro F. Giffuni wrote: > Author: pfg > Date: Wed Jan 11 21:17:14 2012 > New Revision: 229981 > URL: http://svn.freebsd.org/changeset/base/229981 > > Log: > Replace GPL'd headers in the emu10kx snd driver code. > > This uses the emuxkireg.h already

Re: svn commit: r229988 - head/lib/libutil

2012-01-12 Thread Bruce Evans
On Wed, 11 Jan 2012, Guy Helmer wrote: Log: Fix prototype formatting (indentation, long lines, and continued lines). Requested by bde. Thanks. This looks good. Here are a few more fixes (mostly prototype :ormatting, 2 lines struct member formatting and 1 and 1 missing underscore). % Inde

RE: svn commit: r229997 - in head: share/examples/scsi_target sys/amd64/conf sys/cam/ctl sys/cam/scsi sys/conf sys/dev/ata sys/dev/ciss sys/i386/conf sys/ia64/conf sys/sparc64/conf usr.bin usr.bin/ctl

2012-01-12 Thread Hans Petter Selasky
Hi,   Does the cam target layer support attach/detach of logical units?   Can it be used with USB target mode?   --HPS   -Original message- To:src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src-head@freebsd.org; From:Kenneth D. Merry Sent:Thu 12-01-2012 01:35 Subject:svn