aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-11-29Added beginnings of an AMD64 port, so lots of new files and directories.njn
2004-11-27Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL,njn
2004-11-27Moved the variable VGOFF_(m_eip) from x86, and moved it (and itsnjn
2004-11-26Added beginnings of an ARM port, to the point where it compiles. It does notnjn
2004-11-26Do some final "sk_" --> "tl_" changes that I missed earlier.njn
2004-11-24Removed shadow_regs 'need', because it was being used only trivially innjn
2004-11-24Removed all uses of register numbers (eg. arch-specific ones like R_EAX, andnjn
2004-11-24Cleanups for baseBlock removal: fix some comments, remove two declsnjn
2004-11-24Remove unneeded comments.njn
2004-11-24Get rid of baseBlock. Now, when generated code is running, the guestsewardj
2004-11-23Remove out-of-date comment.njn
2004-11-23The syscall wrappers for sys_fcntl{,64} were too simplistic -- the 3rdnjn
2004-11-22Move redundant function decls from core.h (they end up in tool.hnjn
2004-11-22Fix some linking problems which were preventing memcheck from starting.sewardj
2004-11-22Remove extended_UCode 'need', which has been obsoleted by Vex. Kept thenjn
2004-11-22Last few skin-->tool changes, in various places.njn
2004-11-22Rename macros ("SKIN"-->"TOOL")njn
2004-11-22Merge in enough changes from the old Vex tree to make stage2 link, atsewardj
2004-11-22Converted the SK_ prefix to TL_ everywhere.njn
2004-11-22Removed include/vg_skin.h, which has been a shell just pointing tonjn
2004-11-22Renamed VG_(skin_panic) as VG_(tool_panic).njn
2004-11-22Renamed functions with 'Skin' in them: SK_(pp_SkinError),njn
2004-11-22Renamed sk_assert() as tl_assert().njn
2004-11-22Convert the 'skin_errors' need to 'tool_errors'.njn
2004-11-19Minor tweaks for external tools, for Josef W.nethercote
2004-11-18Tweaks for keeping Josef's external Callgrind tool running, including a bumpingnethercote
2004-11-16Converted the timer_* and clock_* syscalls.nethercote
2004-11-16Converted the io_* and mq_* syscalls.nethercote
2004-11-15Converted modify_ldt() and init_module(); the old code for init_module() wasnethercote
2004-11-15Converted more syscallsnethercote
2004-11-15Converted a few more, including clone() which I'm not at all sure about, andnethercote
2004-11-14Converted a couple morenethercote
2004-11-14converted a few morenethercote
2004-11-13Add support for most of the console driver ioctls. This fixes one ofthughes
2004-11-12converted some morenethercote
2004-11-12Remove unnecessary comment.nethercote
2004-11-12Converted lookup_dcookie.nethercote
2004-11-11Converted a bunch more syscalls.nethercote
2004-11-06Minor VKI_* fixups.nethercote
2004-11-04Get rid of compile errors and warnings (ahem).nethercote
2004-11-0464-bit cleanness: introduced OffT type for off_t, used it in a few importantnethercote
2004-11-0464-bit cleanness: make the hash-table have UWord keys instead of UInt keys.nethercote
2004-11-0364-bit cleanness: Yet more UInt-->SizeT changes.nethercote
2004-11-0264-bit cleanness:nethercote
2004-11-0264-bit cleanness: Converted malloc() et al to use SizeT rather than Int.nethercote
2004-11-01unbreak compilation...nethercote
2004-11-01- Make find_auxv() word-size independent.nethercote
2004-11-01Do 'struct termios' properly.nethercote
2004-11-01Ignore generated makefiles.thughes
2004-10-31Arch-abstraction:nethercote