Re: svn commit: r205071 - head/usr.bin/ncal

2010-03-14 Thread Alexander Best
the new options -A, -B and -3 are missing in usage(). also you might want to have a look at the BUGS section of getopt(3) regarding the '-3' switch. cheers. alex ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-a

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 > > st

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 should

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 make

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 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

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

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 Date: 2010/3/14 Subject: svn commit: r205160 - head/sys/dev/aac To: s

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

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: r205157 - head/sys/netinet

2010-03-14 Thread Robert Watson
Author: rwatson Date: Sun Mar 14 18:59:11 2010 New Revision: 205157 URL: http://svn.freebsd.org/changeset/base/205157 Log: Abstract out initialization of most aspects of struct inpcbinfo from their calling contexts in {IP divert, raw IP sockets, TCP, UDP} and create new helper functions: in_

svn commit: r205156 - stable/7/bin/cp

2010-03-14 Thread Gavin Atkinson
Author: gavin Date: Sun Mar 14 16:03:36 2010 New Revision: 205156 URL: http://svn.freebsd.org/changeset/base/205156 Log: Merge r202461 from head: Implement an "-x" option to cp(1), for compatibility with Linux and feature parity with du(1) and similar: When set, cp(1) will not traver

svn commit: r205155 - head/share/man/man4

2010-03-14 Thread Gavin Atkinson
Author: gavin Date: Sun Mar 14 15:49:04 2010 New Revision: 205155 URL: http://svn.freebsd.org/changeset/base/205155 Log: Add extra Xrefs PR: docs/114184 Submitted by: Julian Stacey MFC after:1 week Modified: head/share/man/man4/ndis.4 Modified: head/share/man/man4/nd

svn commit: r205154 - in head: bin/sh tools/regression/bin/sh/builtins tools/regression/bin/sh/errors

2010-03-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 14 14:24:35 2010 New Revision: 205154 URL: http://svn.freebsd.org/changeset/base/205154 Log: sh: Do not abort on a redirection error on a compound command. Redirection errors on subshells already did not abort the shell because the redirection is executed in t

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: hea

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: stable/7/sys/compat/linprocfs/linprocfs

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: head/tools/regression/po

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 p->p_rux.ru

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: head/tools/regression/posixsem2/sem

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 ===

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 tim

svn commit: r205146 - in head: . include lib/libcompat lib/libcompat/4.3 lib/libcompat/regexp

2010-03-14 Thread Ed Schouten
last. # +# 20100314: removal of regexp.h +OLD_FILES+=usr/include/regexp.h +OLD_FILES+=usr/share/man/man3/regexp.3.gz +OLD_FILES+=usr/share/man/man3/regsub.3.gz # 20100303: actual removal of utmp.h OLD_FILES+=usr/include/utmp.h # 20100227: [ia64] removed and Modified: head/include/Mak