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

2011-02-09 Thread David Schultz
Author: das Date: Thu Feb 10 07:38:38 2011 New Revision: 218511 URL: http://svn.freebsd.org/changeset/base/218511 Log: Fix a bug where the wrong argument was passed to SET_FLOAT_WORD(). This bug results in a type mismatch that happens to be harmless because of the way SET_FLOAT_WORD() works.

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

2011-02-09 Thread David Schultz
Author: das Date: Thu Feb 10 07:38:13 2011 New Revision: 218510 URL: http://svn.freebsd.org/changeset/base/218510 Log: Fix a bug where the wrong argument was passed to INSERT_WORDS(). This bug results in a type mismatch that happens to be harmless because of the way INSERT_WORDS() works.

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

2011-02-09 Thread David Schultz
Author: das Date: Thu Feb 10 07:37:50 2011 New Revision: 218509 URL: http://svn.freebsd.org/changeset/base/218509 Log: For small arguments, these functions use simple approximations, e.g. cos(small) = 1, sin(small) = small. This commit tightens the thresholds at which the simple approximati

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

2011-02-09 Thread David Schultz
Author: das Date: Thu Feb 10 07:37:29 2011 New Revision: 218508 URL: http://svn.freebsd.org/changeset/base/218508 Log: Fix a bogus threshold that was copied from the double precision version. This commit should have no effect on correctness; it merely changes the threshold at which a simpler

svn commit: r218507 - head/sys/conf

2011-02-09 Thread Kevin Lo
Author: kevlo Date: Thu Feb 10 05:33:40 2011 New Revision: 218507 URL: http://svn.freebsd.org/changeset/base/218507 Log: Add tmpfs(5) to NOTES Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES == --- head/s

svn commit: r218506 - head/share/man/man9

2011-02-09 Thread Warner Losh
Author: imp Date: Thu Feb 10 04:55:51 2011 New Revision: 218506 URL: http://svn.freebsd.org/changeset/base/218506 Log: Document requirement that sys/types.h be included before rman.h. Submitted by: Raphael Kubo da Costa MFC after:2 weeks Modified: head/share/man/man9/rman.9 Modifi

svn commit: r218505 - head/lib/libdevinfo

2011-02-09 Thread Warner Losh
Author: imp Date: Thu Feb 10 04:53:09 2011 New Revision: 218505 URL: http://svn.freebsd.org/changeset/base/218505 Log: sys/rman.h now requires sys/types.h. Include it to make the API match the man page again. Submitted by: Raphael Kubo da Costa MFC after:2 weeks Modified: head/l

svn commit: r218503 - head/sys/net

2011-02-09 Thread Max Laier
Author: mlaier Date: Thu Feb 10 01:24:09 2011 New Revision: 218503 URL: http://svn.freebsd.org/changeset/base/218503 Log: As info.rti_info[RTAX_DST] can point inside of rtm we must not free the rtm until rt_dispatch is done with the sockaddr. Found by: memguard MFC after:3 days

Re: svn commit: r218485 - in head/sys/ufs: ffs ufs

2011-02-09 Thread Bjoern A. Zeeb
On Wed, 9 Feb 2011, Alexander Leidinger wrote: Author: netchild Date: Wed Feb 9 15:33:13 2011 New Revision: 218485 URL: http://svn.freebsd.org/changeset/base/218485 Log: Add some FEATURE macros for some UFS features. SU+J is not included as a FEATURE macro: - it was not in the tree during

svn commit: r218497 - head/sys/compat/linux

2011-02-09 Thread Alexander Leidinger
Author: netchild Date: Wed Feb 9 20:23:22 2011 New Revision: 218497 URL: http://svn.freebsd.org/changeset/base/218497 Log: Linux' shm_open() fails because it wants to find some funky shmfs to construct the full pathname. It starts to search at the default mountpoint which is /dev/shm. If th

svn commit: r218495 - head/sys/dev/md

2011-02-09 Thread Marcel Moolenaar
Author: marcel Date: Wed Feb 9 19:31:10 2011 New Revision: 218495 URL: http://svn.freebsd.org/changeset/base/218495 Log: Use the preload_fetch_addr() and preload_fetch_size() convenience functions and only create the MD device when we have a non-zero pointer and size. Sponsored by: Jun

svn commit: r218494 - in head/sys: kern sys

2011-02-09 Thread Marcel Moolenaar
Author: marcel Date: Wed Feb 9 19:08:21 2011 New Revision: 218494 URL: http://svn.freebsd.org/changeset/base/218494 Log: Provide convenience function for obtaining MODINFO_ADDR and MODINFO_SIZE attributes for preloaded modules/images. In particular, MODINFO_ADDR has the added complexity of

svn commit: r218493 - head/sys/i386/linux

2011-02-09 Thread Alan Cox
Author: alc Date: Wed Feb 9 18:45:33 2011 New Revision: 218493 URL: http://svn.freebsd.org/changeset/base/218493 Log: Setting VV_TEXT here is redundant. It is already set by do_execve(). Reviewed by: kib Modified: head/sys/i386/linux/imgact_linux.c Modified: head/sys/i386/linux/imgac

svn commit: r218492 - head/sys/dev/usb/wlan

2011-02-09 Thread Bernhard Schmidt
Author: bschmidt Date: Wed Feb 9 18:09:27 2011 New Revision: 218492 URL: http://svn.freebsd.org/changeset/base/218492 Log: Rework beacon handling re-enable run_updateslot(). Drivers which rely on net80211 to create the beacon need to call ieee80211_beacon_update() on iv_update_beacon() c

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

2011-02-09 Thread Adrian Chadd
Author: adrian Date: Wed Feb 9 16:37:29 2011 New Revision: 218490 URL: http://svn.freebsd.org/changeset/base/218490 Log: Expose the 4k transaction workaround hooks to the driver, but don't (yet) fix the descriptor allocation. Modified: head/sys/dev/ath/ath_hal/ah.c head/sys/dev/ath/ath_h

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

2011-02-09 Thread Adrian Chadd
Author: adrian Date: Wed Feb 9 15:43:38 2011 New Revision: 218488 URL: http://svn.freebsd.org/changeset/base/218488 Log: Add in the (very!) optional glue to flip the 11n bits for if_ath. There's still a lot of random issues to sort out with the radio side of things and AMPDU RX handling

svn commit: r218485 - in head/sys/ufs: ffs ufs

2011-02-09 Thread Alexander Leidinger
Author: netchild Date: Wed Feb 9 15:33:13 2011 New Revision: 218485 URL: http://svn.freebsd.org/changeset/base/218485 Log: Add some FEATURE macros for some UFS features. SU+J is not included as a FEATURE macro: - it was not in the tree during the GSoC - I do not see an option to en-/

svn commit: r218483 - in head/sys/dev/ath: . ath_hal/ar5212

2011-02-09 Thread Adrian Chadd
Author: adrian Date: Wed Feb 9 15:23:16 2011 New Revision: 218483 URL: http://svn.freebsd.org/changeset/base/218483 Log: Fix the keycache behaviour for multicast keycache search. The correct bit to set is 0x1 in the high MAC address byte, not 0x80. The hardware isn't programmed with that

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

2011-02-09 Thread John Baldwin
Author: jhb Date: Wed Feb 9 14:37:33 2011 New Revision: 218482 URL: http://svn.freebsd.org/changeset/base/218482 Log: Whitespace tweak. Modified: head/sys/arm/include/pmap.h Modified: head/sys/arm/include/pmap.h ==

Re: svn commit: r218478 - head/sys/dev/sound/pci

2011-02-09 Thread Garrett Cooper
On Wed, Feb 9, 2011 at 3:28 AM, Marius Strobl wrote: > Author: marius > Date: Wed Feb  9 11:28:57 2011 > New Revision: 218478 > URL: http://svn.freebsd.org/changeset/base/218478 > > Log: >  Correct signedness and off-by-one issues in parameters used for DMA tag >  creation. > >  PR:           1542

svn commit: r218478 - head/sys/dev/sound/pci

2011-02-09 Thread Marius Strobl
Author: marius Date: Wed Feb 9 11:28:57 2011 New Revision: 218478 URL: http://svn.freebsd.org/changeset/base/218478 Log: Correct signedness and off-by-one issues in parameters used for DMA tag creation. PR: 154259 Submitted by: Vladislav Movchan (partially) MFC after:3

svn commit: r218477 - head/etc

2011-02-09 Thread Ulrich Spoerlein
Author: uqs Date: Wed Feb 9 10:06:31 2011 New Revision: 218477 URL: http://svn.freebsd.org/changeset/base/218477 Log: Fix termcap entry typo. MFC after:2 weeks Modified: head/etc/termcap.small Modified: head/etc/termcap.small

svn commit: r218476 - head/libexec/rtld-elf

2011-02-09 Thread Konstantin Belousov
Author: kib Date: Wed Feb 9 09:20:27 2011 New Revision: 218476 URL: http://svn.freebsd.org/changeset/base/218476 Log: Use sigsetjmp/siglongjmp with disabled signal mask access for lock upgrade in rtld. There is no need to care about the mask, which causes a lot of unneeded sigprocmask(2) ca

svn commit: r218475 - in head/sys/dev/usb: . controller template

2011-02-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 9 08:01:45 2011 New Revision: 218475 URL: http://svn.freebsd.org/changeset/base/218475 Log: Minor cleanup: - use device_printf() instead of printf() to give more accurate warnings. - use memcpy() instead of bcopy(). - add missing #if's for non-FreeBSD com

svn commit: r218474 - head/sbin/hastd

2011-02-09 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 9 08:01:10 2011 New Revision: 218474 URL: http://svn.freebsd.org/changeset/base/218474 Log: When we decide to unlink socket file, sun_path must be set. If it is set, but there is problem unlinking the file, log a warning. MFC after:1 week Modified: head/s