svn commit: r231949 - in head/sys: cddl/compat/opensolaris/sys compat/ndis fs/cd9660 fs/devfs fs/ext2fs fs/msdosfs fs/nfsclient fs/nfsserver fs/pseudofs fs/udf kern nfsclient sys ufs/ffs ufs/ufs

2012-02-20 Thread Konstantin Belousov
Author: kib Date: Tue Feb 21 01:05:12 2012 New Revision: 231949 URL: http://svn.freebsd.org/changeset/base/231949 Log: Fix found places where uio_resid is truncated to int. Add the sysctl debug.iosize_max_clamp, enabled by default. Setting the sysctl to zero allows to perform the SSIZE_MA

Re: svn commit: r231939 - head/sys/net80211

2012-02-20 Thread Aleksandr Rybalko
On Tue, 21 Feb 2012 04:57:13 +1100 (EST) Bruce Evans wrote: > On Mon, 20 Feb 2012, Aleksandr Rybalko wrote: > > > Log: > > Remove redundant forward declaration of struct ieee80211com. > > Thanks, but it now has 1 redundant forward declarations of this > instead of 2. There is another section

Re: svn commit: r230795 - in head/usr.sbin/makefs: . cd9660

2012-02-20 Thread Martin Matuska
Thanks for the patch, I see it has been adopted by NetBSD. I have seen there has been recently activity in makefs. IMO makefs should be moved to vendor/contrib (originates fron NetBSD) the same way libarchive was moved. Or are we doing the main (or our very own) development of makefs? If we are,

svn commit: r231945 - head/lib/libc/gen

2012-02-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Feb 20 20:46:27 2012 New Revision: 231945 URL: http://svn.freebsd.org/changeset/base/231945 Log: Document the fact that getgrouplist(3) returns 0 on success. MFC after:3 days Modified: head/lib/libc/gen/getgrouplist.3 Modified: head/lib/libc/gen/getgrouplist.3

svn commit: r231943 - in head/release/doc: en_US.ISO8859-1/hardware share/misc

2012-02-20 Thread Christian Brueffer
Author: brueffer Date: Mon Feb 20 19:35:54 2012 New Revision: 231943 URL: http://svn.freebsd.org/changeset/base/231943 Log: Add oce(4) to the hardware notes. MFC after:3 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml head/release/doc/share/misc/dev.archlist.t

Re: svn commit: r231939 - head/sys/net80211

2012-02-20 Thread Bruce Evans
On Mon, 20 Feb 2012, Aleksandr Rybalko wrote: Log: Remove redundant forward declaration of struct ieee80211com. Thanks, but it now has 1 redundant forward declarations of this instead of 2. There is another section with 3 forward declarations which are all redundant and bogus. Since program

Re: svn commit: r231923 - head/sys/kern

2012-02-20 Thread Bruce Evans
On Mon, 20 Feb 2012, Xin Li wrote: On 02/19/12 21:55, Bruce Evans wrote: On Mon, 20 Feb 2012, Xin LI wrote: Log: Use uprintf instead of printf for the reason why a kernel module can not be loaded. This way, the administrator can get response immediately from the shell session rather than rel

svn commit: r231939 - head/sys/net80211

2012-02-20 Thread Aleksandr Rybalko
Author: ray Date: Mon Feb 20 15:05:21 2012 New Revision: 231939 URL: http://svn.freebsd.org/changeset/base/231939 Log: Remove redundant forward declaration of struct ieee80211com. Approved by: bschmidt Modified: head/sys/net80211/ieee80211_node.h Modified: head/sys/net80211/ieee80211_n

svn commit: r231938 - head/lib/libutil

2012-02-20 Thread Guy Helmer
Author: ghelmer Date: Mon Feb 20 13:59:24 2012 New Revision: 231938 URL: http://svn.freebsd.org/changeset/base/231938 Log: Set the O_CLOEXEC flag when opening the pidfile to avoid leaking the file descriptor via exec(3). Now that daemon(8) has been fixed to resolve the issue noted by troc

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

2012-02-20 Thread Christian Brueffer
Author: brueffer Date: Mon Feb 20 13:22:00 2012 New Revision: 231937 URL: http://svn.freebsd.org/changeset/base/231937 Log: More improvements, the biggest one using list environments for enumerations. Modified: head/share/man/man4/oce.4 Modified: head/share/man/man4/oce.4 ===

svn commit: r231932 - head/sys/fs/cd9660

2012-02-20 Thread Kevin Lo
Author: kevlo Date: Mon Feb 20 09:56:14 2012 New Revision: 231932 URL: http://svn.freebsd.org/changeset/base/231932 Log: Remove an unnecessary cast. Modified: head/sys/fs/cd9660/cd9660_vfsops.c Modified: head/sys/fs/cd9660/cd9660_vfsops.c =

Re: svn commit: r231931 - head/sys/kern

2012-02-20 Thread Konstantin Belousov
On Mon, Feb 20, 2012 at 09:32:33AM +, Xin LI wrote: > Author: delphij > Date: Mon Feb 20 09:32:32 2012 > New Revision: 231931 > URL: http://svn.freebsd.org/changeset/base/231931 > > Log: > Revert r231923 for now. Further work is needed to make sure that the > behavior is consistent. You c

Re: svn commit: r231923 - head/sys/kern

2012-02-20 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Bruce, On 02/19/12 21:55, Bruce Evans wrote: > On Mon, 20 Feb 2012, Xin LI wrote: > >> Log: Use uprintf instead of printf for the reason why a kernel >> module can not be loaded. This way, the administrator can get >> response immediately from

svn commit: r231931 - head/sys/kern

2012-02-20 Thread Xin LI
Author: delphij Date: Mon Feb 20 09:32:32 2012 New Revision: 231931 URL: http://svn.freebsd.org/changeset/base/231931 Log: Revert r231923 for now. Further work is needed to make sure that the behavior is consistent. Modified: head/sys/kern/kern_linker.c Modified: head/sys/kern/kern_linker