svn commit: r184985 - head/usr.sbin/zic

2008-11-14 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Sat Nov 15 06:41:57 2008 New Revision: 184985 URL: http://svn.freebsd.org/changeset/base/184985 Log: Finish a few more .Dl "quoted" arguments missed in revision 184984 Modified: head/usr.sbin/zic/zic.8 Modified: head/usr.sbin/zic/zic.8 =

svn commit: r184984 - head/usr.sbin/zic

2008-11-14 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Sat Nov 15 06:36:07 2008 New Revision: 184984 URL: http://svn.freebsd.org/changeset/base/184984 Log: Add missing quotes to .Dl arguments. This is harmless for the mandoc output, but it makes syntax highlighting of the .Dl argument string a bit pretti

svn commit: r184981 - head/sys/dev/cardbus

2008-11-14 Thread Warner Losh
Author: imp Date: Sat Nov 15 05:22:06 2008 New Revision: 184981 URL: http://svn.freebsd.org/changeset/base/184981 Log: First step in cleaning up CIS parsing and /dev/cardbus*.cis: remove redundant malloc/free. Add comments about how this should really be done. Fix an overly verbose comment

svn commit: r184980 - in head/contrib/sendmail: . src

2008-11-14 Thread Gregory Neil Shapiro
Author: gshapiro Date: Sat Nov 15 04:43:54 2008 New Revision: 184980 URL: http://svn.freebsd.org/changeset/base/184980 Log: Merge from vendor dist: Bring in a change already in the sendmail repository that will allow sendmail to be built with the c99 compiler. Submitted by: rdivacky Modi

svn commit: r184979 - vendor/sendmail/dist/src

2008-11-14 Thread Gregory Neil Shapiro
Author: gshapiro Date: Sat Nov 15 04:38:10 2008 New Revision: 184979 URL: http://svn.freebsd.org/changeset/base/184979 Log: Bring in a change already in the sendmail repository that will allow sendmail to be built with the c99 compiler. Submitted by: rdivacky Modified: vendor/sendmail/

svn commit: r184976 - head/sys/dev/fdc

2008-11-14 Thread Jung-uk Kim
Author: jkim Date: Sat Nov 15 01:43:34 2008 New Revision: 184976 URL: http://svn.freebsd.org/changeset/base/184976 Log: - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1]. - If the flag is set and auto-select fails, assume disk is not present. - Set disk empty flag only whe

svn commit: r184975 - head/sys/dev/mfi

2008-11-14 Thread Doug Ambrisko
Author: ambrisko Date: Fri Nov 14 23:32:31 2008 New Revision: 184975 URL: http://svn.freebsd.org/changeset/base/184975 Log: Fix compile. I was in the wrong tree when I tested it :-( Pointed out by: Andrzej Modified: head/sys/dev/mfi/mfi.c Modified: head/sys/dev/mfi/mfi.c

svn commit: r184974 - head/sys/dev/mfi

2008-11-14 Thread Doug Ambrisko
Author: ambrisko Date: Fri Nov 14 21:05:45 2008 New Revision: 184974 URL: http://svn.freebsd.org/changeset/base/184974 Log: When running a 32bit app. on amd64, ensure the bits above 32bit are zero for the copyout. Confirmed by LSI. Modified: head/sys/dev/mfi/mfi.c Modified: head/sys/dev/m

Re: svn commit: r184950 - in head/sys/modules/cxgb: iw_cxgb toecore

2008-11-14 Thread Bjoern A. Zeeb
On Fri, 14 Nov 2008, Paul Saab wrote: Author: ps Date: Fri Nov 14 01:56:11 2008 New Revision: 184950 URL: http://svn.freebsd.org/changeset/base/184950 Log: Fix world This commit message isn't really helpful. I guess what was broken was building those two modules individually by hand? I can o

svn commit: r184973 - in stable/7/sys: . dev/pccbb modules/cxgb

2008-11-14 Thread Warner Losh
Author: imp Date: Fri Nov 14 18:09:19 2008 New Revision: 184973 URL: http://svn.freebsd.org/changeset/base/184973 Log: Merge r183539 and r183558: Do match on class to avoid false positives, return BUS_GENERIC_PROBE for a generic match. Approved by: re@ Modified: stable/7/sys/ (props

Re: svn commit: r184802 - in head/sys: amd64/include conf dev/hwpmc i386/include modules/hwpmc sys

2008-11-14 Thread Giorgos Keramidas
On Sun, 9 Nov 2008 17:37:54 + (UTC), Joseph Koshy <[EMAIL PROTECTED]> wrote: > Author: jkoshy > Date: Sun Nov 9 17:37:54 2008 > New Revision: 184802 > URL: http://svn.freebsd.org/changeset/base/184802 > > Log: > - Separate PMC class dependent code from other kinds of machine > dependenci

svn commit: r184969 - in head/sys: conf nfsclient nfsserver

2008-11-14 Thread Doug Rabson
Author: dfr Date: Fri Nov 14 11:27:53 2008 New Revision: 184969 URL: http://svn.freebsd.org/changeset/base/184969 Log: Switch the default rpc implementation for NFS back to the new code. I believe I have fixed the reported problems - if you still have trouble with it, please contact me with

svn commit: r184967 - in stable/7: contrib/bind9 contrib/bind9/bin/dig contrib/bind9/bin/named contrib/bind9/bin/rndc contrib/bind9/doc/arm contrib/bind9/lib/bind contrib/bind9/lib/bind9 contrib/bi...

2008-11-14 Thread Doug Barton
Author: dougb Date: Fri Nov 14 11:00:34 2008 New Revision: 184967 URL: http://svn.freebsd.org/changeset/base/184967 Log: MFC the BIND 9.4.2-P2 update Approved by: re (kib) Modified: stable/7/contrib/bind9/ (props changed) stable/7/contrib/bind9/CHANGES stable/7/contrib/bind9/COPYR

svn commit: r184965 - in head/sys/gnu/fs/xfs: . FreeBSD

2008-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 14 09:58:16 2008 New Revision: 184965 URL: http://svn.freebsd.org/changeset/base/184965 Log: Adapt to accmode_t changes. Approved by: rwatson (mentor), kan Modified: head/sys/gnu/fs/xfs/FreeBSD/xfs_vnode.h head/sys/gnu/fs/xfs/xfs_dfrag.c head/sys/gnu/fs/x

Re: svn commit: r184934 - head/sys/ufs/ffs

2008-11-14 Thread Greg Byshenk
On Thu, Nov 13, 2008 at 10:11:19AM -0800, Doug Ambrisko wrote: > Kostik Belousov writes: > | On Thu, Nov 13, 2008 at 05:40:21PM +, Doug Ambrisko wrote: > | > Author: ambrisko > | > Date: Thu Nov 13 17:40:21 2008 > | > New Revision: 184934 > | > URL: http://svn.freebsd.org/changeset/base/184934

svn commit: r184962 - head/sys/sys

2008-11-14 Thread Ed Schouten
Author: ed Date: Fri Nov 14 08:35:54 2008 New Revision: 184962 URL: http://svn.freebsd.org/changeset/base/184962 Log: Per request, keep privilege number 20 reserved. In my commit that moved uname(), setdomainname() and getdomainname() to COMPAT_FREEBSD4, I also removed PRIV_SETDOMAINNAME,