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
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
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.
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
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
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
==
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
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
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
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/
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
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
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
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
=
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
==
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
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
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
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
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.
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
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,
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
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
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
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
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
--- 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.
>
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
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
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
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
==
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
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
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
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
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
37 matches
Mail list logo