]> granicus.if.org Git - strace/history - system.c
Get rid of TCB_INUSE and TCB_STRACE_CHILD
[strace] / system.c
2013-04-30 Mike FrysingerBlackfin: tweak sram_alloc syscall decode
2013-02-14 Christian SvenssonAdd support for the OpenRISC 1000 platform
2013-02-09 Mike FrysingerFix decoding of sysctl() when oldval fields are NULL
2013-02-05 Bernhard Reutner... mount: decode MS_NOSEC
2012-05-16 Denys VlasenkoFix a few goofs in sys_sysctl()
2012-05-16 Denys VlasenkoStop using non-standard %Zu and %Zd formats for size_t...
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Dmitry V. LevinEnhance capget and capset syscalls decoding
2012-03-15 Denys VlasenkoRemove extra include directives. No code changes.
2012-03-15 Dmitry V. LevinFix compiler warnings about breaking strict-aliasing...
2012-03-13 Dmitry V. LevinImplement syslog syscall decoder
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-01-20 Denys Vlasenkoumovestr result may have no NUL, use "%.*s" instead...
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-06-23 Dmitry V. Levin* system.c (sys_capget, sys_capset): Fix pointer arithm...
2011-06-23 Denys VlasenkoDo not allocate tiny cap_user_header/data structures...
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-02-22 Mike FrysingerUpdate mount flags to latest linux
2010-12-03 Carmelo AMOROSOsh: Add support for tracing sys_cacheflush system call
2010-09-15 Mike FrysingerBlackfin: decode new syscalls
2009-06-01 Dmitry V. LevinClean up header checks
2009-03-23 Denys Vlasenko* system.c (sram_alloc_flag): Add L2_SRAM constant.
2008-11-11 Dmitry V. Levin2008-11-09 Dmitry V. Levin <ldv@altlinux.org>
2008-11-10 Dmitry V. Levin2008-10-23 Mike Frysinger <vapier@gentoo.org>
2007-01-16 Dmitry V. Levin2007-01-16 Dmitry V. Levin <ldv@altlinux.org>
2007-01-13 Dmitry V. Levin2007-01-11 Dmitry V. Levin <ldv@altlinux.org>
2007-01-11 Roland McGrath2007-01-11 Roland McGrath <roland@redhat.com>
2006-12-04 Dmitry V. Levin2006-11-27 Dmitry V. Levin <ldv@altlinux.org>
2006-01-12 Roland McGrath2005-08-08 Dmitry V. Levin <ldv@altlinux.org>
2006-01-12 Roland McGrath2006-01-12 Roland McGrath <roland@redhat.com>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-05-26 Roland McGrath2005-05-26 Roland McGrath <roland@redhat.com>
2005-02-02 Roland McGrath2005-02-01 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-08-31 Roland McGrath2004-08-30 Roland McGrath <roland@redhat.com>
2004-03-01 Roland McGrath2004-03-01 Roland McGrath <roland@redhat.com>
2004-02-20 Roland McGrathRevert jhughes commits.
2004-01-29 John Hughesport SSI clustering mods to OpenSSI on Linux
2002-11-06 Michal LudvigMerged patch fixing MIPS build.
2001-10-18 John Hugheshandle return values for ssisys on NSC
2001-10-16 John HughesDecode some ssisys args on NSC
2001-04-18 John HughesHandle fork1/forkall on uw, handle rfork1,rforkall...
2001-04-10 Wichert Akkermanimprove formating for sys_sysmips
2001-04-07 Wichert Akkermanfix small display error for sys_sysmips
2001-04-07 Wichert AkkermanFix another typo
2001-04-07 Wichert Akkermanuse asm/sysmips.h and linux/utsname.h if they exist
2001-02-19 Wichert AkkermanAdd sys_sysmips decoding
2000-09-01 Wichert AkkermanAdd FreeBSD support
2000-08-10 Wichert Akkermantest/clone.c: minor fixup
2000-05-01 Wichert AkkermanThe `too much stuff, just check the ChangeLog' update
2000-04-10 Wichert AkkermanREADME-linux: updated to note that strace might not...
2000-02-03 Wichert AkkermanMerge Trillian patches (Linux ia64)
1999-12-23 Wichert AkkermanBunch of stuff
1999-11-29 Wichert AkkermanAdd UnixWare support to configure
1999-11-26 Wichert AkkermanParse UnixWare mount options
1999-11-01 Wichert AkkermanFix duplicate for sys_create_module
1999-08-29 Wichert AkkermanCatching up on my mail-backlog, see ChangeLog for details
1999-07-15 Wichert AkkermanUpdate sys_createmodule and sys_initmodule
1999-07-09 Wichert AkkermanTell system.c not to include linux/fs.h
1999-07-03 Nate Sammonssystem.c was using __NR_* style syscall number defines...
1999-06-11 Wichert AkkermanVarious fixes, see ChangeLog for details
1999-06-03 Wichert AkkermanAdd sparc patches from Jakub Jelinek
1999-05-27 Wichert Akkermanadded `a bit of sysctl support', patch from Ulrich...
1999-05-09 Wichert AkkermanMerged in a bunch of patches that I got as reaction...
1999-02-19 Wichert AkkermanInitial revision