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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-/
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
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
==
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
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
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
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
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
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
25 matches
Mail list logo