]> git.itanic.dy.fi Git - scan-pagemap/history - parse.c
Show full process argument list instead only executable name
[scan-pagemap] / parse.c
2022-11-29 Timo Kokkonenparse: Fix out of bound access
2012-07-12 Timo Kokkonenparse_maps: Fix issues with white space in file names
2012-06-04 Timo KokkonenUpdate my email address
2011-11-07 Timo Kokkonenupdate_kpageflags: Ensure file descriptors are closed...
2011-10-16 Timo Kokkonenparse.c: Do not update per process mapping data
2011-10-15 Timo KokkonenReplace bintree with rbtree implementation
2011-10-12 Timo Kokkonenalloc_map: Remove redundat memset
2011-10-02 Timo KokkonenPrint verbose output during operation
2011-09-29 Timo KokkonenMerge branch 'master' of remote
2011-09-27 Timo KokkonenReplace malloc + memset with calloc
2010-09-19 Timo KokkonenAdd a copyright notes on each source file
2010-09-08 Timo Kokkonenparser: Avoid parsing pids completely when not necessary
2010-09-08 Timo Kokkonenparser: More strict process scanning decision
2010-08-29 Timo KokkonenParser: Read kpageflags and kpagecount
2010-08-27 Timo Kokkonenparser: Free pidlist entries after removed from the...
2010-08-26 Timo Kokkonenparser: Use substring comparison in map names
2010-08-26 Timo Kokkonenparser: Remove unaccessible pids from the pidlist
2010-08-22 Timo Kokkonenparser: Remove unused variable
2010-08-21 Timo KokkonenParser: Remove support for parsing processes by name
2010-08-21 Timo KokkonenFactor out all pid handling functions in a separate...
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-18 Timo KokkonenMark initially scanned pids in analyzer printouts
2010-08-18 Timo KokkonenAdd macro for testing parse option flags
2010-08-16 Timo KokkonenCompact pageframe structure
2010-08-15 Timo Kokkonenparser: When scannin by name, scan all pids twice
2010-08-15 Timo Kokkonenparser: Fix scanning by mapping name
2010-08-15 Timo KokkonenCorrect the usage of linked lists
2010-08-15 Timo Kokkonenparser: Do not scan processes twice
2010-08-15 Timo Kokkonenread_pageframe: Do not add empty entries in process...
2010-08-14 Timo Kokkonenparser: Fix the order of argumets for list_add()
2010-07-23 Timo KokkonenDump process page maps when requested
2010-07-23 Timo Kokkonenparser: Avoid too long reads from /proc/pid/pageframe
2010-07-23 Timo KokkonenBreak parsing if no processes are found
2010-07-23 Timo Kokkonenparser: Coding convention fixes
2010-07-23 Timo Kokkonenparser: opendir_check: Open the correct directory
2010-07-23 Timo Kokkonenparser: Add support for parsing processes by name
2010-07-23 Timo Kokkonenparser: Factor out reading cmdline to separate function
2010-07-23 Timo Kokkonenparse_opts: Add new parse options
2010-07-22 Timo Kokkonenparser: Factor out duplicate code into a separate function
2010-07-22 Timo Kokkonenparser: get_next_pid: Do not store state internally
2010-07-22 Timo KokkonenScan threads only when requested
2010-07-19 Timo KokkonenAdd support for parsing all threads, not just thead...
2010-07-16 Timo Kokkonenparse_pageframe: Fully ignore all unused pages
2010-07-16 Timo Kokkonenparse_pageframe: Avoid short reads
2010-07-14 Timo Kokkonenparser: Populate the pageframe tree by scanning interes...
2010-07-14 Timo KokkonenStore parse options in a structure
2010-07-14 Timo Kokkonenparser: Ignore unused pages
2010-07-06 Timo Kokkonenparser: Reduce some debug prints
2010-07-06 Timo Kokkonenparse_pagemap: Optimize pagemap reads
2010-07-06 Timo Kokkonenparser: Fix crash when maps structure is NULL
2010-07-05 Timo Kokkonenparser: Store per pid page stats
2010-07-05 Timo KokkonenHandle the process name better
2010-07-04 Timo KokkonenPut the processes in a linked list as well
2010-07-04 Timo Kokkonenparser: Store the per mapping statistics in the maps...
2010-07-04 Timo KokkonenParser: Remove excess debug prints
2010-07-04 Timo Kokkonenparser: Remove dead code
2010-07-04 Timo KokkonenMake it possible to scan only interesting pids
2010-07-03 Timo Kokkonenparser: Add support for parsing through all PIDs
2010-07-03 Timo Kokkonenpagemaps: Optimize memory usage
2010-07-03 Timo Kokkonenparse_pagemap: Fix massive memory leak
2010-07-03 Timo KokkonenPut some sense in how pointers are being passed
2010-07-03 Timo Kokkonenparser: Increment refcount for each pageframe
2010-07-03 Timo KokkonenStore the process pid to the maps structure
2010-07-03 Timo Kokkonenparser: Populate pageframe structure completely
2010-07-03 Timo KokkonenInitial commit