Author: adrian
Date: Wed May 18 07:20:30 2011
New Revision: 222049
URL: http://svn.freebsd.org/changeset/base/222049
Log:
Modify the sample rate control algorithm to only select/sample HT
rates for HT nodes.
Modified:
head/sys/dev/ath/ath_rate/sample/sample.c
Modified: head/sys/dev/ath/ath
Author: mm
Date: Wed May 18 07:37:02 2011
New Revision: 222050
URL: http://svn.freebsd.org/changeset/base/222050
Log:
Restore old (v15) behaviour for a recursive snapshot destroy.
(zfs destroy -r pool/dataset@snapshot)
To destroy all descendent snapshots with the same name the top level
Author: avg
Date: Wed May 18 07:40:12 2011
New Revision: 222051
URL: http://svn.freebsd.org/changeset/base/222051
Log:
usb: change to one-pass probing of device drivers
This brings USB bus more in line with how newbus is supposed to be used.
Also, because of the two-pass probing the follo
Author: pluknet
Date: Wed May 18 10:04:54 2011
New Revision: 222053
URL: http://svn.freebsd.org/changeset/base/222053
Log:
Release allocated memory in procstat_close().
Reviewed by: stass
Modified:
head/lib/libprocstat/libprocstat.c
Modified: head/lib/libprocstat/libprocstat.c
On Wednesday 18 May 2011 09:40:12 Andriy Gapon wrote:
> Author: avg
> Date: Wed May 18 07:40:12 2011
> New Revision: 222051
> URL: http://svn.freebsd.org/changeset/base/222051
>
> Log:
> usb: change to one-pass probing of device drivers
>
> This brings USB bus more in line with how newbus is
Author: adrian
Date: Wed May 18 11:28:23 2011
New Revision: 222054
URL: http://svn.freebsd.org/changeset/base/222054
Log:
This isn't needed any longer, it's defined in ah_internal.h.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_res
On Wed, May 18, 2011 at 4:20 AM, Hans Petter Selasky
wrote:
> On Wednesday 18 May 2011 09:40:12 Andriy Gapon wrote:
>> Author: avg
>> Date: Wed May 18 07:40:12 2011
>> New Revision: 222051
>> URL: http://svn.freebsd.org/changeset/base/222051
>>
>> Log:
>> usb: change to one-pass probing of devic
Author: avg
Date: Wed May 18 11:38:36 2011
New Revision: 222055
URL: http://svn.freebsd.org/changeset/base/222055
Log:
usb: fix a missed use of use_generic in r222051
Submitted by: gcooper
Pointyhat to: avg
MFC after:1 month
X-MFC with: r222051
Modified:
head/sys/netgraph/blu
on 18/05/2011 14:32 Garrett Cooper said the following:
> On Wed, May 18, 2011 at 4:20 AM, Hans Petter Selasky
> wrote:
>> Looks like you missed ng_ubt.c. Just do a "grep -r" for the replaced fields.
I thought I did, but...
Thank you for the report.
> The patch I sent offline to you guys was
Author: ru
Date: Wed May 18 14:02:33 2011
New Revision: 222056
URL: http://svn.freebsd.org/changeset/base/222056
Log:
r221933 vanished support for "nocto" in boot.nfsroot.options loader
tunable; fix it by redoing a merge of r221436.
Modified:
stable/8/sys/nfs/nfs_diskless.c
Modified: stabl
Author: ae
Date: Wed May 18 16:07:24 2011
New Revision: 222064
URL: http://svn.freebsd.org/changeset/base/222064
Log:
MFC r221433:
When checking existence of providers skip those which are orphaned.
PR: kern/132273
Modified:
stable/8/sys/geom/label/g_label.c
Directory Prope
Author: attilio
Date: Wed May 18 16:07:30 2011
New Revision: 222065
URL: http://svn.freebsd.org/changeset/base/222065
Log:
Merge part of r221322 from largeSMP project:
Sync XEN support with i386 about the usage of ipi_send_cpu()
Tested by:pluknet
MFC after:2 weeks
Modified:
h
Author: ae
Date: Wed May 18 16:28:28 2011
New Revision: 222067
URL: http://svn.freebsd.org/changeset/base/222067
Log:
MFC r221433:
When checking existence of providers skip those which are orphaned.
PR: kern/132273
Modified:
stable/7/sys/geom/label/g_label.c
Directory Prope
On May 14, 2011, at 6:22 PM, Michael Tuexen wrote:
> Author: tuexen
> Date: Sat May 14 18:22:14 2011
> New Revision: 221904
> URL: http://svn.freebsd.org/changeset/base/221904
>
> Log:
> Fix the source address selection for boundall sockets
> when sending INITs to a global IPv4 address having
Author: attilio
Date: Wed May 18 16:41:38 2011
New Revision: 222068
URL: http://svn.freebsd.org/changeset/base/222068
Log:
Fix newly introduced code.
Reported by: sbruno
Modified:
head/sys/powerpc/booke/platform_bare.c
Modified: head/sys/powerpc/booke/platform_bare.c
==
Author: attilio
Date: Wed May 18 16:42:01 2011
New Revision: 222069
URL: http://svn.freebsd.org/changeset/base/222069
Log:
Fix warning spit out.
Reported by: sbruno
Modified:
head/sys/powerpc/booke/pmap.c
Modified: head/sys/powerpc/booke/pmap.c
=
Author: attilio
Date: Wed May 18 16:50:13 2011
New Revision: 222070
URL: http://svn.freebsd.org/changeset/base/222070
Log:
Revert r222069,222068 as they were intended to be committed to the
largeSMP branch.
Reported by: pluknet
Modified:
head/sys/powerpc/booke/platform_bare.c
head/s
Author: imp
Date: Wed May 18 17:06:11 2011
New Revision: 222072
URL: http://svn.freebsd.org/changeset/base/222072
Log:
Clean up a loose end from the conversion from gnu ar/ranlib to the BSD
one. Without this, we don't have ar or randlib in the tool path,
leading to much pain for some users.
Author: nwhitehorn
Date: Wed May 18 17:39:28 2011
New Revision: 222074
URL: http://svn.freebsd.org/changeset/base/222074
Log:
As requested by many people, with final prodding from Jason Hall, fix this
so that running make release causes make obj to be run before doing
anything. This fixes a
Author: rmacklem
Date: Wed May 18 18:36:40 2011
New Revision: 222075
URL: http://svn.freebsd.org/changeset/base/222075
Log:
Add a sanity check for the existence of an "addr" option
to both NFS clients. This avoids the crash reported by
Sergey Kandaurov (pluk...@gmail.com) to the freebsd-fs@
Author: tuexen
Date: Wed May 18 19:49:39 2011
New Revision: 222077
URL: http://svn.freebsd.org/changeset/base/222077
Log:
Unbreak INET-less build.
Reported by bz@
MFC after: 1 week
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
=
On May 18, 2011, at 7:49 PM, Michael Tuexen wrote:
> Author: tuexen
> Date: Wed May 18 19:49:39 2011
> New Revision: 222077
> URL: http://svn.freebsd.org/changeset/base/222077
>
> Log:
> Unbreak INET-less build.
> Reported by bz@
Thanks a lot!
> MFC after: 1 week
>
> Modified:
> head/sys/
Hi Bjoern,
fixed in http://svn.freebsd.org/changeset/base/222077
Thanks for reporting it.
Best regards
Michael
On May 18, 2011, at 6:35 PM, Bjoern A. Zeeb wrote:
>
> On May 14, 2011, at 6:22 PM, Michael Tuexen wrote:
>
>> Author: tuexen
>> Date: Sat May 14 18:22:14 2011
>> New Revision: 22190
Author: jpaetzel
Date: Wed May 18 20:29:07 2011
New Revision: 222078
URL: http://svn.freebsd.org/changeset/base/222078
Log:
Extracting optional components requires mounting devfs
Submitted by: Kris Moore
Approved by: kib (mentor)
Sponsored by: iXsystems
Modified:
head/usr.sbin/pc-s
Author: jpaetzel
Date: Wed May 18 20:38:28 2011
New Revision: 222079
URL: http://svn.freebsd.org/changeset/base/222079
Log:
Wipeout the end of disks, home to things like gmirror metadata, backup GPT
tables,
and other potential evil.
Submitted by: Kris Moore
Approved by: kib (mentor)
On Wed, May 18, 2011 at 1:29 PM, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Wed May 18 20:29:07 2011
> New Revision: 222078
> URL: http://svn.freebsd.org/changeset/base/222078
>
> Log:
> Extracting optional components requires mounting devfs
>
> Submitted by: Kris Moore
> Approved by: kib
Author: benl
Date: Wed May 18 20:52:52 2011
New Revision: 222080
URL: http://svn.freebsd.org/changeset/base/222080
Log:
Fix clang warnings.
Note: these were actually bugs (printf with no format string).
Approved by: philip (mentor)
Modified:
head/usr.bin/rpcgen/rpc_hout.c
head/usr
Author: benl
Date: Wed May 18 20:57:23 2011
New Revision: 222081
URL: http://svn.freebsd.org/changeset/base/222081
Log:
Fix clang warning (why is there nowhere yyparse() is declared?).
Approved by: philip (mentor)
Modified:
head/crypto/heimdal/lib/sl/slc-gram.y
Modified: head/crypto/he
Author: benl
Date: Wed May 18 21:00:27 2011
New Revision: 222082
URL: http://svn.freebsd.org/changeset/base/222082
Log:
Fix clang warnings.
Approved by: philip (mentor)
Modified:
head/contrib/gcc/genmodes.c
Modified: head/contrib/gcc/genmodes.c
=
Author: benl
Date: Wed May 18 21:04:29 2011
New Revision: 222083
URL: http://svn.freebsd.org/changeset/base/222083
Log:
Fix clang warnings.
Note: possible minor security issues fixed (untrusted string used as
printf format string).
Approved by: philip (mentor)
Modified:
head/cont
Author: benl
Date: Wed May 18 21:06:20 2011
New Revision: 222084
URL: http://svn.freebsd.org/changeset/base/222084
Log:
Fix clang warnings.
Approved by: philip (mentor)
Modified:
head/contrib/gperf/src/gen-perf.cc
head/contrib/gperf/src/key-list.cc
head/contrib/gperf/src/options.cc
On Wed, May 18, 2011 at 08:38:29PM +, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Wed May 18 20:38:28 2011
> New Revision: 222079
> URL: http://svn.freebsd.org/changeset/base/222079
>
> Log:
> Wipeout the end of disks, home to things like gmirror metadata, backup GPT
> tables,
> and ot
On Wed, May 18, 2011 at 09:06:20PM +, Ben Laurie wrote:
> Author: benl
> Date: Wed May 18 21:06:20 2011
> New Revision: 222084
> URL: http://svn.freebsd.org/changeset/base/222084
>
> Log:
> Fix clang warnings.
>
> Approved by:philip (mentor)
[...]
> -fprintf (stderr,
On 2011-05-18 23:16, Pawel Jakub Dawidek wrote:
On Wed, May 18, 2011 at 09:06:20PM +, Ben Laurie wrote:
Author: benl
Date: Wed May 18 21:06:20 2011
New Revision: 222084
URL: http://svn.freebsd.org/changeset/base/222084
Log:
Fix clang warnings.
Approved by: philip (mentor)
[...]
-
On 2011-05-18 22:52, Ben Laurie wrote:
Author: benl
Date: Wed May 18 20:52:52 2011
New Revision: 222080
URL: http://svn.freebsd.org/changeset/base/222080
Log:
Fix clang warnings.
Note: these were actually bugs (printf with no format string).
On 2011-05-18 22:52, Ben Laurie wrote:
Autho
On Wed, May 18, 2011 at 2:31 PM, Dimitry Andric wrote:
> On 2011-05-18 23:16, Pawel Jakub Dawidek wrote:
>>
>> On Wed, May 18, 2011 at 09:06:20PM +, Ben Laurie wrote:
>>>
>>> Author: benl
>>> Date: Wed May 18 21:06:20 2011
>>> New Revision: 222084
>>> URL: http://svn.freebsd.org/changeset/base
Author: np
Date: Wed May 18 22:09:04 2011
New Revision: 222085
URL: http://svn.freebsd.org/changeset/base/222085
Log:
- Enable per-channel congestion notification.
- Enable PCIe relaxed ordering for all egress queues and rx data buffers.
MFC after:3 days
Modified:
head/sys/dev/cxgb
Author: kib
Date: Wed May 18 22:36:58 2011
New Revision: 222086
URL: http://svn.freebsd.org/changeset/base/222086
Log:
The CDP_ACTIVE flag is cleared at the beginning of destroy_devl(),
and destroy_devl() drops dev_mtx. The protection against the race
with dev_rel(), introduced in r163328, s
Author: pjd
Date: Wed May 18 22:43:56 2011
New Revision: 222087
URL: http://svn.freebsd.org/changeset/base/222087
Log:
- Add support for AF_INET6 sockets for %S format character.
- Use inet_ntop(3) instead of reimplementing it.
- Use %hhu for unsigned char instead of casting it to unsigned i
On 05/18/11 17:12, Pawel Jakub Dawidek wrote:
On Wed, May 18, 2011 at 08:38:29PM +, Josh Paetzel wrote:
Author: jpaetzel
Date: Wed May 18 20:38:28 2011
New Revision: 222079
URL: http://svn.freebsd.org/changeset/base/222079
Log:
Wipeout the end of disks, home to things like gmirror metada
Author: rmacklem
Date: Thu May 19 01:35:52 2011
New Revision: 222088
URL: http://svn.freebsd.org/changeset/base/222088
Log:
MFC: r221467
Fix the new NFS client so that it handles the 64bit fields
that are now in "struct statfs" for NFSv3 and NFSv4. Since
the ffiles value is uint64_t on the
Author: rmacklem
Date: Thu May 19 01:56:46 2011
New Revision: 222089
URL: http://svn.freebsd.org/changeset/base/222089
Log:
MFC: r221473
Modify the NFS nfssvc(2) syscall so that it allows
anyone to get the statistics for the new NFS subsystem.
Modified:
stable/8/sys/nfs/nfs_nfssvc.c
Direc
42 matches
Mail list logo