Char/HChar fixups for m_debuginfo and m_gdbserver.
[ambi/valgrind.git] / coregrind / m_syswrap / syswrap-arm-linux.c
2012-11-08 cborntraalso wire up arm, x86 and amd64 regarding ptrace regsets
2012-11-04 philippefactorise sys_socketcall
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-07-11 tomWire up four more system calls on arm, based on patch
2012-07-11 tomWire up dup3 on arm. Fixes BZ#299629.
2012-07-04 philippefix 302709 valgrind for ARM needs extra tls support...
2012-04-20 sewardjMerge branches/TCHAIN from r12476 (its creation point...
2012-04-20 tomImplement accept4 on ARM systems.
2012-04-19 tomWire up epoll_create1 on ARM systems.
2012-04-16 philippeadd some .globl or used attribute to avoid link failure...
2012-04-03 tomAdd support for the move_pages system call. BZ#282790.
2012-03-25 bartCheck whether the big lock is held before invoking...
2012-03-21 sewardjSupport sys_fallocate on arm-linux.
2012-02-10 tomOnly mark data which has actually been filled in by...
2012-02-10 tomAdd support for the sendmmsg and recvmmsg system calls...
2011-10-23 sewardjUpdate all copyright dates, from 20xy-2010 to 20xy...
2011-10-20 sewardjEnable sys_epoll_pwait on arm-linux. #283427. Derived...
2011-07-11 sewardjHandle sigaction, sigsuspend, sigprocmask on arm-linux...
2011-04-11 sewardjCreate new module m_libcsetjmp, which wraps up uses of
2011-03-24 sewardjAdd support for sys_ptrace. Fixes #269079.
2010-10-11 sewardjEnable support for sys_ppoll on arm-linux (Rodrigo...
2010-10-06 sewardjMake client sys_shmat work properly on arm-linux by...
2010-10-04 sewardjSupport sys_readahead on Linux.
2010-09-03 sewardjEnable sys_pwrite64 on arm-linux. Fixes #249996.
2010-08-22 sewardjMerge from branches/THUMB: add support for sys_pselect6...
2010-05-03 sewardjUpdate copyright dates to 2010.
2010-03-08 sewardjFix the definedness handling of the last argument of...
2010-02-22 sewardjWhen creating a child thread, initially set its os_stat...
2010-01-06 sewardjarm-linux: remove wrappers for __NR_ipc, __NR_mmap...
2010-01-06 sewardjPass sys_cacheflush along to VG_(discard_translations...
2010-01-04 sewardjEnable pread64 on arm-linux.
2010-01-03 sewardjarm-linux: handle sys_signalfd4 and sys_eventfd2. ...
2010-01-03 sewardjHandle sys_pipe2 on arm-linux; also add some missing...
2010-01-01 sewardjMerge from branches/ARM, all parts of the ARM-Linux...
2005-07-02 njnRemoved the remnants of the attempt at an ARM port...
2005-06-23 njnRemoved the VGA_/VGO_/VGP_ prefixes for arch/OS/platfor...
2005-06-19 njnFinal commit for the initial modularisation pass:
2005-06-17 njnRename m_syscalls/ as m_syswrap/ to complete the module...