svn commit: r241044 - head/sys/arm/arm

2012-09-29 Thread Alan Cox
Author: alc Date: Sat Sep 29 08:11:12 2012 New Revision: 241044 URL: http://svn.freebsd.org/changeset/base/241044 Log: Update a comment to reflect recent locking changes. Modified: head/sys/arm/arm/pmap.c Modified: head/sys/arm/arm/pmap.c

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

2012-09-29 Thread Gleb Smirnoff
Author: glebius Date: Sat Sep 29 10:49:02 2012 New Revision: 241045 URL: http://svn.freebsd.org/changeset/base/241045 Log: Give a clue how to force tcpdump(8) to interpret correctly CARP packets. Modified: head/share/man/man4/carp.4 Modified: head/share/man/man4/carp.4

svn commit: r241046 - in head/lib/libc: gen locale nls stdlib yp

2012-09-29 Thread Jilles Tjoelker
Author: jilles Date: Sat Sep 29 11:54:34 2012 New Revision: 241046 URL: http://svn.freebsd.org/changeset/base/241046 Log: libc: Use O_CLOEXEC for various internal file descriptors. This fixes a race condition where another thread may fork() before CLOEXEC is set, unintentionally passing

svn commit: r241047 - head/sys/boot/i386/loader

2012-09-29 Thread Andrey V. Elsukov
Author: ae Date: Sat Sep 29 15:08:55 2012 New Revision: 241047 URL: http://svn.freebsd.org/changeset/base/241047 Log: Disable splitfs support, since we aren't support floppies for a long time. This slightly reduces an overhead, when loader tries to open file that doesn't exist. Modified:

svn commit: r241048 - head/sys/dev/iicbus

2012-09-29 Thread Kevin Lo
Author: kevlo Date: Sat Sep 29 16:15:27 2012 New Revision: 241048 URL: http://svn.freebsd.org/changeset/base/241048 Log: Remove unused variables. Modified: head/sys/dev/iicbus/s35390a.c Modified: head/sys/dev/iicbus/s35390a.c

svn commit: r241049 - head/usr.bin/csup

2012-09-29 Thread Kevin Lo
Author: kevlo Date: Sat Sep 29 16:19:01 2012 New Revision: 241049 URL: http://svn.freebsd.org/changeset/base/241049 Log: Add missing va_end. Modified: head/usr.bin/csup/proto.c Modified: head/usr.bin/csup/proto.c ==

svn commit: r241050 - head/sys/dev/usb

2012-09-29 Thread Kevin Lo
Author: kevlo Date: Sat Sep 29 16:27:13 2012 New Revision: 241050 URL: http://svn.freebsd.org/changeset/base/241050 Log: If devclass_get_devices(9) returns success but a count of 0, free the pointer. Modified: head/sys/dev/usb/usb_pf.c Modified: head/sys/dev/usb/usb_pf.c

svn commit: r241051 - in head/lib/msun: ld80 src

2012-09-29 Thread Steve Kargl
Author: kargl Date: Sat Sep 29 16:40:12 2012 New Revision: 241051 URL: http://svn.freebsd.org/changeset/base/241051 Log: * src/math_private.h: . Change the API for the LD80C by removing the explicit passing of the sign bit. The sign can be determined from the last parameter of

svn commit: r241052 - head/sbin/pfctl

2012-09-29 Thread Gleb Smirnoff
Author: glebius Date: Sat Sep 29 16:42:01 2012 New Revision: 241052 URL: http://svn.freebsd.org/changeset/base/241052 Log: - Get rid of #ifdef __FreeBSD__. - Use correct format when printing uint64_t. Modified: head/sbin/pfctl/pf_print_state.c Modified: head/sbin/pfctl/pf_print_state.c

svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-09-29 Thread Andrey V. Elsukov
Author: ae Date: Sat Sep 29 16:47:56 2012 New Revision: 241053 URL: http://svn.freebsd.org/changeset/base/241053 Log: Almost each time when loader opens a file, this leads to calling disk_open(). Very often this is called several times for one file. This leads to reading partition table

svn commit: r241054 - head/sys/arm/arm

2012-09-29 Thread Alan Cox
Author: alc Date: Sat Sep 29 17:20:16 2012 New Revision: 241054 URL: http://svn.freebsd.org/changeset/base/241054 Log: Add support for mincore(). Specifically, this is an adaptation of the pmap_mincore() implementation that was added to the original arm pmap in r235717. Modified:

svn commit: r241055 - head/sys/arm/arm

2012-09-29 Thread Alan Cox
Author: alc Date: Sat Sep 29 19:09:11 2012 New Revision: 241055 URL: http://svn.freebsd.org/changeset/base/241055 Log: Eliminate unused variables. Modified: head/sys/arm/arm/pmap-v6.c head/sys/arm/arm/pmap.c Modified: head/sys/arm/arm/pmap-v6.c

svn commit: r241057 - head/sys/netpfil/pf

2012-09-29 Thread Gleb Smirnoff
Author: glebius Date: Sat Sep 29 20:11:00 2012 New Revision: 241057 URL: http://svn.freebsd.org/changeset/base/241057 Log: Clear and re-setup all function pointers that glue pf(4) and pfsync(4) together whenever the pfsync0 is brought down or up respectively. Modified:

svn commit: r241058 - head/sys/arm/include

2012-09-29 Thread Alan Cox
Author: alc Date: Sat Sep 29 22:28:00 2012 New Revision: 241058 URL: http://svn.freebsd.org/changeset/base/241058 Log: Eliminate an unused declaration. Modified: head/sys/arm/include/pmap.h Modified: head/sys/arm/include/pmap.h

svn commit: r241061 - head/usr.sbin/rtprio

2012-09-29 Thread Eitan Adler
Author: eadler Date: Sun Sep 30 03:21:21 2012 New Revision: 241061 URL: http://svn.freebsd.org/changeset/base/241061 Log: Document the security.bsd.unprivileged_idprio in idprio(1) in addition to rtprio(2). Approved by: wblock MFC after:3 days Modified:

svn commit: r241062 - head/lib/libc/string

2012-09-29 Thread Eitan Adler
Author: eadler Date: Sun Sep 30 03:25:04 2012 New Revision: 241062 URL: http://svn.freebsd.org/changeset/base/241062 Log: clarify the wording for 'first' and 'last' Approved by: wblock MFC after:3 days Modified: head/lib/libc/string/ffs.3 Modified: head/lib/libc/string/ffs.3

svn commit: r241063 - head/sys/arm/arm

2012-09-29 Thread Alan Cox
Author: alc Date: Sun Sep 30 03:54:57 2012 New Revision: 241063 URL: http://svn.freebsd.org/changeset/base/241063 Log: Stop calling pmap_remove_write() from pmap_remove_all(). Doing so is not only inefficient but also leads to recursive lock acquisition. Tested by:ray Modified: