summaryrefslogtreecommitdiff
path: root/strace-graph
Commit message (Collapse)AuthorAge
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
| | | | | | | | | | | | | | | The files not mentioned in changelog below had only copyright notices fixes and indentation fixes. * defs.h: Include <stdint.h> and <inttypes.h>. * file.c: Do not include <inttypes.h>. Move struct kernel_dirent declaration below top include block. * block.c: Do not include <stdint.h> and <inttypes.h>. * quota.c: Likewise. * desc.c: Likewise. * signal.c: Likewise. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Cleanup trailing whitespaces and indentation that uses spaces before tabsDmitry V. Levin2009-07-08
| | | | | | | Correct spacing to fix warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
* trailing whitespace removal, no code changesDenys Vlasenko2009-01-02
|
* 2005-11-02 Michal Marek <mmarek@suse.cz>Roland McGrath2005-12-02
| | | | * strace-graph (handle_trace): follow clone() and vfork() calls.
* Update strace-graph copyright to BSDWichert Akkerman1999-08-30
|
* Catching up on my mail-backlog, see ChangeLog for detailsWichert Akkerman1999-08-29