Author: lstewart
Date: Tue Nov 16 07:57:56 2010
New Revision: 215391
URL: http://svn.freebsd.org/changeset/base/215391
Log:
On CC algorithm module unload, we walk the list of active TCP control blocks.
Any found to be using the algorithm that is about to go away are switched back
to NewReno
Author: brucec
Date: Tue Nov 16 07:55:36 2010
New Revision: 215390
URL: http://svn.freebsd.org/changeset/base/215390
Log:
MFC r215136:
Bump .Dd due to additions in r214279.
Modified:
stable/8/share/man/man4/ada.4
Directory Properties:
stable/8/share/man/man4/ (props changed)
Modifie
Author: brucec
Date: Tue Nov 16 07:53:14 2010
New Revision: 215389
URL: http://svn.freebsd.org/changeset/base/215389
Log:
MFC r214395:
Fix formatting.
Modified:
stable/8/share/man/man4/ada.4
Directory Properties:
stable/8/share/man/man4/ (props changed)
Modified: stable/8/share/man/
Author: brucec
Date: Tue Nov 16 07:51:35 2010
New Revision: 215388
URL: http://svn.freebsd.org/changeset/base/215388
Log:
MFC r214073:
Stop disallowing device nodes to be passed to camcontrol(8) since libcam
already allows both device names and nodes to be specified.
Modified:
stable/8
Author: brucec
Date: Tue Nov 16 07:47:43 2010
New Revision: 215387
URL: http://svn.freebsd.org/changeset/base/215387
Log:
MFC r214022:
Remove extra word, which looks like a left-over from a deleted sentence.
Modified:
stable/8/contrib/netcat/nc.1
Directory Properties:
stable/8/contrib/
Author: brucec
Date: Tue Nov 16 07:39:52 2010
New Revision: 215386
URL: http://svn.freebsd.org/changeset/base/215386
Log:
MFC r214021:
Fix grammar.
Modified:
stable/7/sys/dev/firewire/fwohci.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris
Author: brucec
Date: Tue Nov 16 07:38:26 2010
New Revision: 215385
URL: http://svn.freebsd.org/changeset/base/215385
Log:
MFC r214021:
Fix grammar.
Modified:
stable/8/sys/dev/firewire/fwohci.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (pr
Author: brucec
Date: Tue Nov 16 07:35:29 2010
New Revision: 215384
URL: http://svn.freebsd.org/changeset/base/215384
Log:
MFC r213763:
Use the RFC2606 domain example.com in examples.
Modified:
stable/7/usr.sbin/sysinstall/tcpip.c
Directory Properties:
stable/7/usr.sbin/sysinstall/ (p
Author: brucec
Date: Tue Nov 16 07:33:53 2010
New Revision: 215383
URL: http://svn.freebsd.org/changeset/base/215383
Log:
MFC r213763:
Use the RFC2606 domain example.com in examples.
Modified:
stable/8/usr.sbin/sysinstall/tcpip.c
Directory Properties:
stable/8/usr.sbin/sysinstall/ (p
Author: brucec
Date: Tue Nov 16 07:30:51 2010
New Revision: 215382
URL: http://svn.freebsd.org/changeset/base/215382
Log:
MFC r214381:
Add information about the values and default setting of the
kern.cam.ada.spindown_shutdown sysctl.
Modified:
stable/8/share/man/man4/ada.4
Directory Pr
Author: brucec
Date: Tue Nov 16 07:26:49 2010
New Revision: 215381
URL: http://svn.freebsd.org/changeset/base/215381
Log:
MFC r215239:
Memory stats are reported in bytes, not pages.
PR: docs/151283
Submitted by: Bas Smeelen
Modified:
stable/7/usr.bin/top/top.local.1
Directory P
Author: brucec
Date: Tue Nov 16 07:24:17 2010
New Revision: 215380
URL: http://svn.freebsd.org/changeset/base/215380
Log:
MFC r215239:
Memory stats are reported in bytes, not pages.
PR: docs/151283
Submitted by: Bas Smeelen
Modified:
stable/8/usr.bin/top/top.local.1
Directory P
Author: brucec
Date: Tue Nov 16 07:19:05 2010
New Revision: 215379
URL: http://svn.freebsd.org/changeset/base/215379
Log:
MFC r215263:
Add ftp4.se.freebsd.org to the set of mirrors.
PR: bin/150552
Submitted by: Niclas Zeising
Modified:
stable/7/usr.sbin/sysinstall/menus.c
Direc
Author: brucec
Date: Tue Nov 16 07:16:40 2010
New Revision: 215378
URL: http://svn.freebsd.org/changeset/base/215378
Log:
MFC r215263:
Add ftp4.se.freebsd.org to the set of mirrors.
PR: bin/150552
Submitted by: Niclas Zeising
Modified:
stable/8/usr.sbin/sysinstall/menus.c
Direc
Author: lstewart
Date: Tue Nov 16 07:09:05 2010
New Revision: 215377
URL: http://svn.freebsd.org/changeset/base/215377
Log:
cc_init() should only be run once on system boot, but with VIMAGE kernels it
runs on boot and each time a vnet jail is created. Running cc_init() multiple
times results
Author: alc
Date: Tue Nov 16 06:20:12 2010
New Revision: 215374
URL: http://svn.freebsd.org/changeset/base/215374
Log:
MFC r213455
Initialize KPTmap in locore so that vm86.c can call vtophys() (or really
pmap_kextract()) before pmap_bootstrap() is called.
Document the set of pmap
Author: alc
Date: Tue Nov 16 05:46:35 2010
New Revision: 215373
URL: http://svn.freebsd.org/changeset/base/215373
Log:
MFC r213455
Initialize KPTmap in locore so that vm86.c can call vtophys() (or really
pmap_kextract()) before pmap_bootstrap() is called.
Document the set of pmap
Author: alc
Date: Tue Nov 16 05:06:20 2010
New Revision: 215372
URL: http://svn.freebsd.org/changeset/base/215372
Log:
MFC r214938
Eliminate a possible race between pmap_pinit() and pmap_kenter_pde() on
superpage promotion or demotion.
Micro-optimize pmap_kenter_pde().
Modified:
Author: alc
Date: Tue Nov 16 05:01:27 2010
New Revision: 215371
URL: http://svn.freebsd.org/changeset/base/215371
Log:
MFC r214938
Eliminate a possible race between pmap_pinit() and pmap_kenter_pde() on
superpage promotion or demotion.
Micro-optimize pmap_kenter_pde().
Modified:
Author: alc
Date: Tue Nov 16 04:51:07 2010
New Revision: 215370
URL: http://svn.freebsd.org/changeset/base/215370
Log:
MFC r214953
In case the stack size reaches its limit and its growth must be
restricted, ensure that grow_amount is a multiple of the page size.
Otherwise, the kernel
Author: alc
Date: Tue Nov 16 04:40:27 2010
New Revision: 215369
URL: http://svn.freebsd.org/changeset/base/215369
Log:
MFC r214953
In case the stack size reaches its limit and its growth must be
restricted, ensure that grow_amount is a multiple of the page size.
Otherwise, the kernel
Author: sobomax
Date: Tue Nov 16 04:40:03 2010
New Revision: 215368
URL: http://svn.freebsd.org/changeset/base/215368
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
Author: nwhitehorn
Date: Tue Nov 16 03:43:06 2010
New Revision: 215367
URL: http://svn.freebsd.org/changeset/base/215367
Log:
Make drm(4) build, if not work reliably, on PowerPC.
Modified:
head/sys/dev/drm/drmP.h
head/sys/dev/drm/drm_agpsupport.c
head/sys/dev/drm/drm_drv.c
head/sys/dev/
Author: bz
Date: Tue Nov 16 03:20:57 2010
New Revision: 215366
URL: http://svn.freebsd.org/changeset/base/215366
Log:
MFC r214565:
Announce IPsec if available for feature_present(3) checks.
Modified:
stable/7/sys/netipsec/ipsec.c
Directory Properties:
stable/7/sys/ (props changed)
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 mapping would be application specific, i don't
> > see m
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 mapping would be application specific, i don't
> see much use in allowing room for a pointer without kernel code
> to map user
Author: yongari
Date: Tue Nov 16 00:32:45 2010
New Revision: 215363
URL: http://svn.freebsd.org/changeset/base/215363
Log:
MFC r214968:
Use shorten model name instead of showing all controller model
numbers. bge(4) supports too many models such that it's
unreasonable to list all thes
Author: yongari
Date: Tue Nov 16 00:32:17 2010
New Revision: 215362
URL: http://svn.freebsd.org/changeset/base/215362
Log:
MFC r214968:
Use shorten model name instead of showing all controller model
numbers. bge(4) supports too many models such that it's
unreasonable to list all thes
Author: lstewart
Date: Tue Nov 16 00:06:48 2010
New Revision: 215361
URL: http://svn.freebsd.org/changeset/base/215361
Log:
MFC r215154:
The first releases SIFTR will ship in will be 7.4 and 8.2.
Modified:
stable/8/share/man/man4/siftr.4
Directory Properties:
stable/8/share/man/ (pro
Author: lstewart
Date: Tue Nov 16 00:06:19 2010
New Revision: 215360
URL: http://svn.freebsd.org/changeset/base/215360
Log:
MFC r215154:
The first releases SIFTR will ship in will be 7.4 and 8.2.
Modified:
stable/7/share/man/man4/siftr.4
Directory Properties:
stable/7/share/man/ (pro
Author: lstewart
Date: Tue Nov 16 00:01:44 2010
New Revision: 215359
URL: http://svn.freebsd.org/changeset/base/215359
Log:
MFC r215153:
Standardise all Swinburne related copyright/licence statements throughout the
tree in preparation for another large code import. Swinburne University is
Author: lstewart
Date: Tue Nov 16 00:00:31 2010
New Revision: 215358
URL: http://svn.freebsd.org/changeset/base/215358
Log:
MFC r215153:
Standardise all Swinburne related copyright/licence statements throughout the
tree in preparation for another large code import. Swinburne University is
Author: lstewart
Date: Mon Nov 15 23:57:06 2010
New Revision: 215357
URL: http://svn.freebsd.org/changeset/base/215357
Log:
MFC r215152:
The university does not require that its CRICOS number be included in source
code. Remove all references from the tree.
Modified:
stable/7/sys/netine
Author: lstewart
Date: Mon Nov 15 23:51:11 2010
New Revision: 215356
URL: http://svn.freebsd.org/changeset/base/215356
Log:
MFC r215152:
The university does not require that its CRICOS number be included in source
code. Remove all references from the tree.
Modified:
stable/8/sys/netine
Author: jkim
Date: Mon Nov 15 23:38:52 2010
New Revision: 215355
URL: http://svn.freebsd.org/changeset/base/215355
Log:
Restore the previous behaviour of substring match.
Modified:
head/sys/dev/mii/brgphy.c
Modified: head/sys/dev/mii/brgphy.c
=
Author: des
Date: Mon Nov 15 23:14:14 2010
New Revision: 215354
URL: http://svn.freebsd.org/changeset/base/215354
Log:
Remove no-op assignment.
Submitted by: clang via arundel@
MFC after:2 weeks
Modified:
head/sys/compat/linsysfs/linsysfs.c
Modified: head/sys/compat/linsysfs/linsy
Author: jkim
Date: Mon Nov 15 23:13:25 2010
New Revision: 215353
URL: http://svn.freebsd.org/changeset/base/215353
Log:
Plug memory leakage introduced in r204989.
Reported by: yongari
Modified:
head/sys/dev/mii/brgphy.c
Modified: head/sys/dev/mii/brgphy.c
==
On 11/16/10 08:55, Mikolaj Golub wrote:
>
> On Tue, 16 Nov 2010 00:46:45 +1100 Lawrence Stewart wrote:
>
> LS> On 11/15/10 20:43, Mikolaj Golub wrote:
> >>
> >> On Mon, 15 Nov 2010 12:24:06 +1100 Lawrence Stewart wrote:
> >>
> >> LS> On 11/15/10 02:15, Mikolaj Golub wrote:
> >> >>
> >
Author: nwhitehorn
Date: Mon Nov 15 22:12:13 2010
New Revision: 215352
URL: http://svn.freebsd.org/changeset/base/215352
Log:
Garbage-collect some code made obsolete by the TBEMD import.
Deleted:
head/gnu/usr.bin/binutils/as/powerpc64-freebsd/
head/gnu/usr.bin/binutils/libopcodes/Makefile.p
Author: nwhitehorn
Date: Mon Nov 15 22:11:18 2010
New Revision: 215351
URL: http://svn.freebsd.org/changeset/base/215351
Log:
Try including Makefile.${TARGET_ARCH} before Makefile.${TARGET_CPUARCH} if
it exists in order to allow arch-specific overrides. This fixes the
binutils (and world) bu
Author: yongari
Date: Mon Nov 15 22:05:08 2010
New Revision: 215350
URL: http://svn.freebsd.org/changeset/base/215350
Log:
Plug memory leakage introduced in r215327.
Submitted by: jkim
Modified:
head/sys/dev/nfe/if_nfe.c
Modified: head/sys/dev/nfe/if_nfe.c
==
Author: marius
Date: Mon Nov 15 21:58:10 2010
New Revision: 215349
URL: http://svn.freebsd.org/changeset/base/215349
Log:
Convert drivers somehow missed in r200874 to multipass probing.
Modified:
head/sys/sparc64/pci/psycho.c
head/sys/sparc64/pci/schizo.c
Modified: head/sys/sparc64/pci/psy
On Tue, 16 Nov 2010 00:46:45 +1100 Lawrence Stewart wrote:
LS> On 11/15/10 20:43, Mikolaj Golub wrote:
>>
>> On Mon, 15 Nov 2010 12:24:06 +1100 Lawrence Stewart wrote:
>>
>> LS> On 11/15/10 02:15, Mikolaj Golub wrote:
>> >>
>> >> LS> Would you mind testing the following patch? It fi
Author: marius
Date: Mon Nov 15 21:41:45 2010
New Revision: 215348
URL: http://svn.freebsd.org/changeset/base/215348
Log:
Return from mii_attach() after calling bus_generic_attach(9) on the device_t
of the MAC driver in order to attach miibus(4) on the first pass instead of
falling through t
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/changeset/base/215327
> >>
> >> Log:
> >> P5N32
Author: jhb
Date: Mon Nov 15 19:55:19 2010
New Revision: 215345
URL: http://svn.freebsd.org/changeset/base/215345
Log:
Don't display option 2 (to toggle ACPI on or off) on x86 machines if the
BIOS does not support ACPI. The other options in the menu retain their
existing numbers, option 2 i
Author: imp
Date: Mon Nov 15 19:05:09 2010
New Revision: 215344
URL: http://svn.freebsd.org/changeset/base/215344
Log:
We no longer need the OUTPUT_FORMAT line, so fix the build by removing it.
Modified:
head/sys/boot/arm/uboot/ldscript.arm
Modified: head/sys/boot/arm/uboot/ldscript.arm
On 11/15/10 9:10 AM, Luigi Rizzo wrote:
On Mon, Nov 15, 2010 at 12:56:29PM +0100, Ivan Voras wrote:
On 12 November 2010 14:02, Luigi Rizzo wrote:
Author: luigi
Date: Fri Nov 12 13:02:26 2010
New Revision: 215178
URL: http://svn.freebsd.org/changeset/base/215178
Log:
??This commit implements t
Author: sobomax
Date: Mon Nov 15 17:48:13 2010
New Revision: 215342
URL: http://svn.freebsd.org/changeset/base/215342
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 f
On Mon, Nov 15, 2010 at 12:56:29PM +0100, Ivan Voras wrote:
> On 12 November 2010 14:02, Luigi Rizzo wrote:
> > Author: luigi
> > Date: Fri Nov 12 13:02:26 2010
> > New Revision: 215178
> > URL: http://svn.freebsd.org/changeset/base/215178
> >
> > Log:
> > ??This commit implements the SO_USER_COOK
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/changeset/base/215327
>>
>> Log:
>> P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issue
>> such that nfe
On Tue Nov 16 10, Bruce Evans wrote:
> On Tue, 16 Nov 2010, Bruce Evans wrote:
>
> >...
> >I checked most cases specified in n1156.pdf and found only the following
> >non-conforming behaviour in FreeBSD:
> >
> >%C99 rule -- pow(-Inf, y) returns -0 for y an odd integer <
> >0.
> >%fd
On Tue, 16 Nov 2010, Bruce Evans wrote:
...
I checked most cases specified in n1156.pdf and found only the following
non-conforming behaviour in FreeBSD:
%C99 rule -- pow(-Inf, y) returns -0 for y an odd integer < 0.
%fdlibm rule(?) * 17. -INF ** (anything) = -0 ** (-anythi
On Sat, 13 Nov 2010, Alexander Best wrote:
thank you very much for fixing this long outstanding issue.
you might want to have a look at [1], where two more issues have been reported.
[1]
http://mailman.oakapple.net/pipermail/numeric-interest/2010-September/thread.html
These are either featur
From: Kostik Belousov
Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm
Date: Sun, 14 Nov 2010 23:37:49 +0200
> On Mon, Nov 15, 2010 at 12:20:37AM +0300, Anonymous wrote:
> > Konstantin Belousov writes:
> >
> > > Author: kib
> > > Date: Sun Nov 14 18:24:12 2010
> > >
On Monday 15 November 2010 15:58:15 Bjoern A. Zeeb wrote:
> On Sun, 14 Nov 2010, Dimitry Andric wrote:
> > Author: dim
> > Date: Sun Nov 14 20:40:55 2010
> > New Revision: 215318
> > URL: http://svn.freebsd.org/changeset/base/215318
> >
> > Log:
> > Instead of unconditionally emitting .globl's for
On Sun, 14 Nov 2010, Dimitry Andric wrote:
Author: dim
Date: Sun Nov 14 20:40:55 2010
New Revision: 215318
URL: http://svn.freebsd.org/changeset/base/215318
Log:
Instead of unconditionally emitting .globl's for the __start_set_xxx and
__stop_set_xxx symbols, only emit them when the set_vnet o
On Tue, 16 Nov 2010 00:46:45 +1100 Lawrence Stewart wrote:
LS> Ok thanks. If you are or anyone else is feeling really adventurous, I
LS> have created a series of patches that add better VIMAGE support to the
LS> framework.
LS> If you feel like testing them, they need to be applied in the fol
On 11/15/10 20:43, Mikolaj Golub wrote:
>
> On Mon, 15 Nov 2010 12:24:06 +1100 Lawrence Stewart wrote:
>
> LS> On 11/15/10 02:15, Mikolaj Golub wrote:
> >>
> >> LS> Would you mind testing the following patch? It fixes the panic for
> me.
> >>
> >> LS>
> http://people.freebsd.org/~lstew
Author: netchild
Date: Mon Nov 15 13:07:10 2010
New Revision: 215339
URL: http://svn.freebsd.org/changeset/base/215339
Log:
Some style(9) fixes.
Submitted by: arundel
MFC after:1 week
Modified:
head/sys/compat/linux/linux_futex.c
Modified: head/sys/compat/linux/linux_futex.c
=
Author: netchild
Date: Mon Nov 15 13:03:35 2010
New Revision: 215338
URL: http://svn.freebsd.org/changeset/base/215338
Log:
- print out the PID and program name of the program trying to use an
unsupported futex operation
- for those futex operations which are known to be not supported,
On 12 November 2010 14:02, Luigi Rizzo wrote:
> Author: luigi
> Date: Fri Nov 12 13:02:26 2010
> New Revision: 215178
> URL: http://svn.freebsd.org/changeset/base/215178
>
> Log:
> This commit implements the SO_USER_COOKIE socket option, which lets
> you tag a socket with an uint32_t value. The
On Mon, 15 Nov 2010 12:24:06 +1100 Lawrence Stewart wrote:
LS> On 11/15/10 02:15, Mikolaj Golub wrote:
>>
>> LS> Would you mind testing the following patch? It fixes the panic for me.
>>
>> LS>
>> http://people.freebsd.org/~lstewart/patches/5cc/modcc_vnetpanic_ccinit.patch
>>
>> Wit
Author: avg
Date: Mon Nov 15 09:41:46 2010
New Revision: 215337
URL: http://svn.freebsd.org/changeset/base/215337
Log:
MFC r215131: make it possible to actually enable hwpstate_verbose
Modified:
stable/8/sys/x86/cpufreq/hwpstate.c
Directory Properties:
stable/8/sys/ (props changed)
stab
64 matches
Mail list logo