[Valgrind-developers] 2008-01-04 03:15:10 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-01-03 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-01-04 03:15:10 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ..

[Valgrind-developers] 2008-01-04 03:05:14 GMT nightly build (lloyd, x86_64, Fedora 7)

2008-01-03 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-01-04 03:05:14 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ...

[Valgrind-developers] 2008-01-04 03:10:05 GMT nightly build (dellow, x86_64, Fedora 8)

2008-01-03 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-01-04 03:10:05 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ..

[Valgrind-developers] 2008-01-04 03:00:02 GMT nightly build (gill, x86_64, Fedora Core 2)

2008-01-03 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-01-04 03:00:02 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

[Valgrind-developers] vex: r1807 - trunk/priv/guest-x86

2008-01-03 Thread svn
Author: sewardj Date: 2008-01-04 01:22:41 + (Fri, 04 Jan 2008) New Revision: 1807 Log: Very kludgey implementation of IRET. May or may not fix #155011. Modified: trunk/priv/guest-x86/toIR.c Modified: trunk/priv/guest-x86/toIR.c ===

Re: [Valgrind-developers] syswrap for sync_file_range()

2008-01-03 Thread Tom Hughes
On 03/01/2008, Nicholas Nethercote <[EMAIL PROTECTED]> wrote: > If a kernel type isn't present, a vki_* version should be added. > See the comment at the top of include/vki/vki-linux.h. > > But don't trust the man pages, they mostly describe glibc's wrappers for the > syscalls. These mostly are t

Re: [Valgrind-developers] syswrap for sync_file_range()

2008-01-03 Thread Nicholas Nethercote
On Thu, 3 Jan 2008, Russell Sears wrote: > I've attached a patch that adds support for Linux's sync_file_range. I > tested it under x86_64, and added an entry for x86 since I happened to find > the syscall number in my /usr/include directory. Presumably, it's supported > on other architecture

[Valgrind-developers] valgrind-www r350 - trunk/info

2008-01-03 Thread svn
Author: njn Date: 2008-01-03 22:57:18 + (Thu, 03 Jan 2008) New Revision: 350 Log: tweak Modified: trunk/info/platforms.html Modified: trunk/info/platforms.html === --- trunk/info/platforms.html 2008-01-03 05:13:42 UTC (rev

[Valgrind-developers] syswrap for sync_file_range()

2008-01-03 Thread Russell Sears
I've attached a patch that adds support for Linux's sync_file_range. I tested it under x86_64, and added an entry for x86 since I happened to find the syscall number in my /usr/include directory. Presumably, it's supported on other architectures too... The manpage lists "off64_t" as the type