svn commit: r220764 - head/sys/fs/nfsclient

2011-04-17 Thread Rick Macklem
Author: rmacklem Date: Mon Apr 18 01:02:43 2011 New Revision: 220764 URL: http://svn.freebsd.org/changeset/base/220764 Log: Add a vput() to nfs_lookitup() in the experimental NFS client for a case that will probably never happen. It can only happen if a server were to successfully lookup a f

svn commit: r220763 - head/sys/fs/nfsclient

2011-04-17 Thread Rick Macklem
Author: rmacklem Date: Mon Apr 18 00:41:23 2011 New Revision: 220763 URL: http://svn.freebsd.org/changeset/base/220763 Log: Add vput() calls in two places in the experimental NFS client that would be needed if, in the future, nfscl_loadattrcache() were to return an error. Currently nfscl_loa

svn commit: r220762 - head/sys/fs/nfsclient

2011-04-17 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 17 23:56:57 2011 New Revision: 220762 URL: http://svn.freebsd.org/changeset/base/220762 Log: Change the mutex locking for several locations in the experimental NFS client's vnode op functions to make them compatible with the regular NFS client. I'll admit I'm

svn commit: r220761 - head/sys/fs/nfsclient

2011-04-17 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 17 23:04:03 2011 New Revision: 220761 URL: http://svn.freebsd.org/changeset/base/220761 Log: Add checks for MNTK_UNMOUNTF at the beginning of three functions, so that threads don't get stuck in them during a forced dismount. nfs_sync/VFS_SYNC() needs this, sinc

svn commit: r220760 - head/etc

2011-04-17 Thread Doug Barton
Author: dougb Date: Sun Apr 17 22:31:36 2011 New Revision: 220760 URL: http://svn.freebsd.org/changeset/base/220760 Log: The change in r206686 to allow the stop argument to work for a service that is running even though not _enable'd had an annoying side effect. If the service was already st

svn commit: r220759 - in stable/7: lib/libc/gen lib/libc/string tools/regression/lib/libc/string

2011-04-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 17 22:26:07 2011 New Revision: 220759 URL: http://svn.freebsd.org/changeset/base/220759 Log: MFC r220376: Allow strerror(0) and strerror_r(0, ...). Of course, strerror_r() may still fail with ERANGE. Although the POSIX specification said this could fail wit

svn commit: r220758 - stable/7/usr.bin/logger

2011-04-17 Thread Edwin Groothuis
Author: edwin Date: Sun Apr 17 21:57:08 2011 New Revision: 220758 URL: http://svn.freebsd.org/changeset/base/220758 Log: MFC of r220448 When specifying the -t option (send tag in front of message), this tag should also be forwarded to the remote logging host, not only when the logging i

svn commit: r220757 - stable/8/usr.bin/logger

2011-04-17 Thread Edwin Groothuis
Author: edwin Date: Sun Apr 17 21:52:57 2011 New Revision: 220757 URL: http://svn.freebsd.org/changeset/base/220757 Log: MFC of r220448 When specifying the -t option (send tag in front of message), this tag should also be forwarded to the remote logging host, not only when the logging i

svn commit: r220756 - head/usr.bin/kdump

2011-04-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 17 21:11:55 2011 New Revision: 220756 URL: http://svn.freebsd.org/changeset/base/220756 Log: kdump: Show code for signals where the default action was taken. This information is available as of kernel r220740. Trace files from older kernels will always have 0.

svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc s...

2011-04-17 Thread Dimitry Andric
38,26 @@ # xargs -n1 | sort | uniq -d; # done +# 20110417: removal of Objective-C support +OLD_FILES+=usr/include/objc/encoding.h +OLD_FILES+=usr/include/objc/hash.h +OLD_FILES+=usr/include/objc/NXConstStr.h +OLD_FILES+=usr/include/objc/objc-api.h +OLD_FILES+=usr/include/objc/objc-decls.h +OL

svn commit: r220754 - head/contrib/llvm/tools/clang/lib/Basic

2011-04-17 Thread Dimitry Andric
Author: dim Date: Sun Apr 17 20:44:02 2011 New Revision: 220754 URL: http://svn.freebsd.org/changeset/base/220754 Log: For clang, make -mno-mmx imply -mno-3dnow. This is what gcc does. Submitted by: arundel Obtained from: http://llvm.org/viewvc/llvm-project?view=rev&revision=1296

svn commit: r220753 - head/usr.sbin/bsdinstall/scripts

2011-04-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 17 20:42:40 2011 New Revision: 220753 URL: http://svn.freebsd.org/changeset/base/220753 Log: Update to reflect net install changes. Modified: head/usr.sbin/bsdinstall/scripts/jail Modified: head/usr.sbin/bsdinstall/scripts/jail ===

svn commit: r220752 - head/sys/fs/nfs

2011-04-17 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 17 20:01:32 2011 New Revision: 220752 URL: http://svn.freebsd.org/changeset/base/220752 Log: Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf" message that was generated when doing experimental NFS client mounts. I put that message in because the

svn commit: r220751 - in head/sys/fs: nfs nfsclient

2011-04-17 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 17 18:56:17 2011 New Revision: 220751 URL: http://svn.freebsd.org/changeset/base/220751 Log: Fix up some of the sysctls for the experimental NFS client so that they use the same names as the regular client. Also add string descriptions for them. MFC after:

svn commit: r220750 - head/contrib/dialog

2011-04-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 17 17:30:29 2011 New Revision: 220750 URL: http://svn.freebsd.org/changeset/base/220750 Log: Make dialog's --prgbox option actually work. Modified: head/contrib/dialog/prgbox.c Modified: head/contrib/dialog/prgbox.c ===

svn commit: r220749 - in head: contrib/dialog contrib/dialog/package contrib/dialog/po contrib/dialog/samples gnu/lib/libdialog

2011-04-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 17 17:28:17 2011 New Revision: 220749 URL: http://svn.freebsd.org/changeset/base/220749 Log: Update dialog to version 1.1-20110302. Added: head/contrib/dialog/argv.c - copied unchanged from r220748, vendor/dialog/dist/argv.c head/contrib/dialog/package/

svn commit: r220748 - vendor/dialog/dialog-1.1-20110302

2011-04-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 17 17:01:44 2011 New Revision: 220748 URL: http://svn.freebsd.org/changeset/base/220748 Log: Tag dialog 1.1-20110302. Added: vendor/dialog/dialog-1.1-20110302/ - copied from r220747, vendor/dialog/dist/ ___ svn-

svn commit: r220747 - in vendor/dialog/dist: . package package/debian package/debian/source po samples

2011-04-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 17 17:00:55 2011 New Revision: 220747 URL: http://svn.freebsd.org/changeset/base/220747 Log: Update dialog to 20110302 version. Added: vendor/dialog/dist/argv.c vendor/dialog/dist/package/ vendor/dialog/dist/package/debian/ vendor/dialog/dist/package/deb

svn commit: r220746 - in head/sys: conf netinet

2011-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun Apr 17 16:35:16 2011 New Revision: 220746 URL: http://svn.freebsd.org/changeset/base/220746 Log: Make in_proto.c dependent on either inet or inet6. While it does not provide any functionality for IPv6, it provides the sysctl nodes for net.inet.* that a lot of function

svn commit: r220745 - head/sys/netgraph

2011-04-17 Thread Gleb Smirnoff
Author: glebius Date: Sun Apr 17 16:31:21 2011 New Revision: 220745 URL: http://svn.freebsd.org/changeset/base/220745 Log: Fix error where error variable was assigned result of comparison, instead of function return value. Submitted by: Przemyslaw Frasunek MFC after:4 days Modifie

svn commit: r220744 - in head/sbin: hastctl hastd

2011-04-17 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 17 16:18:45 2011 New Revision: 220744 URL: http://svn.freebsd.org/changeset/base/220744 Log: Remove hast_proto_recv(). It was used only in one place, where hast_proto_recv_hdr() may be used. This also fixes the issue (introduced by r220523) with hastctl, which c

svn commit: r220743 - head/sys/netinet6

2011-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun Apr 17 16:07:08 2011 New Revision: 220743 URL: http://svn.freebsd.org/changeset/base/220743 Log: Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously always passing the cached proxydl reference (sockaddr_dl initialized or not) to nd6_na_output(). nd6_na_out

svn commit: r220742 - head/sys/sys

2011-04-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 17 16:04:39 2011 New Revision: 220742 URL: http://svn.freebsd.org/changeset/base/220742 Log: Allow using CMSG_NXTHDR with -Wcast-align. If various checks are omitted, the CMSG_NXTHDR macro expands to (struct cmsghdr *)((char *)(cmsg) + \ _ALIGN(((struct

svn commit: r220741 - in head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer: BugReporter PathSensitive

2011-04-17 Thread Dimitry Andric
Author: dim Date: Sun Apr 17 15:09:04 2011 New Revision: 220741 URL: http://svn.freebsd.org/changeset/base/220741 Log: Cleanup some left-over empty directories in contrib/llvm. Deleted: head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/BugReporter/ head/contrib/llvm/tools/clang/inc

svn commit: r220740 - head/sys/kern

2011-04-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 17 14:38:11 2011 New Revision: 220740 URL: http://svn.freebsd.org/changeset/base/220740 Log: ktrace: Log the code for all signals (PSIG events). The code provides information on how the signal was generated. Formerly, the code was only logged for traps, muc

svn commit: r220739 - in head/sys/fs: nfs nfsclient

2011-04-17 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 17 14:10:12 2011 New Revision: 220739 URL: http://svn.freebsd.org/changeset/base/220739 Log: Change some defaults in the experimental NFS client to be the same as the regular NFS client for NFSv3. The main one is making use of a reserved port# the default. Also

svn commit: r220738 - head/sys/dev/ath/ath_hal/ar5416

2011-04-17 Thread Adrian Chadd
Author: adrian Date: Sun Apr 17 13:46:13 2011 New Revision: 220738 URL: http://svn.freebsd.org/changeset/base/220738 Log: Mark the PHY as inactive before the chip is reset. It's also marked inactive by the initvals, and enabled after the baseband/PLL has been configured, but before the RF

svn commit: r220737 - in stable/7/sys: amd64/amd64 amd64/ia32 i386/i386 kern

2011-04-17 Thread Konstantin Belousov
Author: kib Date: Sun Apr 17 11:35:22 2011 New Revision: 220737 URL: http://svn.freebsd.org/changeset/base/220737 Log: MFC r218327: Clear the padding when returning context to the usermode, for MI ucontext_t and x86 MD parts. Tested-by: Oliver Pinter Modified: stable/7/sys/amd64/amd