On Sun, 27 May 2012, Bruce Evans wrote:
On Sat, 26 May 2012, Konstantin Belousov wrote:
On Sat, May 26, 2012 at 10:21:25PM +1000, Bruce Evans wrote:
...
All the non-indirect "char *"s for pathnames and other things seem to be
completely wrong on amd64 too. These pointers start as 32 bits, an
Author: ed
Date: Sun May 27 09:34:47 2012
New Revision: 236140
URL: http://svn.freebsd.org/changeset/base/236140
Log:
Fix style and consistency:
- Use tabs, not spaces.
- Add tab after #define.
- Don't mix the use of BSD and ISO C unsigned integer types. Prefer the
ISO C ones.
Modi
Author: raj
Date: Sun May 27 10:25:20 2012
New Revision: 236141
URL: http://svn.freebsd.org/changeset/base/236141
Log:
Let us manage differences of Book-E PowerPC variations i.e. vendor /
implementation specific vs. the common architecture definition.
Bring PPC4XX defines (PSL, SPR, TLB).
Author: raj
Date: Sun May 27 10:32:10 2012
New Revision: 236142
URL: http://svn.freebsd.org/changeset/base/236142
Log:
Remove redundant check, we catch ULE platform support in common
sys/kern/sched_ule.c
Modified:
head/sys/powerpc/booke/pmap.c
Modified: head/sys/powerpc/booke/pmap.c
==
Author: mm
Date: Sun May 27 11:37:24 2012
New Revision: 236143
URL: http://svn.freebsd.org/changeset/base/236143
Log:
Import illumos changeset 13571:a5771a96228c
1950 ztest backwards compatibility testing option
References:
https://www.illumos.org/issues/1950
Obtained from:
Author: mm
Date: Sun May 27 12:22:15 2012
New Revision: 236145
URL: http://svn.freebsd.org/changeset/base/236145
Log:
Import illumos changeset 13564:cf89c0c60496
1946 incorrect formatting when listing output of multiple pools with
zpool iostat -v
References:
https://www.illumos.org/is
On Sun, 27 May 2012, Kenneth D. Merry wrote:
Log:
Work around a race condition in devfs by changing the way closes
are handled in most CAM peripheral drivers that are not handled by
GEOM's disk class.
Sigh. I was trying to get kib to fix last close properly and remove
a previous D_TRACKCLO
Author: mm
Date: Sun May 27 12:31:57 2012
New Revision: 236146
URL: http://svn.freebsd.org/changeset/base/236146
Log:
Import illumos changeset 13605:b5c2b5db80d6 (partial)
763 FMD msg URLs should refer to something visible
Replace sun.com URL's with illumos.org
References:
https://
Author: theraven
Date: Sun May 27 12:54:41 2012
New Revision: 236148
URL: http://svn.freebsd.org/changeset/base/236148
Log:
Allow inclusion of libc++ to work after including math.h
Submitted by: Yamaya Takashi
Reviewed by: das
MFC after:1 week
Modified:
head/lib/msun/src/math.h
Author: dim
Date: Sun May 27 13:33:54 2012
New Revision: 236149
URL: http://svn.freebsd.org/changeset/base/236149
Log:
Pull in r157212 from upstream clang trunk:
Revert r115805. An array type is required to have a range type,
however, the range can be unknown for the upper bound.
Author: mm
Date: Sun May 27 16:00:00 2012
New Revision: 236155
URL: http://svn.freebsd.org/changeset/base/236155
Log:
Import illumos changeset 13570:3411fd5f1589
1948 zpool list should show more detailed pool information
Display per-vdev information with "zpool list -v".
The added expan
Author: marius
Date: Sun May 27 16:08:58 2012
New Revision: 236156
URL: http://svn.freebsd.org/changeset/base/236156
Log:
- Fix some typos in mmc_acquire_bus() and mmc_send_csd().
- Fix some math errors in mmc_decode_csd_sd().
- Fix incorrect arguments to mmc_send_app_op_cond() in mmc_go_dis
Author: emaste
Date: Sun May 27 16:16:28 2012
New Revision: 236157
URL: http://svn.freebsd.org/changeset/base/236157
Log:
Add IPPROTO_MPLS (rfc4023) IP protocol definition
There are currently no in-tree consumers; I'm adding it now for use by
vendor code. This matches the change OpenBSD
Author: alc
Date: Sun May 27 16:24:00 2012
New Revision: 236158
URL: http://svn.freebsd.org/changeset/base/236158
Log:
Replace all uses of the vm page queues lock by a r/w lock that is private
to this pmap.c. This new r/w lock is used primarily to synchronize access
to the PV lists. Howeve
Author: kientzle
Date: Sun May 27 16:27:04 2012
New Revision: 236159
URL: http://svn.freebsd.org/changeset/base/236159
Log:
Allow the load address used by ARM ubldr to be set via Make argument.
In particular, this simplifies scripts that build system
images.
Modified:
head/sys/boot/arm
Gabor Kovesdan writes:
> Author: gabor
> Date: Fri May 25 22:07:13 2012
> New Revision: 236028
> URL: http://svn.freebsd.org/changeset/base/236028
>
> Log:
> - Add support for BSD iconv when it is build into libc
[...]
> +.if !defined(MK_ICONV)
> +CFLAGS+= -DICONV_DLOPEN
> +.endif
This doe
Fwiw, to enable the same thing in clang you want this simple patch:
===
--- Tools.cpp (revision 157545)
+++ Tools.cpp (working copy)
@@ -4794,6 +4794,7 @@
if (Args.hasArg(options::OPT_static)) {
CmdArgs.push_back("-Bstatic
On Sun, May 27, 2012 at 10:31:00PM +0200, Roman Divacky wrote:
> Fwiw, to enable the same thing in clang you want this simple patch:
>
> ===
> --- Tools.cpp (revision 157545)
> +++ Tools.cpp (working copy)
> @@ -4794,6 +4794,7 @@
18 matches
Mail list logo