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
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: 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: 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: 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 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: 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: 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: 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: 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
> On Sat, 2011-01-29 at 08:14 +, Alfred Perlstein wrote:
> > Author: alfred
> > Date: Sat Jan 29 08:14:47 2011
> > New Revision: 218060
> > URL: http://svn.freebsd.org/changeset/base/218060
> >
> > Log:
> > MFC: 'alfred' command.
> >
> > Modified:
> > stable/8/usr.sbin/portsnap/portsnap/p
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: 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: 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: 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: 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
=
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: 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
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: 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: 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: imp
Date: Mon Jan 31 17:57:53 2011
New Revision: 218137
URL: http://svn.freebsd.org/changeset/base/218137
Log:
MFC r216409: Note with sadness Dan Moschuk's passing
PR: misc/147479
Modified:
stable/8/usr.bin/calendar/calendars/calendar.freebsd
Directory Properties:
sta
Author: kensmith
Date: Mon Jan 31 17:42:31 2011
New Revision: 218136
URL: http://svn.freebsd.org/changeset/base/218136
Log:
Adjust package set for 8.2-RELEASE. Packages keep being removed due
to a 2Gb file limit in the FTP mirroring system that we hope to remove
before 8.3-RELEASE so I'm no
Author: kensmith
Date: Mon Jan 31 17:03:39 2011
New Revision: 218135
URL: http://svn.freebsd.org/changeset/base/218135
Log:
MFC r218134:
Update to reflect the package layout for 7.4-RELEASE.
Approved by: re (implicit)
Modified:
releng/7.4/release/scripts/package-split.py
Directo
Author: kensmith
Date: Mon Jan 31 16:58:33 2011
New Revision: 218134
URL: http://svn.freebsd.org/changeset/base/218134
Log:
Update to reflect the package layout for 7.4-RELEASE.
Modified:
stable/7/release/scripts/package-split.py
Modified: stable/7/release/scripts/package-split.py
==
Author: ae
Date: Mon Jan 31 16:20:28 2011
New Revision: 218133
URL: http://svn.freebsd.org/changeset/base/218133
Log:
MFC r188728 by pjd:
Document kern.geom.journal.* sysctls.
PR: docs/130548
Submitted by: Hywel Mallett
MFC r188729 by pjd:
Correct the year.
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: 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: 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.
On Sat, 2011-01-29 at 08:14 +, Alfred Perlstein wrote:
> Author: alfred
> Date: Sat Jan 29 08:14:47 2011
> New Revision: 218060
> URL: http://svn.freebsd.org/changeset/base/218060
>
> Log:
> MFC: 'alfred' command.
>
> Modified:
> stable/8/usr.sbin/portsnap/portsnap/portsnap.sh
Hi,
First
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: 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
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: 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: pluknet
Date: Mon Jan 31 10:18:42 2011
New Revision: 218126
URL: http://svn.freebsd.org/changeset/base/218126
Log:
MFC r218025:
Remove SuperH architecture from a comment.
Approved by: kib (mentor)
Modified:
stable/8/libexec/rtld-elf/rtld.c
Directory Properties:
stable/8/
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: edwin
Date: Mon Jan 31 09:30:56 2011
New Revision: 218125
URL: http://svn.freebsd.org/changeset/base/218125
Log:
MFC of 218122, tzdata2011a:
- Cleanup rules for Australia/South_Australia (nothing changed)
- Add historical information for Honolulu.
Modified:
stable/8/share/zonei
Author: edwin
Date: Mon Jan 31 09:30:25 2011
New Revision: 218124
URL: http://svn.freebsd.org/changeset/base/218124
Log:
MFC of 218122, tzdata2011a:
- Cleanup rules for Australia/South_Australia (nothing changed)
- Add historical information for Honolulu.
Modified:
stable/7/share/zonei
Author: edwin
Date: Mon Jan 31 09:29:51 2011
New Revision: 218123
URL: http://svn.freebsd.org/changeset/base/218123
Log:
MFC of 218122, tzdata2011a:
- Cleanup rules for Australia/South_Australia (nothing changed)
- Add historical information for Honolulu.
Modified:
stable/6/share/zonei
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/
Author: edwin
Date: Mon Jan 31 09:18:32 2011
New Revision: 218121
URL: http://svn.freebsd.org/changeset/base/218121
Log:
Tag of tzdata2011a
Added:
vendor/tzdata/tzdata2011a/
- copied from r218120, vendor/tzdata/dist/
___
svn-src-all@freebsd.org
Author: edwin
Date: Mon Jan 31 09:17:30 2011
New Revision: 218120
URL: http://svn.freebsd.org/changeset/base/218120
Log:
Vendor import of tzdata2011a:
- Cleanup rules for Australia/South_Australia (nothing changed)
- Add historical information for Honolulu.
Obtained from: ftp
42 matches
Mail list logo