Re: svn commit: r221853 - in head/sys: dev/md dev/null sys vm

2011-05-28 Thread mdf
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

svn commit: r222438 - head/sys/netinet

2011-05-28 Thread Qing Li
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

Re: svn commit: r222434 - head/sys/powerpc/include

2011-05-28 Thread Marcel Moolenaar
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. >

Re: svn commit: r222434 - head/sys/powerpc/include

2011-05-28 Thread Nathan Whitehorn
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

svn commit: r222434 - head/sys/powerpc/include

2011-05-28 Thread Marcel Moolenaar
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 ==

svn commit: r222433 - in head/sys/powerpc: booke include

2011-05-28 Thread Marcel Moolenaar
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

svn commit: r222432 - in head/sys/dev/ath: . ath_hal/ar9002

2011-05-28 Thread Adrian Chadd
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

svn commit: r222431 - head/sys/powerpc/powermac

2011-05-28 Thread Nathan Whitehorn
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

svn commit: r222430 - head/sys/powerpc/powermac

2011-05-28 Thread Nathan Whitehorn
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

svn commit: r222429 - in head/sys: conf powerpc/powermac

2011-05-28 Thread Nathan Whitehorn
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

Re: svn commit: r221853 - in head/sys: dev/md dev/null sys vm

2011-05-28 Thread Pieter de Goeje
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

svn commit: r222428 - head/sys/powerpc/mpc85xx

2011-05-28 Thread Marcel Moolenaar
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

svn commit: r222426 - head/sys/powerpc/mpc85xx

2011-05-28 Thread Marcel Moolenaar
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 ==

svn commit: r222425 - head/usr.sbin/bsdinstall/scripts

2011-05-28 Thread Nathan Whitehorn
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

Re: svn commit: r222423 - head/sbin/newfs

2011-05-28 Thread Niclas Zeising
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/

svn commit: r222424 - head/sys/dev/ath/ath_hal/ar9002

2011-05-28 Thread Adrian Chadd
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

svn commit: r222423 - head/sbin/newfs

2011-05-28 Thread Kirk McKusick
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

svn commit: r222422 - head/sys/ufs/ffs

2011-05-28 Thread Kirk McKusick
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

svn commit: r222421 - head/usr.bin/printf

2011-05-28 Thread Jilles Tjoelker
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

svn commit: r222418 - in head: tools/regression/usr.bin/printf usr.bin/printf

2011-05-28 Thread Jilles Tjoelker
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

svn commit: r222417 - in head/sys/boot: common forth i386/loader ia64/common pc98/loader powerpc/ofw powerpc/ps3 sparc64/loader

2011-05-28 Thread Julian Elischer
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