On Thu, 2 Dec 2010, Lawrence Stewart wrote:
On 12/02/10 14:45, Bruce Evans wrote:
On Thu, 2 Dec 2010, Lawrence Stewart wrote:
Log:
Pass NULL instead of 0 for the th pointer value. NULL != 0 on all
platforms.
...
The last case is essentially what applies in function calls. Now the
conversio
On Wed, Dec 01, 2010 at 11:57:28PM -0500, David Schultz wrote:
> On Tue, Jun 15, 2010, David Schultz wrote:
> > On Tue, Jun 15, 2010, Kostik Belousov wrote:
> > > On Sat, Jun 12, 2010 at 05:32:05PM +, David Schultz wrote:
> > > > Author: das
> > > > Date: Sat Jun 12 17:32:05 2010
> > > > New Re
lated to a fix I had started to do for the
cross-gcc port:
http://people.freebsd.org/~bz/20101202-01-ports-devel-cross-gcc-za.diff
(the port still dies later on, thus not submitted yet).
but given that it was fine before, yu are simply removing the extra
file from compilation in that case now
Author: uqs
Date: Thu Dec 2 10:46:05 2010
New Revision: 216119
URL: http://svn.freebsd.org/changeset/base/216119
Log:
Remove more duplicates.
Just so that I can lookup the command for the next time:
for t in `make -V TARGETS universe`; do
__MAKE_CONF=/dev/null make -f Makefile.inc
Author: kib
Date: Thu Dec 2 12:44:51 2010
New Revision: 216120
URL: http://svn.freebsd.org/changeset/base/216120
Log:
For non-stopped threads, td_frame pointer is undefined. As a
consequence, fill_regs() and fill_fpregs() access random data, usually
on the thread kernel stack. Most often t
Author: gavin
Date: Thu Dec 2 13:40:21 2010
New Revision: 216121
URL: http://svn.freebsd.org/changeset/base/216121
Log:
Remove two unused variables, left over from the refactoring in r180104.
PR: bin/152551
Submitted by: Henning Petersen
MFC after:2 weeks
Modified:
he
Quoting Ulrich Spoerlein (from Thu, 2 Dec 2010
10:46:05 + (UTC)):
Author: uqs
Date: Thu Dec 2 10:46:05 2010
New Revision: 216119
URL: http://svn.freebsd.org/changeset/base/216119
Log:
Remove more duplicates.
Just so that I can lookup the command for the next time:
Can you please
Author: nwhitehorn
Date: Thu Dec 2 15:10:27 2010
New Revision: 216122
URL: http://svn.freebsd.org/changeset/base/216122
Log:
Define bswap macros for constants to allow the compiler to pre-compute
byte-swapped versions of compile-time constants. This allows use of
bswap() and htole*() in ini
On Wed, Dec 01, 2010 at 12:19:17PM -0600, Alan Cox wrote:
> Marius Strobl wrote:
> >On Mon, Nov 29, 2010 at 08:23:08PM +0100, Marius Strobl wrote:
> >
> >>On Tue, Nov 30, 2010 at 12:31:31AM +0600, Max Khon wrote:
> >>
> >>>Marius,
> >>>
> >>>On Mon, Nov 29, 2010 at 1:45 AM, Marius Strobl
> >
Marius Strobl wrote:
On Wed, Dec 01, 2010 at 12:19:17PM -0600, Alan Cox wrote:
Marius Strobl wrote:
On Mon, Nov 29, 2010 at 08:23:08PM +0100, Marius Strobl wrote:
On Tue, Nov 30, 2010 at 12:31:31AM +0600, Max Khon wrote:
Marius,
On Mon, Nov 29, 2010 at 1:45 AM,
Author: nwhitehorn
Date: Thu Dec 2 17:36:47 2010
New Revision: 216127
URL: http://svn.freebsd.org/changeset/base/216127
Log:
Unbreak amd64<->i386 cross builds.
Modified:
head/gnu/usr.bin/cc/Makefile.fe
Modified: head/gnu/usr.bin/cc/Makefile.fe
===
Author: trasz
Date: Thu Dec 2 17:37:16 2010
New Revision: 216128
URL: http://svn.freebsd.org/changeset/base/216128
Log:
Replace pointer to "struct uidinfo" with pointer to "struct ucred"
in "struct vm_object". This is required to make it possible to account
for per-jail swap usage.
Re
Author: delphij
Date: Thu Dec 2 18:24:22 2010
New Revision: 216130
URL: http://svn.freebsd.org/changeset/base/216130
Log:
Decode IPC_CREAT and IPC_EXCL for semget(2).
PR: bin/152781
Submitted by: Anton Yuzhaninov
MFC after:2 weeks
Modified:
head/usr.bin/kdump/mksubr
Author: yongari
Date: Thu Dec 2 18:37:34 2010
New Revision: 216131
URL: http://svn.freebsd.org/changeset/base/216131
Log:
Document loader tunable hw.re.prefer_iomap.
Modified:
head/share/man/man4/re.4
Modified: head/share/man/man4/re.4
===
On Wed, Dec 01, 2010, Garrett Cooper wrote:
> >> Any thoughts on removing the isnanf and __isnanf symbols from
> >> libm? Both symbols are already in libc for historical reasons, so
> >> the duplication isn't needed.
> >>
> >> Although we've had the duplicate isnanf symbol in libm for several
> >>
On Thu, Dec 02, 2010, Kostik Belousov wrote:
> For __isnanf, libc exports __isn...@fbsd_1.0, and libm exports
> __isn...@fbsd_1.2. I suspect that we could export both
> __isn...@fbsd_1.0 and __isn...@fbsd_1.2 from libc.
I like the idea of adding an __isn...@fbsd_1.2 alias to libc for
the benefit o
Author: ivoras
Date: Thu Dec 2 19:47:27 2010
New Revision: 216132
URL: http://svn.freebsd.org/changeset/base/216132
Log:
Add a note about the magic number 20. Actually, 22.75 entries fit in
a 512 byte sector but when choosing magic numbers, 20 looks nicer.
Discussed with: marcel
M
On Wed, Dec 01, 2010 at 06:58:18PM -0500, Jung-uk Kim wrote:
> On Tuesday 30 November 2010 10:51 pm, Weongyo Jeong wrote:
> > Author: weongyo
> > Date: Wed Dec 1 03:51:06 2010
> > New Revision: 216091
> > URL: http://svn.freebsd.org/changeset/base/216091
> >
> > Log:
> > Explicitly UP and DOWN t
On Thu, 02.12.2010 at 15:45:22 +0100, Alexander Leidinger wrote:
> Quoting Ulrich Spoerlein (from Thu, 2 Dec 2010
> 10:46:05 + (UTC)):
>
> > Author: uqs
> > Date: Thu Dec 2 10:46:05 2010
> > New Revision: 216119
> > URL: http://svn.freebsd.org/changeset/base/216119
> >
> > Log:
> > Remov
Author: brucec
Date: Thu Dec 2 22:19:30 2010
New Revision: 216134
URL: http://svn.freebsd.org/changeset/base/216134
Log:
Disallow passing in a count of zero bytes to the bus_space(9) functions.
Passing a count of zero on i386 and amd64 for [I386|AMD64]_BUS_SPACE_MEM
causes a crash/hang s
Author: das
Date: Fri Dec 3 00:05:49 2010
New Revision: 216137
URL: http://svn.freebsd.org/changeset/base/216137
Log:
Disable gcc's built-in rint() function when compiling s_nearbyint.c.
It results in incorrect optimizations that break nearbyint().
PR: 143358
Reviewed by: bd
Author: weongyo
Date: Fri Dec 3 00:44:07 2010
New Revision: 216138
URL: http://svn.freebsd.org/changeset/base/216138
Log:
Changes the meaning of each characters '<' and '>' that it could be
confused with USB OUT or USB IN packets though it just represents USB
submit or done. To know the US
Author: das
Date: Fri Dec 3 00:44:31 2010
New Revision: 216139
URL: http://svn.freebsd.org/changeset/base/216139
Log:
Add some basic regression tests for nearbyint().
Added:
head/tools/regression/lib/msun/test-nearbyint.c (contents, props changed)
head/tools/regression/lib/msun/test-near
On Thu, Dec 02, 2010 at 02:00:10PM -0500, David Schultz wrote:
> On Thu, Dec 02, 2010, Kostik Belousov wrote:
> > For __isnanf, libc exports __isn...@fbsd_1.0, and libm exports
> > __isn...@fbsd_1.2. I suspect that we could export both
> > __isn...@fbsd_1.0 and __isn...@fbsd_1.2 from libc.
>
> I l
Author: gordon
Date: Fri Dec 3 02:07:34 2010
New Revision: 216140
URL: http://svn.freebsd.org/changeset/base/216140
Log:
Add ability to decompress different format manual pages.
Add support for .so directive in manual pages.
Approved by: mentor (wes@)
Modified:
head/usr.bin/man/man.s
Author: imp
Date: Fri Dec 3 04:39:48 2010
New Revision: 216141
URL: http://svn.freebsd.org/changeset/base/216141
Log:
To make minidumps work properly on mips for memory that's direct
mapped and entered via vm_page_setup, keep track of it like we do
for amd64.
# A separate commit will b
Author: das
Date: Fri Dec 3 07:01:07 2010
New Revision: 216142
URL: http://svn.freebsd.org/changeset/base/216142
Log:
Explain some of the reasons that fpsetprec() is unlikely to work as
one might expect. (These functions have already been deprecated for
many years.)
PR: 1335
On Thu, 2 Dec 2010, Nathan Whitehorn wrote:
Log:
Define bswap macros for constants to allow the compiler to pre-compute
byte-swapped versions of compile-time constants. This allows use of
bswap() and htole*() in initializers, which is required to cross-build
btxld.
The constant case is MI
Author: brucec
Date: Fri Dec 3 07:09:23 2010
New Revision: 216143
URL: http://svn.freebsd.org/changeset/base/216143
Log:
Revert r216134. This checkin broke platforms where bus_space are macros:
they need to be a single statement, and do { } while (0) doesn't work in this
situation so revert
Author: imp
Date: Fri Dec 3 07:33:43 2010
New Revision: 216144
URL: http://svn.freebsd.org/changeset/base/216144
Log:
_WITHOUT_SRCCONF has too much baggage. Instead, use the simpler
SRCCONF=/dev/null.
Modified:
head/tools/tools/nanobsd/nanobsd.sh
Modified: head/tools/tools/nanobsd/nanobs
Author: imp
Date: Fri Dec 3 07:39:29 2010
New Revision: 216145
URL: http://svn.freebsd.org/changeset/base/216145
Log:
o Mount the device async when we're doing the copy.
o Create a sparse file instead of a fully zerod one. This trades the
possibiltiy of running out of space during the bu
31 matches
Mail list logo