svn commit: r235974 - stable/9/contrib/ncurses/man

2012-05-24 Thread Dimitry Andric
Author: dim Date: Fri May 25 06:41:08 2012 New Revision: 235974 URL: http://svn.freebsd.org/changeset/base/235974 Log: MFC r235773: Correct use_screen() and use_window() prototypes in curs_threads(3x). Submitted by: Yanhui Shen Modified: stable/9/contrib/ncurses/man/curs_threads.3x

svn commit: r235971 - stable/9/contrib/netcat

2012-05-24 Thread Xin LI
Author: delphij Date: Fri May 25 04:42:18 2012 New Revision: 235971 URL: http://svn.freebsd.org/changeset/base/235971 Log: MFC: netcat from OpenBSD 5.1. Modified: stable/9/contrib/netcat/FREEBSD-vendor stable/9/contrib/netcat/nc.1 stable/9/contrib/netcat/netcat.c Directory Properties: s

svn commit: r235968 - stable/9/sys/geom/mirror

2012-05-24 Thread Andrey V. Elsukov
Author: ae Date: Fri May 25 04:26:14 2012 New Revision: 235968 URL: http://svn.freebsd.org/changeset/base/235968 Log: MFC r235599: Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should protect geom from destroying while it is tasting. MFC r235600: Prevent removing of

svn commit: r235965 - in stable/9/contrib/gcc: . config/rs6000 config/sparc

2012-05-24 Thread Pedro F. Giffuni
Author: pfg Date: Fri May 25 03:07:20 2012 New Revision: 235965 URL: http://svn.freebsd.org/changeset/base/235965 Log: MFC: r235623 Bring in a subset of gcc fixes that were back ported to the GCC 4.1 branch and are available under GPLv2. Reviewed by: mm Approved by: jhb (mentor)

svn commit: r235951 - in stable/9: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzpool/common/sys sys/cddl/contrib/opensolaris/uts/comm...

2012-05-24 Thread Martin Matuska
Author: mm Date: Fri May 25 01:19:28 2012 New Revision: 235951 URL: http://svn.freebsd.org/changeset/base/235951 Log: MFC r235222: Import illumos changeset 13686:4bc0783f6064 2703 add mechanism to report ZFS send progress If the zfs send command is used with the -v flag, the amount of b

svn commit: r235926 - in stable/9: share/man/man4 sys/amd64/conf sys/boot/forth sys/conf sys/dev/wbwd sys/i386/conf sys/modules sys/modules/wbwd

2012-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Thu May 24 19:24:31 2012 New Revision: 235926 URL: http://svn.freebsd.org/changeset/base/235926 Log: MFC r232614: Provide wbwd(4), a driver for the watchdog timer found on various Winbond Super I/O chips. Added: stable/9/share/man/man4/wbwd.4 - copied unchanged

svn commit: r235919 - stable/9/usr.sbin/pkg

2012-05-24 Thread Baptiste Daroussin
Author: bapt Date: Thu May 24 17:10:54 2012 New Revision: 235919 URL: http://svn.freebsd.org/changeset/base/235919 Log: Add missing \n when generating pkg.conf Reported by: beat Approved by: des (mentor) Modified: stable/9/usr.sbin/pkg/pkg.c Directory Properties: stable/9/usr.sbin/

svn commit: r235914 - stable/9/usr.sbin/mfiutil

2012-05-24 Thread Sean Bruno
Author: sbruno Date: Thu May 24 16:11:13 2012 New Revision: 235914 URL: http://svn.freebsd.org/changeset/base/235914 Log: MFC r235634 Decode new battery status indications. Modified: stable/9/usr.sbin/mfiutil/mfi_show.c Directory Properties: stable/9/usr.sbin/mfiutil/ (props changed)

svn commit: r235913 - stable/9/sys/kern

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 15:55:41 2012 New Revision: 235913 URL: http://svn.freebsd.org/changeset/base/235913 Log: MFC r234383: Stop treating system processes as special. This fixes panics like the one triggered by this: # kldload geom_vinum # pwait `pgrep -S gv_worker` &

svn commit: r235906 - stable/9/sys/fs/nfs

2012-05-24 Thread Rick Macklem
Author: rmacklem Date: Thu May 24 12:28:11 2012 New Revision: 235906 URL: http://svn.freebsd.org/changeset/base/235906 Log: MFC: r235568 A problem with the NFSv4 server was reported by Andrew Leonard to freebsd-fs@, where the setfacl of an NFSv4 acl would fail. This was caused by the VOP_A

svn commit: r235902 - stable/9/sys/fs/unionfs

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 11:50:14 2012 New Revision: 235902 URL: http://svn.freebsd.org/changeset/base/235902 Log: MFC r226234: Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPEND is just a modifier for VWRITE. Modified: stable/9/sys/fs/unionfs/union_vnops.c Direc

svn commit: r235901 - stable/9/sys/kern

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 11:46:39 2012 New Revision: 235901 URL: http://svn.freebsd.org/changeset/base/235901 Log: MFC r234380: Enforce upper bound on the input buffer length. Modified: stable/9/sys/kern/kern_rctl.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r235900 - stable/9/sys/kern

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 11:43:33 2012 New Revision: 235900 URL: http://svn.freebsd.org/changeset/base/235900 Log: MFC r234381: Fix panic, triggered like this: "int main() { thr_exit(); }" Modified: stable/9/sys/kern/kern_thr.c Directory Properties: stable/9/sys/ (props changed

svn commit: r235893 - stable/9/sys/kern

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 10:31:17 2012 New Revision: 235893 URL: http://svn.freebsd.org/changeset/base/235893 Log: MFC r232782: Remove useless thread_{lock,unlock}() in raccd. Modified: stable/9/sys/kern/kern_racct.c Directory Properties: stable/9/sys/ (props changed) Modified

svn commit: r235891 - stable/9/bin/ps

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 10:20:23 2012 New Revision: 235891 URL: http://svn.freebsd.org/changeset/base/235891 Log: MFC r225868: Make ps(1) automatically size its column widths. Modified: stable/9/bin/ps/extern.h stable/9/bin/ps/keyword.c stable/9/bin/ps/print.c stable/9/bin/p

svn commit: r235890 - stable/9/sys/kern

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 10:02:42 2012 New Revision: 235890 URL: http://svn.freebsd.org/changeset/base/235890 Log: MFC r234385: Fix bug where NFSv4 ACL enforcement code wouldn't unconditionally allow the owner to read and write ACL and file attributes when there was no entry with

svn commit: r235889 - stable/9/sys/kern

2012-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 24 09:59:58 2012 New Revision: 235889 URL: http://svn.freebsd.org/changeset/base/235889 Log: MFC r226043: Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactly valid - we don't allow for setting it on a file, for example - but it's not somet

svn commit: r235887 - stable/9/usr.bin/lastcomm

2012-05-24 Thread Konstantin Belousov
Author: kib Date: Thu May 24 08:43:10 2012 New Revision: 235887 URL: http://svn.freebsd.org/changeset/base/235887 Log: MFC r235541: Allow to specify strftime(3) format for process start end exit times. Modified: stable/9/usr.bin/lastcomm/lastcomm.1 stable/9/usr.bin/lastcomm/lastcomm.c Dir