1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Show user how to see interesting memory :) More... about 1 year ago
Show offset field name in hex dump o/p More... about 1 year ago
show possibly interesting RAM; commented out by default More... about 1 year ago
Refactor, add test cases for memory (RAM) rd/wr More... about 1 year ago
minor, modern form of __func__ More... about 1 year ago
when running as a testcase (-t), set max iterations to 3 only, else a v large number (4 EB) More... about 1 year ago
use trap to exit gracefully More... about 1 year ago
initial commit More... about 1 year ago
correct exit() syntax More... about 1 year ago
exit from main().. More... about 1 year ago
use appropriate ifdef for userspace on GNU/Linux More... about 1 year ago
Port IO only has meaning on the x86[_64]; adjust accordingly More... about 1 year ago
minor + rename More... about 1 year ago
refactor the ioport read func More... about 1 year ago
better help screen messages More... about 1 year ago
sample script to read keyboard data+stat IOport regs More... about 1 year ago
Add ability to read IO ports More... about 1 year ago
Add a way to test rdmem/wrmem in DEBUG mode on uva's More... about 1 year ago
Remove 'next power-of-2' restriction on length; show hexdump offset in decimal correctly More... about 1 year ago
strip production bins; add ASAN to debug bins More... about 1 year ago
change 'len' member to unsigned int More... about 1 year ago
Initial commit More... about 1 year ago
minor- 1-line else More... about 1 year ago
Increase max len to read to 16MB (from 128K); so, use kvzalloc() instead of kmalloc() More... about 1 year ago
Bugfix: remove the incorrect word-swap code; +code cleanup More... about 1 year ago
(same as prev); not using debugfs, eliminate dead code More... about 1 year ago
Not using debugfs to get PAGE_OFFSET as we're not using that strategy to det whether addr is U or K; so get rid of dead code More... about 1 year ago
Minor;chmod More... about 1 year ago
Add a usage warning reg use of invalid/sparse pointers/addresses More... about 1 year ago
Add tip reg procmap More... about 1 year ago