On Sat, May 28, 2011 at 12:03 PM, Pieter de Goeje wrote:
> On Friday 13 May 2011 20:48:01 Matthew D Fleming wrote:
>> Author: mdf
>> Date: Fri May 13 18:48:00 2011
>> New Revision: 221853
>> URL: http://svn.freebsd.org/changeset/base/221853
>>
>> Log:
>> Usa a globally visible region of zeros fo
Author: qingli
Date: Sun May 29 02:21:35 2011
New Revision: 222438
URL: http://svn.freebsd.org/changeset/base/222438
Log:
Supply the LLE_STATIC flag bit to in_ifscurb() when scrubbing interface
address so that proper clean up will take place in the routing code.
This patch fixes the bootp pa
On May 28, 2011, at 5:42 PM, Nathan Whitehorn wrote:
> On 05/28/11 19:40, Marcel Moolenaar wrote:
>> Author: marcel
>> Date: Sun May 29 00:40:59 2011
>> New Revision: 222434
>> URL: http://svn.freebsd.org/changeset/base/222434
>>
>> Log:
>> The P4080 has 8 cores. Bump MAXCPU to 8 to match.
>
On 05/28/11 19:40, Marcel Moolenaar wrote:
Author: marcel
Date: Sun May 29 00:40:59 2011
New Revision: 222434
URL: http://svn.freebsd.org/changeset/base/222434
Log:
The P4080 has 8 cores. Bump MAXCPU to 8 to match.
Can we just bump this straight to 32, like on other archs? We're very
near
Author: marcel
Date: Sun May 29 00:40:59 2011
New Revision: 222434
URL: http://svn.freebsd.org/changeset/base/222434
Log:
The P4080 has 8 cores. Bump MAXCPU to 8 to match.
Modified:
head/sys/powerpc/include/param.h
Modified: head/sys/powerpc/include/param.h
==
Author: marcel
Date: Sun May 29 00:27:42 2011
New Revision: 222433
URL: http://svn.freebsd.org/changeset/base/222433
Log:
o Add system versions for the P4040(E) and P4080(E).
o In bare_probe(), change the logic that determines the maximum
number of processors/cores into a switch stat
Author: adrian
Date: Sun May 29 00:17:13 2011
New Revision: 222432
URL: http://svn.freebsd.org/changeset/base/222432
Log:
Teach if_ath about devices which have short-GI in 20MHz channel modes.
This has been disabled until now because there hasn't been any supported
device which has this f
Author: nwhitehorn
Date: Sat May 28 22:11:22 2011
New Revision: 222431
URL: http://svn.freebsd.org/changeset/base/222431
Log:
Adapt smusat(4) to use powermac_thermal. This provides automatic fan
management on dual- and quad-core Powermac G5s, and the last G5 iMacs.
Modified:
head/sys/powerp
Author: nwhitehorn
Date: Sat May 28 21:54:18 2011
New Revision: 222430
URL: http://svn.freebsd.org/changeset/base/222430
Log:
Require an error instead of a timeout to decide the new-style fan
commands won't work. This prevents a busy system from making smu(4)
suddenly decide its fans use the
Author: nwhitehorn
Date: Sat May 28 21:13:22 2011
New Revision: 222429
URL: http://svn.freebsd.org/changeset/base/222429
Log:
Factor out the SMU fan management code into a new module (powermac_thermal)
that will connect all of the various sensors and fan control modules on
Apple hardware wit
On Friday 13 May 2011 20:48:01 Matthew D Fleming wrote:
> Author: mdf
> Date: Fri May 13 18:48:00 2011
> New Revision: 221853
> URL: http://svn.freebsd.org/changeset/base/221853
>
> Log:
> Usa a globally visible region of zeros for both /dev/zero and the md
> device. There are likely other ker
Author: marcel
Date: Sat May 28 19:14:16 2011
New Revision: 222428
URL: http://svn.freebsd.org/changeset/base/222428
Log:
o Determine the number of LAWs in a way the is future proof. Only the
MPC8555(E) has 8 LAWs, so don't make that the default case. Current
processors have 12 LAW
Author: marcel
Date: Sat May 28 16:30:24 2011
New Revision: 222426
URL: http://svn.freebsd.org/changeset/base/222426
Log:
Remove unused defines. They're distracting...
Modified:
head/sys/powerpc/mpc85xx/mpc85xx.h
Modified: head/sys/powerpc/mpc85xx/mpc85xx.h
==
Author: nwhitehorn
Date: Sat May 28 16:15:46 2011
New Revision: 222425
URL: http://svn.freebsd.org/changeset/base/222425
Log:
Fix shell-based partitioning.
Modified:
head/usr.sbin/bsdinstall/scripts/auto
Modified: head/usr.sbin/bsdinstall/scripts/auto
On 2011-05-28 17:14, Kirk McKusick wrote:
> Author: mckusick
> Date: Sat May 28 15:14:50 2011
> New Revision: 222423
> URL: http://svn.freebsd.org/changeset/base/222423
>
> Log:
> Update the manual page to reflect the new 32K/4K defaults.
>
> Reminded by: Ivan Voras
>
> Modified:
> head/
Author: adrian
Date: Sat May 28 15:43:56 2011
New Revision: 222424
URL: http://svn.freebsd.org/changeset/base/222424
Log:
Fix AR9287 operation when >1 TX chain is enabled.
I didn't pick this up with the initial commit because I was only testing
with 11bg.
Modified:
head/sys/dev/ath/ath
Author: mckusick
Date: Sat May 28 15:14:50 2011
New Revision: 222423
URL: http://svn.freebsd.org/changeset/base/222423
Log:
Update the manual page to reflect the new 32K/4K defaults.
Reminded by: Ivan Voras
Modified:
head/sbin/newfs/newfs.8
Modified: head/sbin/newfs/newfs.8
Author: mckusick
Date: Sat May 28 15:07:29 2011
New Revision: 222422
URL: http://svn.freebsd.org/changeset/base/222422
Log:
Due to a lag in updating the fs_pendinginodes count, we cannot depend
on it to decide whether we should try to reclaim inodes when we run
short.
Discovered by: Pet
Author: jilles
Date: Sat May 28 14:32:47 2011
New Revision: 222421
URL: http://svn.freebsd.org/changeset/base/222421
Log:
printf(1): Document that %c and precision for %b/%s use bytes, not chars.
This means these features do not work as expected with multibyte characters.
This perhaps
Author: jilles
Date: Sat May 28 11:37:47 2011
New Revision: 222418
URL: http://svn.freebsd.org/changeset/base/222418
Log:
printf: Allow multibyte characters for ' form, avoid negative codes.
Examples:
LC_ALL=en_US.UTF-8 printf '%d\n' $(printf \'\\303\\244)
LC_ALL=en_US.ISO8859-1 pri
Author: julian
Date: Sat May 28 08:50:38 2011
New Revision: 222417
URL: http://svn.freebsd.org/changeset/base/222417
Log:
New boot loader menus from Devin Teske.
Discussed on hackers and recommended for inclusion into 9.0 at the devsummit.
All support email to devin dteske at vicor dot ign
21 matches
Mail list logo