]> git.itanic.dy.fi Git - scan-pagemap/history - main.c
Show full process argument list instead only executable name
[scan-pagemap] / main.c
2012-06-04 Timo KokkonenUpdate my email address
2011-10-15 Timo KokkonenReplace bintree with rbtree implementation
2011-10-02 Timo KokkonenPrint verbose output during operation
2011-09-29 Timo KokkonenMerge branch 'master' of remote
2011-09-29 Timo Kokkonenmain: Set a reasonable default function if no arguments...
2010-09-19 Timo KokkonenAdd a copyright notes on each source file
2010-09-03 Timo Kokkonenmain: Remove stupid debug message
2010-09-02 Timo Kokkonenmain: Assume non-option arguments to be pids or process...
2010-08-29 Timo KokkonenParser: Read kpageflags and kpagecount
2010-08-21 Timo KokkonenAdd support for listing mappings that are shared betwee...
2010-08-21 Timo Kokkonenmain.c: Allow scanning multiple processes by name
2010-08-19 Timo KokkonenRemove duplicate pageframe initialization code
2010-08-19 Timo KokkonenAdd support for parsing multiple pid numbers
2010-08-19 Timo KokkonenCompact struct pageframe
2010-08-16 Timo Kokkonenmain: Use geteuid instead of getuid
2010-08-15 Timo KokkonenCorrect the usage of linked lists
2010-08-14 Timo Kokkonenmain: Print warning if root priviledges are not available
2010-08-14 Timo Kokkonenmain.c: Get rid of unnecessary white space
2010-07-23 Timo Kokkonenmain.c: Print page stats also after dumping process...
2010-07-23 Timo KokkonenDump process page maps when requested
2010-07-23 Timo Kokkonenprint_help: Add help string for the -P and --process...
2010-07-23 Timo Kokkonenread_args: Remove debug print
2010-07-23 Timo KokkonenBreak parsing if no processes are found
2010-07-23 Timo Kokkonenmain.c: read_args: Add missing break to switch clause
2010-07-23 Timo Kokkonenmain.c: Clear the options structure before using
2010-07-23 Timo Kokkonenmain.c: Add new command line options for parsing by...
2010-07-23 Timo Kokkonenparse_opts: Add new parse options
2010-07-22 Timo KokkonenAnalyzer: Print thread-ID only when --with-threads...
2010-07-22 Timo KokkonenScan threads only when requested
2010-07-22 Timo Kokkonenmain.c: Add help text
2010-07-14 Timo Kokkonenmain.c: Add support for scanning a mapping by a name
2010-07-14 Timo Kokkonenmain.c: Read arguments with getopt_long()
2010-07-14 Timo KokkonenStore parse options in a structure
2010-07-04 Timo Kokkonenmain.c: Print per pid statistics
2010-07-04 Timo KokkonenPut the processes in a linked list as well
2010-07-04 Timo KokkonenMake it possible to scan only interesting pids
2010-07-03 Timo Kokkonenmain.c: Scan through all pids
2010-07-03 Timo Kokkonenmain.c: Take the pid as an argument
2010-07-03 Timo KokkonenAdd analyzer
2010-07-03 Timo KokkonenPut some sense in how pointers are being passed
2010-07-03 Timo KokkonenInitial commit