Author: lstewart
Date: Sat Oct 16 05:37:45 2010
New Revision: 213912
URL: http://svn.freebsd.org/changeset/base/213912
Log:
- Switch the "net.inet.tcp.reass.cursegments" and
"net.inet.tcp.reass.maxsegments" sysctl variables to be based on UMA zone
stats. The value returned by the cursegm
Author: lstewart
Date: Sat Oct 16 04:41:45 2010
New Revision: 213911
URL: http://svn.freebsd.org/changeset/base/213911
Log:
Change uma_zone_set_max to return the effective value of "nitems" after
rounding. The same value can also be obtained with uma_zone_get_max, but this
change avoids a ca
Author: lstewart
Date: Sat Oct 16 04:14:45 2010
New Revision: 213910
URL: http://svn.freebsd.org/changeset/base/213910
Log:
- Simplify implementation of uma_zone_get_max.
- Add uma_zone_get_cur which returns the current approximate occupancy of
a zone. This is useful for providing stats vi
Author: marius
Date: Fri Oct 15 23:34:31 2010
New Revision: 213908
URL: http://svn.freebsd.org/changeset/base/213908
Log:
Convert the PHY drivers to honor the mii_flags passed down and convert
the NIC drivers as well as the PHY drivers to take advantage of the
mii_attach() introduced in r213
Author: jkim
Date: Fri Oct 15 21:41:59 2010
New Revision: 213907
URL: http://svn.freebsd.org/changeset/base/213907
Log:
Remove unnecessary castings and fix couple of style(9) nits.
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
=
Author: dim
Date: Fri Oct 15 21:40:20 2010
New Revision: 213906
URL: http://svn.freebsd.org/changeset/base/213906
Log:
Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.
This allows it to assemble with newer binutils.
Reviewed by: marcel
Modified:
head/lib/csu/ia64/crtn
Author: jkim
Date: Fri Oct 15 21:39:51 2010
New Revision: 213905
URL: http://svn.freebsd.org/changeset/base/213905
Log:
Move setting power state for children into a separate function as they were
essentially the same. This also restores hw.pci.do_power_resume tunable,
which was broken since
On Friday, October 15, 2010 2:50:46 pm Rui Paulo wrote:
> On 15 Oct 2010, at 13:45, John Baldwin wrote:
>
> > On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote:
> >> On 2010-10-14 21:39, John Baldwin wrote:
> >>> On Thursday, October 14, 2010 3:19:19 pm Rui Paulo wrote:
> >> ...
>
Author: andreast
Date: Fri Oct 15 20:08:16 2010
New Revision: 213904
URL: http://svn.freebsd.org/changeset/base/213904
Log:
Add three new drivers for fan control and temperature reading on the
PowerMac7,2.
- The fcu driver lets us read and write the fan RPMs for all fans in the
PowerM
Author: jilles
Date: Fri Oct 15 20:01:35 2010
New Revision: 213903
URL: http://svn.freebsd.org/changeset/base/213903
Log:
sh: Allow running 'prove' from tools/regression/bin/sh again
without needing to set special environment variables, testing the 'sh' from
PATH.
Modified:
head/tools/reg
On 15 Oct 2010, at 13:45, John Baldwin wrote:
> On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote:
>> On 2010-10-14 21:39, John Baldwin wrote:
>>> On Thursday, October 14, 2010 3:19:19 pm Rui Paulo wrote:
>> ...
Revert r213765. This is required because our build infrastructure u
Author: marius
Date: Fri Oct 15 15:46:58 2010
New Revision: 213900
URL: http://svn.freebsd.org/changeset/base/213900
Log:
Now that all previous users of mii_phy_probe() have been converted
in r213893 and r213894 to use mii_attach() instead remove the former
and along with it the "EVIL HACK".
Author: mdf
Date: Fri Oct 15 15:24:59 2010
New Revision: 213898
URL: http://svn.freebsd.org/changeset/base/213898
Log:
Currently only opt_compat.h is included by the mps(4) driver. Also
enable /dev/mps0, which was missing from my previous patches enabling
f/w upload and download.
opt_co
Author: alc
Date: Fri Oct 15 15:23:34 2010
New Revision: 213897
URL: http://svn.freebsd.org/changeset/base/213897
Log:
Update pmap_extract() to handle 1GB page mappings. Some device drivers
use pmap_extract() rather than pmap_kextract() on direct map addresses.
Thus, pmap_extract() needs to
Author: marius
Date: Fri Oct 15 15:16:36 2010
New Revision: 213896
URL: http://svn.freebsd.org/changeset/base/213896
Log:
Remove a device_printf() accidentally left in r213894.
Submitted by: jhb
Modified:
head/sys/arm/at91/if_ate.c
Modified: head/sys/arm/at91/if_ate.c
==
Author: marius
Date: Fri Oct 15 15:00:30 2010
New Revision: 213894
URL: http://svn.freebsd.org/changeset/base/213894
Log:
Converted the remainder of the NIC drivers to use the mii_attach()
introduced in r213878 instead of mii_phy_probe(). Unlike r213893 these
are only straight forward conver
Author: marius
Date: Fri Oct 15 14:52:11 2010
New Revision: 213893
URL: http://svn.freebsd.org/changeset/base/213893
Log:
Convert the PHY drivers to honor the mii_flags passed down and convert
the NIC drivers as well as the PHY drivers to take advantage of the
mii_attach() introduced in r213
Author: nwhitehorn
Date: Fri Oct 15 14:34:34 2010
New Revision: 213892
URL: http://svn.freebsd.org/changeset/base/213892
Log:
Prevent the ofwdump manpage from being deleted by make delete-old on
PowerPC.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote:
> On 2010-10-14 21:39, John Baldwin wrote:
> > On Thursday, October 14, 2010 3:19:19 pm Rui Paulo wrote:
> ...
> >>Revert r213765. This is required because our build infrastructure uses
> >>the host lex instead of the lex built
Den 15/10/2010 kl. 02.42 skrev Bruce Evans:
>
> install(1) mainly compares bytes. Thus it can consider changed metadata
> in inodes (mainly timestamps) to be irrelevant. This cannot handle metadata
> (like timestamps) within the file. strip(1) and objcopy(1) will clobber
> external timestamps,
20 matches
Mail list logo