Author: das
Date: Sat Oct 15 05:28:13 2011
New Revision: 226378
URL: http://svn.freebsd.org/changeset/base/226378
Log:
Add some tests for corner cases of log() in unusual rounding modes.
I wrote these ages ago, but they've been failing until now.
Modified:
head/tools/regression/lib/msun/tes
Author: das
Date: Sat Oct 15 05:26:16 2011
New Revision: 226377
URL: http://svn.freebsd.org/changeset/base/226377
Log:
Add some tests for double-rounding bugs in fma().
Modified:
head/tools/regression/lib/msun/test-fma.c
Modified: head/tools/regression/lib/msun/test-fma.c
===
Author: das
Date: Sat Oct 15 05:23:28 2011
New Revision: 226376
URL: http://svn.freebsd.org/changeset/base/226376
Log:
Various changes to improve the accuracy and speed of log{2,10}{,f}.
- Rename __kernel_log() to k_log1p().
- Move some of the work that was previously done in the kernel log
Author: das
Date: Sat Oct 15 05:00:56 2011
New Revision: 226375
URL: http://svn.freebsd.org/changeset/base/226375
Log:
Style fixes and updates to comments.
Submitted by: bde
Modified:
head/lib/msun/src/e_log10.c
head/lib/msun/src/e_log10f.c
head/lib/msun/src/e_log2.c
head/lib/msun/
Author: das
Date: Sat Oct 15 04:24:54 2011
New Revision: 226374
URL: http://svn.freebsd.org/changeset/base/226374
Log:
Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() is
no longer "fast" on sparc64. (It really wasn't to begin with, since
the old implementation was using lo
Author: das
Date: Sat Oct 15 04:22:55 2011
New Revision: 226373
URL: http://svn.freebsd.org/changeset/base/226373
Log:
Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c.
Modified:
head/lib/msun/src/math_private.h
Modified: head/lib/msun/src/math_private.h
===
Author: das
Date: Sat Oct 15 04:16:58 2011
New Revision: 226371
URL: http://svn.freebsd.org/changeset/base/226371
Log:
Fix a double-rounding bug in fma{,f,l}. The bug would occur in
round-to-nearest mode when the result, rounded to twice machine
precision, was exactly halfway between two ma
Author: das
Date: Sat Oct 15 04:17:20 2011
New Revision: 226372
URL: http://svn.freebsd.org/changeset/base/226372
Log:
Replace two lines accidentally removed in r226218. Thanks to bde
for noticing this.
Modified:
head/lib/msun/i387/fenv.c
Modified: head/lib/msun/i387/fenv.c
===
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 the segment is required, but read and execute
> is allowed.
The ELF specificati
On Friday, October 14, 2011 2:30:47 pm Garrett Cooper wrote:
> Would you want to be able to toggle this feature at runtime after
> you've fully booted your kernel?
Yes, you do. When a sysadmin sees that an old Java doesn't run, they don't
really want to have to reboot just to fix it. We've u
Author: glebius
Date: Fri Oct 14 19:05:26 2011
New Revision: 226367
URL: http://svn.freebsd.org/changeset/base/226367
Log:
Never switch directly from INIT to MASTER, since this produces
nasty status flaps.
PR: kern/161123
Submitted by: Damien Fleuriot
OpenBSD: ip_carp.
On Fri, Oct 14, 2011 at 11:30:47AM -0700, Garrett Cooper wrote:
> On Fri, Oct 14, 2011 at 11:24 AM, Kostik Belousov wrote:
> > On Thu, Oct 13, 2011 at 06:50:30PM -0400, David Schultz wrote:
> >> On Thu, Oct 13, 2011, Marcel Moolenaar wrote:
> >> >
> >> > On Oct 13, 2011, at 2:07 PM, John Baldwin w
On 10/12/2011 10:52, Nathan Whitehorn wrote:
> On 10/12/11 12:37, Doug Barton wrote:
>> On 10/12/2011 8:34 AM, Nathan Whitehorn wrote:
>>> Author: nwhitehorn
>>> Date: Wed Oct 12 15:34:25 2011
>>> New Revision: 226305
>>> URL: http://svn.freebsd.org/changeset/base/226305
>>>
>>> Log:
>>>Missed
On Fri, Oct 14, 2011 at 11:24 AM, Kostik Belousov wrote:
> On Thu, Oct 13, 2011 at 06:50:30PM -0400, David Schultz wrote:
>> On Thu, Oct 13, 2011, Marcel Moolenaar wrote:
>> >
>> > On Oct 13, 2011, at 2:07 PM, John Baldwin wrote:
>> > >>
>> > >> That's really besides the point. ABI changes are mad
On Thu, Oct 13, 2011 at 06:50:30PM -0400, David Schultz wrote:
> On Thu, Oct 13, 2011, Marcel Moolenaar wrote:
> >
> > On Oct 13, 2011, at 2:07 PM, John Baldwin wrote:
> > >>
> > >> That's really besides the point. ABI changes are made deliberately
> > >> and ABIs must be well-documented for anyo
On 14 October 2011 19:43, John Baldwin wrote:
> It isn't a standard config register. (Device-specific registers start at
> 0x41). Drivers have always been responsible for saving and restoring device-
> specific registers:
>
> if_ath_pci.c:#define PCIR_RETRY_TIMEOUT 0x41
Good to know, t
Author: jhb
Date: Fri Oct 14 11:48:32 2011
New Revision: 226366
URL: http://svn.freebsd.org/changeset/base/226366
Log:
Fix a typo in a comment.
Modified:
head/sys/vm/vnode_pager.c
Modified: head/sys/vm/vnode_pager.c
Author: jhb
Date: Fri Oct 14 11:47:14 2011
New Revision: 226365
URL: http://svn.freebsd.org/changeset/base/226365
Log:
Regen.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/sys/compa
Author: jhb
Date: Fri Oct 14 11:46:46 2011
New Revision: 226364
URL: http://svn.freebsd.org/changeset/base/226364
Log:
Use PAIR32TO64() for the offset and length parameters to
freebsd32_posix_fallocate() to properly handle big-endian platforms.
Reviewed by: mdf
MFC after:1 week
Mo
On Thursday, October 13, 2011 11:24:35 pm Adrian Chadd wrote:
> Author: adrian
> Date: Fri Oct 14 03:24:35 2011
> New Revision: 226355
> URL: http://svn.freebsd.org/changeset/base/226355
>
> Log:
> ath_pci PCI setup fixes.
>
> * Break out the PCI setup override code into a new function.
>
Author: ed
Date: Fri Oct 14 10:43:55 2011
New Revision: 226363
URL: http://svn.freebsd.org/changeset/base/226363
Log:
Put parentheses in the right place.
Noted by: jilles@
Broken by:me. :-(
Modified:
head/usr.bin/tr/cset.c
Modified: head/usr.bin/tr/cset.c
=
On Fri, Oct 14, 2011 at 07:25:21AM +, Ed Schouten wrote:
> Author: ed
> Date: Fri Oct 14 07:25:20 2011
> New Revision: 226360
> URL: http://svn.freebsd.org/changeset/base/226360
> Log:
> Build tr(1) with WARNS=6.
> Modified:
> head/usr.bin/tr/Makefile
> head/usr.bin/tr/cset.c
> head/u
Author: ed
Date: Fri Oct 14 07:28:39 2011
New Revision: 226362
URL: http://svn.freebsd.org/changeset/base/226362
Log:
Make nl(1) build with WARNS=6.
Obtained from:NetBSD
Modified:
head/usr.bin/nl/Makefile
head/usr.bin/nl/nl.c
Modified: head/usr.bin/nl/Makefile
Author: ed
Date: Fri Oct 14 07:26:20 2011
New Revision: 226361
URL: http://svn.freebsd.org/changeset/base/226361
Log:
Build last(1) and leave(1) with WARNS=6.
These ports were only built with WARNS=1, because they use certain
format extensions. We can use NO_WFORMAT for that instead.
Mod
Author: ed
Date: Fri Oct 14 07:25:20 2011
New Revision: 226360
URL: http://svn.freebsd.org/changeset/base/226360
Log:
Build tr(1) with WARNS=6.
Modified:
head/usr.bin/tr/Makefile
head/usr.bin/tr/cset.c
head/usr.bin/tr/str.c
Modified: head/usr.bin/tr/Makefile
=
Author: ed
Date: Fri Oct 14 07:24:48 2011
New Revision: 226359
URL: http://svn.freebsd.org/changeset/base/226359
Log:
Build look(1) with WARNS=6.
Modified:
head/usr.bin/look/Makefile
head/usr.bin/look/look.c
Modified: head/usr.bin/look/Makefile
=
Author: ed
Date: Fri Oct 14 07:24:23 2011
New Revision: 226358
URL: http://svn.freebsd.org/changeset/base/226358
Log:
Build finger(1) with WARNS=6.
Modified:
head/usr.bin/finger/Makefile
head/usr.bin/finger/lprint.c
Modified: head/usr.bin/finger/Makefile
===
27 matches
Mail list logo