Author: jkim
Date: Tue Nov 16 23:26:02 2010
New Revision: 215415
URL: http://svn.freebsd.org/changeset/base/215415
Log:
Restore CR0 after MTRR initialization for correctness sakes. There will be
no noticeable change because we enable caches before we enter here for both
BSP and AP cases. R
Author: jkim
Date: Tue Nov 16 22:44:58 2010
New Revision: 215414
URL: http://svn.freebsd.org/changeset/base/215414
Log:
Invalidate TLBs explicitly. r1.4 of sys/i386/i386/i686_mem.c removed this
code but probably it only worked by chance because modifying CR4.PGE bit
causes invlidation of en
This has apparently broken symlink generation. I thought I had tested
that locally. Grr.
In any case, I'll investigate this over the weekend. I have an exam tomorrow.
Thanks,
Adrian
On 13 November 2010 11:11, Adrian Chadd wrote:
>
> Author: adrian
> Date: Sat Nov 13 03:11:27 2010
> New Revisi
Author: adrian
Date: Tue Nov 16 22:23:20 2010
New Revision: 215413
URL: http://svn.freebsd.org/changeset/base/215413
Log:
Re-enable generating links.
Modified:
head/share/mk/bsd.crunchgen.mk
Modified: head/share/mk/bsd.crunchgen.mk
Author: adrian
Date: Tue Nov 16 22:22:16 2010
New Revision: 215412
URL: http://svn.freebsd.org/changeset/base/215412
Log:
.. and then notice that the list of mk files is ordered, and update to suit.
Modified:
head/share/mk/Makefile
Modified: head/share/mk/Makefile
===
Author: adrian
Date: Tue Nov 16 22:21:14 2010
New Revision: 215411
URL: http://svn.freebsd.org/changeset/base/215411
Log:
Add in forgotten install rule.
Modified:
head/share/mk/Makefile
Modified: head/share/mk/Makefile
=
Author: tuexen
Date: Tue Nov 16 22:16:38 2010
New Revision: 215410
URL: http://svn.freebsd.org/changeset/base/215410
Log:
Add an SCTP socket option to retrieve the number of timeouts
of an association.
MFC after: 3 days.
Modified:
head/sys/netinet/sctp.h
head/sys/netinet/sctp_uio.h
Author: gnn
Date: Tue Nov 16 20:39:52 2010
New Revision: 215409
URL: http://svn.freebsd.org/changeset/base/215409
Log:
Fix an error in our results printing.
Modified:
head/tools/tools/mctest/mctest.cc
Modified: head/tools/tools/mctest/mctest.cc
===
Author: yongari
Date: Tue Nov 16 20:38:41 2010
New Revision: 215408
URL: http://svn.freebsd.org/changeset/base/215408
Log:
MFC r215018-215020:
r215018:
Consistently use tab character instead of using space character.
No functional changes.
r215019:
Remove trailing white spaces
Author: yongari
Date: Tue Nov 16 20:36:52 2010
New Revision: 215407
URL: http://svn.freebsd.org/changeset/base/215407
Log:
MFC r215018-215020:
r215018:
Consistently use tab character instead of using space character.
No functional changes.
r215019:
Remove trailing white spaces
Author: yongari
Date: Tue Nov 16 20:34:00 2010
New Revision: 215406
URL: http://svn.freebsd.org/changeset/base/215406
Log:
MFC r215017,215025:
Follow the lead of vendor's interrupt moderation mechanism.
It seems RTL8169/RTL8168/RTL810xE has a kind of interrupt
moderation mechanism bu
Author: yongari
Date: Tue Nov 16 20:32:09 2010
New Revision: 215405
URL: http://svn.freebsd.org/changeset/base/215405
Log:
MFC r215017,215025:
Follow the lead of vendor's interrupt moderation mechanism.
It seems RTL8169/RTL8168/RTL810xE has a kind of interrupt
moderation mechanism bu
Author: yongari
Date: Tue Nov 16 20:27:01 2010
New Revision: 215404
URL: http://svn.freebsd.org/changeset/base/215404
Log:
MFC r214992:
Reduce spin wait time consumed in GMII register access routine.
There were a couple of attempts in the past to reduce it since it
took more than 1ms
Author: yongari
Date: Tue Nov 16 20:21:53 2010
New Revision: 215403
URL: http://svn.freebsd.org/changeset/base/215403
Log:
MFC r214992:
Reduce spin wait time consumed in GMII register access routine.
There were a couple of attempts in the past to reduce it since it
took more than 1ms
Author: luigi
Date: Tue Nov 16 17:44:09 2010
New Revision: 215402
URL: http://svn.freebsd.org/changeset/base/215402
Log:
sync with the version in HEAD -- use ${BINMAKE} built
by the toolchain and not the hosts's make
Modified:
stable/8/release/picobsd/build/picobsd
Modified: stable/8/relea
On Tue, 16 Nov 2010, Maxim Sobolev wrote:
Log:
MFC r207554:
Add new tunable 'net.link.ifqmaxlen' to set default send interface
queue length. The default value for this parameter is 50, which is
quite low for many of today's uses and the only way to modify this
parameter rig
Author: avg
Date: Tue Nov 16 15:53:44 2010
New Revision: 215401
URL: http://svn.freebsd.org/changeset/base/215401
Log:
zfs+sendfile: populate all requested pages, not just those already cached
kern_sendfile() uses vm_rdwr() to read-ahead blocks of data to populate
page cache. When sendfi
On 11/16/2010 5:11 AM, Dag-Erling Smørgrav wrote:
That's not going to fly.
Should be fixed in r215400. Sorry about that.
Regards,
--
Maksym Sobolyev
Sippy Software, Inc.
Internet Telephony (VoIP) Experts
T/F: +1-646-651-1110
Web: http://www.sippysoft.com
MSN: sa...@sippysoft.com
Skype: SippySo
On 11/15/2010 02:36 PM, Pyun YongHyeon wrote:
> On Mon, Nov 15, 2010 at 10:47:16AM -0600, Tom Judge wrote:
>> On 11/14/2010 06:11 PM, Alexander Motin wrote:
>>> Pyun YongHyeon wrote:
Author: yongari
Date: Sun Nov 14 23:37:43 2010
New Revision: 215327
URL: http://svn.freebsd.org/
Author: sobomax
Date: Tue Nov 16 15:02:53 2010
New Revision: 215400
URL: http://svn.freebsd.org/changeset/base/215400
Log:
Fix build problem introduced in r215368 MFC when IPX is enabled.
Submitted by: des
Modified:
stable/7/sys/netipx/ipx_input.c
Modified: stable/7/sys/netipx/ipx_input
Author: cognet
Date: Tue Nov 16 14:08:21 2010
New Revision: 215399
URL: http://svn.freebsd.org/changeset/base/215399
Log:
No need to include sys/systm.h twice.
Modified:
head/sys/kern/kern_rmlock.c
Modified: head/sys/kern/kern_rmlock.c
Maxim Sobolev writes:
> Index: freebsd/base/stable/7/sys/netipx/ipx_input.c
> ===
> --- freebsd/base/stable/7/sys/netipx/ipx_input.c(revision
> 215367)
> +++ freebsd/base/stable/7/sys/netipx/ipx_input.c(revision
> 2153
Author: avg
Date: Tue Nov 16 12:43:45 2010
New Revision: 215398
URL: http://svn.freebsd.org/changeset/base/215398
Log:
hwpstate: use CPU_FOREACH when binding to all available processors
Also, add a comment mentioning _PSD - on some systems it's enough to
put one logical CPU into a particu
Author: avg
Date: Tue Nov 16 12:30:47 2010
New Revision: 215397
URL: http://svn.freebsd.org/changeset/base/215397
Log:
fix misspelling in a comment
Reported by: Daniel Braniss
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Modified: h
On 16 November 2010 02:48, Luigi Rizzo wrote:
> On Tue, Nov 16, 2010 at 01:33:53AM +0100, Ivan Voras wrote:
>> On 15 November 2010 18:10, Luigi Rizzo wrote:
>>
>> > 2. [generic] passing pointers between userland and kernel
>> > requires remapping the pointer when going up or down.
>> > As the map
Author: lstewart
Date: Tue Nov 16 09:34:31 2010
New Revision: 215395
URL: http://svn.freebsd.org/changeset/base/215395
Log:
Make the CC framework more VIMAGE friendly by adding the machinery to allow
vnets to select their own default CC algorithm independent of each other and
the
base syste
Author: netchild
Date: Tue Nov 16 09:01:19 2010
New Revision: 215394
URL: http://svn.freebsd.org/changeset/base/215394
Log:
MFC r206081:
Fix some bogus values in linprocfs.
Submitted by: Petr Salinger
Verified on: GNU/kFreeBSD debian 8.0-1-686 (by submitter)
P
Author: lstewart
Date: Tue Nov 16 08:43:25 2010
New Revision: 215393
URL: http://svn.freebsd.org/changeset/base/215393
Log:
- Querying the default CC algo is more common than setting it and the function
is small, so there is no good reason not to declare the buffer at the top.
- Fix a w
Author: lstewart
Date: Tue Nov 16 08:30:39 2010
New Revision: 215392
URL: http://svn.freebsd.org/changeset/base/215392
Log:
Move protocol specific implementation detail out of the core CC framework.
Sponsored by: FreeBSD Foundation
Tested by:Mikolaj Golub
MFC after:11 weeks
X
29 matches
Mail list logo