svn commit: r207141 - in head: lib/libufs sbin/dumpfs sbin/fsck_ffs sbin/fsdb sbin/tunefs sys/kern sys/sys sys/ufs/ffs sys/ufs/ufs usr.sbin/makefs/ffs

2010-04-24 Thread Jeff Roberson
Author: jeff Date: Sat Apr 24 07:05:35 2010 New Revision: 207141 URL: http://svn.freebsd.org/changeset/base/207141 Log: - Merge soft-updates journaling from projects/suj/head into head. This brings in support for an optional intent log which eliminates the need for background fsck

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

2010-04-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Apr 24 07:36:33 2010 New Revision: 207142 URL: http://svn.freebsd.org/changeset/base/207142 Log: Fix build for UFS without SOFTUPDATES. Modified: head/sys/ufs/ffs/ffs_softdep.c Modified: head/sys/ufs/ffs/ffs_softdep.c

svn commit: r207151 - in head/tools/test: . testfloat testfloat/sparc64

2010-04-24 Thread Marius Strobl
Author: marius Date: Sat Apr 24 12:11:41 2010 New Revision: 207151 URL: http://svn.freebsd.org/changeset/base/207151 Log: Add a TestFloat based test suite for floating-point implementations currently supporting sparc64. After a `make depend all` there are three programs; testsoftfloat for

svn commit: r207152 - in head/sys: amd64/include arm/include i386/include ia64/include kern mips/include powerpc/include sparc64/include sun4v/include sys

2010-04-24 Thread Konstantin Belousov
Author: kib Date: Sat Apr 24 12:49:52 2010 New Revision: 207152 URL: http://svn.freebsd.org/changeset/base/207152 Log: Move the constants specifying the size of struct kinfo_proc into machine-specific header files. Add KINFO_PROC32_SIZE for struct kinfo_proc32 for architectures providing

svn commit: r207153 - head/usr.bin/stat

2010-04-24 Thread Jilles Tjoelker
Author: jilles Date: Sat Apr 24 13:53:12 2010 New Revision: 207153 URL: http://svn.freebsd.org/changeset/base/207153 Log: stat: Allow -f %Sf to display the file flags symbolically. I have changed the patch slightly to show '-' if there are no flags just like ls -ldo does. PR:

svn commit: r207154 - head/sys/conf

2010-04-24 Thread Marius Strobl
Author: marius Date: Sat Apr 24 16:27:43 2010 New Revision: 207154 URL: http://svn.freebsd.org/changeset/base/207154 Log: Fix some sorting and whitespace nits. Modified: head/sys/conf/files.sparc64 head/sys/conf/files.sun4v Modified: head/sys/conf/files.sparc64

svn commit: r207155 - in head/sys: amd64/amd64 arm/arm i386/i386 i386/xen ia64/ia64 mips/mips powerpc/aim powerpc/booke powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2010-04-24 Thread Alan Cox
Author: alc Date: Sat Apr 24 17:32:52 2010 New Revision: 207155 URL: http://svn.freebsd.org/changeset/base/207155 Log: Resurrect pmap_is_referenced() and use it in mincore(). Essentially, pmap_ts_referenced() is not always appropriate for checking whether or not pages have been referenced

svn commit: r207156 - head/sys/dev/drm

2010-04-24 Thread Robert Noland
Author: rnoland Date: Sat Apr 24 18:13:12 2010 New Revision: 207156 URL: http://svn.freebsd.org/changeset/base/207156 Log: remove vm obect tracker that slipped in from prior work. MFC after:2 weeks Modified: head/sys/dev/drm/drmP.h Modified: head/sys/dev/drm/drmP.h

Re: svn commit: r207141 - in head: lib/libufs sbin/dumpfs sbin/fsck_ffs sbin/fsdb sbin/tunefs sys/kern sys/sys sys/ufs/ffs sys/ufs/ufs usr.sbin/makefs/ffs

2010-04-24 Thread Alexander Best
great news to finally have SUJ in HEAD. will you also be adding a -j switch to newfs(8)? a SUJ entry in UPDATING will probably appear in the next few days i believe? -- Alexander Best ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r206497 - in head: sbin/geom/class sbin/geom/class/sched sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/modules/geom/geom_sched/gs_sched sys/modules/geom/geom_sched/gs

2010-04-24 Thread Alexander Best
tiny patch to fix a typo in the gsched(8) manual. ;) -- Alexander Best Index: sbin/geom/class/sched/gsched.8 === --- sbin/geom/class/sched/gsched.8 (revision 207154) +++ sbin/geom/class/sched/gsched.8 (working copy) @@

svn commit: r207161 - head/sys/amd64/amd64

2010-04-24 Thread Kip Macy
Author: kmacy Date: Sat Apr 24 21:17:07 2010 New Revision: 207161 URL: http://svn.freebsd.org/changeset/base/207161 Log: apply style(9) changes applied to head_page_lock_2 requested by: kib@ Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c

svn commit: r207163 - head/sys/i386/i386

2010-04-24 Thread Kip Macy
Author: kmacy Date: Sat Apr 24 21:36:52 2010 New Revision: 207163 URL: http://svn.freebsd.org/changeset/base/207163 Log: - fix style issues on i386 as well requested by: alc@ Modified: head/sys/i386/i386/pmap.c Modified: head/sys/i386/i386/pmap.c

svn commit: r207166 - head/share/man/man1

2010-04-24 Thread Jilles Tjoelker
Author: jilles Date: Sat Apr 24 22:16:01 2010 New Revision: 207166 URL: http://svn.freebsd.org/changeset/base/207166 Log: builtin(1): Mention [ sh builtin. MFC after:1 week Modified: head/share/man/man1/builtin.1 Modified: head/share/man/man1/builtin.1

svn commit: r207168 - head/share/man/man1

2010-04-24 Thread Jilles Tjoelker
Author: jilles Date: Sat Apr 24 22:24:26 2010 New Revision: 207168 URL: http://svn.freebsd.org/changeset/base/207168 Log: builtin(1): Add missing escaping for !, . and : in the table. This caused these commands to look differently (not bold) from the other commands in the table (bold).

svn commit: r207170 - in head/sys/fs: nfs nfsclient nfsserver

2010-04-24 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 24 22:52:14 2010 New Revision: 207170 URL: http://svn.freebsd.org/changeset/base/207170 Log: An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs during the grace period after startup. This grace period must be at least the lease duration, which is

svn commit: r207171 - stable/8/sys/dev/isp

2010-04-24 Thread Matt Jacob
Author: mjacob Date: Sat Apr 24 23:05:56 2010 New Revision: 207171 URL: http://svn.freebsd.org/changeset/base/207171 Log: This is an MFC of 205236 Put gone device timer into a structure tag that can hold more than 32 seconds. Oops. Untangle some of the confusion about what role means

svn commit: r207172 - stable/7/sys/dev/isp

2010-04-24 Thread Matt Jacob
Author: mjacob Date: Sat Apr 24 23:07:34 2010 New Revision: 207172 URL: http://svn.freebsd.org/changeset/base/207172 Log: This is an MFC of 205236 Put gone device timer into a structure tag that can hold more than 32 seconds. Oops. Untangle some of the confusion about what role means

svn commit: r207173 - stable/8/sys/cam/scsi

2010-04-24 Thread Matt Jacob
Author: mjacob Date: Sat Apr 24 23:10:13 2010 New Revision: 207173 URL: http://svn.freebsd.org/changeset/base/207173 Log: This is an MFC of 205252. We actually can generate a host number. Modified: stable/8/sys/cam/scsi/scsi_sg.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r207174 - stable/7/sys/cam/scsi

2010-04-24 Thread Matt Jacob
Author: mjacob Date: Sat Apr 24 23:13:05 2010 New Revision: 207174 URL: http://svn.freebsd.org/changeset/base/207174 Log: This is an MFC of 205252. We actually can generate a host number. Modified: stable/7/sys/cam/scsi/scsi_sg.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r207175 - stable/8/sys/dev/isp

2010-04-24 Thread Matt Jacob
Author: mjacob Date: Sat Apr 24 23:20:51 2010 New Revision: 207175 URL: http://svn.freebsd.org/changeset/base/207175 Log: This is an MFC of 204050. Don't try and re-use a handle, even if the firmware tells you that's what is logged in. PR: kern/144026 Modified:

svn commit: r207176 - head/sys/dev/bwn

2010-04-24 Thread Weongyo Jeong
Author: weongyo Date: Sat Apr 24 23:32:24 2010 New Revision: 207176 URL: http://svn.freebsd.org/changeset/base/207176 Log: ifp-if_ipackets++ when RX packet interrupts are occurred. MFC after:3 days Modified: head/sys/dev/bwn/if_bwn.c Modified: head/sys/dev/bwn/if_bwn.c

Re: svn commit: r206497 - in head: sbin/geom/class sbin/geom/class/sched sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/modules/geom/geom_sched/gs_sched sys/modules/geom/geom_sched/gs

2010-04-24 Thread Bruce Cran
On Monday 12 April 2010 17:37:45 Luigi Rizzo wrote: Author: luigi Date: Mon Apr 12 16:37:45 2010 New Revision: 206497 URL: http://svn.freebsd.org/changeset/base/206497 Log: Bring in geom_sched, support for scheduling disk I/O requests in a device independent manner. Also include an

svn commit: r207178 - head/sys/geom/part

2010-04-24 Thread Marcel Moolenaar
Author: marcel Date: Sun Apr 25 00:54:11 2010 New Revision: 207178 URL: http://svn.freebsd.org/changeset/base/207178 Log: Fix undo for schemes that have internal partitions. Internal partitions do not constitute user-visible or active partitions and as such should not prevent undoing

svn commit: r207180 - in stable/8/sys/fs: nfs nfsclient

2010-04-24 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 25 01:56:31 2010 New Revision: 207180 URL: http://svn.freebsd.org/changeset/base/207180 Log: MFC: r206818 Avoid extraneous recovery cycles in the experimental NFS client when an NFSv4 server reboots, by doing two things. 1 - Make the function that acquires a

svn commit: r207181 - head/sys/geom/part

2010-04-24 Thread Marcel Moolenaar
Author: marcel Date: Sun Apr 25 01:56:39 2010 New Revision: 207181 URL: http://svn.freebsd.org/changeset/base/207181 Log: Re-calculate a geometry when reprobing as well. PR: kern/145452 Reported by: Andrey V. Elsukov bu7c...@yandex.ru Modified: head/sys/geom/part/g_part.c