svn commit: r226415 - in head/lib/msun: amd64 arm i387 ia64 mips powerpc sparc64

2011-10-15 Thread David Schultz
Author: das Date: Sun Oct 16 05:37:56 2011 New Revision: 226415 URL: http://svn.freebsd.org/changeset/base/226415 Log: Use #include "fenv.h" instead of #include . This makes it more convenient to compile the math library by itself. Requested by: bde Modified: head/lib/msun/amd64/fenv.

svn commit: r226414 - head/lib/msun/bsdsrc

2011-10-15 Thread David Schultz
Author: das Date: Sun Oct 16 05:37:20 2011 New Revision: 226414 URL: http://svn.freebsd.org/changeset/base/226414 Log: Fix some non-standard variable declarations. Modified: head/lib/msun/bsdsrc/b_exp.c Modified: head/lib/msun/bsdsrc/b_exp.c ==

svn commit: r226413 - head/lib/msun/src

2011-10-15 Thread David Schultz
Author: das Date: Sun Oct 16 05:37:01 2011 New Revision: 226413 URL: http://svn.freebsd.org/changeset/base/226413 Log: Optimize the case of pure imaginary arguments. Calls like this are common, e.g., in DFT implementations. Discussed with: bde, kargl Modified: head/lib/msun/src/

svn commit: r226412 - head/lib/msun/src

2011-10-15 Thread David Schultz
Author: das Date: Sun Oct 16 05:36:39 2011 New Revision: 226412 URL: http://svn.freebsd.org/changeset/base/226412 Log: Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() into math_private.h, so they can be used elsewhere in the math library. Modified: head/lib/msun/src/e_hypotl.c h

svn commit: r226411 - head/lib/msun/src

2011-10-15 Thread David Schultz
Author: das Date: Sun Oct 16 05:36:23 2011 New Revision: 226411 URL: http://svn.freebsd.org/changeset/base/226411 Log: Remove an unused variable. Modified: head/lib/msun/src/e_log10f.c Modified: head/lib/msun/src/e_log10f.c

Re: svn commit: r226410 - head/sys/powerpc/powerpc

2011-10-15 Thread Adrian Chadd
Thanks! I'm going to eventually fix the ath driver to always call bus_space_barrier() when doing stream bus calls. It's likely worthwhile doing a check to see which other drivers use the stream calls? Adrian ___ svn-src-head@freebsd.org mailing list h

svn commit: r226410 - head/sys/powerpc/powerpc

2011-10-15 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Oct 15 23:15:55 2011 New Revision: 226410 URL: http://svn.freebsd.org/changeset/base/226410 Log: Enforce a memory barrier in stream operations, as is done on other bus_space calls. This makes ath(4) work correctly on PowerPC. Submitted by: adrian Tested by:

svn commit: r226406 - head/sys/dev/siba

2011-10-15 Thread Christian Brueffer
Author: brueffer Date: Sat Oct 15 22:27:35 2011 New Revision: 226406 URL: http://svn.freebsd.org/changeset/base/226406 Log: Properly free resources in case of an error. CID: 4222 Found with: Coverity Prevent(tm) MFC after:1 week Modified: head/sys/dev/siba/siba_bwn.c

Re: svn commit: r226402 - head/sys/netinet

2011-10-15 Thread Nikolay Denev
On Oct 15, 2011, at 9:41 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Sat Oct 15 18:41:25 2011 > New Revision: 226402 > URL: http://svn.freebsd.org/changeset/base/226402 > > Log: > Add support for IPv4 /31 prefixes, as described in RFC3021. > > To run a /31 network, participating hosts

svn commit: r226404 - head/sys/dev/puc

2011-10-15 Thread Eitan Adler
Author: eadler (ports committer) Date: Sat Oct 15 21:06:08 2011 New Revision: 226404 URL: http://svn.freebsd.org/changeset/base/226404 Log: - add support for I-O DATA RSA-PCI2/R PR: kern/142999 Submitted by: Takefu Kenji Approved by: jhb Approved by: sahil (mentor) MFC

Re: svn commit: r226343 - head/sys/vm

2011-10-15 Thread Marcel Moolenaar
On Oct 15, 2011, at 5:39 AM, Kostik Belousov wrote: >> >>> I want to commit the following refinement: >> >> The patch is good. > Thanks, committed. Thanks! -- Marcel Moolenaar mar...@xcllnt.net ___ svn-src-head@freebsd.org mailing list http://list

svn commit: r226403 - head/usr.bin/script

2011-10-15 Thread Mikolaj Golub
Author: trociny Date: Sat Oct 15 19:08:22 2011 New Revision: 226403 URL: http://svn.freebsd.org/changeset/base/226403 Log: In r225809 the intention was to send VEOF only once if STDIN was not a terminal. Unfortunately the fix was incorrect and for flushtime > 0 it keept sending VEOF. Se

svn commit: r226402 - head/sys/netinet

2011-10-15 Thread Gleb Smirnoff
Author: glebius Date: Sat Oct 15 18:41:25 2011 New Revision: 226402 URL: http://svn.freebsd.org/changeset/base/226402 Log: Add support for IPv4 /31 prefixes, as described in RFC3021. To run a /31 network, participating hosts MUST drop support for directed broadcasts, and treat the first a

svn commit: r226401 - head/sys/netinet

2011-10-15 Thread Gleb Smirnoff
Author: glebius Date: Sat Oct 15 16:28:06 2011 New Revision: 226401 URL: http://svn.freebsd.org/changeset/base/226401 Log: Remove last remnants of classful addressing: - Remove ia_net, ia_netmask, ia_netbroadcast from struct in_ifaddr. - Remove net.inet.ip.subnetsarelocal, I bet no one ne

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

2011-10-15 Thread Christian Brueffer
Author: brueffer Date: Sat Oct 15 15:57:55 2011 New Revision: 226398 URL: http://svn.freebsd.org/changeset/base/226398 Log: Properly free resources in an error case. CID: 4203 Found with: Coverity Prevent(tm) MFC after:1 week Modified: head/sys/dev/iicbus/iic.c Modifi

svn commit: r226396 - head/usr.bin/systat

2011-10-15 Thread Ed Schouten
Author: ed Date: Sat Oct 15 13:20:36 2011 New Revision: 226396 URL: http://svn.freebsd.org/changeset/base/226396 Log: Fix whitespace inconsistencies in systat(1). According to md5(1), the resulting binary is the same. Modified: head/usr.bin/systat/cmds.c head/usr.bin/systat/cmdtab.c

Re: svn commit: r226343 - head/sys/vm

2011-10-15 Thread Kostik Belousov
On Fri, Oct 14, 2011 at 02:35:15PM -0700, Marcel Moolenaar wrote: > > On Oct 14, 2011, at 11:24 AM, Kostik Belousov wrote: > >>> > > After more thought about the issue, I do not agree with you. > > Elf specification says about the PF_R flag that only read permission > > for the memory image of th

svn commit: r226388 - in head/sys: compat/freebsd32 kern sys vm

2011-10-15 Thread Konstantin Belousov
Author: kib Date: Sat Oct 15 12:35:18 2011 New Revision: 226388 URL: http://svn.freebsd.org/changeset/base/226388 Log: Control the execution permission of the readable segments for i386 binaries on the amd64 and ia64 with the sysctl, instead of unconditionally enabling it. Reviewed by:

Re: svn commit: r226375 - head/lib/msun/src

2011-10-15 Thread Bruce Evans
On Sat, 15 Oct 2011, David Schultz wrote: Log: Style fixes and updates to comments. Submitted by: bde Thanks for all the libm commits. Bruce ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsu

svn commit: r226381 - in head/sys: dev/esp sparc64/sbus

2011-10-15 Thread Marius Strobl
Author: marius Date: Sat Oct 15 09:29:43 2011 New Revision: 226381 URL: http://svn.freebsd.org/changeset/base/226381 Log: Merge from NetBSD: - Remove clause 3 and 4 from TNF licenses. - Fix memset usage. - Various cleanup. - Kill caddr_t. Modified: head/sys/dev/esp/esp_sbus.c head/s

svn commit: r226380 - head/lib/msun/src

2011-10-15 Thread David Schultz
Author: das Date: Sat Oct 15 07:00:28 2011 New Revision: 226380 URL: http://svn.freebsd.org/changeset/base/226380 Log: Remove some unnecessary initializations. Obtained from:DragonFlyBSD Modified: head/lib/msun/src/e_hypot.c head/lib/msun/src/e_hypotf.c head/lib/msun/src/e_lg