Re: svn commit: r229416 - head/sys/dev/tws

2012-01-08 Thread Andriy Gapon
on 03/01/2012 22:17 Xin LI said the following: Author: delphij Date: Tue Jan 3 20:17:35 2012 New Revision: 229416 URL: http://svn.freebsd.org/changeset/base/229416 Log: Don't forget to release queue lock when allocation of memory failed. Submitted by: Sascha Wildner saw

svn commit: r229805 - in head/sys: netinet netinet6

2012-01-08 Thread Michael Tuexen
Author: tuexen Date: Sun Jan 8 09:56:24 2012 New Revision: 229805 URL: http://svn.freebsd.org/changeset/base/229805 Log: Add an SCTP sysctl blackhole, similar to the one for TCP. If set to 1, no ABORT is sent back in response to an incoming INIT. If set to 2, no ABORT is sent back in

Re: svn commit: r229794 - head/usr.bin/hexdump

2012-01-08 Thread Bruce Evans
Log: - Fix how hexdump parses escape strings From the NetBSD bug: The way how hexdump(1) parses escape sequences has some bugs. It shows up when an escape sequence is used as the non-last character of a format string. PR:bin/144722 Submitted by: gcooper Approved by: rpaulo

Re: svn commit: r229794 - head/usr.bin/hexdump

2012-01-08 Thread Bruce Evans
On Sun, 8 Jan 2012, Bruce Evans wrote: ... Fixing these style bugs gives something like: %%% /* * Set end pointer. First make sure that p1 is not * the empty string.. */

Re: svn commit: r229800 - head/sys/conf

2012-01-08 Thread Pawel Jakub Dawidek
On Sun, Jan 08, 2012 at 12:55:22AM +, Adrian Chadd wrote: Author: adrian Date: Sun Jan 8 00:55:22 2012 New Revision: 229800 URL: http://svn.freebsd.org/changeset/base/229800 Log: Make these two files conditionally build on UFS_ACL, as it doesn't seem to be used elsewhere.

svn commit: r229807 - head/include

2012-01-08 Thread Ed Schouten
Author: ed Date: Sun Jan 8 12:03:46 2012 New Revision: 229807 URL: http://svn.freebsd.org/changeset/base/229807 Log: Fix spelling of C11 and sort functions by name. Modified: head/include/stdlib.h Modified: head/include/stdlib.h

svn commit: r229808 - head/lib/libc/stdlib

2012-01-08 Thread Ed Schouten
Author: ed Date: Sun Jan 8 12:04:22 2012 New Revision: 229808 URL: http://svn.freebsd.org/changeset/base/229808 Log: Properly sort functions by name. Modified: head/lib/libc/stdlib/Symbol.map Modified: head/lib/libc/stdlib/Symbol.map

svn commit: r229810 - in head/sys: net netinet

2012-01-08 Thread Gleb Smirnoff
Author: glebius Date: Sun Jan 8 13:34:00 2012 New Revision: 229810 URL: http://svn.freebsd.org/changeset/base/229810 Log: Move arprequest() declaration to if_ether.h. Modified: head/sys/net/if_llatbl.c head/sys/netinet/if_ether.c head/sys/netinet/if_ether.h Modified:

svn commit: r229814 - head/sys/net

2012-01-08 Thread Gleb Smirnoff
Author: glebius Date: Sun Jan 8 17:11:53 2012 New Revision: 229814 URL: http://svn.freebsd.org/changeset/base/229814 Log: Copy ifa-if_data to ifam-ifam_data. This was forgotten in r228571. Submitted by: bz Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c

svn commit: r229815 - head/sys/netinet

2012-01-08 Thread Gleb Smirnoff
Author: glebius Date: Sun Jan 8 17:20:29 2012 New Revision: 229815 URL: http://svn.freebsd.org/changeset/base/229815 Log: Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN(). Modified: head/sys/netinet/in_var.h Modified: head/sys/netinet/in_var.h

svn commit: r229818 - head/sys/kern

2012-01-08 Thread Hiroki Sato
Author: hrs Date: Sun Jan 8 18:48:36 2012 New Revision: 229818 URL: http://svn.freebsd.org/changeset/base/229818 Log: Fix a typo. (s/nessesary/necessary/) Modified: head/sys/kern/kern_prot.c Modified: head/sys/kern/kern_prot.c

svn commit: r229821 - in head/sys: fs/tmpfs kern

2012-01-08 Thread Alan Cox
Author: alc Date: Sun Jan 8 20:09:26 2012 New Revision: 229821 URL: http://svn.freebsd.org/changeset/base/229821 Log: Correct an error of omission in the implementation of the truncation operation on POSIX shared memory objects and tmpfs. Previously, neither of these modules correctly

svn commit: r229822 - in head/etc: . rc.d

2012-01-08 Thread Doug Barton
Author: dougb Date: Sun Jan 8 20:25:29 2012 New Revision: 229822 URL: http://svn.freebsd.org/changeset/base/229822 Log: There is no longer a need to abstract ${rcvar_manpage} as we are not attempting to maintain compatibility with NetBSD for some years now. Modified:

Re: svn commit: r228985 - head/sys/boot/forth

2012-01-08 Thread Sergey Kandaurov
On 8 January 2012 00:03, Dimitry Andric d...@freebsd.org wrote: On 2011-12-30 07:24, Sergey Kandaurov wrote: Author: pluknet Date: Fri Dec 30 06:24:59 2011 New Revision: 228985 URL: http://svn.freebsd.org/changeset/base/228985 Log:   Unset the environment variables associated with

Re: svn commit: r229800 - head/sys/conf

2012-01-08 Thread Adrian Chadd
On 8 January 2012 02:43, Pawel Jakub Dawidek p...@freebsd.org wrote: If someone is actually using GENERIC kernel. This change will break all my system next time I upgrade. Adding UFS_ACL option to the kernel config to make ZFS kernel module to work doesn't sound very intuitive. I understand

svn commit: r229828 - in head/sys: kern ufs/ufs

2012-01-08 Thread Konstantin Belousov
Author: kib Date: Sun Jan 8 23:06:53 2012 New Revision: 229828 URL: http://svn.freebsd.org/changeset/base/229828 Log: Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon(). The vfs_busy() is after covered vnode lock in the global lock order, but since quotaon() does

Re: svn commit: r229800 - head/sys/conf

2012-01-08 Thread Pawel Jakub Dawidek
On Sun, Jan 08, 2012 at 02:58:56PM -0800, Adrian Chadd wrote: On 8 January 2012 02:43, Pawel Jakub Dawidek p...@freebsd.org wrote: If someone is actually using GENERIC kernel. This change will break all my system next time I upgrade. Adding UFS_ACL option to the kernel config to make ZFS

svn commit: r229831 - in head: lib/libopie share/examples/diskless share/examples/ppp share/examples/printing tools/tools/nanobsd/pcengines/Files/root usr.sbin/pkg_install/add

2012-01-08 Thread Eitan Adler
Author: eadler (ports committer) Date: Mon Jan 9 00:48:19 2012 New Revision: 229831 URL: http://svn.freebsd.org/changeset/base/229831 Log: X11BASE has been deprecated for a long time and will die soon Approved by: x11 (eadler) Approved by: brucec MFC after:1 week Modified:

Re: svn commit: r228985 - head/sys/boot/forth

2012-01-08 Thread Devin Teske
On Jan 8, 2012, at 12:35 PM, Sergey Kandaurov wrote: On 8 January 2012 00:03, Dimitry Andric d...@freebsd.org wrote: On 2011-12-30 07:24, Sergey Kandaurov wrote: Author: pluknet Date: Fri Dec 30 06:24:59 2011 New Revision: 228985 URL: http://svn.freebsd.org/changeset/base/228985 Log:

svn commit: r229838 - head/sbin/geom/class/part

2012-01-08 Thread Warren Block
Author: wblock (doc committer) Date: Mon Jan 9 04:27:32 2012 New Revision: 229838 URL: http://svn.freebsd.org/changeset/base/229838 Log: Clarity improvements. Approved by: gjb (mentor) MFC after:3 days Modified: head/sbin/geom/class/part/gpart.8 Modified:

svn commit: r229847 - head/sbin/geom/class/part

2012-01-08 Thread Warren Block
Author: wblock (doc committer) Date: Mon Jan 9 05:51:33 2012 New Revision: 229847 URL: http://svn.freebsd.org/changeset/base/229847 Log: Whitespace-only fix. Translators, please feel free to ignore. Approved by: gjb (mentor) MFC after:3 days X-MFC-with: r227774, r22,

svn commit: r229848 - in head: include lib/libc/stdlib

2012-01-08 Thread Ed Schouten
Author: ed Date: Mon Jan 9 06:36:28 2012 New Revision: 229848 URL: http://svn.freebsd.org/changeset/base/229848 Log: Add aligned_alloc(3). The C11 folks reinvented the wheel by introducing an aligned version of malloc(3) called aligned_alloc(3), instead of posix_memalign(3). Instead