Re: svn commit: r205118 - head/sbin/sysctl

2010-03-14 Thread Bruce Evans
On Sat, 13 Mar 2010, Garrett Cooper wrote: Log: ?Free the memory allocated via strdup. Why bother? 1. Memory is infinite :-). 2. Memory is infinite relative to sysctl's requirements, especially for this strdup. Normally this strdup is never reached. It is normally reached a whole 1

svn commit: r205148 - head/tools/regression/posixsem

2010-03-14 Thread Konstantin Belousov
Author: kib Date: Sun Mar 14 13:04:09 2010 New Revision: 205148 URL: http://svn.freebsd.org/changeset/base/205148 Log: Make it compile on LP64 arches. MFC after:3 days Modified: head/tools/regression/posixsem/posixsem.c Modified: head/tools/regression/posixsem/posixsem.c

svn commit: r205149 - head/tools/regression/posixsem2

2010-03-14 Thread Konstantin Belousov
Author: kib Date: Sun Mar 14 13:05:48 2010 New Revision: 205149 URL: http://svn.freebsd.org/changeset/base/205149 Log: Adjust style, fix typo, do not print errno because it is meaningless there. This test fails for now. MFC after:3 days Modified:

svn commit: r205150 - stable/8/sys/kern

2010-03-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 14 13:07:40 2010 New Revision: 205150 URL: http://svn.freebsd.org/changeset/base/205150 Log: MFC r204410: Include terminated threads in ps's process cpu time field. When a kinfo_proc is filled, first fill_kinfo_proc_only() fills in ki_runtime using

svn commit: r205151 - head/tools/regression/posixsem2

2010-03-14 Thread Konstantin Belousov
Author: kib Date: Sun Mar 14 13:29:09 2010 New Revision: 205151 URL: http://svn.freebsd.org/changeset/base/205151 Log: Remove dot at the end of errx() message. Noted by: bde MFC after:3 days Modified: head/tools/regression/posixsem2/semtest.c Modified:

svn commit: r205152 - stable/7/sys/compat/linprocfs

2010-03-14 Thread Gavin Atkinson
Author: gavin Date: Sun Mar 14 13:32:40 2010 New Revision: 205152 URL: http://svn.freebsd.org/changeset/base/205152 Log: Merge r183385 from head (by cognet) Advertise bit 26 as sse2. PR: kern/130724 Approved by: cognet Modified:

svn commit: r205153 - head/tools/regression/bin/sh/errors

2010-03-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 14 13:51:12 2010 New Revision: 205153 URL: http://svn.freebsd.org/changeset/base/205153 Log: sh: Add test for redirection error on subshell (should not abort). Added: head/tools/regression/bin/sh/errors/redirection-error5.0 (contents, props changed) Added:

svn commit: r205158 - head/sys/mips/conf

2010-03-14 Thread Warner Losh
Author: imp Date: Sun Mar 14 19:04:42 2010 New Revision: 205158 URL: http://svn.freebsd.org/changeset/base/205158 Log: Go ahead and add USB support to the generic config. Modified: head/sys/mips/conf/AR71XX Modified: head/sys/mips/conf/AR71XX

svn commit: r205160 - head/sys/dev/aac

2010-03-14 Thread Attilio Rao
Author: attilio Date: Sun Mar 14 22:38:18 2010 New Revision: 205160 URL: http://svn.freebsd.org/changeset/base/205160 Log: Checkin a facility for specifying a passthrough FIB from userland. arcconf tool by Adaptec already seems to use for identifying the Serial Number of the devices. Some

Re: svn commit: r205160 - head/sys/dev/aac

2010-03-14 Thread Attilio Rao
We can close this ticket now. There is something else we should do related to the aac driver itself? Maybe handling the problem reported in the last filled PR? Attilio -- Forwarded message -- From: Attilio Rao atti...@freebsd.org Date: 2010/3/14 Subject: svn commit: r205160 -

Re: svn commit: r205090 - head/sys/dev/bge

2010-03-14 Thread Pyun YongHyeon
On Sat, Mar 13, 2010 at 11:05:11PM +1100, Bruce Evans wrote: On Fri, 12 Mar 2010, Pyun YongHyeon wrote: Log: Reorder interrupt handler a bit such that producer/consumer index of status block is read first before acknowledging the interrupts. Otherwise bge(4) may get stale status block as

Re: svn commit: r205014 - in head: . sys/amd64/amd64 sys/amd64/conf sys/amd64/include sys/amd64/linux32 sys/compat/freebsd32 sys/compat/ia32 sys/conf sys/fs/procfs sys/ia64/conf sys/ia64/ia64 sys/ia6

2010-03-14 Thread Carlos A. M. dos Santos
On Sat, Mar 13, 2010 at 10:04 AM, Robert Watson rwat...@freebsd.org wrote: On Sat, 13 Mar 2010, Rui Paulo wrote: There's a lengthy discussion about this on another mailing list. This is unlikely to be changed and emailing the committer who provided valuable time on this code wastes his time

svn commit: r205161 - head/sys/dev/msk

2010-03-14 Thread Pyun YongHyeon
Author: yongari Date: Sun Mar 14 23:23:57 2010 New Revision: 205161 URL: http://svn.freebsd.org/changeset/base/205161 Log: It seems PCI_OUR_REG_[1-5] registers are not mapped on PCI configuration space on Yukon Ultra(88E8056) such that accesses to these registers were NOPs which in turn

svn commit: r205163 - head/sys/powerpc/aim

2010-03-14 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Mar 15 00:27:40 2010 New Revision: 205163 URL: http://svn.freebsd.org/changeset/base/205163 Log: Fix two small bugs. The PowerPC 970 does not support non-coherent memory access, and reflects this by autonomously writing LPTE_M into PTE entries. As such, we

Re: svn commit: r205013 - in head/sys: amd64/amd64 i386/i386

2010-03-14 Thread Alexander Best
John Baldwin schrieb am 2010-03-11: On Thursday 11 March 2010 12:01:28 pm Alexander Best wrote: thanks for the commit. :) a few thoughts: 1) why does stepping remain to be printed in dec while family and model are in hex? is this the way amd/intel cpu docs refer to