svn commit: r251369 - in head: lib/libc/gen lib/libc/net share/man/man3 usr.bin/m4/lib

2013-06-04 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Jun 4 07:37:06 2013 New Revision: 251369 URL: http://svnweb.freebsd.org/changeset/base/251369 Log: mdoc: convert .Fd to .In, which is much nicer. Modified: head/lib/libc/gen/dl_iterate_phdr.3 head/lib/libc/net/getaddrinfo.3 head/lib/libc/net/getname

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

2013-06-04 Thread Bruce Evans
On Tue, 4 Jun 2013, Konstantin Belousov wrote: On Mon, Jun 03, 2013 at 02:24:26AM -0700, Alfred Perlstein wrote: On 6/3/13 12:55 AM, Konstantin Belousov wrote: On Sun, Jun 02, 2013 at 09:27:53PM -0700, Alfred Perlstein wrote: Hey Konstaintin, shouldn't this be scaled against the actual amount

Re: svn commit: r250991 - in head: contrib/jemalloc/include/jemalloc include lib/libc/stdlib/jemalloc

2013-06-04 Thread Bruce Evans
On Fri, 31 May 2013, Jeremie Le Hen wrote: On Sat, May 25, 2013 at 06:59:12PM +, Marcel Moolenaar wrote: ... Log: Make the malloc(3) family of functions weak and make their non-weak implementations visible for use by applications. The functions $F that are now weak symbols are:

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

2013-06-04 Thread Grzegorz Bernacki
Author: gber Date: Tue Jun 4 09:21:18 2013 New Revision: 251370 URL: http://svnweb.freebsd.org/changeset/base/251370 Log: Implement pmap_copy() for ARMv6/v7. Copy the given range of mappings from the source map to the destination map, thereby reducing the number of VM faults on fork.

svn commit: r251371 - head/sys/arm/mv

2013-06-04 Thread Grzegorz Bernacki
Author: gber Date: Tue Jun 4 09:33:03 2013 New Revision: 251371 URL: http://svnweb.freebsd.org/changeset/base/251371 Log: Fix the passing of time on Armada XP. In order to become independent of Coherency Fabric frequency, configure Timer and Watchdog to operate in 25MHz mode. Submit

svn commit: r251373 - head/sys/dev/isp

2013-06-04 Thread Marius Strobl
Author: marius Date: Tue Jun 4 11:05:57 2013 New Revision: 251373 URL: http://svnweb.freebsd.org/changeset/base/251373 Log: Flag isp(4) as supporting unmapped I/O; all necessary conversion actually already has been done as part of r246713. Reviewed by: mjacob Modified: head/sys/dev/i

svn commit: r251374 - head/sys/kern

2013-06-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Jun 4 11:19:08 2013 New Revision: 251374 URL: http://svnweb.freebsd.org/changeset/base/251374 Log: Improve r250890, so that we stop processing of a message with zero descriptors as early as possible, and assert that number of descriptors is positive in unp_freerigh

Re: svn commit: r251292 - in head/lib/msun: . ld128 ld80 man src

2013-06-04 Thread Bruce Evans
On Mon, 3 Jun 2013, David Schultz wrote: Log: Add logl, log2l, log10l, and log1pl. Submitted by: bde Thanks for looking after this. Bruce ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubsc

svn commit: r251382 - head/sys/dev/filemon

2013-06-04 Thread John Baldwin
Author: jhb Date: Tue Jun 4 15:35:37 2013 New Revision: 251382 URL: http://svnweb.freebsd.org/changeset/base/251382 Log: Build fix: Only should be included before __FBSDID(). needs to be included after any "opt_foo.h" headers so it sees the same set of defined macros as other headers. M

svn commit: r251383 - head/sys/fs/tmpfs

2013-06-04 Thread Alan Cox
Author: alc Date: Tue Jun 4 15:40:45 2013 New Revision: 251383 URL: http://svnweb.freebsd.org/changeset/base/251383 Log: Eliminate unnecessary vm object locking from tmpfs_nocacheread(). Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified: head/sys/fs/tmpfs/tmpfs_vnops.c

svn commit: r251385 - head/share/misc

2013-06-04 Thread Glen Barber
Author: gjb Date: Tue Jun 4 16:02:00 2013 New Revision: 251385 URL: http://svnweb.freebsd.org/changeset/base/251385 Log: Add myself to committers-src.dot, and note kib is my mentor. Approved by: kib (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/commit

svn commit: r251389 - in head/usr.sbin/bsdconfig: console/include mouse/include security/include startup startup/include startup/share

2013-06-04 Thread Devin Teske
Author: dteske Date: Tue Jun 4 16:48:23 2013 New Revision: 251389 URL: http://svnweb.freebsd.org/changeset/base/251389 Log: Lessen verbosity of "Exit" menutag items to appear more consistent across menus from one module to the next. Replacing "Exit this menu (returning to previous)" with

svn commit: r251390 - head/usr.sbin/bsdconfig/console

2013-06-04 Thread Devin Teske
Author: dteske Date: Tue Jun 4 17:08:26 2013 New Revision: 251390 URL: http://svnweb.freebsd.org/changeset/base/251390 Log: Shift Console->Saver menu items to place the default item at the top, making this menu consistent with Console->Repeat, Console->Font, Console->Screenmap and many othe

svn commit: r251391 - head/sys/security/mac

2013-06-04 Thread Alan Cox
Author: alc Date: Tue Jun 4 17:23:09 2013 New Revision: 251391 URL: http://svnweb.freebsd.org/changeset/base/251391 Log: Relax the vm object locking in mac_proc_vm_revoke_recurse(). A read lock suffices in one place. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/secu

svn commit: r251392 - head/lib/libc/arm/gen

2013-06-04 Thread Andrew Turner
Author: andrew Date: Tue Jun 4 19:47:26 2013 New Revision: 251392 URL: http://svnweb.freebsd.org/changeset/base/251392 Log: Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin with merge the functions but leave out the code to save/load the VFP registers as that requir

svn commit: r251393 - head/sys/net

2013-06-04 Thread John Baldwin
Author: jhb Date: Tue Jun 4 20:40:16 2013 New Revision: 251393 URL: http://svnweb.freebsd.org/changeset/base/251393 Log: Fix build with both INET and INET6 disabled. Modified: head/sys/net/if.c Modified: head/sys/net/if.c =

svn commit: r251394 - head/sys/dev/sym

2013-06-04 Thread Marius Strobl
Author: marius Date: Tue Jun 4 20:49:17 2013 New Revision: 251394 URL: http://svnweb.freebsd.org/changeset/base/251394 Log: CAM_DEV_QFREEZE handling should only be done on request submission but neither on completion nor by SIM drivers in the first place. This issue has been revealed by r24

svn commit: r251396 - head/sys/dev/mps

2013-06-04 Thread Alan Somers
Author: asomers Date: Tue Jun 4 22:32:33 2013 New Revision: 251396 URL: http://svnweb.freebsd.org/changeset/base/251396 Log: sys/dev/mps/mps.c sys/dev/mps/mps_user.c Fix uninitialized memory reference in mps_read_config_page. It was referencing a field (params->hdr.Ext.ExtPag

svn commit: r251397 - head/sys/vm

2013-06-04 Thread Attilio Rao
Author: attilio Date: Tue Jun 4 22:47:01 2013 New Revision: 251397 URL: http://svnweb.freebsd.org/changeset/base/251397 Log: In vm_object_split(), busy and consequently unbusy the pages only when swap_pager_copy() is invoked, otherwise there is no reason to do so. This will eliminate the ne

svn commit: r251398 - head/tools/tools/ath/athstats

2013-06-04 Thread Adrian Chadd
Author: adrian Date: Tue Jun 4 23:52:57 2013 New Revision: 251398 URL: http://svnweb.freebsd.org/changeset/base/251398 Log: Add RX STBC statistics. Modified: head/tools/tools/ath/athstats/athstats.c Modified: head/tools/tools/ath/athstats/athstats.c =

svn commit: r251399 - head/sys/dev/ath/ath_hal

2013-06-04 Thread Adrian Chadd
Author: adrian Date: Wed Jun 5 00:39:20 2013 New Revision: 251399 URL: http://svnweb.freebsd.org/changeset/base/251399 Log: Document the AR9285/AR9485 LNA configuration information that's stored in the ctl/ext RSSI field for chain 2. Tested: * AR9285, STA Modified: head/sys/dev/a

svn commit: r251400 - in head/sys/dev/ath/ath_hal: . ar9002

2013-06-04 Thread Adrian Chadd
Author: adrian Date: Wed Jun 5 00:42:04 2013 New Revision: 251400 URL: http://svnweb.freebsd.org/changeset/base/251400 Log: Add a new capability flag to announce that the chip implements LNA mixing for the RX path. This is different to the div comb HAL flag, that says it actually can u

svn commit: r251401 - head/sys/dev/ath

2013-06-04 Thread Adrian Chadd
Author: adrian Date: Wed Jun 5 00:45:19 2013 New Revision: 251401 URL: http://svnweb.freebsd.org/changeset/base/251401 Log: Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration in the RX antenna field. The AR9285/AR9485 use an LNA mixer to determine how to combine th

svn commit: r251402 - head/sys/dev/sym

2013-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 5 01:07:40 2013 New Revision: 251402 URL: http://svnweb.freebsd.org/changeset/base/251402 Log: Handle/mark/nuke unused arguments. Modified: head/sys/dev/sym/sym_hipd.c Modified: head/sys/dev/sym/sym_hipd.c

svn commit: r251403 - head/sys/dev/sym

2013-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 5 01:22:59 2013 New Revision: 251403 URL: http://svnweb.freebsd.org/changeset/base/251403 Log: - Flag sym(4) as supporting unmapped I/O; all necessary conversion actually already has been done as part of r246713. - Revert a part of r251402 in order to appease

svn commit: r251404 - in head/lib/msun: . src

2013-06-04 Thread David Schultz
Author: das Date: Wed Jun 5 05:33:01 2013 New Revision: 251404 URL: http://svnweb.freebsd.org/changeset/base/251404 Log: Style fixes. Submitted by: bde Modified: head/lib/msun/Makefile head/lib/msun/src/catrig.c head/lib/msun/src/catrigf.c head/lib/msun/src/e_log2.c Modified: hea

Re: svn commit: r251297 - head/sys/dev/xen/netfront

2013-06-04 Thread Lawrence Stewart
On 06/03/13 23:00, Andre Oppermann wrote: > Author: andre > Date: Mon Jun 3 13:00:33 2013 > New Revision: 251297 > URL: http://svnweb.freebsd.org/changeset/base/251297 > > Log: > Specify a maximum TSO length limiting the segment chain to what the > Xen host side can handle after defragmentati

Re: svn commit: r251297 - head/sys/dev/xen/netfront

2013-06-04 Thread Colin Percival
On 06/04/13 22:51, Lawrence Stewart wrote: > On 06/03/13 23:00, Andre Oppermann wrote: >> Modified: head/sys/dev/xen/netfront/netfront.c >> == >> --- head/sys/dev/xen/netfront/netfront.c Mon Jun 3 12:55:13 2013

Re: svn commit: r251297 - head/sys/dev/xen/netfront

2013-06-04 Thread Andre Oppermann
On 05.06.2013 08:13, Colin Percival wrote: On 06/04/13 22:51, Lawrence Stewart wrote: On 06/03/13 23:00, Andre Oppermann wrote: Modified: head/sys/dev/xen/netfront/netfront.c == --- head/sys/dev/xen/netfront/netfront.c