Author: edwin
Date: Mon Jan 31 09:22:49 2011
New Revision: 218122
URL: http://svn.freebsd.org/changeset/base/218122
Log:
MFV of tzdata2011a, r218120
- Cleanup rules for Australia/South_Australia (nothing changed)
- Add historical information for Honolulu.
Modified:
head/contrib/tzdata/
On Mon, Jan 31, 2011 at 07:47:28AM +, Maxim Konovalov wrote:
> Author: maxim
> Date: Mon Jan 31 07:47:28 2011
> New Revision: 218119
> URL: http://svn.freebsd.org/changeset/base/218119
>
> Log:
> o Add user 'hast'.
Thanks.
--
Pawel Jakub Dawidek http://www.wheelsyste
Author: mm
Date: Mon Jan 31 10:57:54 2011
New Revision: 218127
URL: http://svn.freebsd.org/changeset/base/218127
Log:
Add xz(1) support to newsyslog.
Rewrite and simplify logfile compression code.
Approved by: gad
MFC after:3 weeks
Modified:
head/usr.sbin/newsyslog/newsyslog.8
Author: mm
Date: Mon Jan 31 11:30:26 2011
New Revision: 218128
URL: http://svn.freebsd.org/changeset/base/218128
Log:
Use correct alphabetical order for xz(1) in SEE ALSO section
of newsyslog manpages.
Reported by: maxim
MFC after:3 weeks
Modified:
head/usr.sbin/newsyslog/newsys
Author: rrs
Date: Mon Jan 31 11:50:11 2011
New Revision: 218129
URL: http://svn.freebsd.org/changeset/base/218129
Log:
More ECN fixes:
1) We now remove ECN-Nonce since it will no longer continue as a I-D
2) Eliminate last_tsn_echo, this tied us to an assoc not the net
and thus we were n
On Sat, 2011-01-29 at 00:53 +, Andrew Turner wrote:
> Author: andrew
> Date: Sat Jan 29 00:53:58 2011
> New Revision: 218055
> URL: http://svn.freebsd.org/changeset/base/218055
>
> Log:
> Use bus space functions rather than inw/outw
> to help a future port of the driver to ARM.
>
> Ap
Author: imp
Date: Mon Jan 31 15:17:47 2011
New Revision: 218130
URL: http://svn.freebsd.org/changeset/base/218130
Log:
Move the architecture guessing from Makefile.inc1 to Makefile. We
need to do this because variables specified on the command line
override those specified in the Makefile.
Author: adrian
Date: Mon Jan 31 15:42:42 2011
New Revision: 218131
URL: http://svn.freebsd.org/changeset/base/218131
Log:
Don't incorrectly set the burst duration setting in the TX descriptor.
After inspecting the ath9k source, it seems the AR5416 and later MACs
don't take an explicit RTS
Author: pjd
Date: Mon Jan 31 15:52:00 2011
New Revision: 218132
URL: http://svn.freebsd.org/changeset/base/218132
Log:
Rename pjdlog_verify() to pjdlog_abort() as it better describes what the
the function does and mark it with __dead2.
MFC after:1 week
Modified:
head/sbin/hastd/pjd
Author: pjd
Date: Mon Jan 31 18:32:17 2011
New Revision: 218138
URL: http://svn.freebsd.org/changeset/base/218138
Log:
- Use pjdlog for assertions and aborts as this will log assert/abort message
to syslog if we run in background.
- Asserts in proto.c that method we want to call is impleme
Author: pjd
Date: Mon Jan 31 18:35:17 2011
New Revision: 218139
URL: http://svn.freebsd.org/changeset/base/218139
Log:
Implement two new functions for sending descriptor and receving descriptor
over UNIX domain sockets and socket pairs.
This is in preparation for capsicum.
MFC after:
Author: jfv
Date: Mon Jan 31 18:41:52 2011
New Revision: 218140
URL: http://svn.freebsd.org/changeset/base/218140
Log:
Support for the new DH89xxCC PCH chipset including:
- SATA controller
- Watchdog timer
- SMBus controller
Modified:
head/sys/dev/ahci/ahci.c
head/sy
Author: yongari
Date: Mon Jan 31 20:00:43 2011
New Revision: 218141
URL: http://svn.freebsd.org/changeset/base/218141
Log:
alc_rev was used without initialization such that it failed to
apply AR8152 v1.0 specific initialization code. Fix this bug by
explicitly reading PCI device revision id
On Mon, Jan 31, 2011 at 12:34:17PM +, Gavin Atkinson wrote:
> On Sat, 2011-01-29 at 00:53 +, Andrew Turner wrote:
> > Author: andrew
> > Date: Sat Jan 29 00:53:58 2011
> > New Revision: 218055
> > URL: http://svn.freebsd.org/changeset/base/218055
> >
> > Log:
> > Use bus space functions
Author: dougb
Date: Mon Jan 31 21:03:08 2011
New Revision: 218142
URL: http://svn.freebsd.org/changeset/base/218142
Log:
Let rpcbind clean up after itself
Modified:
head/etc/rc.d/rpcbind
Modified: head/etc/rc.d/rpcbind
=
Author: adrian
Date: Mon Jan 31 22:44:28 2011
New Revision: 218145
URL: http://svn.freebsd.org/changeset/base/218145
Log:
Enable AMPDU reorder processing and receiving BAR frames when doing 802.11n.
Obtained from:rpaulo@
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev
Author: adrian
Date: Mon Jan 31 22:45:14 2011
New Revision: 218146
URL: http://svn.freebsd.org/changeset/base/218146
Log:
Remove the now unneeded XXX.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
=
Author: pjd
Date: Mon Jan 31 23:08:26 2011
New Revision: 218147
URL: http://svn.freebsd.org/changeset/base/218147
Log:
Until I fix the build on ia64 comment out problematic lines.
Those lines are part of the (for now) unused functions.
Modified:
head/sbin/hastd/proto_common.c
Modified: hea
Author: pjd
Date: Mon Jan 31 23:46:36 2011
New Revision: 218148
URL: http://svn.freebsd.org/changeset/base/218148
Log:
Fix build on ia64.
I found no way how to use CMSG_NXTHDR() macro on ia64 without alignment
warnings.
MFC after:1 week
Modified:
head/sbin/hastd/proto_common.c
Author: jfv
Date: Tue Feb 1 01:05:11 2011
New Revision: 218149
URL: http://svn.freebsd.org/changeset/base/218149
Log:
Support for the new Patsburg PCH chipset:
- SMBus Controller
- SATA Controller
- HD Audio Controller
- Watchdog Controller
Thanks to Seth Heasle
Author: adrian
Date: Tue Feb 1 03:51:35 2011
New Revision: 218150
URL: http://svn.freebsd.org/changeset/base/218150
Log:
Add a new capability which reports the number of spatial streams a device
supports.
The higher levels (net80211, if_ath, ath_rate) need this to make correct
choices a
Author: adrian
Date: Tue Feb 1 04:39:15 2011
New Revision: 218151
URL: http://svn.freebsd.org/changeset/base/218151
Log:
Add TX/RX chainmask info to if_ath - this is needed for the 11n TX rate
series.
Modified:
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev/ath/if_athvar.h
===
Author: lstewart
Date: Tue Feb 1 06:17:00 2011
New Revision: 218152
URL: http://svn.freebsd.org/changeset/base/218152
Log:
Import a clean-room implementation of the VEGAS congestion control algorithm
based on the paper "TCP Vegas: end to end congestion avoidance on a global
internet" by Bra
Author: lstewart
Date: Tue Feb 1 06:42:46 2011
New Revision: 218153
URL: http://svn.freebsd.org/changeset/base/218153
Log:
Import a clean-room implementation of the Hamilton-Delay (HD) congestion
control
algorithm based on the paper "A strategy for fair coexistence of loss and
delay-based
Author: adrian
Date: Tue Feb 1 06:59:44 2011
New Revision: 218154
URL: http://svn.freebsd.org/changeset/base/218154
Log:
* Add a rather hacky "does this speak the 11n TX descriptor format"
function; which will be later used by the TX path to determine
whether to use the extended feature
Author: lstewart
Date: Tue Feb 1 07:05:14 2011
New Revision: 218155
URL: http://svn.freebsd.org/changeset/base/218155
Log:
Import an implementation of the CAIA-Hamilton-Delay (CHD) congestion control
algorithm described in the paper "Improved coexistence and loss tolerance for
delay based T
Author: lstewart
Date: Tue Feb 1 07:10:13 2011
New Revision: 218156
URL: http://svn.freebsd.org/changeset/base/218156
Log:
Fix typo in comment: "course" -> "coarse"
Sponsored by: FreeBSD Foundation
Submitted by: jmallett
MFC after:3 months
X-MFC with: r218152
Modified:
head/
Author: adrian
Date: Tue Feb 1 07:50:26 2011
New Revision: 218157
URL: http://svn.freebsd.org/changeset/base/218157
Log:
Refator the common code which calculates the 802.11g protection duration.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_ath_tx.c
==
Author: pjd
Date: Tue Feb 1 07:58:43 2011
New Revision: 218158
URL: http://svn.freebsd.org/changeset/base/218158
Log:
Do not set socket send and receive buffer. It will be auto-tuned.
Confirmed by: rwatson
MFC after:1 week
Modified:
head/sbin/hastd/proto_tcp4.c
Modified: head/sbi
29 matches
Mail list logo