Author: avg
Date: Sat Jun 4 07:02:06 2011
New Revision: 222670
URL: http://svn.freebsd.org/changeset/base/222670
Log:
opensolaris compat / zfs: avoid early overflow in ddi_get_lbolt*
Reported by: David P. Discher
Tested by:will
Reviewed by: art
Discussed with: dwhite
M
Author: imp
Date: Sat Jun 4 07:06:05 2011
New Revision: 222671
URL: http://svn.freebsd.org/changeset/base/222671
Log:
Add support for True IDE mode to the Octeon CF driver. This mode is
signalled when the attribute address for the CF is 0 in the octeon
sysinfo structure. In this mode, the
Author: adrian
Date: Sat Jun 4 08:24:58 2011
New Revision: 222672
URL: http://svn.freebsd.org/changeset/base/222672
Log:
Commit radar detection changes missed by my previous commit.
Modified:
head/sys/dev/ath/ath_dfs/null/dfs_null.c
Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c
===
Author: andreast
Date: Sat Jun 4 09:19:53 2011
New Revision: 222673
URL: http://svn.freebsd.org/changeset/base/222673
Log:
Replace the FCU_ZERO_C_TO_K with the ZERO_C_TO_K from powermac_thermal.h.
Approved by: nwhitehorn (mentor)
Modified:
head/sys/dev/iicbus/ds1775.c
Modified: head/s
Author: andreast
Date: Sat Jun 4 09:23:54 2011
New Revision: 222674
URL: http://svn.freebsd.org/changeset/base/222674
Log:
- Improve error handling.
- Add a retry loop for the i2c sensor reading.
- Check on busy status of the chip and on invalid values.
- Fix a typo in a comment.
- Repl
Author: andreast
Date: Sat Jun 4 09:25:59 2011
New Revision: 222675
URL: http://svn.freebsd.org/changeset/base/222675
Log:
- Improve error handling.
- Add retry loops for the i2c read/write functions.
Approved by: nwhitehorn (mentor)
Modified:
head/sys/powerpc/powermac/fcu.c
Modifie
Hi,
sorry for the delay.
On 29.05.11 17:10, Henrik Brix Andersen wrote:
Hi,
On May 29, 2011, at 16:25, Andreas Tobler wrote:
Author: andreast
Date: Sun May 29 14:25:42 2011
New Revision: 222449
URL: http://svn.freebsd.org/changeset/base/222449
Log:
Add a new driver, the ad7417, to read tem
Hi,
On Jun 4, 2011, at 11:45, Andreas Tobler wrote:
> The chip itself is not PowerMac specific. It contains four times the
> functionality of the ad7418 which is already in there. (dev/iicbus)
>
> The ofw is only needed to detect the chip and to wire the sensor place to the
> right fan property
If we are "fixing" this, what about following pjd's rules and moving in
direction vendor code (reducing diff)? Or is it too expensive?
If that way:
a) the nsec_per_tick is defined in vendor code
"usr/src/uts/common/conf/param.c".
Maybe we should define it at least in
sys/cddl/compat/opensolaris/
Author: jilles
Date: Sat Jun 4 11:28:42 2011
New Revision: 222676
URL: http://svn.freebsd.org/changeset/base/222676
Log:
sh: Honour -n while processing -c string.
Added:
head/tools/regression/bin/sh/execution/set-n4.0 (contents, props changed)
Modified:
head/bin/sh/eval.c
Modified: head
Author: bschmidt
Date: Sat Jun 4 11:43:09 2011
New Revision: 222679
URL: http://svn.freebsd.org/changeset/base/222679
Log:
The firmware of 4965 series adapters seems to die while trying to send
probe requests at 1Mbps while being associated on a 5GHz channel. Sending
those at 6Mbps does wor
Author: bschmidt
Date: Sat Jun 4 11:56:20 2011
New Revision: 222680
URL: http://svn.freebsd.org/changeset/base/222680
Log:
Only consider QoS frames for TX packet aggregation.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
Author: bz
Date: Sat Jun 4 12:51:22 2011
New Revision: 222681
URL: http://svn.freebsd.org/changeset/base/222681
Log:
Fix resolv.conf search list creation:
1) do not print out an empty "search ", things do not like it.
2) the search list is not comma separated.
Sponsored by: The FreeBSD
Author: bschmidt
Date: Sat Jun 4 14:28:09 2011
New Revision: 222682
URL: http://svn.freebsd.org/changeset/base/222682
Log:
Data frames sent over the mgmt path might be part of a TX aggr session
too. In that case don't fiddle with the seqno as drivers are supposed
to handle that.
Curren
Hi,
I'm seeing a panic when I start natd, which I suspect is related to this
commit:
panic: Lock pcbinfohash not exclusively locked @
/usr/src/sys/netinet/in_pcb.c:323
Backtrace:
panic() ...
_rw_assert() at _rw_assert+0x18d
in_pcbbind() at in_pcbbind+0xf5
div_bind() at div_bind+0xb9
sobind() at
Author: bschmidt
Date: Sat Jun 4 15:05:32 2011
New Revision: 222683
URL: http://svn.freebsd.org/changeset/base/222683
Log:
Certain adapters have HT40 support on some but not all channels. The
Intel 4965 devices for example have HT40 on 2GHz completely disabled
but it is still supported for
Author: jilles
Date: Sat Jun 4 15:05:52 2011
New Revision: 222684
URL: http://svn.freebsd.org/changeset/base/222684
Log:
sh: Reduce more needless differences between error messages.
Modified:
head/bin/sh/alias.c
head/bin/sh/input.c
head/bin/sh/jobs.c
head/bin/sh/main.c
head/tools/reg
stof:
Thanks for the detailed report, and yes, it looks like that is exactly what is
required. Could you try the attached patch?
Robert
20110604-divert-fix.diff
Description: Binary data
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org
Author: andreast
Date: Sat Jun 4 15:17:35 2011
New Revision: 222686
URL: http://svn.freebsd.org/changeset/base/222686
Log:
Add new fan controller driver for the G4 MDD PowerMac. Submitted and tested
by Justin Hibbits.
Approved by: nwhitehorn (mentor)
Added:
head/sys/powerpc/powermac/
Author: bschmidt
Date: Sat Jun 4 15:22:01 2011
New Revision: 222687
URL: http://svn.freebsd.org/changeset/base/222687
Log:
Enable HT40 (40MHz channel width) support.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
=
Author: sobomax
Date: Sat Jun 4 16:01:30 2011
New Revision: 222688
URL: http://svn.freebsd.org/changeset/base/222688
Log:
Read from the socket using the same max buffer size as we use while
sending. What happens otherwise is that the sender splits all the
traffic into 32k chunks, while the
Author: rwatson
Date: Sat Jun 4 16:25:12 2011
New Revision: 222689
URL: http://svn.freebsd.org/changeset/base/222689
Log:
Add a very simple IPDIVERT test, which creates IP divert sockets and
checks for collision/non-collision properties in binding them. This
test would have identified a bu
Author: rwatson
Date: Sat Jun 4 16:26:02 2011
New Revision: 222690
URL: http://svn.freebsd.org/changeset/base/222690
Log:
IP divert sockets use their inpcbinfo for port reservation, although not
for lookup. I missed its call to in_pcbbind() when preparing previous
patches, which would lead
On Sat, 4 Jun 2011, Kristof Provost wrote:
I'm seeing a panic when I start natd, which I suspect is related to this
commit:
And, I believe now fixed in the just-committed r222690. My suggestion is that
people running -CURRENT should generally keep INVARIANTS and WITNESS on --
they introduc
Author: rwatson
Date: Sat Jun 4 16:33:06 2011
New Revision: 222691
URL: http://svn.freebsd.org/changeset/base/222691
Log:
Add _mbuf() variants of various inpcb-related interfaces, including lookup,
hash install, etc. For now, these are arguments are unused, but as we add
RSS support, we wi
On Jun 4, 2011, at 4:01 PM, Maxim Sobolev wrote:
> Author: sobomax
> Date: Sat Jun 4 16:01:30 2011
> New Revision: 222688
> URL: http://svn.freebsd.org/changeset/base/222688
>
> Log:
> Read from the socket using the same max buffer size as we use while
> sending. What happens otherwise is tha
On 6/4/2011 9:33 AM, Bjoern A. Zeeb wrote:
I don't know about the hast internal protocol but the above reads kind of
wrong to me.
Hmm, not sure what exactly is wrong? Sender does 3 writes to the TCP
socket - 32k, 32k and 1071 bytes, while receiver does one
recv(MSG_WAITALL) with the size of 6
Author: hselasky
Date: Sat Jun 4 20:40:24 2011
New Revision: 222696
URL: http://svn.freebsd.org/changeset/base/222696
Log:
Rename recently added USB serial driver.
Suggested by: YongHyeon PYUN
MFC after:7 days
Added:
head/share/man/man4/umcs.4
- copied, changed from r222578,
Author: jilles
Date: Sat Jun 4 21:59:55 2011
New Revision: 222697
URL: http://svn.freebsd.org/changeset/base/222697
Log:
find: Exit if there is an unknown option.
Ignoring the parameter with the unknown options is unlikely to be what was
intended.
Example:
find -n .
Note th
Author: jilles
Date: Sat Jun 4 22:19:00 2011
New Revision: 222699
URL: http://svn.freebsd.org/changeset/base/222699
Log:
sh: Improve error message if the script cannot be opened.
Avoid ": cannot open : ...".
Modified:
head/bin/sh/options.c
Modified: head/bin/sh/options.c
==
On 2011-06-04 17:27:56 (+0100), Robert Watson wrote:
>
> On Sat, 4 Jun 2011, Kristof Provost wrote:
>
> >I'm seeing a panic when I start natd, which I suspect is related
> >to this commit:
>
> And, I believe now fixed in the just-committed r222690. My
> suggestion is that people running -CURRE
Author: np
Date: Sat Jun 4 23:31:33 2011
New Revision: 222701
URL: http://svn.freebsd.org/changeset/base/222701
Log:
Allow lazy fill up of freelists.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/adapter.h
===
Author: rwatson
Date: Sat Jun 4 23:31:41 2011
New Revision: 222702
URL: http://svn.freebsd.org/changeset/base/222702
Log:
Allocate four bits from the mbuf flags field to represent the hash
type of a software- or hardware-generated hash held in the
mbuf.m_pkthdr.flowid field, and provide acc
Author: np
Date: Sat Jun 4 23:36:19 2011
New Revision: 222703
URL: http://svn.freebsd.org/changeset/base/222703
Log:
Cause backpressure (instead of dropping frames) on congestion.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
===
Author: adrian
Date: Sun Jun 5 03:33:46 2011
New Revision: 222707
URL: http://svn.freebsd.org/changeset/base/222707
Log:
Add a missing call to sync the DMAed buffer before the radar event data is
extracted.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
===
35 matches
Mail list logo